@charset "UTF-8";
@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #3F3F3F;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 60px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  min-height: 94px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .header {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .header {
    min-height: 60px;
  }
}

.customize-support .header {
  top: 32px;
}

.header.header_fixed {
  min-height: 94px;
}
@media (max-width: 1300px) {
  .header.header_fixed {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    min-height: 60px;
  }
}

.header_fixed {
  -webkit-box-shadow: 0px 1px 3px rgba(63, 63, 63, 0.5);
          box-shadow: 0px 1px 3px rgba(63, 63, 63, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_inner {
  min-height: inherit;
}

.header_fixed .header_lead {
  display: none;
}
@media (max-width: 1300px) {
  .header_fixed .header_lead {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_fixed .header_lead {
    display: none;
  }
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-height: inherit;
}

.header_logo {
  width: 100%;
  max-width: 182px;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 121px;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: inherit;
  width: 100%;
  max-width: 764px;
}
@media (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 31px;
  min-height: inherit;
}

.header_list {
  min-height: inherit;
}

.header_fixed .header_list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_list_link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  white-space: nowrap;
  min-height: inherit;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #2DCCD3;
  }
}

.header_list_modal_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 240px;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(63, 63, 63, 0.5);
          box-shadow: 0px 1px 3px rgba(63, 63, 63, 0.5);
  background-color: white;
}

.header_fixed .header_list_modal {
  top: 80px;
}

.header_list_modal_item:not(:last-of-type) {
  border-bottom: 1px solid #2DCCD3;
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #2DCCD3;
  line-height: 120%;
  width: 100%;
  padding: 14px 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #fff;
    background-color: #2DCCD3;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    width: 60px;
    height: 60px;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 2px;
  background-color: #2DCCD3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_hamburger_bar:nth-of-type(1) {
  top: -10px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -8px;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: 0;
}

.header_hamburger_bar:nth-of-type(3) {
  top: 10px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 8px;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: -2px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header_hamburger_title {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header_drawer {
  padding: 70px 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 16px 100px;
  height: 100%;
  overflow-y: scroll;
}

.header_drawer_list {
  border-bottom: 1px solid #2DCCD3;
}

.header_drawer_list_link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #2DCCD3;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 8px 10px;
  color: #2DCCD3;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 14px;
  }
}

/* common
------------------------------ */
.main {
  margin-top: 94px;
}
@media (max-width: 1300px) {
  .main {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 60px;
  }
}

.section_title.section_title_center {
  text-align: center;
}

.section_title_en {
  font-size: clamp(32px, 3.7333333333vw, 56px);
  line-height: 100%;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2DCCD3;
}
@media (max-width: 768px) {
  .section_title_en {
    font-size: clamp(28px, 10.6666666667vw, 40px);
  }
}

.section_title_ja {
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #3F3F3F;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section_title_ja {
    font-size: clamp(15px, 4.2666666667vw, 16px);
    margin-top: 16px;
  }
}

.btn {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 192px;
  padding: 19px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .btn {
    max-width: 156px;
    padding: 14px 0;
  }
}

.btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 70px;
  z-index: 1;
}
@media (max-width: 768px) {
  .btn span {
    padding-right: 50px;
  }
}

.btn span::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #2DCCD3 url(../images/common/icon_arrow_right_white.png) no-repeat center center/30px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn span::after {
    width: 48px;
    height: 48px;
    background: #2DCCD3 url(../images/common/icon_arrow_right_white.png) no-repeat center center/20px 14px;
  }
}

@media (min-width: 768px) {
  .btn:hover span::after {
    background: #3F3F3F url(../images/common/icon_arrow_right_white.png) no-repeat center center/30px 20px;
  }
}

.btn.btn_white span::after {
  background: #fff url(../images/common/icon_arrow_right_black.png) no-repeat center center/30px 20px;
}
@media (max-width: 768px) {
  .btn.btn_white span::after {
    background: #fff url(../images/common/icon_arrow_right_black.png) no-repeat center center/20px 14px;
  }
}

@media (min-width: 768px) {
  .btn.btn_white:hover span::after {
    background: #3F3F3F url(../images/common/icon_arrow_right_white.png) no-repeat center center/30px 20px;
  }
}

/* top - top_mv
------------------------------ */
@media (max-width: 768px) {
  .top_mv_inner.inner {
    max-width: 100%;
    padding: 0;
  }
}

.top_mv_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.top_mv_content {
  width: 100%;
  max-width: clamp(250px, 28.2vw, 423px);
}
@media (max-width: 768px) {
  .top_mv_content {
    position: absolute;
    max-width: 100%;
    top: 0;
    bottom: 0;
  }
}

.top_mv_text {
  width: 100%;
  max-width: 356px;
}
@media (max-width: 768px) {
  .top_mv_text {
    position: absolute;
    max-width: 68%;
    left: 6.4%;
    top: 17.0666666667%;
  }
}

.top_mv_title {
  width: 100%;
  max-width: 278px;
  margin-top: clamp(30px, 6.2vw, 93px);
}
@media (max-width: 768px) {
  .top_mv_title {
    position: absolute;
    max-width: 42.9333333333%;
    left: 6.4%;
    bottom: 21.3333333333%;
  }
}

.top_mv_img {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  min-width: 550px;
}
@media (max-width: 768px) {
  .top_mv_img {
    width: 100%;
    margin-right: 0;
    min-width: auto;
  }
}

/* top - top_topics
------------------------------ */
.top_topics {
  padding: 80px 0 80px;
  background-color: #2DCCD3;
}
@media (max-width: 768px) {
  .top_topics {
    padding: 40px 0 48px;
  }
}

.top_topics_inner.inner {
  max-width: 1334px;
}
@media (max-width: 768px) {
  .top_topics_inner.inner {
    max-width: 600px;
  }
}

.top_topics_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  color: #fff;
  max-width: 1250px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top_topics_title {
    gap: 16px;
  }
}

.top_topics_title_en {
  position: relative;
  font-size: clamp(32px, 3.7333333333vw, 56px);
  line-height: 120%;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 88px;
}
@media (max-width: 768px) {
  .top_topics_title_en {
    font-size: clamp(28px, 10.6666666667vw, 40px);
    padding-left: 61px;
  }
}

.top_topics_title_en::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 56px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_megaphone_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_topics_title_en::before {
    width: 45px;
    height: 35px;
  }
}

.top_topics_title_ja {
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top_topics_title_ja {
    font-size: clamp(15px, 4.2666666667vw, 16px);
  }
}

.top_topics_cards_arrow_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  margin-top: -33px;
}
@media (max-width: 768px) {
  .top_topics_cards_arrow_wrapper {
    gap: 16px;
    margin-top: 16px;
  }
}

.top_topics_cards_arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top_topics_cards_arrow {
    width: 30px;
    height: 30px;
  }
}

.top_topics_cards_arrow_prev {
  background: rgba(255, 255, 255, 0.8) url(../images/common/icon_arrow_left_teal.png) no-repeat center center/30px 20px;
}
@media (max-width: 768px) {
  .top_topics_cards_arrow_prev {
    background: rgba(255, 255, 255, 0.8) url(../images/common/icon_arrow_left_teal.png) no-repeat center center/15px 10px;
  }
}

@media (min-width: 768px) {
  .top_topics_cards_arrow_prev:hover {
    background: #fff url(../images/common/icon_arrow_left_teal.png) no-repeat center center/30px 20px;
  }
}

.top_topics_cards_arrow_next {
  background: rgba(255, 255, 255, 0.8) url(../images/common/icon_arrow_right_teal.png) no-repeat center center/30px 20px;
}
@media (max-width: 768px) {
  .top_topics_cards_arrow_next {
    background: rgba(255, 255, 255, 0.8) url(../images/common/icon_arrow_right_teal.png) no-repeat center center/15px 10px;
  }
}

@media (min-width: 768px) {
  .top_topics_cards_arrow_next:hover {
    background: #fff url(../images/common/icon_arrow_right_teal.png) no-repeat center center/30px 20px;
  }
}

.top_topics_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top_topics_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
  }
}

.top_topics_cards.slick-initialized.slick-slider {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .top_topics_cards.slick-initialized.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

.top_topics_cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
}
@media (max-width: 768px) {
  .top_topics_cards .slick-track {
    gap: 15px;
  }
}

.top_topics_card {
  width: 100%;
  max-width: 287px;
}

.top_topics_card .slick-slide {
  height: auto !important;
}

.top_topics_card .slick-slide > div {
  height: 100%;
}

.top_topics_card {
  height: 100%;
}

.top_topics_card a {
  display: block;
}

.top_topics_card_img {
  overflow: hidden;
}

.top_topics_card_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 287/177;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .top_topics_card a:hover .top_topics_card_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top_topics_card_cat {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2DCCD3;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 14px;
  margin-top: 16px;
}

.top_topics_card_title {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 140%;
  color: #fff;
  margin-top: 16px;
}

.top_topics_card_date {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 8px;
}

.top_topics_card_none {
  color: #fff;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top_topics_card_none {
    margin-top: 30px;
  }
}

/* top - top_mission
------------------------------ */
.top_mission {
  position: relative;
  max-width: 1500px;
  padding-top: 77px;
  margin: 77px auto 0;
}
@media (max-width: 768px) {
  .top_mission {
    padding-top: 43px;
    margin: 37px auto 0;
  }
}

.top_mission::before {
  position: absolute;
  content: "";
  width: 565px;
  height: 294px;
  top: 0;
  right: 0;
  background: url(../images/top/top_mission_illust01.png) no-repeat center center/cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_mission::before {
    width: 232px;
    height: 121px;
  }
}

.top_mission_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_mission_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.top_mission_title {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .top_mission_title {
    max-width: 100%;
    text-align: center;
  }
}

.top_mission_content {
  width: 100%;
  max-width: 720px;
}

.top_mission_text {
  letter-spacing: 0.07em;
  line-height: 180%;
}
@media (max-width: 768px) {
  .top_mission_text {
    letter-spacing: 0.02em;
  }
}

.top_mission_btn {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .top_mission_btn {
    margin-top: 32px;
  }
}

.top_mission_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 1px;
  margin-top: 48px;
  counter-reset: cnt;
}

.top_mission_item {
  position: relative;
  width: 100%;
  max-width: clamp(340px, 27.7333333333vw, 416px);
  height: clamp(340px, 27.7333333333vw, 416px);
  border-radius: 50%;
  background-color: #2DCCD3;
  padding-bottom: clamp(30px, 4vw, 60px);
}
@media (max-width: 768px) {
  .top_mission_item {
    max-width: clamp(270px, 87.2vw, 327px);
    height: clamp(270px, 87.2vw, 327px);
    padding-bottom: clamp(30px, 16vw, 60px);
  }
}

.top_mission_item:nth-of-type(3n + 2) {
  background-color: #E9B640;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_mission_item:nth-of-type(3n + 2) {
    margin-top: 0;
  }
}

.top_mission_item:nth-of-type(3n) {
  background-color: #C66E4E;
}

.top_mission_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  font-size: 20px;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .top_mission_item_title {
    font-size: clamp(15px, 4.8vw, 18px);
    gap: 16px;
  }
}

.top_mission_item_title::before {
  font-size: 56px;
  line-height: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
}
@media (max-width: 768px) {
  .top_mission_item_title::before {
    font-size: 48px;
  }
}

.top_mission_item_illust {
  position: absolute;
  right: 74px;
  bottom: clamp(22px, 2.9333333333vw, 44px);
  width: 100%;
  max-width: clamp(80px, 7.3333333333vw, 110px);
}
@media (max-width: 768px) {
  .top_mission_item_illust {
    right: clamp(30px, 13.8666666667vw, 52px);
    max-width: clamp(60px, 22.9333333333vw, 86px);
  }
}

/* top - top_discover
------------------------------ */
.top_discover {
  padding: 152px 0 120px;
  margin-top: 152px;
  background-color: #F6F2EC;
}
@media (max-width: 768px) {
  .top_discover {
    padding: 80px 0 80px;
    margin-top: 80px;
  }
}

.top_discover_inner {
  position: relative;
}

.top_discover_inner::before {
  position: absolute;
  content: "";
  width: 427px;
  height: 537px;
  top: -119px;
  right: 25px;
  background: url(../images/top/top_discover_illust01.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .top_discover_inner::before {
    width: 217px;
    height: 273px;
    right: 8px;
    top: -48px;
  }
}

.top_discover_title {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .top_discover_title {
    text-align: left;
  }
}

.top_discover_lead {
  position: relative;
  letter-spacing: 0.07em;
  line-height: 180%;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .top_discover_lead {
    margin-top: 32px;
    text-align: left;
  }
}

.top_discover_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px clamp(24px, 3.8666666667vw, 58px);
  margin-top: 96px;
}
@media (max-width: 768px) {
  .top_discover_items {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 64px;
  }
}

.top_discover_item {
  position: relative;
  padding-top: 24px;
}

.top_discover_item_title {
  position: absolute;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background-color: #2DCCD3;
  top: 0;
  left: 24px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 20px 18px;
}
@media (max-width: 768px) {
  .top_discover_item_title {
    font-size: clamp(15px, 5.3333333333vw, 20px);
    left: 14px;
    padding: 12px 6px;
  }
}

.top_discover_item:nth-of-type(4n + 1) .top_discover_item_title {
  background-color: #2DCCD3;
}

.top_discover_item:nth-of-type(4n + 2) .top_discover_item_title {
  background-color: #E9B640;
}

.top_discover_item:nth-of-type(4n + 3) .top_discover_item_title {
  background-color: #C66E4E;
}

.top_discover_item:nth-of-type(4n) .top_discover_item_title {
  background-color: #7566A0;
}

.top_discover_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 596/374;
}

.top_discover_item_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .top_discover_item_text {
    margin-top: 16px;
  }
}

.top_discover_item_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 16px;
}

.top_discover_banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
  background-color: #fff;
  padding: 16px;
  margin-top: 152px;
}
@media (max-width: 768px) {
  .top_discover_banners {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 80px;
  }
}

/* top - top_camp
------------------------------ */
.top_camp_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_camp_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}

.top_camp_content {
  width: 100%;
  max-width: 590px;
  padding: 42px 0 10px;
}
@media (max-width: 768px) {
  .top_camp_content {
    padding: 0;
  }
}

.top_camp_text {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_camp_text {
    margin-top: 40px;
  }
}

.top_camp_inquiry {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top_camp_inquiry {
    margin-top: 56px;
  }
}

.top_camp_slick {
  width: 100vw;
  min-width: 450px;
  margin-right: calc(50% - 50vw);
  line-height: 100%;
}
@media (max-width: 768px) {
  .top_camp_slick {
    min-width: auto;
    margin: 0;
  }
}

.top_camp_slick .slick-prev,
.top_camp_slick .slick-next {
  top: auto;
  bottom: 50px;
  width: 60px;
  height: 60px;
  -webkit-transform: none;
          transform: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 768px) {
  .top_camp_slick .slick-prev,
  .top_camp_slick .slick-next {
    bottom: 16px;
    width: 30px;
    height: 30px;
  }
}

.top_camp_slick .slick-prev {
  left: 40px;
}
@media (max-width: 768px) {
  .top_camp_slick .slick-prev {
    left: 16px;
  }
}

.top_camp_slick .slick-next {
  right: auto;
  left: 132px;
}
@media (max-width: 768px) {
  .top_camp_slick .slick-next {
    left: 62px;
  }
}

.top_camp_slick .slick-prev:before,
.top_camp_slick .slick-next:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top_camp_slick .slick-prev:before,
  .top_camp_slick .slick-next:before {
    width: 15px;
    height: 10px;
  }
}

.top_camp_slick .slick-prev:before {
  background: url(../images/common/icon_arrow_left_teal.png) no-repeat center center/contain;
}

.top_camp_slick .slick-next:before {
  background: url(../images/common/icon_arrow_right_teal.png) no-repeat center center/contain;
}

/* top - footer
------------------------------ */
.footer.front_footer {
  margin-top: 0;
}
@media (max-width: 768px) {
  .footer.front_footer {
    margin-top: 80px;
  }
}

/* common - 下層
------------------------------ */
.sub_main {
  margin-top: 94px;
}
@media (max-width: 1300px) {
  .sub_main {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .sub_main {
    margin-top: 60px;
  }
}

.sub_mv {
  position: relative;
  min-height: 320px;
}

.sub_mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sub_mv_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sub_mv_title_wrapper {
  position: relative;
  width: calc(50% + 60px);
  min-width: 455px;
  padding: 40px 0 40px;
}
@media (max-width: 768px) {
  .sub_mv_title_wrapper {
    width: 100%;
    min-width: auto;
    padding: 30px 0;
  }
}

.sub_mv_title_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2DCCD3;
}

.sub_mv_title_wrapper.sub_mv_title_wrapper_yellow::before {
  background-color: #E9B640;
}

.sub_mv_title_wrapper.sub_mv_title_wrapper_orange::before {
  background-color: #C66E4E;
}

.sub_mv_title_wrapper.sub_mv_title_wrapper_purple::before {
  background-color: #7566A0;
}

.sub_mv_title {
  position: relative;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding: 0 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .sub_mv_title {
    font-size: 24px;
    max-width: 600px;
    margin: auto;
    padding: 0 16px;
  }
}

.sub_mv_img {
  min-height: inherit;
  width: calc(50% + 182px);
  margin-left: -242px;
}
@media (max-width: 768px) {
  .sub_mv_img {
    width: 100%;
    margin-left: 0;
  }
}

.sub_mv_img img {
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb {
  font-size: 14px;
  margin-top: 16px;
}

.breadcrumb a {
  color: #2DCCD3;
}

.sub_mv_food {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sub_mv_food {
    margin-top: 30px;
  }
}

.sub_section_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08em;
  padding: 10px 0 10px 32px;
  border-left: 9px solid #2DCCD3;
}
@media (max-width: 768px) {
  .sub_section_title {
    font-size: 24px;
    padding: 5px 0 5px 16px;
    border-left: 4px solid #2DCCD3;
  }
}

.camp_inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 29px;
}
@media (max-width: 768px) {
  .camp_inquiry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

.camp_inquiry_lead {
  position: relative;
  font-weight: 700;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 116px;
  height: 116px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .camp_inquiry_lead {
    color: #3F3F3F;
    height: auto;
  }
}

.camp_inquiry_lead::before {
  position: absolute;
  content: "";
  width: 116px;
  height: 116px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/camp_inquiry_lead_bg.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .camp_inquiry_lead::before {
    display: none;
  }
}

.camp_inquiry_bnr {
  width: 100%;
  max-width: 340px;
}

@media (min-width: 768px) {
  .camp_inquiry_bnr a:hover {
    opacity: 0.7;
  }
}

.info_cards_arrow_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}

.info_cards_arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .info_cards_arrow {
    width: 30px;
    height: 30px;
  }
}

.info_cards_arrow_prev {
  background: #2DCCD3 url(../images/common/icon_arrow_left_white.png) no-repeat center center/30px 20px;
}
@media (max-width: 768px) {
  .info_cards_arrow_prev {
    background: #2DCCD3 url(../images/common/icon_arrow_left_white.png) no-repeat center center/15px 10px;
  }
}

@media (min-width: 768px) {
  .info_cards_arrow_prev:hover {
    background: #3F3F3F url(../images/common/icon_arrow_left_white.png) no-repeat center center/30px 20px;
  }
}

.info_cards_arrow_next {
  background: #2DCCD3 url(../images/common/icon_arrow_right_white.png) no-repeat center center/30px 20px;
}
@media (max-width: 768px) {
  .info_cards_arrow_next {
    background: #2DCCD3 url(../images/common/icon_arrow_right_white.png) no-repeat center center/15px 10px;
  }
}

@media (min-width: 768px) {
  .info_cards_arrow_next:hover {
    background: #3F3F3F url(../images/common/icon_arrow_right_white.png) no-repeat center center/30px 20px;
  }
}

.info_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
  margin-top: 24px;
}
@media (max-width: 768px) {
  .info_cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
  }
}

.info_cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
}
@media (max-width: 768px) {
  .info_cards .slick-track {
    gap: 15px;
  }
}

.info_card .slick-slide {
  height: auto !important;
}

.info_card .slick-slide > div {
  height: 100%;
}

.info_card {
  width: 100%;
  max-width: 287px;
  height: 100%;
}
@media (max-width: 768px) {
  .info_card {
    max-width: 100%;
  }
}

.info_card a {
  display: block;
}

.info_card_img {
  overflow: hidden;
}

.info_card_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 287/177;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info_card a:hover .info_card_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info_card_cat {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #2DCCD3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 14px;
  margin-top: 16px;
}

.info_card_title {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 140%;
  margin-top: 16px;
}

.info_card_date {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.info_card_none {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .info_card_none {
    margin-top: 30px;
  }
}

.points_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .points_cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.points_card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #FAFAFA;
  padding: 24px 24px 40px;
}
@media (max-width: 768px) {
  .points_card {
    padding: 16px 16px 16px;
  }
}

.points_card::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8.5px;
  width: 17.25px;
  height: 17.25px;
  background-color: #2DCCD3;
  border-radius: 50%;
}

.points_card::after {
  position: absolute;
  content: "";
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  top: 0;
  width: 2px;
  height: 15px;
  background-color: #2DCCD3;
}

.points_card.points_card_yellow::before,
.points_card.points_card_yellow::after {
  background-color: #E9B640;
}

.points_card.points_card_orange::before,
.points_card.points_card_orange::after {
  background-color: #C66E4E;
}

.points_card.points_card_purple::before,
.points_card.points_card_purple::after {
  background-color: #7566A0;
}

.points_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 342/210;
}

.points_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .points_card_title {
    font-size: 20px;
    margin-top: 16px;
  }
}

.points_card_text {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .points_card_text {
    margin-top: 8px;
  }
}

.access_directions_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4vw, 60px) clamp(20px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .access_directions_items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.access_directions_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.access_directions_item_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding-left: 47px;
}
@media (max-width: 768px) {
  .access_directions_item_title {
    font-size: 20px;
    padding-left: 32px;
  }
}

.access_directions_item_title::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .access_directions_item_title::before {
    width: 24px;
    height: 24px;
  }
}

.access_directions_item_title.access_directions_item_title_car::before {
  background: url(../images/common/icon_car_teal.png) no-repeat center center/contain;
}

.access_directions_item_yellow .access_directions_item_title.access_directions_item_title_car::before {
  background: url(../images/common/icon_car_yellow.png) no-repeat center center/contain;
}

.access_directions_item_title.access_directions_item_title_train::before {
  background: url(../images/common/icon_train_teal.png) no-repeat center center/contain;
}

.access_directions_item_yellow .access_directions_item_title.access_directions_item_title_train::before {
  background: url(../images/common/icon_train_yellow.png) no-repeat center center/contain;
}

.access_directions_item_lists {
  display: contents;
}

.access_directions_item_list {
  background-color: #F6F2EC;
  padding: 24px 24px 24px;
}
@media (max-width: 768px) {
  .access_directions_item_list {
    padding: 16px 16px 16px;
  }
}

.access_directions_item_list:first-of-type {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .access_directions_item_list:first-of-type {
    margin-top: 16px;
  }
}

.access_directions_item_list + .access_directions_item_list {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .access_directions_item_list + .access_directions_item_list {
    margin-top: 8px;
  }
}

.access_directions_item_list_title {
  font-size: 20px;
  letter-spacing: 0.07em;
  font-weight: 700;
  border-bottom: 1px solid #3F3F3F;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .access_directions_item_list_title {
    font-size: 16px;
    padding-bottom: 4px;
  }
}

.access_directions_item_list_text {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .access_directions_item_list_text {
    margin-top: 8px;
  }
}

.course_list + .course_list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .course_list + .course_list {
    margin-top: 48px;
  }
}

.course_list_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 130%;
  padding-left: 45px;
}
@media (max-width: 768px) {
  .course_list_title {
    font-size: 20px;
    padding-left: 32px;
  }
}

.course_list_title::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_flag_teal.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .course_list_title::before {
    width: 24px;
    height: 24px;
  }
}

.course_list_yellow .course_list_title::before {
  background: url(../images/common/icon_flag_yellow.png) no-repeat center center/contain;
}

.course_list_orange .course_list_title::before {
  background: url(../images/common/icon_flag_orange.png) no-repeat center center/contain;
}

.course_list_purple .course_list_title::before {
  background: url(../images/common/icon_flag_purple.png) no-repeat center center/contain;
}

.course_list_cards_wrapper {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .course_list_cards_wrapper {
    margin-top: 16px;
  }
}

.course_list_cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
@media (max-width: 768px) {
  .course_list_cards {
    width: 1000px;
  }
}

.course_list_card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.course_list_card:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../images/common/icon_triangle_arrow_right_black.png) no-repeat center center/contain;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.course_list_card_link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 1px solid #3F3F3F;
  padding: 12px 12px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .course_list_card_link {
    padding: 8px 8px 8px;
  }
}

@media (min-width: 768px) {
  .course_list_card_link:hover {
    color: #2DCCD3;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media (min-width: 768px) {
  .course_list_yellow .course_list_card_link:hover {
    color: #E9B640;
  }
}

@media (min-width: 768px) {
  .course_list_orange .course_list_card_link:hover {
    color: #C66E4E;
  }
}

@media (min-width: 768px) {
  .course_list_purple .course_list_card_link:hover {
    color: #7566A0;
  }
}

.course_list_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 166/103;
}

.course_list_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .course_list_card_title {
    margin-top: 8px;
  }
}

.facility_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .facility_cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.facility_card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.facility_card a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  color: #fff;
  background-color: #2DCCD3;
  padding-bottom: 62px;
}
@media (max-width: 768px) {
  .facility_card a {
    padding-bottom: 32px;
  }
}

.facility_card.facility_card_yellow a {
  background-color: #E9B640;
}

.facility_card.facility_card_orange a {
  background-color: #C66E4E;
}

.facility_card.facility_card_purple a {
  background-color: #7566A0;
}

@media (min-width: 768px) {
  .facility_card a:hover {
    background-color: #7566A0;
  }
}

@media (min-width: 768px) {
  .facility_card.facility_card_yellow a:hover {
    background-color: #C66E4E;
  }
}

@media (min-width: 768px) {
  .facility_card.facility_card_orange a:hover {
    background-color: #E9B640;
  }
}

@media (min-width: 768px) {
  .facility_card.facility_card_purple a:hover {
    background-color: #2DCCD3;
  }
}

.facility_card a::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 22px;
  bottom: 22px;
  right: 40px;
  z-index: 1;
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .facility_card a::after {
    width: 20px;
    height: 14px;
    bottom: 16px;
    right: 24px;
  }
}

.facility_card_img {
  overflow: hidden;
}

.facility_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 593/367;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .facility_card a:hover .facility_card_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.facility_card_title_wrapper {
  padding: 0 40px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .facility_card_title_wrapper {
    padding: 0 24px;
    margin-top: 16px;
  }
}

.facility_card_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .facility_card_title {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.facility_card_text {
  line-height: 180%;
  letter-spacing: 0.06em;
  margin-top: 16px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .facility_card_text {
    margin-top: 8px;
    padding: 0 24px;
  }
}

/* skypark - skypark_info
------------------------------ */
.skypark_info {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .skypark_info {
    margin-top: 48px;
  }
}

.skypark_info_cards {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .skypark_info_cards {
    margin-top: 24px;
  }
}

/* skypark - skypark_points
------------------------------ */
.skypark_points {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .skypark_points {
    margin-top: 48px;
  }
}

.skypark_points_lead {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .skypark_points_lead {
    margin-top: 32px;
  }
}

.skypark_points_main_img {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .skypark_points_main_img {
    margin-top: 24px;
  }
}

.skypark_points_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .skypark_points_cards {
    margin-top: 32px;
  }
}

/* skypark - skypark_access
------------------------------ */
.skypark_access {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .skypark_access {
    margin-top: 48px;
  }
}

.skypark_access_directions {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .skypark_access_directions {
    margin-top: 32px;
  }
}

/* skypark - skypark_course
------------------------------ */
.skypark_course {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .skypark_course {
    margin-top: 48px;
  }
}

.skypark_course_lists {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .skypark_course_lists {
    margin-top: 32px;
  }
}

/* skypark - skypark_facility
------------------------------ */
.skypark_facility {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .skypark_facility {
    margin-top: 48px;
  }
}

.skypark_facility_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .skypark_facility_cards {
    margin-top: 32px;
  }
}

/* history - history_info
------------------------------ */
.history_info {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .history_info {
    margin-top: 48px;
  }
}

.history_info_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_info_cards {
    margin-top: 32px;
  }
}

/* history - history_points
------------------------------ */
.history_points {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .history_points {
    margin-top: 48px;
  }
}

.history_points_lead {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_points_lead {
    margin-top: 32px;
  }
}

.history_points_main_img {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .history_points_main_img {
    margin-top: 24px;
  }
}

.history_points_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_points_cards {
    margin-top: 32px;
  }
}

/* history - history_access
------------------------------ */
.history_access {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .history_access {
    margin-top: 48px;
  }
}

.history_access_directions {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_access_directions {
    margin-top: 32px;
  }
}

.history_access_map {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_access_map {
    margin-top: 32px;
  }
}

/* history - history_course
------------------------------ */
.history_course {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .history_course {
    margin-top: 48px;
  }
}

.history_course_lists {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_course_lists {
    margin-top: 32px;
  }
}

/* history - history_facility
------------------------------ */
.history_facility {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .history_facility {
    margin-top: 48px;
  }
}

.history_facility_lead {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_facility_lead {
    margin-top: 32px;
  }
}

.history_facility_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .history_facility_cards {
    margin-top: 32px;
  }
}

/* farmstay - farmstay_info
------------------------------ */
.farmstay_info {
  margin-top: 104px;
}
@media (max-width: 768px) {
  .farmstay_info {
    margin-top: 48px;
  }
}

.farmstay_info_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_info_cards {
    margin-top: 32px;
  }
}

/* farmstay - farmstay_accommodation
------------------------------ */
.farmstay_accommodation {
  margin-top: 104px;
}
@media (max-width: 768px) {
  .farmstay_accommodation {
    margin-top: 48px;
  }
}

.farmstay_accommodation_lead {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_accommodation_lead {
    margin-top: 32px;
  }
}

/* farmstay - farmstay_agriculture
------------------------------ */
.farmstay_agriculture {
  margin-top: 104px;
}
@media (max-width: 768px) {
  .farmstay_agriculture {
    margin-top: 48px;
  }
}

.farmstay_agriculture_lead {
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_agriculture_lead {
    margin-top: 32px;
  }
}

.farmstay_agriculture_bnr {
  width: 100%;
  max-width: 358px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .farmstay_agriculture_bnr {
    max-width: 280px;
    margin: 24px auto 0;
  }
}

.farmstay_agriculture_bnr a {
  display: block;
}

@media (min-width: 768px) {
  .farmstay_agriculture_bnr a:hover {
    opacity: 0.7;
  }
}

/* farmstay - farmstay_campground
------------------------------ */
.farmstay_campground {
  overflow-x: hidden;
  margin-top: 104px;
}
@media (max-width: 768px) {
  .farmstay_campground {
    margin-top: 48px;
  }
}

.farmstay_campground_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_campground_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}

.farmstay_campground_img {
  width: 100%;
  max-width: 600px;
}

.farmstay_campground_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/450;
}

.farmstay_campground_content {
  width: 100%;
  max-width: 576px;
}

.farmstay_campground_text {
  line-height: 180%;
  letter-spacing: 0.07em;
}

.farmstay_campground_lists {
  margin-top: 40px;
}

.farmstay_campground_list {
  position: relative;
  line-height: 160%;
  letter-spacing: 0;
  padding-left: 24px;
}

.farmstay_campground_list + .farmstay_campground_list {
  margin-top: 12px;
}

.farmstay_campground_list::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 6px;
  background-color: #C66E4E;
  border-radius: 50%;
}

.farmstay_campground_list span {
  font-weight: 700;
  color: #C66E4E;
}

.farmstay_campground_slick {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_campground_slick {
    margin-top: 24px;
  }
}

.farmstay_campground_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .farmstay_campground_slick .slick-track {
    gap: 15px;
  }
}

.farmstay_campground_slick_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 290/180;
}

.farmstay_campground_slick_arrow_wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  padding-right: 50px;
}

.farmstay_campground_slick_arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

.farmstay_campground_slick_arrow_prev {
  background: #2DCCD3 url(../images/common/icon_arrow_left_white.png) no-repeat center center/15px 10px;
  left: -15px;
}

@media (min-width: 768px) {
  .farmstay_campground_slick_arrow_prev:hover {
    background: #3F3F3F url(../images/common/icon_arrow_left_white.png) no-repeat center center/15px 10px;
  }
}

.farmstay_campground_slick_arrow_next {
  background: #2DCCD3 url(../images/common/icon_arrow_right_white.png) no-repeat center center/15px 10px;
  right: -15px;
}

@media (min-width: 768px) {
  .farmstay_campground_slick_arrow_next:hover {
    background: #3F3F3F url(../images/common/icon_arrow_right_white.png) no-repeat center center/15px 10px;
  }
}

.farmstay_campground_inquiry {
  width: 100%;
  max-width: 675px;
  margin: 65px auto 0;
}
@media (max-width: 768px) {
  .farmstay_campground_inquiry {
    margin: 32px auto 0;
  }
}

/* farmstay - farmstay_agriculture
------------------------------ */
.farmstay_agriculture {
  margin-top: 104px;
}
@media (max-width: 768px) {
  .farmstay_agriculture {
    margin-top: 48px;
  }
}

.farmstay_agriculture_lead {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_agriculture_lead {
    margin-top: 32px;
  }
}

/* farmstay - farmstay_facility
------------------------------ */
.farmstay_facility {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .farmstay_facility {
    margin-top: 48px;
  }
}

.farmstay_facility_lead {
  line-height: 180%;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_facility_lead {
    margin-top: 32px;
  }
}

.farmstay_facility_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .farmstay_facility_cards {
    margin-top: 32px;
  }
}

/* guide - guide_info
------------------------------ */
.guide_info {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .guide_info {
    margin-top: 48px;
  }
}

.guide_info_cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .guide_info_cards {
    margin-top: 32px;
  }
}

/* guide - guide_seasonal
------------------------------ */
.guide_seasonal {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .guide_seasonal {
    margin-top: 48px;
  }
}

.guide_seasonal_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .guide_seasonal_items {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }
}

.guide_seasonal_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background-color: #2DCCD3;
  padding: 10px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .guide_seasonal_item_title {
    font-size: 18px;
    padding: 8px 16px;
  }
}

.guide_seasonal_item_yellow .guide_seasonal_item_title {
  background-color: #E9B640;
}

.guide_seasonal_item_orange .guide_seasonal_item_title {
  background-color: #C66E4E;
}

.guide_seasonal_item_purple .guide_seasonal_item_title {
  background-color: #7566A0;
}

.guide_seasonal_item_img {
  margin-top: 4px;
}

.guide_seasonal_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 596/180;
}

.guide_seasonal_item_lists {
  margin-top: 24px;
}

.guide_seasonal_item_list {
  border-bottom: 1px solid #F6F2EC;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .guide_seasonal_item_list {
    padding-bottom: 8px;
  }
}

.guide_seasonal_item_list + .guide_seasonal_item_list {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .guide_seasonal_item_list + .guide_seasonal_item_list {
    margin-top: 8px;
  }
}

.guide_seasonal_item_list_wrapper {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .guide_seasonal_item_list_wrapper {
    grid-template-columns: 36px 1fr;
    gap: 8px;
  }
}

.guide_seasonal_item_list_month {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2DCCD3;
}

.guide_seasonal_item_yellow .guide_seasonal_item_list_month {
  color: #E9B640;
}

.guide_seasonal_item_orange .guide_seasonal_item_list_month {
  color: #C66E4E;
}

.guide_seasonal_item_purple .guide_seasonal_item_list_month {
  color: #7566A0;
}

.guide_seasonal_item_list_unit {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 8px 21px;
}
@media (max-width: 768px) {
  .guide_seasonal_item_list_unit {
    grid-template-columns: 40px 1fr;
    gap: 8px 8px;
  }
}

.guide_seasonal_item_list_timing {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

.guide_seasonal_item_list_timing.guide_seasonal_item_list_timing_center {
  text-align: center;
}

.guide_seasonal_item_list_text {
  letter-spacing: 0.08em;
  font-weight: 400;
}

/* guide - guide_sns
------------------------------ */
.guide_sns {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .guide_sns {
    margin-top: 48px;
  }
}

.guide_sns_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .guide_sns_items {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }
}

.guide_sns_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.guide_sns_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .guide_sns_item_title {
    font-size: 18px;
  }
}

.guide_sns_item_lists {
  border: 1px solid #3F3F3F;
  padding: 40px 56px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .guide_sns_item_lists {
    padding: 16px;
    margin-top: 16px;
  }
}

.guide_sns_item_list + .guide_sns_item_list {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .guide_sns_item_list + .guide_sns_item_list {
    margin-top: 16px;
  }
}

.guide_sns_item_list a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 10px 0 10px 77px;
}
@media (max-width: 768px) {
  .guide_sns_item_list a {
    font-size: 16px;
    padding: 8px 0 8px 32px;
  }
}

@media (min-width: 768px) {
  .guide_sns_item_list a:hover {
    color: #2DCCD3;
  }
}

.guide_sns_item_list a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .guide_sns_item_list a::before {
    width: 24px;
    height: 24px;
  }
}

.guide_sns_item_list_instagram a::before {
  background: url(../images/common/icon_instagram.png) no-repeat center center/contain;
}

.guide_sns_item_list_facebook a::before {
  background: url(../images/common/icon_facebook.png) no-repeat center center/contain;
}

/* about - about_greetings
------------------------------ */
.about_greetings {
  margin-top: 104px;
}
@media (max-width: 768px) {
  .about_greetings {
    margin-top: 48px;
  }
}

.about_greetings_main {
  line-height: 160%;
  letter-spacing: 0.08em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .about_greetings_main {
    margin-top: 32px;
  }
}

.about_greetings_main p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .about_greetings_main p + p {
    margin-top: 8px;
  }
}

.about_greetings_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 1142px;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .about_greetings_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.about_greetings_content {
  line-height: 160%;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 570px;
}
@media (max-width: 768px) {
  .about_greetings_content {
    max-width: 100%;
  }
}

.about_greetings_content p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .about_greetings_content p + p {
    margin-top: 8px;
  }
}

.about_greetings_img {
  width: 100%;
  max-width: 327px;
}
@media (max-width: 768px) {
  .about_greetings_img {
    max-width: 100%;
  }
}

/* about - about_philosophy
------------------------------ */
.about_philosophy {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .about_philosophy {
    margin-top: 48px;
  }
}

.about_philosophy_text {
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .about_philosophy_text {
    margin-top: 32px;
  }
}

/* about - about_overview
------------------------------ */
.about_overview {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .about_overview {
    margin-top: 48px;
  }
}

.about_overview_head {
  margin-top: 67px;
}
@media (max-width: 768px) {
  .about_overview_head {
    margin-top: 32px;
  }
}

.about_overview_head_title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 2px solid #2DCCD3;
}
@media (max-width: 768px) {
  .about_overview_head_title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

.about_overview_head_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .about_overview_head_images {
    gap: 16px;
    margin-top: 24px;
  }
}

.about_overview_head_image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 613/379;
}

.about_overview_head_text {
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .about_overview_head_text {
    text-align: left;
    margin-top: 24px;
  }
}

.about_overview_figure {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .about_overview_figure {
    margin-top: 24px;
  }
}

.about_overview_figure dl {
  display: grid;
  grid-template-columns: 178px 1fr;
}
@media (max-width: 768px) {
  .about_overview_figure dl {
    grid-template-columns: 1fr;
  }
}

.about_overview_figure dt {
  font-size: 18px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 20px 39px 0;
  border-bottom: 1px solid #2DCCD3;
}
@media (max-width: 768px) {
  .about_overview_figure dt {
    font-size: 16px;
    padding: 16px 0;
    border-bottom: none;
  }
}

.about_overview_figure dd {
  line-height: 160%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 0;
  border-bottom: 1px solid #2DCCD3;
}
@media (max-width: 768px) {
  .about_overview_figure dd {
    padding: 0 0 16px;
  }
}

/* about - about_history
------------------------------ */
.about_history {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .about_history {
    margin-top: 48px;
  }
}

.about_history_lists {
  margin-top: 67px;
}
@media (max-width: 768px) {
  .about_history_lists {
    margin-top: 32px;
  }
}

.about_history_list {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding-left: 84px;
}
@media (max-width: 768px) {
  .about_history_list {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-left: 40px;
  }
}

.about_history_list:not(:last-of-type) {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .about_history_list:not(:last-of-type) {
    padding-bottom: 24px;
  }
}

.about_history_list::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  background-color: #2DCCD3;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .about_history_list::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}

.about_history_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 1px;
  left: 10px;
  top: 10px;
  bottom: -10px;
  background-color: #2DCCD3;
}
@media (max-width: 768px) {
  .about_history_list:not(:last-of-type)::after {
    left: 9px;
  }
}

.about_history_list_year {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2DCCD3;
}
@media (max-width: 768px) {
  .about_history_list_year {
    font-size: 18px;
  }
}

.about_history_list_text {
  line-height: 160%;
}

/* contact - contact_faq
------------------------------ */
.contact_faq {
  margin-top: 101px;
}
@media (max-width: 768px) {
  .contact_faq {
    margin-top: 48px;
  }
}

.contact_faq_lists {
  margin-top: 66px;
}
@media (max-width: 768px) {
  .contact_faq_lists {
    margin-top: 32px;
  }
}

.contact_faq_list {
  border-bottom: 1px solid #3F3F3F;
}

.contact_faq_list:first-of-type {
  border-top: 1px solid #3F3F3F;
}

.contact_faq_list_q {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  padding: 39px 40px 43px;
}
@media (max-width: 768px) {
  .contact_faq_list_q {
    font-size: 16px;
    padding: 16px 8px;
  }
}

.contact_faq_list_q span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .contact_faq_list_q span {
    padding-left: 32px;
  }
}

.contact_faq_list_q span::before {
  position: absolute;
  content: "Q";
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  left: 0;
  top: -6px;
  color: #2DCCD3;
}
@media (max-width: 768px) {
  .contact_faq_list_q span::before {
    font-size: 24px;
    top: -2px;
  }
}

.contact_faq_list_a {
  line-height: 160%;
  padding: 0 40px 43px 88px;
}
@media (max-width: 768px) {
  .contact_faq_list_a {
    padding: 0 8px 16px 42px;
  }
}

.contact_faq_list_a span {
  position: relative;
  display: inline-block;
  padding-left: 46px;
}
@media (max-width: 768px) {
  .contact_faq_list_a span {
    padding-left: 26px;
  }
}

.contact_faq_list_a span::before {
  position: absolute;
  content: "A";
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  left: 0;
  top: -6px;
  color: #E9B640;
}
@media (max-width: 768px) {
  .contact_faq_list_a span::before {
    font-size: 24px;
    top: -2px;
  }
}

/* contact - contact_tel
------------------------------ */
.contact_tel {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .contact_tel {
    margin-top: 48px;
  }
}

.contact_tel_text {
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .contact_tel_text {
    margin-top: 32px;
  }
}

.contact_tel_main {
  width: 100%;
  max-width: 587px;
  padding: 48px 20px 48px;
  background-color: #F6F2EC;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact_tel_main {
    padding: 24px 16px;
    margin-top: 24px;
  }
}

.contact_tel_link {
  width: 100%;
  max-width: 369px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact_tel_link {
    max-width: 260px;
  }
}

.contact_tel_time {
  letter-spacing: 0.08em;
  line-height: 160%;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .contact_tel_time {
    margin-top: 8px;
  }
}

/* contact - contact_mail
------------------------------ */
.contact_mail {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .contact_mail {
    margin-top: 48px;
  }
}

.contact_mail_text {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .contact_mail_text {
    margin-top: 32px;
  }
}

.contact_mail_form {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 32px;
  }
}

/* form
------------------------------ */
.form_main {
  background-color: #F6F2EC;
  padding: 32px 64px 64px;
}
@media (max-width: 768px) {
  .form_main {
    padding: 16px 24px 32px;
  }
}

.form_row {
  display: grid;
  grid-template-columns: 290px 1fr;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
  }
}

.form_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3F3F3F;
  padding: 32px 20px 32px 0;
}
@media (max-width: 768px) {
  .form_title_wrapper {
    border-bottom: none;
    padding: 16px 0;
  }
}

.form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form_title {
    font-size: 16px;
  }
}

.form_title.form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_title_must {
  font-size: 14px;
  color: #fff;
  background-color: #2DCCD3;
  padding: 2px 10px;
}

.form_title_small {
  font-size: 14px;
}

.form_input {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #3F3F3F;
}
@media (max-width: 768px) {
  .form_input {
    padding: 0 0 16px;
  }
}

.form_input input {
  width: 100%;
  padding: 23px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_input input {
    padding: 8px 16px;
  }
}

.form_input textarea {
  width: 100%;
  height: 256px;
  padding: 10px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_input textarea {
    height: 160px;
  }
}

@media (max-width: 768px) {
  .form_check .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_radio {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 768px) {
  .form_radio .wpcf7-form-control {
    gap: 15px;
  }
}

.form_radio .wpcf7-list-item {
  margin: 0;
}

.form_radio .wpcf7-list-item.has-free-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio label {
  display: block;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio input + span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 7px 0 7px 35px;
}

.form_radio input + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #2DCCD3;
  background-color: #fff;
  border-radius: 50%;
}

.form_radio input + span::after {
  content: "";
  padding: 2px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 7.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #2DCCD3;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_radio input:checked + span::after {
  opacity: 1;
}

.form_check input {
  display: none;
}

.form_check input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 15px;
  line-height: 1;
}

.form_check input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #2DCCD3;
  display: block;
  width: 15px;
  height: 15px;
}

.form_check input + span::after {
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #3F3F3F;
  border-left: 3px solid #3F3F3F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_check input:checked ~ span::after {
  opacity: 1;
}

.form_confirmation {
  margin-top: 30px;
  text-align: center;
}

.form_policy {
  overflow-y: scroll;
  max-height: 245px;
  padding: 33px 40px;
  margin-top: 32px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_policy {
    padding: 16px;
    margin-top: 24px;
  }
}

.form_policy_title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form_policy_title {
    font-size: 16px;
  }
}

.form_policy_text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .form_policy_text {
    margin-top: 8px;
  }
}

.form_btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .form_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
  }
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 260px;
}

.form_btn::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 22px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.form_btn .btn {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  max-width: 260px;
  color: #fff;
  background-color: #2DCCD3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 18.5px 24px;
}

@media (min-width: 768px) {
  .form_btn .btn:hover {
    background-color: #3F3F3F;
  }
}

.form_btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

/* contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 48px;
  }
}

.contact_thanks_main_text {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 24px;
  }
}

.contact_thanks_main_btn {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    margin-top: 24px;
  }
}

.cta.contact-thanks_cta01 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .cta.contact-thanks_cta01 {
    margin-top: 50px;
  }
}

/* news - news_archive_main
------------------------------ */
.news_archive_main {
  margin-top: 101px;
}
@media (max-width: 768px) {
  .news_archive_main {
    margin-top: 48px;
  }
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 919px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.news_archive_main_item {
  border-bottom: 1px solid #2DCCD3;
}

.news_archive_main_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 40px 40px 40px 24px;
}
@media (max-width: 768px) {
  .news_archive_main_item_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item_link:hover {
    background-color: #E1F4F5;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 287px;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 287/177;
  width: 100%;
  height: auto;
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 536px;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
  }
}

.news_archive_main_item_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: 16px;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.news_archive_main_item_cat {
  font-size: 14px;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 14px;
  color: #fff;
  background-color: #2DCCD3;
}

.news_archive_main_item_date {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.news_archive_main_item_text {
  line-height: 180%;
  margin-top: 11px;
}

.news_archive_main_side {
  width: 100%;
  max-width: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    max-width: 100%;
  }
}

.news_archive_main_page_navigation {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 40px;
  }
}

/* news - news_sidebar
------------------------------ */
.news_sidebar {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 768px) {
  .news_sidebar {
    max-width: 100%;
  }
}

.news_sidebar_title {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  background-color: #2DCCD3;
  padding: 13px 16px;
}
@media (max-width: 768px) {
  .news_sidebar_title {
    font-size: 18px;
  }
}

.news_sidebar_lists {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .news_sidebar_lists {
    margin-top: 4px;
  }
}

.news_sidebar_list {
  border-bottom: 1px solid #2DCCD3;
}

.news_sidebar_list a {
  display: inline-block;
  line-height: 130%;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .news_sidebar_list a {
    padding: 16px 0;
  }
}

@media (min-width: 768px) {
  .news_sidebar_list a:hover {
    color: #2DCCD3;
  }
}

/* news - page_navigation
------------------------------ */
.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}

.page-numbers {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2DCCD3;
  width: 35px;
  height: 35px;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #2DCCD3;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev.page-numbers::before {
  background: url(../images/common/icon_triangle_arrow_left_black.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .prev.page-numbers:hover::before {
    background: url(../images/common/icon_triangle_arrow_left_white.png) no-repeat center center/contain;
  }
}

.next.page-numbers::before {
  background: url(../images/common/icon_triangle_arrow_right_black.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .next.page-numbers:hover::before {
    background: url(../images/common/icon_triangle_arrow_right_white.png) no-repeat center center/contain;
  }
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #2DCCD3;
  border: 1px solid #2DCCD3;
}

.cta.news_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.news_cta01 {
    margin-top: 50px;
  }
}

/* news - news_single_main
------------------------------ */
.news_single_main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news_single_main {
    margin-top: 40px;
  }
}

.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 919px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
@media (max-width: 768px) {
  .news_single_main_article {
    max-width: 100%;
  }
}

.news_article_title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: 24px;
  }
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.news_article_cat {
  font-size: 14px;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 14px;
  color: #fff;
  background-color: #2DCCD3;
}

.news_article_date {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.news_article_content {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 24px;
  }
}

.news_article_content h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #2DCCD3;
  padding-bottom: 8px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_content h2 {
    font-size: 24px;
    margin-top: 24px;
  }
}

.news_article_content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_content h3 {
    font-size: 20px;
    margin-top: 24px;
  }
}

.news_article_content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_content h4 {
    font-size: 20px;
    margin-top: 24px;
  }
}

.news_single_main_side {
  width: 100%;
  max-width: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_single_main_side {
    max-width: 100%;
  }
}

.news_article_content p {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news_article_content p {
    margin-top: 16px;
  }
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px clamp(20px, 3.7333333333vw, 56px);
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.news_article_button {
  width: 100%;
  max-width: 171px;
}

.news_article_button.news_article_button_all {
  text-align: center;
}

.news_article_button a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 14px 0;
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    color: #2DCCD3;
  }
}

.news_article_button.news_article_button_previous a {
  padding-left: 68px;
}

.news_article_button.news_article_button_next a {
  padding-right: 68px;
}

.news_article_button.news_article_button_previous a::before,
.news_article_button.news_article_button_next a::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

.news_article_button.news_article_button_previous a::before {
  left: 0;
  background: #2DCCD3 url(../images/common/icon_arrow_left_white.png) no-repeat center center/20px 14px;
}

@media (min-width: 768px) {
  .news_article_button.news_article_button_previous a:hover::before {
    background: #3F3F3F url(../images/common/icon_arrow_left_white.png) no-repeat center center/20px 14px;
  }
}

.news_article_button.news_article_button_next a::before {
  right: 0;
  background: #2DCCD3 url(../images/common/icon_arrow_right_white.png) no-repeat center center/20px 14px;
}

@media (min-width: 768px) {
  .news_article_button.news_article_button_next a:hover::before {
    background: #3F3F3F url(../images/common/icon_arrow_right_white.png) no-repeat center center/20px 14px;
  }
}

/* 404
------------------------------ */
.not_found {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .not_found {
    margin-top: 64px;
  }
}

.not_found_btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .not_found_btn {
    margin-top: 30px;
  }
}

/* footer
------------------------------ */
.footer {
  padding: 205px 0 80px;
  margin-top: 178px;
  background: url(../images/common/footer_bg_pc.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 80px;
    padding: 96px 0 40px;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 8vw, 120px);
}
@media (max-width: 768px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_logo {
  width: 100%;
  max-width: 338px;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 295px;
  }
}

.footer_content {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .footer_content {
    max-width: 300px;
  }
}

.footer_info {
  color: #fff;
}

.footer_address {
  position: relative;
  padding-left: 32px;
}

.footer_address::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_pin_white.png) no-repeat center center/contain;
}

.footer_tel {
  margin-top: 8px;
}

.footer_tel a {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.footer_tel a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_phone_white.png) no-repeat center center/contain;
}

.footer_btn {
  width: 100%;
  max-width: 266px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .footer_btn {
    margin: 24px auto 0;
  }
}

.footer_btn a {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #3F3F3F;
  padding: 16px 22px;
}

@media (min-width: 768px) {
  .footer_btn a:hover {
    background-color: #2DCCD3;
  }
}

.footer_btn a span {
  display: inline-block;
  position: relative;
  padding-left: 34px;
}

.footer_btn a span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_paper_plane_white.png) no-repeat center center/contain;
}

.footer_banners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .footer_banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    margin-top: 64px;
  }
}

.footer_copyright {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .footer_copyright {
    text-align: left;
    margin-top: 40px;
  }
}

.footer_copyright small {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer_copyright small {
    font-size: 12px;
  }
}