@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #555;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 500;
   font-size: 16px;
   line-height: 2;
   letter-spacing: 0.1em;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
   }
}

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

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 700;
   font-size: 46px;
   letter-spacing: 0.06em;
   line-height: 60px;
   text-transform: uppercase;
}

.h2 .sub {
   display: block;
   font-family: "Outfit", sans-serif;
   font-weight: 400;
   font-size: 24px;
   letter-spacing: 0.1em;
   color: #C7AB74;
}

.h-18 {
   font-weight: 700;
   font-size: 18px;
   line-height: 26px;
}

.h-20 {
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
}

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

.h-23 {
   font-weight: 700;
   font-size: 23px;
   line-height: 32px;
}

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

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

.h-28 {
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
}

.h-29 {
   font-weight: 700;
   font-size: 29px;
   line-height: 36px;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   line-height: 44px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   line-height: 44px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 30px;
      line-height: 45px;
      text-align: center;
   }

   .h2 .sub {
      font-size: 14px;
      line-height: 20px;
   }

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

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

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

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

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

.button a {
   display: inline-flex;
   justify-content: flex-start;
   align-items: center;
   width: 100%;
   max-width: 305px;
   height: 67px;
   background-color: #8EB088;
   color: #fff;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
   box-sizing: border-box;
   padding: 0 30px 2px;
   position: relative;
   z-index: 1;
   border-radius: 50px;
}

.button a:after {
   content: '';
   width: 32px;
   height: 32px;
   background: url("../img/common/btn-arrow.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 30px;
   transform: translate(0, -50%);
   transition: all 0.3s;
}

.button a:hover {
   background-color: #555;
   opacity: 1;
}

.button a:hover:after {
   transform: translate(5px, -50%);
}

@media screen and (max-width: 767px) {
   .button a {
      height: 60px;
      font-size: 16px;
   }
}

/* -- -- */
.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: #3D9FCA;
}

.cl-green {
   color: #77D1A0;
}

.cl-red {
   color: #C90606;
}

.cl-yellow {
   color: #C7AB74;
}

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

.cl-white {
   color: #fff;
}

.cl-green {
   color: #8EB088;
}

.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-r {
   font-weight: 400;
}

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

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

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

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

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

.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;
}

.pt20 {
   padding-top: 20px;
}

.pt30 {
   padding-top: 30px;
}

.pt50 {
   padding-top: 50px;
}

.pt100 {
   padding-top: 100px;
}

.pb30 {
   padding-bottom: 30px;
}

.pb50 {
   padding-bottom: 50px;
}

.pb100 {
   padding-bottom: 100px;
}

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

   .pt20,
   .pt30 {
      padding-top: 15px;
   }

   .pt50 {
      padding-top: 30px;
   }

   .pt100 {
      padding-top: 50px;
   }

   .pb30 {
      padding-bottom: 15px;
   }

   .pb50 {
      padding-bottom: 30px;
   }

   .pb100 {
      padding-bottom: 50px;
   }
}

/* -- --*/
.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 #DFDFDF;
}

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

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   background-color: #fff;
   width: 198px;
   padding: 19px 80px;
}

.header__nav {
   background-color: #fff;
   width: 240px;
   position: absolute;
   top: 180px;
   right: 0;
   padding: 25px 40px 50px;
   box-sizing: border-box;
}

.header__nav .nav {
   font-weight: 600;
   font-size: 16px;
   letter-spacing: 0.06em;
   line-height: 32px;
}

.header__nav .nav a {
   display: block;
   padding-bottom: 8px;
}

.header__nav .nav li {
   border-bottom: 1px solid #B99752;
}

.header__nav .nav li+li a {
   padding-top: 15px;
}

.header__nav .weather {
   max-width: 140px;
   margin: 0 auto;
   padding-top: 50px;
	text-align:center;
	color:#C7AB74;	
   font-family: "Outfit", sans-serif;
}
.header__nav .weather img{
   display:block;
	margin:-20px auto;
}
.weather p{
	font-size:15px;
}
.weather .ondo{
	font-size:24px;
}

.navbar {
   display: grid;
   width: 90%;
   max-width: 1000px;
   background: #fff;
   box-sizing: border-box;
   overflow: hidden auto;
   padding: 100px 50px;
   box-sizing: border-box;
   font-weight: 500;
   font-size: 16px;
   letter-spacing: 0.03em;
   line-height: 32px;
   position: fixed;
   right: 0;
   top: 180px;
   z-index: 101;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navbar .nav-wrap {
   width: 100%;
   margin: auto;
}

.navbar .nav {
   display: grid;
   grid-template-columns: repeat(2, 180px);
   justify-content: center;
   gap: 30px;
   font-weight: 600;
   letter-spacing: 0.06em;
}

.navbar .nav a {
   display: block;
   padding-bottom: 8px;
}

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

.navbar .nav li+li a {
   padding-top: 15px;
}

.navbar .nav-cta {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   justify-content: center;
   gap: 48px;
   padding-top: 50px;
}

.navbar .nav-cta .col {
   border: 1px solid #DFDFDF;
   padding: 32px 0 31px;
}

.navbar .nav-cta h3 .sub {
   font-size: 16px;
   text-transform: uppercase;
}

.navbar .nav-cta .tel {
   font-weight: 700;
   font-size: 46px;
   letter-spacing: 0;
   padding-top: 30px;
}

.navbar .nav-cta .tel span {
   display: inline-block;
   vertical-align: baseline;
   font-size: 20px;
}

.navbar .nav-cta .button {
   padding-top: 20px;
}

.navbar .nav-bottom {
   display: flex;
   align-items: center;
   gap: 20px;
   padding-top: 50px;
}

.navbar .btn-map {
   flex: 1 0 0;
}

.navbar .btn-map a {
   display: inline-block;
   background: url("../img/common/icon-location.png") no-repeat center left/29px auto;
   text-decoration: underline;
   padding-left: 40px;
}

.navbar .btn-map a:hover {
   text-decoration: none;
}

.navbar .list-sns {
   display: grid;
   grid-template-columns: 30px 31px 25px;
   align-items: center;
   gap: 20px;
}

.navOpen header,
.navOpen section,
.navOpen footer {
   filter: blur(8px);
}

.navOpen .navbar {
   opacity: 1;
   visibility: visible;
}

@media screen and (max-width: 1023px) {
   header .logo a {
      padding: 19px 40px;
   }

   .header__nav {
      display: none;
      padding: 20px 40px;
   }

   .navbar {
      padding: 100px 20px;
   }

   .navbar .nav-cta {
      grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 767px) {
   header .logo a {
      width: 150px;
      padding: 0 0px;
   }

   .header__nav {
      display: none;
   }

   .navbar {
      width: 100%;
      top: 0;
      padding: 120px 20px;
   }

   .navbar .nav {
      grid-template-columns: 1fr;
      gap: 15px;
   }

   .navbar .nav-cta {
      gap: 20px;
      padding-top: 30px;
   }

   .navbar .nav-cta h3 .sub {
      font-size: 14px;
   }

   .navbar .nav-cta .tel {
      font-size: 40px;
      padding-top: 20px;
   }

   .navbar .nav-cta .tel span {
      font-size: 16px;
   }

   .navbar .nav-bottom {
      flex-direction: column;
      gap: 10px;
      padding-top: 30px;
   }

   .navbar .nav-bottom .btn-map a {
      background-size: 24px auto;
      padding-left: 30px;
   }

   .navOpen .navbar {
      opacity: 1;
      visibility: visible;
   }
}

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

/*=============================================
 * <footer>
 *=============================================*/
footer {
   font-weight: 500;
   font-size: 16px;
   letter-spacing: 0.03em;
   line-height: 34px;
   border-top: 1px solid #DFDFDF;
   color: #555;
}

footer .wrap {
   display: flex;
   gap: 120px;
   padding-top: 40px;
   padding-bottom: 150px;
}

footer .col-1 {
   flex: 1 0 0;
}

footer .logo {
   width: 272px;
}

footer .btn-map {
   padding-top: 15px;
}

footer .btn-map a {
   display: inline-block;
   background: url("../img/common/icon-location.png") no-repeat center left/29px auto;
   text-decoration: underline;
   padding-left: 40px;
}

footer .btn-map a:hover {
   text-decoration: none;
}

footer nav {
   display: flex;
   gap: 120px;
   font-weight: 600;
   font-size: 18px;
   line-height: 68px;
}

footer .list-sns {
   display: grid;
   grid-template-columns: 30px 31px 25px;
   align-items: center;
   gap: 20px;
}

footer #pagetop {
   width: 53px;
}

footer address {
   width: 24px;
   height: 140px;
   margin: 0 auto;
   padding-top: 36px;
   text-align: left;
   position: relative;
   left: 8px;
}

footer .bg-parallax {
   background-image: url("../img/common/footer-img.jpg");
   min-height: 900px;
}

@media screen and (max-width: 1200px) {
   footer .wrap {
      gap: 60px;
   }

   footer nav {
      gap: 60px;
   }
}

@media screen and (max-width: 1023px) {
   footer .wrap {
      gap: 30px;
   }

   footer nav {
      gap: 30px;
      font-size: 15px;
      line-height: 60px;
   }
}

@media screen and (max-width: 767px) {
   footer {
      font-size: 14px;
      line-height: 28px;
   }

   footer .wrap {
      flex-direction: column;
      flex-wrap: nowrap;
      padding-bottom: 40px;
   }

   footer .logo {
      width: 170px;
      margin: 0 auto;
   }

   footer .btn-map a {
      background-size: 24px auto;
      padding-left: 30px;
   }

   footer nav {
      justify-content: space-between;
      font-size: 14px;
      line-height: 40px;
   }

   footer .col-3 {
      position: relative;
   }

   footer address {
      width: 100%;
      height: auto;
      padding: 13px 0;
      text-align: center;
   }

   footer #pagetop {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
   }

   footer .bg-parallax {
      display:none;
   }
}

/*=============================================
 * <kv>
 *=============================================*/
#kv {
   display: flex;
   align-items: flex-end;
   justify-content: center;
   background-color: #555;
   height: 750px;
   position: relative;
}

#kv:after {
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

#kv .kv-img {
   position: absolute;
   top: 0;
   left: 0;
}

#kv .wrap {
   max-width: 100%;
   padding: 0 10% 75px;
   z-index: 1;
}

#kv .page-title {
   color: #fff;
   font-weight: 800;
   font-size: 68px;
   line-height: 1.8;
   letter-spacing: 0.12em;
   text-transform: uppercase;
}

#kv .page-title .sub {
   display: block;
   font-weight: 400;
   font-size: 23px;
   letter-spacing: 0.09em;
   line-height: 1.8;
}

@media screen and (max-width: 1023px) {
   #kv .wrap {
      padding: 0 30px 30px;
   }
}

@media screen and (max-width: 767px) {
   #kv {
      height: 100vw;
   }

   #kv .wrap {
      padding: 0 20px 20px;
   }

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

   #kv .page-title .sub {
      font-size: 16px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-size: 12px;
   line-height: 12px;
   position: relative;
   padding: 10px 0 90px;
}

.breadcrumbs .wrap {
   overflow: auto hidden;
   padding-bottom: 10px;
}

.breadcrumbs ul {
   display: flex;
   width: max-content;
}

.breadcrumbs ul li {
   display: flex;
   align-items: center;
}

.breadcrumbs ul li:not(:last-child):after {
   content: '→';
   margin: 0 5px;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 767px) {
   .breadcrumbs {
      padding-bottom: 40px;
   }
}

/* =============================================
 * 404
 *=============================================*/
#content-404 {
   padding: 100px 0;
}

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

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

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 50px 0;
   }

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

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

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

.wpcf7 .select {
   position: relative;
}

.wpcf7 .select {
   display: flex;
   align-items: flex-start;
   width: 100%;
   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: 10px 8px 0 8px;
   border-color: #555 transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 28px;
   right: 20px;
}

.wpcf7 .select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #fff;
   border: 1px solid #A2A2A2;
   border-radius: 12px;
   line-height: 34px;
   padding: 14px 50px 14px 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: #fff;
   border: 1px solid #A2A2A2;
   border-radius: 12px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 14px 20px;
   line-height: 34px;
}

.wpcf7 textarea {
   height: 255px;
   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: #C1C1C1;
}

.wpcf7 ::-moz-placeholder {
   color: #C1C1C1;
}

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

.wpcf7 :-moz-placeholder {
   color: #C1C1C1;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: flex;
   flex-direction: column;
   gap: 10px;
   line-height: 20px;
}

.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: 14px 1fr;
   align-items: flex-start;
   gap: 5px;
   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: 3px;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
   width: 14px;
   height: 14px;
   border: 1px solid #707070;
   box-sizing: border-box;
   position: relative;
   top: 2px;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   width: 10px;
   height: 10px;
   background-color: #465E68;
   position: relative;
   top: 2px;
   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 .wpcf7-form-control-wrap::after {
      top: 21px;
   }

   .wpcf7 .select select {
      padding: 7px 50px 7px 20px;
   }

   .wpcf7 input:not([type="checkbox"], [type="radio"]),
   .wpcf7 textarea {
      padding: 7px 20px;
   }
}

/*=============================================
 * section cta
 *=============================================*/
.f-banner {
   padding: 90px 0 100px;
}

.f-banner .deco {
   width: 196px;
   position: absolute;
   top: 0;
   right: 25px;
}

.f-banner h2 {
   font-weight: 400;
   padding: 62px 0 61px;
}

.f-banner .item+.item {
   padding-top: 25px;
}

.f-banner .item a {
   display: flex;
   align-items: center;
   height: 283px;
   position: relative;
   border-radius: 18px;
   padding: 0 55px;
   color: #fff;
}

.f-banner .item a img {
   position: absolute;
   top: 0;
   left: 0;
}

.f-banner .item a:not(.coming-soon):after {
   content: '';
   width: 32px;
   height: 32px;
   background: url("../img/common/btn-arrow-gr.png") no-repeat center top/cover;
   position: absolute;
   top: calc(50% - 16px);
   right: 40px;
   transition: all 0.3s;
}

.f-banner .item a:not(.coming-soon):hover:after {
   transform: translateX(10px);
}

.f-banner .item a.coming-soon {
   pointer-events: none;
}

.f-banner .item a.coming-soon:after {
   content: 'coming soon';
   font-family: "Outfit", sans-serif;
   font-weight: 400;
   font-size: 24px;
   letter-spacing: 0.31em;
   line-height: 32px;
   position: absolute;
   top: calc(50% - 16px);
   right: 40px;
   text-transform: uppercase;
}

.f-banner .item h3 {
   position: relative;
}

.f-banner .item h3 span {
   font-size: 18px;
   text-transform: uppercase;
}

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

   .f-banner .deco {
      width: 100px;
   }

   .f-banner h2 {
      padding: 28px 0 27px;
   }

   .f-banner .item a {
      height: 150px;
      padding: 0 10px;
   }

   .f-banner .item a:not(.coming-soon):after {
      content: '';
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 10px;
   }

   .f-banner .item a.coming-soon:after {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 0.2em;
      top: calc(50% - 16px);
      right: 10px;
   }

   .f-banner .item h3 span {
      font-size: 14px;
   }
}

/*-- -- */
.section__cta {
   padding: 0 0 140px;
}

.section__cta .box {
   display: grid;
   grid-template-columns: repeat(2, 485px);
   justify-content: center;
   gap: 48px;
   padding-top: 50px;
}

.section__cta .box .col {
   border: 1px solid #DFDFDF;
   padding: 34px 0 33px;
}

.section__cta .box h3 .sub {
   font-size: 16px;
   text-transform: uppercase;
}

.section__cta .box .tel {
   font-weight: 700;
   font-size: 46px;
   letter-spacing: 0;
}

.section__cta .box .tel span {
   display: inline-block;
   vertical-align: baseline;
   font-size: 20px;
}

.section__cta .box .button {
   padding-top: 20px;
}

@media screen and (max-width: 1200px) {
   .section__cta .box {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media screen and (max-width: 1023px) {
   .section__cta .box {
      gap: 24px;
   }
}

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

   .section__cta .box {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-top: 30px;
   }

   .section__cta .box h3 .sub {
      font-size: 14px;
   }

   .section__cta .box .tel {
      font-size: 40px;
      padding-top: 20px;
   }

   .section__cta .box .tel span {
      font-size: 16px;
   }
}

/*=============================================
 * 
 *=============================================*/
.inview.bt {
   opacity: 0;
   transform: translateY(60px);
   transition: all .6s ease;
   transition-delay: .2s;
}

.inview.bt.move {
   opacity: 1;
   transform: translateY(0);
   transition: all .9s ease;
   transition-delay: .2s;
}

.photo-full.inview:before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 2;
   background-color: #fff;
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
   -webkit-transform-origin: right;
   transform-origin: right;
}

.photo-full.inview.move:before {
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
   transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition-delay: .4s;
}

/*=============================================
 * 
 *=============================================*/
@media screen and (max-width: 767px) {

   .is-horizontal.is-ltr .f-button.is-arrow.is-prev,
   .is-horizontal.is-ltr .f-button.is-arrow.is-next {
      width: 30px;
      height: 30px;
   }

   .is-horizontal.is-ltr .f-button.is-arrow.is-prev {
      left: 10px;
   }

   .is-horizontal.is-ltr .f-button.is-arrow.is-next {
      right: 10px;
   }

   .f-button svg {
      width: 16px;
      height: 16px;
   }
}