@charset "UTF-8";
/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Oooh+Baby&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #222;
}

html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222;
  margin: 0;
  line-height: 1.8;
  background: linear-gradient(90deg, rgb(239, 237, 213) 0%, rgb(255, 252, 243) 100%);
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

#header_carousel_wrap {
  display: flex;
  align-items: center;
  padding: 0px clamp(30px, 6.8081991215vw, 93px) !important;
  background: url(/wp-content/uploads/bg_yellow.jpg) no-repeat center center !important;
  background-size: cover !important;
}
@media (max-width: 950px) {
  #header_carousel_wrap {
    padding: 0px clamp(30px, 6.8081991215vw, 93px) 0px !important;
  }
}

#header_carousel_wrap .headline {
  display: none !important;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 2.2693997072vw, 31px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #header_slider .layer_image img {
    height: 100%;
  }
}

#header_slider {
  height: 100%;
  width: 100vw;
}
#header_slider .item{
	 height: 71.3541666667vw;
}
#header_bottom_inner {
  height: 78px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 4.3229166667vw, 83px);
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

#header_sns {
  display: none;
}

#header_bottom {
  background: linear-gradient(90deg, rgb(239, 237, 213) 0%, rgb(255, 252, 243) 100%) !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: clamp(20px, 2.6041666667vw, 50px);
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  font-weight: 500;
  color: #34413a !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 10px;
}
@media (max-width: 1480px) {
  #global_menu > ul > li > a {
    font-size: 14px;
  }
}

#menu_button span {
  background: #34413a !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

.header_button {
  position: absolute;
  top: 50%;
  right: clamp(20px, 4.375vw, 84px);
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .header_button {
    right: 60px;
  }
}
.header_button .button_flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1250px) {
  .header_button .button_flex {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.header_button figure {
  max-width: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header_button figure a {
  height: 30px;
  transition: 0.4s all;
}
.header_button figure a:hover {
  opacity: 0.7;
}
.header_button figure img {
  width: 100%;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.5019505852vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

.header_address {
  position: absolute;
  top: 50%;
  right: clamp(20px, 2.1875vw, 42px);
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .header_address {
    display: none;
  }
}
.header_address .header_button a {
  width: clamp(180px, 16.2518301611vw, 222px);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  color: #fff !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.2445095168vw, 17px);
  line-height: 1;
  -moz-columns: 7px;
       columns: 7px;
  background: #46986f;
  margin: 0 auto 7px auto;
}
.header_address .header_button a img {
  width: 24px;
  height: 24px;
}
.header_address .header_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #34413a;
  line-height: 1.6;
}

html body #index_news {
  background: #fff;
}

.entry-date {
  color: #46986f;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #34413a;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #46986f !important;
  border: 1px solid #46986f !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 10;
  padding-right: 10%;
}
@media (max-width: 425px) {
  .main_ttl {
    top: 30%;
    transform: unset;
    padding-right: 5%;
    left: 5%;
  }
}
.main_ttl .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 4.39238653vw, 60px);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: clamp(16px, 1.9765739385vw, 27px);
}

.main_ttl .title .title_space {
  display: none;
}

@media (max-width: 600px) {
  .main_ttl .title .title_space {
    display: block;
  }
}
.main_ttl .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.756954612vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 425px) {
  .main_ttl .content {
    font-size: 14px;
  }
}

#footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #f3f7f9;
}
#footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#footer_bottom #menu-footer li {
  margin: 0 10px;
}
#footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #34413a;
  line-height: 2.571;
}

.title_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 2.9282576867vw, 40px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #34413a;
}
@media (max-width: 769px) {
  .title_jp {
    font-size: clamp(24px, 3.6410923277vw, 28px);
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #34413a;
  line-height: 2.1;
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

#s11 {
  background: url(/wp-content/uploads/reservation_bg.jpg) no-repeat;
  background-size: cover;
  padding: clamp(60px, 6.0761346999vw, 83px) 0 clamp(40px, 4.2459736457vw, 58px);
  margin-bottom: 0 !important;
}
#s11 .inner {
  max-width: calc(800px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s11 .inner .title_jp {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
#s11 .inner .button_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
@media (max-width: 769px) {
  #s11 .inner .button_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    max-width: clamp(300px, 54.6163849155vw, 420px);
    width: 100%;
    margin: 0 auto 25px auto;
  }
}
#s11 .inner .button_grid .button a {
  transition: 0.4s all;
}
#s11 .inner .button_grid .button a:hover {
  opacity: 0.7;
}
#s11 .inner .button_grid .button a img {
  width: 100%;
}
#s11 .inner .content {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(25px, 2.0497803807vw, 28px);
}
@media (max-width: 769px) {
  #s11 .inner .content {
    text-align: start;
  }
}
#s11 .inner .button_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(30px, 3.2210834553vw, 44px);
       column-gap: clamp(30px, 3.2210834553vw, 44px);
}
@media (max-width: 500px) {
  #s11 .inner .button_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s11 .inner .button_flex .col {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.0248901903vw, 14px);
       column-gap: clamp(10px, 1.0248901903vw, 14px);
  transition: 0.4s all;
}
#s11 .inner .button_flex .col:hover {
  opacity: 0.7;
}
#s11 .inner .button_flex .col img {
  width: clamp(45px, 4.39238653vw, 60px);
  height: clamp(45px, 4.39238653vw, 60px);
}
#s11 .inner .button_flex .col p {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: normal;
  letter-spacing: 0.07em;
}

.fix_grid {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.6s ease;
  position: fixed;
  right: clamp(20px, 4.6852122987vw, 64px);
  bottom: clamp(40px, 4.6852122987vw, 64px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
  z-index: 100001;
}
.fix_grid a {
  display: grid;
  transition: 0.4s all;
}
.fix_grid a:hover {
  opacity: 0.7;
}
.fix_grid a img {
  width: clamp(140px, 12.5915080527vw, 172px);
  height: clamp(140px, 12.5915080527vw, 172px);
}
@media (max-width: 1251px) {
  .fix_grid {
    display: none;
  }
}

.fix_grid.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

html body.show_footer_bar #return_top {
  display: block !important;
}

#s01 {
  padding: clamp(70px, 9.5900439239vw, 131px) 0 clamp(60px, 8.78477306vw, 120px);
}
#s01 .title_en {
  text-align: center;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-size: 12.4479166667vw;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  z-index: 1;
}
#s01 .inner {
  margin-top: -66px;
  position: relative;
  z-index: 2;
  padding-right: 12.9166666667vw;
}
@media (max-width: 1366px) {
  #s01 .inner {
    margin-top: -30px;
    padding-right: clamp(20px, 6.149341142vw, 84px);
  }
}
@media (max-width: 769px) {
  #s01 .inner {
    padding: 0 6%;
    margin-top: -1.300390117vw;
  }
}
#s01 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(54px, 5.1041666667vw, 98px);
       column-gap: clamp(54px, 5.1041666667vw, 98px);
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box {
    -moz-column-gap: clamp(40px, 3.953147877vw, 54px);
         column-gap: clamp(40px, 3.953147877vw, 54px);
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s01 .inner .img_area {
  max-width: clamp(733px, 56.1979166667vw, 1079px);
  width: 100%;
}
@media (max-width: 1366px) {
  #s01 .inner .img_area {
    max-width: 733px;
  }
}
#s01 .inner .img_area img {
  width: 100%;
}
#s01 .inner .text_area {
  max-width: 500px;
  width: 100%;
}
#s01 .inner .text_area .title_jp {
  margin-bottom: clamp(20px, 1.756954612vw, 24px);
}
#s01 .inner .text_area .content {
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
#s01 .inner .text_area .button a {
  display: block;
  max-width: 250px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  background: linear-gradient(90deg, rgb(156, 205, 165) 0%, rgb(70, 152, 111) 100%);
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
@media (max-width: 769px) {
  #s01 .inner .text_area .button a {
    margin: 0 auto;
  }
}
#s01 .inner .text_area .button a span {
  position: relative;
  z-index: 3;
}
#s01 .inner .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #fff;
  font-weight: 600;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
#s01 .inner .text_area .button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: #46986f;
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
#s01 .inner .text_area .button a:hover::before {
  opacity: 1;
}

#s02 {
  position: relative;
  margin-bottom: clamp(100px, 12.4450951684vw, 170px);
  padding: 0 0 clamp(70px, 7.6134699854vw, 104px) 0;
}
#s02::after {
  content: "";
  position: absolute;
  background: #9ccda5;
  bottom: 0;
  right: 0;
  width: clamp(1274px, 75.9895833333vw, 1459px);
  height: 962px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1366px) {
  #s02::after {
    width: 90%;
  }
}
@media (max-width: 1050px) {
  #s02::after {
    height: 91.619047619vw;
  }
}
@media (max-width: 769px) {
  #s02::after {
    height: 80%;
    width: 97%;
  }
}
#s02 .inner {
  position: relative;
  z-index: 1;
  max-width: calc(970px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s02 .inner .title_en {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: clamp(50px, 6.2957540264vw, 86px);
  line-height: normal;
  text-align: center;
  color: #46986f;
  letter-spacing: 0.04em;
  margin-bottom: 19px;
}
#s02 .inner .content {
  text-align: center;
  margin-bottom: clamp(45px, 4.39238653vw, 60px);
}
#s02 .inner .content .content_space {
  display: none;
}
@media (max-width: 769px) {
  #s02 .inner .content .content_space {
    display: block;
  }
}
#s02 .inner .grid_top {
  width: 100%;
  padding: 0 clamp(40px, 6.8814055637vw, 94px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
  margin-bottom: 58px;
}
@media (max-width: 769px) {
  #s02 .inner .grid_top {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
    padding: 0;
    margin-bottom: clamp(30px, 3.2942898975vw, 45px);
    justify-items: center;
  }
}
#s02 .inner .grid_top .grid_col {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
#s02 .inner .grid_top .grid_col .text_area {
  position: absolute;
  left: 19px;
  bottom: 28px;
}
@media (max-width: 425px) {
  #s02 .inner .grid_top .grid_col .text_area {
    bottom: 60px;
  }
}
#s02 .inner .grid_top .grid_col .text_area .grid_en {
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.3909224012vw, 19px);
  margin-bottom: 0;
}
#s02 .inner .grid_top .grid_col .text_area .grid_title {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.1229868228vw, 29px);
  line-height: 1.6;
  margin-bottom: 7px;
}
#s02 .inner .grid_top .grid_col .text_area .grid_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
#s02 .inner .grid_top .grid_col .grid_more {
  transition: 0.4s all;
  position: absolute;
  bottom: -23px;
  right: -18px;
}
#s02 .inner .grid_top .grid_col .grid_more img {
  width: 80px;
  height: 80px;
}
#s02 .inner .grid_top .grid_col .grid_more:hover {
  transform: translateY(-10px);
}
#s02 .inner .grid_bottom {
  width: 100%;
  padding-left: clamp(80px, 13.616398243vw, 186px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s02 .inner .grid_bottom {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
    padding: 0;
    margin-bottom: clamp(30px, 3.2942898975vw, 45px);
    justify-items: center;
  }
}
#s02 .inner .grid_bottom .grid_col {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: block;
}
#s02 .inner .grid_bottom .grid_col .text_area {
  position: absolute;
  left: 19px;
  bottom: 28px;
}
@media (max-width: 425px) {
  #s02 .inner .grid_bottom .grid_col .text_area {
    bottom: 60px;
  }
}
#s02 .inner .grid_bottom .grid_col .text_area .grid_en {
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.3909224012vw, 19px);
  margin-bottom: 0;
}
#s02 .inner .grid_bottom .grid_col .text_area .grid_title {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.1229868228vw, 29px);
  line-height: 1.6;
  margin-bottom: 7px;
}
#s02 .inner .grid_bottom .grid_col .text_area .grid_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
#s02 .inner .grid_bottom .grid_col .grid_more {
  transition: 0.4s all;
  position: absolute;
  bottom: -23px;
  right: -18px;
}
#s02 .inner .grid_bottom .grid_col .grid_more img {
  width: 80px;
  height: 80px;
}
#s02 .inner .grid_bottom .grid_col .grid_more:hover {
  transform: translateY(-10px);
}

#s03 {
  background: url(/wp-content/uploads/top_triallesson_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: clamp(100px, 10.4685212299vw, 143px) 0 clamp(80px, 8.6383601757vw, 118px);
}
@media (max-width: 769px) {
  #s03 {
    background-position-x: 31%;
  }
}
@media (max-width: 769px) {
  #s03::after {
    content: "";
    background: rgba(76, 87, 81, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#s03 .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s03 .inner {
    padding: 0 6%;
  }
}
#s03 .inner .box {
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: 23.4375vw;
}
@media (max-width: 1366px) {
  #s03 .inner .box {
    margin-right: clamp(30px, 7.027818448vw, 96px);
  }
}
@media (max-width: 769px) {
  #s03 .inner .box {
    max-width: 100%;
  }
}
#s03 .inner .box .title_jp {
  color: #f3f7f9;
  margin-bottom: clamp(20px, 1.9765739385vw, 27px);
}
@media (max-width: 769px) {
  #s03 .inner .box .title_jp {
    text-align: center;
  }
}
#s03 .inner .box .content {
  color: #f3f7f9;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 769px) {
  #s03 .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 425px) {
  #s03 .inner .box .content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  #s03 .inner .box .content .content_space {
    display: none;
  }
}
#s03 .inner .box .button a {
  display: block;
  max-width: 250px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  color: #46986f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  background: #fff;
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  margin: 0;
}
#s03 .inner .box .button a:hover {
  color: #fff;
}
#s03 .inner .box .button a:hover::after {
  background: #fff;
}
@media (max-width: 769px) {
  #s03 .inner .box .button a {
    margin: 0 auto;
  }
}
#s03 .inner .box .button a span {
  position: relative;
  z-index: 3;
}
#s03 .inner .box .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #46986f;
  font-weight: 600;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
#s03 .inner .box .button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(90deg, rgb(156, 205, 165) 0%, rgb(70, 152, 111) 100%);
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
#s03 .inner .box .button a:hover::before {
  opacity: 1;
}

#s04 {
  background: url(/wp-content/uploads/top_instructor_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: clamp(100px, 10.4685212299vw, 143px) 0 clamp(80px, 8.6383601757vw, 118px);
}
@media (max-width: 769px) {
  #s04 {
    background-position-x: 71%;
  }
}
@media (max-width: 769px) {
  #s04::after {
    content: "";
    background: rgba(76, 87, 81, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#s04 .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s04 .inner {
    padding: 0 6%;
  }
}
#s04 .inner .box {
  max-width: 650px;
  width: 100%;
  margin-left: 19.1145833333vw;
}
@media (max-width: 1366px) {
  #s04 .inner .box {
    margin-left: clamp(30px, 9.3704245974vw, 128px);
  }
}
@media (max-width: 769px) {
  #s04 .inner .box {
    max-width: 100%;
    margin-left: 0;
  }
}
#s04 .inner .box .title_jp {
  color: #f3f7f9;
  margin-bottom: clamp(20px, 1.9765739385vw, 27px);
}
@media (max-width: 769px) {
  #s04 .inner .box .title_jp {
    text-align: center;
  }
}
#s04 .inner .box .title_jp .title_space {
  display: none;
}
@media (max-width: 425px) {
  #s04 .inner .box .title_jp .title_space {
    display: block;
  }
}
#s04 .inner .box .content {
  color: #f3f7f9;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 769px) {
  #s04 .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #s04 .inner .box .content {
    text-align: start;
  }
}
@media (max-width: 500px) {
  #s04 .inner .box .content .content_space {
    display: none;
  }
}
#s04 .inner .box .button a {
  display: block;
  max-width: 250px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  color: #46986f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  background: #fff;
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  margin: 0;
}
#s04 .inner .box .button a:hover {
  color: #fff;
}
#s04 .inner .box .button a:hover::after {
  background: #fff;
}
@media (max-width: 769px) {
  #s04 .inner .box .button a {
    margin: 0 auto;
  }
}
#s04 .inner .box .button a span {
  position: relative;
  z-index: 3;
}
#s04 .inner .box .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #46986f;
  font-weight: 600;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
#s04 .inner .box .button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(90deg, rgb(156, 205, 165) 0%, rgb(70, 152, 111) 100%);
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
#s04 .inner .box .button a:hover::before {
  opacity: 1;
}

.cb_contents_inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.cb_contents_inner .title_jp {
  text-align: center;
  position: relative;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
.cb_contents_inner .title_jp::after {
  content: "Customer’s Voices";
  font-weight: 400;
  font-size: clamp(80px, 11.0541727672vw, 151px);
  position: absolute;
  top: -120px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Oooh Baby", cursive;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .cb_contents_inner .title_jp::after {
    top: -8.78477306vw;
  }
}
@media (max-width: 769px) {
  .cb_contents_inner .title_jp::after {
    font-size: 11.7035110533vw;
    top: -10.4031209363vw;
  }
}
.cb_contents_inner .title_jp span {
  position: relative;
  z-index: 1;
}
.cb_contents_inner .content {
  text-align: center;
  margin-bottom: clamp(35px, 3.6603221083vw, 50px);
}
.cb_contents_inner .content .content_space {
  display: none;
}
@media (max-width: 425px) {
  .cb_contents_inner .content .content_space {
    display: block;
  }
}

html body .index_post_slider {
  padding: clamp(120px, 11.859443631vw, 162px) 0 clamp(60px, 6.588579795vw, 90px);
  background: unset;
  position: relative;
}
@media (max-width: 769px) {
  html body .index_post_slider {
    padding: 70px 0 60px;
  }
}
html body .index_post_slider .button {
  position: absolute;
  bottom: 0;
  right: 8%;
}
@media (max-width: 850px) {
  html body .index_post_slider .button {
    position: relative;
    bottom: unset;
    right: unset;
  }
}
html body .index_post_slider .button a {
  display: block;
  width: 250px;
  height: 55px;
  border-radius: 5px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  background: linear-gradient(90deg, rgb(156, 205, 165) 0%, rgb(70, 152, 111) 100%);
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
@media (max-width: 850px) {
  html body .index_post_slider .button a {
    margin: 30px auto 0 auto;
  }
}
html body .index_post_slider .button a span {
  position: relative;
  z-index: 3;
}
html body .index_post_slider .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #fff;
  font-weight: 600;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
html body .index_post_slider .button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: #46986f;
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
html body .index_post_slider .button a:hover::before {
  opacity: 1;
}
html body .index_post_slider .title {
  max-height: -moz-max-content;
  max-height: max-content;
  height: auto;
}
html body .index_post_slider .title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #46986f;
}
html body .index_post_slider .desc span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #34413a;
}
html body .index_post_slider .post_list {
  margin: 0 !important;
}
html body .index_post_slider .meta .date {
  border-right: unset;
}
html body .index_post_slider .meta .category {
  display: none;
}
html body .index_post_slider .carousel_arrow:before {
  color: #46986f;
}
html body .index_post_slider .carousel_arrow {
  border: 1px solid #46986f;
}

#s05 {
  background: url(/wp-content/uploads/top_faq_bg.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(100px, 13.17715959vw, 180px) 0;
}
@media (max-width: 769px) {
  #s05 {
    background-position-x: 31%;
  }
}
#s05 .inner {
  max-width: calc(425px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s05 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
#s05 .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(25px, 2.635431918vw, 36px);
}
@media (max-width: 425px) {
  #s05 .inner .content {
    text-align: start;
  }
}
#s05 .inner .button a {
  display: block;
  max-width: 250px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  color: #46986f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  background: #fff;
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  margin: 0 auto;
}
#s05 .inner .button a:hover {
  color: #fff;
}
#s05 .inner .button a:hover::after {
  background: #fff;
}
#s05 .inner .button a span {
  position: relative;
  z-index: 3;
}
#s05 .inner .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #46986f;
  font-weight: 600;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
#s05 .inner .button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(90deg, rgb(156, 205, 165) 0%, rgb(70, 152, 111) 100%);
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
#s05 .inner .button a:hover::before {
  opacity: 1;
}

#s06 {
  padding: clamp(60px, 7.3206442167vw, 100px) 0 clamp(80px, 9.5168374817vw, 130px);
}
#s06 .inner {
  max-width: calc(1186px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s06 .inner .title_en {
  color: #46986f;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 4.831625183vw, 66px);
  line-height: normal;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s06 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1024px) {
  #s06 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
#s06 .inner .grid_box a {
  display: flex;
  transition: 0.4s all;
}
@media (max-width: 1024px) {
  #s06 .inner .grid_box a {
    justify-content: center;
  }
}
#s06 .inner .grid_box a:hover .news_title {
  color: #46986f;
}
#s06 .inner .grid_box a .eyecatch {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#s06 .inner .grid_box a .eyecatch img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#s06 .inner .grid_box a .news_title {
  padding: clamp(20px, 2.196193265vw, 30px);
  background: rgba(255, 255, 255, 0.5);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  color: #34413a;
  max-width: 232px;
  width: 100%;
}

#s07 {
  padding-bottom: clamp(100px, 12.2254758419vw, 167px);
}
#s07 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s07 .inner .title_en {
  color: #46986f;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 4.831625183vw, 66px);
  line-height: normal;
  letter-spacing: 0.04em;
  margin-bottom: clamp(30px, 4.39238653vw, 60px);
}

#s_info {
  padding-bottom: clamp(80px, 11.3469985359vw, 155px);
}
#s_info .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_info .inner .title_en {
  color: #46986f;
  text-align: start;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 4.831625183vw, 66px);
  line-height: normal;
  margin-bottom: clamp(25px, 2.3426061493vw, 32px);
  text-transform: capitalize;
}
@media (max-width: 769px) {
  #s_info .inner .title_en {
    text-align: center;
  }
}
#s_info .inner .footer_grid_box {
  display: grid;
  grid-template-columns: 0.97fr 1.03fr;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
  align-items: center;
  margin-bottom: clamp(35px, 3.4407027818vw, 47px);
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s_info .inner .footer_grid_box .map_area {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box .map_area {
    height: 350px;
  }
}
#s_info .inner .footer_grid_box .text_area {
  max-width: 570px;
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box .text_area {
    max-width: 100%;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area {
  display: flex;
  -moz-column-gap: clamp(25px, 3.513909224vw, 48px);
       column-gap: clamp(25px, 3.513909224vw, 48px);
  padding-bottom: 22px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area {
    flex-direction: column;
    border-bottom: 1px solid #e2e2e2;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
  width: 150px;
  color: #34413a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-weight: bold;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
    font-size: 14px;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
  width: 90%;
  color: #34413a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.813;
  font-size: clamp(13px, 1.1713030747vw, 15px);
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
  color: #34413a;
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}
#s_info .inner .button {
  margin-top: clamp(25px, 2.7086383602vw, 37px);
}
#s_info .inner .button a {
  display: block;
  max-width: 250px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  margin-left: auto;
  background: linear-gradient(90deg, rgb(156, 205, 165) 0%, rgb(70, 152, 111) 100%);
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
@media (max-width: 769px) {
  #s_info .inner .button a {
    margin: 0 auto;
  }
}
#s_info .inner .button a span {
  position: relative;
  z-index: 3;
}
#s_info .inner .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #fff;
  font-weight: 600;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
#s_info .inner .button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: #46986f;
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
#s_info .inner .button a:hover::before {
  opacity: 1;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.smoothTextAppear {
  filter: blur(20px);
  transform: scale(0.8);
  opacity: 0;
  animation: 1s forwards ease animatedLetters;
  display: inline-block;
  width: 100%;
}

@keyframes animatedLetters {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
.diagonalItem {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1251px) {
  #header_slider {
  	 height: 71.3541666667vw !important;
    padding: 0px;
    margin: 0;
  }
  #header_slider .item {
    height: 71.3541666667vw !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */