
#topics {
  padding: 64px 0 0;
}
@media screen and (min-width: 768px) {
  #topics {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #topics {
    padding: 48px 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  #topics .group-title {
    width: 247px;
  }
  #topics .group-title .sub-title, #topics .group-title .title {
    text-align: left;
  }
}
#topics .group-title .sub-title2 {
  margin: 16px 0 0;
  color: #1E0309;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #topics .group-title .sub-title2 {
    margin: 8px 0 0;
  }
}
#topics .list-news {
  background: #fff;
  box-sizing: border-box;
  border-left: 4px solid var(--cl);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media screen and (min-width: 768px) {
  #topics .list-news {
    width: calc(50% + 293px);
    max-width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  #topics .list-news {
    padding: 24px 24px 24px 20px;
    margin: 28.5px 0 0;
  }
}
#topics .list-news dl {
  font-weight: 500;
  gap: 24px;
  padding: 0 0 16px;
  border-bottom: 1px dashed #FADCDE;
}
@media screen and (min-width: 768px) {
  #topics .list-news dl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #topics .list-news dl {
    padding: 0 0 10px;
  }
}
#topics .list-news dl + dl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl + dl {
    margin-top: 10px;
  }
}
#topics .list-news dl a, #topics .list-news dl span {
  font-weight: inherit;
}
#topics .list-news dl dt {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dt {
    font-size: 14px;
    gap: 0 4px;
  }
}
#topics .list-news dl dt span {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 1px 8px 2px;
  background: var(--cl);
  line-height: 17px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dt span {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  #topics .list-news dl dd {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dd {
    margin: 5px 0 0;
  }
}
#topics .list-news dl dd a {
  display: block;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  letter-spacing: 0;
  text-decoration: none;
}
#topics .list-news dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #topics .list-news dl dd a {
    font-size: 16px;
    line-height: 1.5;
    height: 24px;
  }
}

#menu {
  margin: 128px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu {
    margin: 89px 0 0;
  }
}
#menu .flex {
  display: flex;
  margin: 64px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 10px;
}
@media screen and (max-width: 767px) {
  #menu .flex {
    gap: 0;
    margin: 31px 0 0;
    justify-content: flex-start;
  }
}
#menu .flex .item {
  width: 208px;
}
@media screen and (max-width: 767px) {
  #menu .flex .item {
    width: 110px;
    max-width: calc(100% / 3);
    box-sizing: border-box;
    border-right: 1px solid #F8D59B;
    border-bottom: 1px solid #F8D59B;
  }
  #menu .flex .item:nth-child(3n + 3) {
    border-right: 0;
  }
  #menu .flex .item:nth-child(3n+1):nth-last-child(-n+3), #menu .flex .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item {
    border-bottom: 0;
  }
}
#menu .flex .item a {
  display: block;
  text-decoration: none;
  padding: 24px 0 3px;
  background: #fff;
  box-shadow: 0 0 8px rgba(180, 167, 158, 0.24);
  height: 100%;
}
@media screen and (max-width: 767px) {
  #menu .flex .item a {
    padding: 16px 0;
    box-shadow: none;
  }
  #menu .flex .item:nth-child(1) a, #menu .flex .item:nth-child(2) a, #menu .flex .item:nth-child(3) a {
    padding-top: 0;
  }
}
#menu .flex .item .name {
  margin: 7px 0 0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu .flex .item .name {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    min-height: 32px;
  }
}
#menu .flex .item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  letter-spacing: 0;
}
  #menu .flex .item .img img {
    width: 118px !important;
  }
@media screen and (max-width: 767px) {
  #menu .flex .item .text {
    padding: 0 10px;
    display: none;
  }
  #menu .flex .item .img img {
    width: 80px !important;
  }
}

#access {
  margin: 169px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #access {
    margin: 65px 0 0;
  }
  #access .sub-title {
    font-size: 16px;
  }
  #access .container {
    padding: 0;
  }
}
#access .title {
  margin-bottom: 64px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #access .title {
    margin-bottom: 37px;
  }
}
#access .group-time {
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .group-time {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #access .group-time .left {
    width: 520px;
    max-width: 48.5%;
  }
}
@media screen and (min-width: 768px) {
  #access .group-time .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    max-width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  #access .group-time .right {
    margin: 40px 0 0;
  }
}
#access .group-time .time-table {
  margin: 0 0 16px;
}
#access .group-time .time-table th, #access .group-time .time-table td {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
#access .group-time .time-table thead th {
  color: var(--cl);
  padding: 0 0 8px;
  border-bottom: 1px solid var(--cl);
  text-align: center;
}
#access .group-time .time-table thead th:first-child {
  width: 50%;
  box-sizing: border-box;
  padding-left: 8px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #access .group-time .time-table thead th:first-child {
    width: 40%;
  }
}
#access .group-time .time-table thead th:last-child {
  padding-right: 8px;
}
#access .group-time .time-table tbody tr th, #access .group-time .time-table tbody tr td {
  padding: 8px 0;
  border-bottom: 1px dashed var(--cl);
}
@media screen and (min-width: 768px) {
  #access .group-time .time-table tbody tr.border th, #access .group-time .time-table tbody tr.border td {
    border-bottom-style: solid;
  }
}
#access .group-time .time-table tbody tr:last-child th, #access .group-time .time-table tbody tr:last-child td {
  border-bottom-style: solid;
}
#access .group-time .time-table tbody tr td {
  text-align: center;
}
#access .group-time .time-table tbody tr th {
  padding-left: 8px;
}
#access .group-time .note {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
}
#access .group-time .note3 {
  color: #BC835C;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #access .group-time .note3 {
    display: flex;
    align-items: flex-start;
  }
  #access .group-time .note {
    letter-spacing: 0;
    font-size: 14px;
  }
  #access .group-time .time-table th, #access .group-time .time-table td {
    font-size: 80%;
  }

    #access .group-time .time-table thead th:first-child {
      font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #access .group-time .note2 {
    position: relative;
    padding-left: 16px;
  }
  #access .group-time .note2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background: var(--cl);
  }
  #access .group-time .note2 span {
    display: none;
  }
}
#access .group-time .box-info {
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  #access .group-time .box-info {
    margin: 40px 0 0;
  }
}
#access .group-time .box-info dl {
  border-bottom: 1px solid var(--cl);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0 8px;
}
#access .group-time .box-info dl + dl {
  margin-top: 16px;
}
#access .group-time .box-info dl dt {
  font-weight: 500;
  color: var(--cl);
}
#access .group-time .box-info dl dd {
  font-weight: 500;
  width: calc(100% - 127px);
}
@media screen and (max-width: 767px) {
  #access .group-time .box-info dl dd {
    width: calc(100% - 70px);
  }
}
#access .group-time .box-info dl dd a, #access .group-time .box-info dl dd h1 {
  font-weight: inherit;
}
#access .group-time #ggmap {
  margin: 12px 0 0;
  height: 288px;
}
@media screen and (max-width: 767px) {
  #access .group-time #ggmap {
    margin: 40px -31px 0;
    height: 216px;
  }
}
#access .group-time #ggmap iframe {
  width: 100%;
  height: 100%;
}
#access .group-traffic {
  margin: 40px 0 0;
  background: #FCF1D5;
  padding: 32px 40px 22px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #access .group-traffic {
    padding: 28px 15px 64px;
    display: block;
  }
}
#access .group-traffic::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--cl);
}
@media screen and (max-width: 767px) {
  #access .group-traffic::before {
    width: 100%;
    height: 0;
    bottom: auto;
  }
}
#access .group-traffic .item {
  padding: 0 0 32px;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item {
    text-align: center;
    width: 50%;
  }
  #access .group-traffic .item + .item {
    border-left: 1px solid #B49EA2;
  }
  #access .group-traffic .item:last-child {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #B49EA2;
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  #access .group-traffic .item + .item {
    /* border-top: 1px solid #B49EA2;
    padding-top: 24px; */
    margin-top: 10px;
  }
  #access .group-traffic .item:last-child {
    padding-bottom: 0;
  }
}
#access .group-traffic .item .tit {
  display: flex;
  gap: 0 8px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 9px;
}
#access .group-traffic .item .tit img {
  width: 48px !important;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item .tit {
    justify-content: center;
  }
}
#access .group-traffic .item .text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item .text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1101px) {
  #access .group-traffic .item .text .ipad {
    display: none;
  }
}
#access .group-traffic .item .flex {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #access .group-traffic .item .flex {
    display: flex;
    justify-content: space-between;
  }
  #access .group-traffic .item .flex .col {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item .flex .col + .col {
    margin-top: 16px;
  }
}
#access .group-traffic .item .flex .col .col-name {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 3px 0 4px;
  background: var(--cl);
  margin: 0 0 12px;
  color: #fff;
}
#access .group-traffic .item .flex .col dl {
  position: relative;
  padding: 0 0 24px;
  line-height: 1.5;
  border-bottom: 1px dashed #B49EA2;
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item .flex .col dl {
    line-height: 2;
  }
}
#access .group-traffic .item .flex .col dl + dl {
  margin-top: 24px;
}
#access .group-traffic .item .flex .col dl dt {
  font-weight: 500;
}
#access .group-traffic .item .flex .col dl dd {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 24px;
  font-weight: 500;
}
#access .group-traffic .item .flex .col .note {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.5;
  margin: 16px 0 0;
  font-weight: 500;
}
#access .group-traffic .item .flex .col .btn-busmap {
  margin: 75px 26px 0 0;
  text-align: right;
}
#access .group-traffic .item .flex .col .btn-busmap a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  background: #D1D1D1;
  color: #707070;
  padding: 16px 0;
  width: 193px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #access .group-traffic .item .flex .col dl dt {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  #access .group-traffic .item .flex .col dl + dl {
    margin-top: 16px;
  }
  #access .group-traffic .item .flex .col .btn-busmap {
    text-align: center;
    margin: 16px 0 0;
  }
  #access .group-traffic .item .flex .col .btn-busmap a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 24px;
    color: #fff;
    background: var(--cl);
    width: 100%;
  }

  #access .group-traffic .item .tit {
    background: #F6B888;
    justify-content: center;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    align-items: center;
    font-size: 18px;
    min-height: 40px;
}

#access .group-traffic .item .text {
    background: #fff;
    border: 1px solid #F6B888;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 16px 24px 24px;
    line-height: 1.5;
    overflow: hidden;
    display: none;
    height: 0;
    transition: all .5s;
}

#access .group-traffic .item .flex {
  display: none;
  overflow: hidden;
  height: 0;
  transition: all .5s;
  transition-delay: 0.3s;
}

#access .group-traffic .item .tit.active+.text, #access .group-traffic .item .tit.active+.flex {
  height: auto;
  display: block;
}

#access .group-traffic .item .tit img {
    width: 33px!important;
    height: auto;
}

#access .group-traffic .item:first-child .tit img {
  width: 40px!important;
}

#access .group-traffic .item .flex {
    background: #fff;
    border: 1px solid #F6B888;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 16px 24px 24px;
    line-height: 1.5;
}

#access .group-traffic .item .flex .col .col-name {
    background: transparent;
    color: var(--cl);
    border: 1px solid;
}

#access .group-traffic .item .flex .col dl {
  padding-bottom: 8px;
}

#access .group-traffic .item .flex .col dl dd {
    bottom: 8px;
    font-size: 14px;
}
#access .group-traffic .item .tit picture {
  line-height: 0;
}
#access .group-traffic .item .flex .col .note {
  font-size: 12px;
  margin: 8px 0 0;
}
}

#feature {
  margin: 89px auto 0;
  max-width: 100%;
  width: 1366px;
}
@media screen and (max-width: 767px) {
  #feature {
    margin: 49px 0 0;
  }
}
#feature .title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #feature .title {
    margin-bottom: 32.5px;
  }
}
@media screen and (min-width: 768px) {
  #feature .group {
    display: flex;
    align-items: center;
    min-height: 480px;
  }
}
#feature .group:nth-child(even) {
  flex-direction: row-reverse;
}
#feature .group:nth-child(even) .group-content .stt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #feature .group:nth-child(even) .group-content .stt {
    text-align: right;
  }
}
#feature .group .group-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  #feature .group .group-img {
    width: 50%;
  }
}
#feature .group .group-img p {
  position: relative;
  z-index: 2;
}
#feature .group .group-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #feature .group .group-content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #feature .group .group-content {
    margin: 32px 0 0;
  }
}
#feature .group .group-content .stt {
  position: absolute;
  font-weight: 500;
  font-size: 136px;
  line-height: 197px;
  bottom: -19px;
  color: #FCF1D5;
}
@media screen and (min-width: 768px) {
  #feature .group .group-content .stt {
    max-width: 70%;
    text-align: right;
    width: 397px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #feature .group .group-content .stt {
    left: 0;
    bottom: -77px;
    width: 100%;
  }
}
#feature .group .group-content h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  #feature .group .group-content h3 {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
#feature .group .group-content .txt {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #feature .group .group-content .txt {
    width: 397px;
    max-width: 70%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #feature .group .group-content .txt {
    padding: 0 30px;
    line-height: 1.75;
  }
}
#feature .group.group1 .group-img {
  position: relative;
}
#feature .group.group1 .group-img::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: -40px;
  bottom: -40px;
  background: url("../img/kuki/feature_bg.png") repeat top center/697px auto, #FCF1D5;
}
@media screen and (max-width: 767px) {
  #feature .group.group1 .group-img {
    padding: 0 30px 30px 0;
  }
  #feature .group.group1 .group-img::before {
    right: 0;
    left: 30px;
    bottom: 0;
    top: 30px;
    background-size: 150% auto;
  }
}
#feature .group.group1 .group-img p {
  position: relative;
  z-index: 2;
}
#feature .group.group2 {
  position: relative;
}
#feature .group.group2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 356px;
  left: calc(50% - 94px);
  bottom: -406px;
  background: #FEFBF2;
}
#feature .group.group2 .group-img {
  display: flex;
  gap: 0 16px;
  align-items: flex-end;
}
#feature .group.group2 .group-content .stt {
  bottom: -44px;
}
@media screen and (max-width: 767px) {
  #feature .group.group2 {
    padding: 0 0 117px;
  }
  #feature .group.group2::before {
    top: 180px;
    left: 0;
    bottom: -255px;
  }
  #feature .group.group2 .group-img {
    gap: 0 8px;
    padding: 0 0 0 30px;
  }
  #feature .group.group2 .group-content .stt {
    bottom: -84px;
  }
}
#feature .group.group3 {
  position: relative;
  z-index: 2;
}
#feature .group.group3 .group-img {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
#feature .group.group3 .group-img::before {
  content: "";
  position: absolute;
  left: 40px;
  width: 390px;
  top: -41px;
  bottom: 40px;
  max-width: 57.5%;
  background: url("../img/kuki/feature_bg2.png") repeat top center/390px auto, #FCF1D5;
}
#feature .group.group3 .group-img .inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
#feature .group.group3 .group-img .inner .img2 {
  width: 187px;
}
#feature .group.group3 .group-content .stt {
  bottom: -138px;
}
@media screen and (max-width: 767px) {
  #feature .group.group3 {
    margin: 139px 0 0;
  }
  #feature .group.group3 .group-img {
    gap: 0 9px;
  }
  #feature .group.group3 .group-img::before {
    background-size: 150% auto;
    left: 23px;
    width: 223px;
    top: -23px;
    bottom: 22px;
  }
  #feature .group.group3 .group-img .inner {
    gap: 13px;
    flex-direction: row;
    align-items: flex-start;
  }
  #feature .group.group3 .group-img .inner .img2 {
    width: 77px;
  }
  #feature .group.group3 .group-content .stt {
    bottom: -74px;
  }
}
#feature .group.group4 .group-img {
  position: relative;
}
#feature .group.group4 .group-img::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -40px;
  right: 40px;
  bottom: -40px;
  background: #FCF1D5;
}
#feature .group.group4 .group-img p {
  position: relative;
  z-index: 2;
}
#feature .group.group4 .group-content .stt {
  bottom: -85px;
}
@media screen and (max-width: 767px) {
  #feature .group.group4 {
    margin: 106px 0 0;
  }
  #feature .group.group4 .group-img {
    padding: 0 0 30px 30px;
  }
  #feature .group.group4 .group-img::before {
    left: 0;
    top: 30px;
    right: 30px;
    bottom: 0;
  }
}
#feature .group.group5 {
  position: relative;
  padding: 0 0 64px;
}
@media screen and (max-width: 767px) {
  #feature .group.group5 {
    padding: 0 0 106px;
  }
}
#feature .group.group5 .group-img {
  display: flex;
  gap: 0 16px;
  align-items: flex-end;
  position: relative;
}
#feature .group.group5 .group-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: -64px;
  top: 79px;
  bottom: -64px;
  background: url("../img/kuki/feature_bg.png") repeat top center/697px auto, #FCF1D5;
}
@media screen and (max-width: 1100px) {
  #feature .group.group5 .group-img::before {
    right: -30px;
  }
}
#feature .group.group5 .group-content .stt {
  bottom: -99px;
}
@media screen and (max-width: 767px) {
  #feature .group.group5 {
    margin: 118px 0 0;
  }
  #feature .group.group5 .group-img {
    padding: 0 33px 33px 0;
    gap: 0 8px;
  }
  #feature .group.group5 .group-img::before {
    right: 0;
    bottom: 0;
    top: 41px;
    background-size: 150% auto;
  }
  #feature .group.group5 .group-content .stt {
    bottom: -74px;
  }

  #feature .group.group3 .group-img .inner .img3 {
    width: 217px;
    margin: 50px 0 0;
}
}

#know {
  background: #F3F3F3;
  padding: 89px 0 128px;
}
@media screen and (max-width: 767px) {
  #know {
    padding: 49px 0 64px;
  }
  #know .container {
    padding: 0;
  }
}
#know h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #know h2 {
    margin-bottom: 29px;
        line-height: 1.5;
  }
  #know h2 small {
    display: block;
  }
}
#know .group {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  background: #fff;
}
#know .group .group-img {
  display: flex;
}
#know .group .group-btn {
  display: flex;
  padding: 47px 0;
}
@media screen and (max-width: 767px) {
  #know .group .group-btn {
    display: block;
    padding: 24px 30px;
  }
}
@media screen and (min-width: 768px) {
  #know .group .group-btn .btn {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  #know .group .group-btn .btn + .btn {
    margin-top: 16px;
  }
}
#know .group .group-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  #know .group .group-btn .btn a {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #know .group .group-btn .btn a {
    font-size: 20px;
    line-height: 1.6;
  }
}
#know .group .group-btn .btn a:hover {
  opacity: 0.8;
}
#know .group .group-btn .btn a:after {
  content: "";
  background: url("../img/kuki/arrow.png") no-repeat center/9px auto;
  width: 40px;
  height: 40px;
}

