/*=============================================
 * body
 *=============================================*/
body {
   background: #F0F0F0;
   color: #382416;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 500;
   font-size: 17px;
   line-height: 32px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 13px;
      line-height: 25px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

/* =============================================
 * Custom
*=============================================*/
@keyframes text-katakata {
   0% {
      opacity: 0;
      transform: rotate(0deg) translate(0, 0);
   }

   34% {
      opacity: 1;
      transform: rotate(0deg) translate(0, 0);
   }

   35% {
      opacity: 1;
      transform: rotate(-8deg) translate(0, -16px);
   }

   69% {
      opacity: 1;
      transform: rotate(-8deg) translate(0, -16px);
   }

   70% {
      opacity: 1;
      transform: rotate(8deg) translate(0, -8px);
   }

   99% {
      opacity: 1;
      transform: rotate(8deg) translate(0, -8px);
   }

   100% {
      opacity: 1;
      transform: rotate(0deg) translate(0, 0);
   }
}

@keyframes text-katakata-sub {
   0% {
      opacity: 0;
      transform: rotate(0deg) translate(0, 0);
   }

   34% {
      opacity: 1;
      transform: rotate(0deg) translate(0, 0);
   }

   35% {
      opacity: 1;
      transform: rotate(-2deg) translate(0, -4px);
   }

   69% {
      opacity: 1;
      transform: rotate(-2deg) translate(0, -4px);
   }

   70% {
      opacity: 1;
      transform: rotate(2deg) translate(0, -2px);
   }

   99% {
      opacity: 1;
      transform: rotate(2deg) translate(0, -2px);
   }

   100% {
      opacity: 1;
      transform: rotate(0deg) translate(0, 0);
   }
}

.h2 {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0;
   text-align: center;
}

.h2 .js-title-svg-text {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
}

.h2 .js-title-svg-text img {
   display: inline-block;
   max-height: 59px;
   opacity: 0;
   transform: rotate(-16deg) translate(-6px, 0);
}

.h2 .sub {
   display: inline-block;
   padding-top: 20px;
}

.h2 .sub span {
   display: inline-block;
   opacity: 0;
   transform: rotate(-8deg) translate(-3px, 0);
}

.h2[style*="visible"] .js-title-svg-text img,
.h2.scrollIn .js-title-svg-text img {
   animation: text-katakata .3s forwards ease-out;
}

.h2[style*="visible"] .sub span,
.h2.scrollIn .sub span {
   animation: text-katakata-sub .5s forwards;
}

.h-18 {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
}

.h-20 {
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0;
   line-height: 30px;
}

.h-22 {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 0;
   line-height: 32px;
}

.h-24 {
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0;
   line-height: 35px;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   letter-spacing: 0;
   line-height: 36px;
}

.h-30 {
   font-weight: 700;
   font-size: 30px;
   letter-spacing: 0.02em;
   line-height: 44px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   letter-spacing: 0;
   line-height: 52px;
}

.h-40 {
   font-weight: 700;
   font-size: 40px;
   letter-spacing: 0.1em;
   line-height: 48px;
}

@media screen and (max-width: 767px) {
   .h2 .js-title-svg-text {
      gap: 10px;
   }

   .h2 .js-title-svg-text img {
      max-height: 35px;
   }

   .h2 .sub {
      padding-top: 10px;
   }

   .h-18 {
      font-size: 16px;
      line-height: 24px;
   }

   .h-20,
   .h-22,
   .h-24 {
      font-size: 18px;
      line-height: 26px;
   }

   .h-26,
   .h-30 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-36 {
      font-size: 24px;
      line-height: 35px;
   }

   .h-40 {
      font-size: 25px;
      line-height: 35px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 182px;
   height: 50px;
   background-color: #fff;
   border: 0;
   color: #382416;
   font-family: "Lexend", sans-serif;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.05em;
   line-height: 26px;
   box-sizing: border-box;
   padding: 0;
   position: relative;
   z-index: 1;
   border-radius: 50px;
   margin: 12px 12px 0;
}

.button a i {
   display: block;
   background: url("../img/common/btn-arrow.webp") no-repeat center/cover;
   background-color: transparent;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   position: absolute;
   top: -12px;
   right: -12px;
   transition: all 0.3s;
}

.button a .arrow-orange {
   background-color: #F97C00;
}

.button a .arrow-purple {
   background-color: #B688E6;
}

.button a .arrow-yellow {
   background-color: #FFE260;
}

.button a .arrow-blue {
   background-color: #06B6DB;
}

.button a .arrow-green {
   background-color: #00C280;
}

.button a .arrow-red {
   background-color: #FF7C7A;
}

.button a:hover {
   opacity: 1;
}

.button a:hover i {
   transform: translateX(5px);
}

.button a:hover .arrow-orange {
   background-color: #79E9E1;
}

.button a:hover .arrow-purple {
   background-color: #05AC71;
}

.button a:hover .arrow-yellow {
   background-color: #06B6DB;
}

.button a:hover .arrow-blue {
   background-color: #F97C00;
}

.button a:hover .arrow-green {
   background-color: #B597E6;
}

.button a:hover .arrow-red {
   background-color: #F97C00;
}

.button .elementor-button {
   background-color: #FDF4C9;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 700;
   color: inherit;
}

.button .elementor-button:after {
   content: '';
   width: 40px;
   height: 40px;
   background: url("../img/common/btn-arrow.webp") no-repeat center top/cover;
   background-color: #F97C00;
   border-radius: 50%;
   position: absolute;
   top: -12px;
   right: -12px;
   transition: all 0.3s;
}

.button .elementor-button:hover {
   color: inherit;
}

.button .elementor-button:hover:after {
   background-color: #79E9E1;
   transform: translateX(5px);
}

.button[class*="arrow"] .elementor-button {
   background-color: #fff;
   font-family: "Lexend", sans-serif;
   text-transform: uppercase;
}

.button.arrow-red .elementor-button:after {
   background-color: #FF7C7A;
}

.button.arrow-red .elementor-button:hover:after {
   background-color: #00C280;
}

.button.arrow-yellow .elementor-button:after {
   background-color: #FFE260;
}

.button.arrow-yellow .elementor-button:hover:after {
   background-color: #06B6DB;
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      height: 40px;
      font-size: 16px;
   }

   .button a i {
      width: 30px;
      height: 30px;
   }

   .button .elementor-button {
      height: 40px;
      font-size: 16px;
   }

   .button .elementor-button:after {
      width: 30px;
      height: 30px;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-blue {
   color: #01A5C7;
}

.cl-green {
   color: #00973D;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #FFB357;
}

.cl-black {
   color: #4B4B4B;
}

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #F97C00;
}

.udl01 {
   background-image: linear-gradient(#AE0615, #AE0615);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-400 {
   font-weight: 400;
}

.fw-500 {
   font-weight: 500;
}

.fw-700 {
   font-weight: 700;
}

.fw-900 {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.bdra-30 {
   border-radius: 30px;
}

.img_shadow {
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.img-obj {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }

   .bdra-30 {
      border-radius: 15px;
   }
}

/* -- --*/
.w600 {
   max-width: 600px;
   margin: 0 auto;
}

.w800 {
   max-width: 800px;
   margin: 0 auto;
}

.w900 {
   max-width: 900px;
   margin: 0 auto;
}

/* -- --*/
.section-space {
   padding: 100px 0;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb100 {
   padding-bottom: 100px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

@media screen and (max-width: 1080px) {
   .section-space {
      padding-right: 0;
      padding-left: 0;
   }
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 50px 0;
   }

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 60px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 60px;
   }

   .pb200 {
      padding-bottom: 100px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #77D1A0;
}

.bg-cl02 {
   background-color: #F3F7F8;
}

/* -- -- */
.img-zoom,
.img-zoom figure {
   display: block;
   overflow: hidden;
}

.img-zoom .img,
.img-zoom .img-obj {
   transition: 0.6s ease-in-out;
}

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
   transform: scale(1.07);
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

@media screen and (max-width: 767px) {
   .photo-full {
      width: 100%;
      height: 50vw;
   }

   .photo-full img {
      height: 100%;
      object-fit: cover;
   }
}

/* -- --*/
hr {
   border: 0;
   border-bottom: 1px solid #fff;
}

/* -- --*/
.slick-dots {
   display: flex;
   justify-content: center;
   gap: 15px;
}

.slick-dots li {
   width: 8px;
   height: 8px;
}

.slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #C0C0C0;
   border-radius: 50%;
   border: 0;
   font-size: 0;
   cursor: pointer;
}

.slick-dots button:hover {
   background-color: #FF7C7A;
}

.slick-dots .slick-active button {
   background-color: #FF7C7A;
}

/* -- --*/
.wrap-wh {
   background-color: #fff;
   border-radius: 40px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
   padding: 100px 50px;
}

@media screen and (max-width: 1023px) {
   .wrap-wh {
      padding: 100px 30px;
   }
}

@media screen and (max-width: 767px) {
   .wrap-wh {
      width: calc(100% - 40px);
      padding: 50px 20px;
      border-radius: 30px;
   }
}

/*=============================================
 * <header>
 *=============================================*/
header {
   width: 100%;
   padding: 36px 0 50px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
}

header .wrap {
   display: flex;
   align-items: center;
   background-color: #fff;
   border-radius: 50px;
   padding: 0 40px;
   box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

header .logo-sub {
	width: 143px;
	position: absolute;
	bottom: 100%;
	left: 40px;
	margin-bottom: 6px
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   max-width: 150px;
}

.navbar .tel {
   position: absolute;
   bottom: 100%;
   right: 320px;
   margin-bottom: 2px;
}

.navbar .tel a {
   display: inline-block;
   background: url("../img/common/icon-tel.webp") no-repeat center left/13px auto;
   font-weight: 600;
   font-size: 19px;
   letter-spacing: 0.04em;
   line-height: 24px;
   padding-left: 17px;
}

.navbar .txt {
   font-weight: 500;
   font-size: 12px;
   line-height: 17px;
   position: absolute;
   bottom: 100%;
   right: 25px;
   margin-bottom: 9px;
}

.navbar .nav {
   display: flex;
   font-weight: 500;
   font-size: 12px;
   line-height: 16px;
   text-align: center;
}

.navbar .nav a {
   display: block;
   color: rgba(56, 36, 22, 0.3);
   padding: 13px 28px 12px;
}

.navbar .nav a span {
   display: block;
   font-family: "Lexend", sans-serif;
   font-weight: 400;
   font-size: 14px;
   letter-spacing: 0.07em;
   line-height: 24px;
   color: #382416;
}

.navbar .nav a:hover,
.navbar .nav a.current {
   background-color: #F0F0F0;
   opacity: 1;
}

.navbar .nav li+li {
   border-left: 1px solid #F8F8F8;
}

.navbar .nav-btn {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 700;
   font-size: 15px;
   line-height: 20px;
   position: absolute;
   top: 100%;
   right: 0;
   margin-top: 10px;
}

.navbar .nav-btn a {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   height: 42px;
   border-radius: 50px;
}

.navbar .nav-btn a.bsn {
   width: 156px;
   background-color: #fff;
}

.navbar .nav-btn a.bsn:before {
   content: '';
   width: 19px;
   height: 24px;
   background: url("../img/common/icon-building.webp") no-repeat center top/100% auto;
   display: block;
}

.navbar .nav-btn a.inq {
   gap: 12px;
   width: 165px;
   background-color: #DB0001;
   color: #fff;
}

.navbar .nav-btn a.inq:before {
   content: '';
   width: 22px;
   height: 17px;
   background: url("../img/common/icon-email-wh.webp") no-repeat center top/100% auto;
   display: block;
}

@media screen and (max-width: 1200px) {
   header .wrap {
      padding-right: 20px;
   }

   .navbar .nav a {
      padding: 13px 20px 12px;
   }
}

@media screen and (max-width: 1023px) {
   header .wrap {
      padding: 0 10px 0 20px;
   }
	
	header .logo-sub {
		left: 20px;
	}

   .navbar .nav a {
      padding: 13px 10px 12px;
   }
}

@media screen and (max-width: 767px) {
   header {
      padding: 0;
      transition: all 0.3s;
   }

   header.fixed {
      background-color: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
   }

   header .wrap {
      background-color: transparent;
      box-shadow: none;
      padding: 20px 20px 10px;
   }

   header .logo a {
      max-width: 150px;
   }
	
	header .logo-sub {
		width: 96px;
		top: -3px;
		bottom: auto;
		margin-bottom: 0;
	}

   .navbar {
      background: #fff;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 100px 0;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
   }

   .navbar .tel {
      position: static;
      text-align: center;
   }

   .navbar .txt {
      position: static;
      text-align: center;
      padding: 10px 0 15px;
   }

   .navbar .nav {
      flex-direction: column;
   }

   .navbar .nav li {
      border-top: 1px solid #F8F8F8;
      border-bottom: 1px solid #F8F8F8;
   }

   .navbar .nav li+li {
      border-top: 0;
      border-left: 0;
   }

   .navbar .nav a {
      padding: 10px 20px;
   }

   .navbar .nav-btn {
      justify-content: center;
      position: static;
      padding-top: 20px;
   }

   .navbar .nav-btn a.bsn {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
   }

   .navOpen .navbar {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }
}

@media screen and (min-width: 768px) {
   .navbar {
      height: auto !important;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background: #C6B2EB;
   color: #fff;
   padding: 50px 0 30px;
}

footer .wrap {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

footer .gmap {
   width: 100%;
   height: 350px;
   border-radius: 20px;
   overflow: hidden;
   margin-bottom: 30px;
}

footer .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

footer .logo {
   width: 177px;
}

footer .txt {
   color: #382416;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   padding-left: 62px;
}

footer nav {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   width: 100%;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   padding: 50px 0 80px;
}

footer nav li+li {
   padding-top: 15px;
}

footer nav a {
   display: inline-flex;
   align-items: center;
   gap: 12px;
   position: relative;
}

footer nav a:before {
   content: '';
   display: block;
   width: 0;
   height: 0;
   border-width: 4px 0 4px 5px;
   border-color: transparent;
   border-style: solid;
   transition: all 0.3s;
}

footer nav a:hover {
   opacity: 1;
   text-decoration: underline;
}

footer nav a:hover:before {
   transform: translateX(5px);
}

footer nav .ul-1 a:before {
   border-left-color: #66D5EB;
}

footer nav .ul-2 {
   display: grid;
   grid-template-columns: repeat(2, auto);
   gap: 15px 24px;
}

footer nav .ul-2 li+li {
   padding-top: 0;
}

footer nav .ul-2 a:before {
   border-left-color: #FADC5E;
}

footer nav .ul-3 a:before {
   border-left-color: #00C28A;
}

footer nav .ul-4 a:before {
   border-left-color: #F48A85;
}

footer .nav-sub {
   display: flex;
	align-items: flex-end;
   gap: 30px;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   flex: 1 0 0;
}

footer .nav-sub a {
   text-decoration: underline;
}

footer .nav-sub a:hover {
   text-decoration: none;
}

footer .nav-sub .logo-sub {
	width: 162px;
}

footer .flow-us {
   display: flex;
   align-items: center;
   gap: 24px;
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0.09em;
   line-height: 27px;
}

footer .flow-us a {
   width: 26px;
}

footer .flow-us span {
   position: relative;
   top: 2px;
}

footer address {
   color: #382416;
   font-size: 12px;
   line-height: 16px;
   padding-top: 45px;
}

@media screen and (max-width: 1023px) {
   footer nav {
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   footer {
      padding-bottom: 10px;
   }

   footer .logo {
      width: 130px;
      order: 1;
   }

   footer .txt {
      width: 100%;
      font-size: 12px;
      line-height: 20px;
      padding: 8px 0 20px;
      order: 2;
   }

   footer .gmap {
      height: 250px;
      margin-bottom: 30px;
      order: 3;
   }

   footer nav {
      width: 100%;
      flex-wrap: wrap;
      gap: 24px 0;
      padding: 0 0 40px;
      order: 4;
   }

   footer nav .ul-1,
   footer nav .ul-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 20px;
      width: 100%;
   }

   footer nav .ul-1 li+li,
   footer nav .ul-2 li+li {
      padding-top: 0;
   }

   footer nav .ul-3,
   footer nav .ul-4 {
      width: calc(50% - 10px);
   }

   footer .nav-sub {
	   flex-direction: column;
	   align-items: flex-start;
      gap: 15px;
      order: 5;
      font-size: 11px;
      line-height: 16px;
      flex: 1 0 0;
   }
	
	footer .nav-sub .logo-sub {
		width: 146px;
	}

   footer .flow-us {
      gap: 12px;
	       align-self: flex-end;
      font-size: 16px;
      line-height: 20px;
      padding-top: 0;
      order: 6;
   }

   footer .flow-us a {
      width: 22px;
   }

   footer address {
      width: 100%;
      font-size: 10px;
      line-height: 15px;
      padding-top: 35px;
      order: 7;
   }
}

@media screen and (min-width: 1201px) {
   footer .wrap {
      max-width: 940px;
   }
}

/*=============================================
 * <section>
 *=============================================*/

/*=============================================
 * KV
 *=============================================*/
#kv {
   position: relative;
   background-color: #FDEBAC;
   margin-bottom: 10%;
   padding-top: 145px;
}

#kv:before {
   content: '';
   width: 100%;
   padding-top: 24.2%;
   background: url("../img/common/kv-bg.webp") no-repeat center top/cover;
   position: absolute;
   top: 145px;
   left: 0;
}

#kv:after {
   content: '';
   width: 14.2%;
   padding-top: 12%;
   background: url("../img/common/kv-deco.webp") no-repeat center top/cover;
   position: absolute;
   top: 185px;
   left: 12%;
}

#kv .page-title {
   text-align: center;
   position: relative;
}

#kv .page-title .en {
   font-weight: 700;
   font-size: 125px;
   letter-spacing: 0.09em;
   line-height: 156px;
   white-space: nowrap;
   color: #FFF8D8;
   text-transform: uppercase;
}

#kv .page-title .ja {
   display: inline-block;
   width: max-content;
   background: url("../img/common/kv-icon.webp") no-repeat top right/36px auto;
   letter-spacing: 0.05em;
   padding: 17px 42px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
   #kv:before {
      top: 200px;
   }

   #kv:after {
      top: 225px;
   }

   #kv .page-title .en {
      font-size: 100px;
   }
}

@media screen and (max-width: 767px) {
   #kv {
      margin-bottom: 25%;
      padding: 105px 0 45px;
   }

   #kv:before {
      top: 100%;
   }

   #kv:after {
      width: 37%;
      padding-top: 31%;
      top: 84%;
      left: -5%;
   }

   #kv .wrap {
      padding: 0;
   }

   #kv .page-title .en {
      font-size: 60px;
      line-height: 80px;
   }

   #kv .page-title .ja {
      background-size: 26px;
      padding: 10px 25px;
      font-size: 22px;
      line-height: 32px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   position: relative;
}

/* =============================================
 * 404
 *=============================================*/
#content-404 {
   padding-bottom: 120px;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .button {
   padding-top: 70px;
}

#content-404 .button a {
   background-color: #FDF4C9;
   width: 250px;
}

#content-404 .button a i {
   transform: rotate(180deg);
   right: auto;
   left: -12px;
}

#content-404 .button a:hover i {
   transform: translateX(-5px) rotate(180deg);
}

@media screen and (max-width: 767px) {
   .error404  #kv .page-title .en {
      font-size: 50px;
   }
   #content-404 {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   #content-404 .wrap {
      text-align: justify;
   }

   #content-404 .txt {
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
   position: relative;
}

.wpcf7 .select {
   display: flex;
   align-items: flex-start;
   width: 50%;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap {
   display: block;
   flex: 1;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '';
   width: 0;
   height: 0;
   border-width: 5px 4px 0 4px;
   border-color: #66D5EB transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 22px;
   right: 15px;
}

.wpcf7 .select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #FDF4C9;
   border: 0;
   border-radius: 10px;
   font-weight: 500;
   line-height: 30px;
   padding: 10px 20px;
   cursor: pointer;
}

.wpcf7 .select select::-ms-expand {
   display: none;
}

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
   display: block;
   width: 100%;
   background-color: #FDF4C9;
   border: 0;
   border-radius: 10px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 10px 20px;
   font-weight: 500;
   line-height: 30px;
}

.wpcf7 input:not([type="checkbox"], [type="radio"])::placeholder,
.wpcf7 textarea::placeholder {
  color: #cdc7aa;
}

.wpcf7 textarea {
   height: 200px;
   resize: vertical;
}

.wpcf7 input[type="date"] {
   padding-right: 40px;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
   width: 100%;
   height: 100%;
   cursor: pointer;
   background-position: top 22px right 15px;
   background-size: 18px auto;
   position: absolute;
   top: 0;
   left: 0;
}

.wpcf7 ::-webkit-input-placeholder {
   color: #7C705C;
}

.wpcf7 ::-moz-placeholder {
   color: #7C705C;
}

.wpcf7 :-ms-input-placeholder {
   color: #7C705C;
}

.wpcf7 :-moz-placeholder {
   color: #7C705C;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
   display: block;
   margin-left: 0;
   cursor: pointer;
}

.wpcf7-checkbox input,
.wpcf7-radio input {
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
   display: inline-grid;
   grid-template-columns: 38px 1fr;
   align-items: center;
   gap: 16px;
   cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   content: '';
   grid-area: 1/1;
   margin: auto;
   border-radius: 6px;
   width: 38px;
   height: 38px;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
   background-color: #FDF4C9;
   box-sizing: border-box;
   position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   background: url("../img/common/icon-checked.webp") no-repeat center top/cover;
   position: relative;
   display: none;
}

.wpcf7-checkbox input:checked+.wpcf7-list-item-label:after,
.wpcf7-radio input:checked+.wpcf7-list-item-label:after {
   display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 12px;
   color: #E50012;
}

.wpcf7 .result-txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
   .wpcf7 .select {
      width: 100%;
   }

   .wpcf7-checkbox .wpcf7-list-item-label,
   .wpcf7-radio .wpcf7-list-item-label {
      grid-template-columns: 30px 1fr;
      gap: 10px;
   }

   .wpcf7-checkbox .wpcf7-list-item-label:before,
   .wpcf7-checkbox .wpcf7-list-item-label:after,
   .wpcf7-radio .wpcf7-list-item-label:before,
   .wpcf7-radio .wpcf7-list-item-label:after {
      width: 30px;
      height: 30px;
   }
}

/*=============================================
 * elementor
 *=============================================*/
.elementor-element {
   padding: 0;
}

.elementor-widget-heading .elementor-heading-title {
   font-family: inherit;
   font-weight: inherit;
   color: inherit;
}

.elementor-heading-title {
   line-height: inherit;
}

.elementor-widget-text-editor {
   font-family: inherit;
   font-weight: inherit;
   color: inherit;
}

.e-con.e-flex>.e-con-inner {
   padding: 0;
}

@media screen and (max-width: 767px) {
   .elementor-element.wrap {
      padding: 0 20px;
   }
}

/*=============================================
 * CV
 *=============================================*/
.section__cta {
   background: url("../img/index/cta-bg.webp") no-repeat center top/100% auto;
   position: relative;
   padding-top: 13vw;
}

.section__cta:before {
   content: '';
   width: 100%;
   background-color: #C6B2EB;
   position: absolute;
   top: 18vw;
   bottom: 0;
   left: 0;
}

.section__cta h2 {
   width: 480px;
   margin: 0 auto;
}

.section__cta figure {
   display: flex;
   align-items: flex-start;
   gap: 3px;
   padding: 16px 0 0 50px;
   position: relative;
   top: 16px;
}

.section__cta figure img {
   max-width: 107px;
}

.section__cta figure figcaption {
   background-color: #FFEFB1;
   border-radius: 60px;
   margin-top: 26px;
   padding: 13px 46px 15px;
   position: relative;
}

.section__cta figure figcaption:before {
   content: '';
   width: 26px;
   height: 15px;
   background: url("../img/index/cta-arrow.webp") no-repeat center top/100% auto;
   position: absolute;
   top: 22px;
   left: -14px;
}

.section__cta .banner {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   position: relative;
}

.section__cta .banner [class*="col"] {
   min-height: 168px;
   border-radius: 20px;
   padding: 52px 20px 0;
}

.section__cta .banner .tel {
   padding-top: 6px;
}

.section__cta .banner .tel a {
   background: url("../img/common/icon-tel-green.webp") no-repeat center left/30px auto;
   font-weight: 600;
   font-size: 40px;
   letter-spacing: 0.04em;
   line-height: 50px;
   color: #05AC71;
   padding-left: 40px;
}

.section__cta .banner time {
   display: block;
   font-weight: 500;
   font-size: 14px;
   padding-top: 12px;
}

.section__cta .banner time span {
   font-weight: 700;
}

.section__cta .banner .btn-inq {
   padding-top: 28px;
}

.section__cta .banner .btn-inq a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   width: 200px;
   height: 50px;
   background-color: #FF7C7A;
   color: #fff;
   font-weight: 700;
   font-size: 17px;
   line-height: 25px;
   border-radius: 50px;
   position: relative;
}

.section__cta .banner .btn-inq a:before {
   content: '';
   width: 26px;
   height: 20px;
   background: url("../img/common/icon-email-wh.webp") no-repeat center top/100% auto;
   display: block;
}

.section__cta .banner .col-l {
   background-color: #D6EDE5;
}

.section__cta .banner .col-r {
   background-color: #F4D7D4;
}

@media screen and (max-width: 1023px) {
   .section__cta figure {
      padding-left: 20px;
   }

   .section__cta figure figcaption {
      padding: 13px 25px 15px;
   }

   .section__cta .banner {
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   .section__cta {
      padding-top: 80px;
   }

   .section__cta h2 {
      width: 100%;
      max-width: 280px;
   }

   .section__cta figure {
      justify-content: flex-end;
      gap: 0;
      padding: 0;
   }

   .section__cta figure img {
      max-width: 80px;
   }

   .section__cta figure figcaption {
      font-size: 16px;
      line-height: 22px;
      margin-top: 7px;
      padding: 10px 15px;
      text-align: center;
   }

   .section__cta .banner {
      grid-template-columns: 1fr;
   }

   .section__cta .banner [class*="col"] {
      min-height: inherit;
      padding: 34px 20px 42px;
   }

   .section__cta .banner h3 {
      font-size: 20px;
   }

   .section__cta .banner .tel {
      padding-top: 16px;
   }

   .section__cta .banner .tel a {
      background-size: 26px auto;
      font-size: 36px;
      line-height: 45px;
      padding-left: 36px;
   }

   .section__cta .banner time {
      font-size: 12px;
      line-height: 16px;
      padding-top: 6px;
   }

   .section__cta .banner .btn-inq {
      padding-top: 20px;
   }

   .section__cta .banner .btn-inq a {
      gap: 6px;
      width: 170px;
      height: 44px;
      font-size: 15px;
   }

   .section__cta .banner .btn-inq a:before {
      width: 24px;
      height: 17px;
   }
}

@media screen and (min-width: 1201px) {
   .section__cta .wrap {
      max-width: 940px;
   }
}

/*=============================================
 * 
 *=============================================*/
@-webkit-keyframes fadeInUp1 {
   from {
      opacity: 0;
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

@-webkit-keyframes fadeInUp1 {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes fadeInUp1 {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.fadeInUp1 {
   -webkit-animation-name: fadeInUp1;
   animation-name: fadeInUp1;
   animation-duration: 2s;
   animation-delay: 0.3s;
}

/*=============================================
 * 
 *=============================================*/
.schedule-table {
   overflow-x: auto;
}

.schedule-table table {
   width: 100%;
   border-radius: 15px;
   overflow: hidden;
}

.schedule-table table th,
.schedule-table table td {
   font-weight: 700;
   font-size: 19px;
   line-height: 22px;
   letter-spacing: 0.05em;
   text-align: center;
   vertical-align: middle;
   border: 5px solid #fff;
}

.schedule-table table th {
   background-color: #00C07E;
   color: #fff;
}

.schedule-table table td {
   background-color: #E5F9F2;
}

.schedule-table table td.full {
   background-color: #FFADAD;
}

.schedule-table table td.pre {
   background-color: #A6A6A6;
}

.schedule-table table .class {
   width: 52px;
   background-color: #90DDC2;
}

.schedule-table table thead th {
   width: 158px;
   height: 82px;
   border-top: 0;
}

.schedule-table table thead th:first-child {
   border-left: 0;
}

.schedule-table table thead th:last-child {
   border-right: 0;
}

.schedule-table table tbody th,
.schedule-table table tbody td {
   border-bottom: 0;
}

.schedule-table table tbody th {
   border-left: 0;
}

.schedule-table table tbody td {
   height: 76px;
}

.schedule-table table tbody td:last-child {
   border-right: 0;
}

@media screen and (max-width: 1200px) {
   .schedule-table table thead th {
      width: 135px;
   }
}

@media screen and (max-width: 1023px) {
   .schedule-table table thead th {
      width: 100px;
   }
}

@media screen and (max-width: 767px) {
   .schedule-table {
      overflow-x: auto;
      margin-right: -20px;
   }

   .schedule-table table {
      min-width: 660px;
   }

   .schedule-table table th,
   .schedule-table table td {
      font-size: 16px;
   }

   .schedule-table table thead th {
      width: 100px;
   }
}