@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



.pc,
.pc-2 {
  display: block;
}
.sp,
.sp-2 {
  display: none;
}

ul,li {
  padding: 0;
  list-style-type: none;
}

a {
  font-family: "Zen Old Mincho", serif;
  color: #333;
  transition: .2s ease all;
}
a:hover {
  color: #34771E;
}

p {
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
}

h3 {
    font-family: "Zen Old Mincho", serif;

}

h4 {
  font-size: 1.3em;
  font-family: "Zen Old Mincho", serif;

}

#container h1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

table th,
table td {
  font-size: 1em;
}

.wrap {
  width: 100%;
  max-width: initial;
}

.sec {
  position: relative;
  font-size: min(1.82vw , 18px);
  padding: 6em 0;
  z-index: 2;
}

.sec-2 {
  background-color: #E9E6D4;
}

.sec-in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec-title {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 1.1em auto;
}


.sec-title h3 {
  color: #fff;
  font-size: 8em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;

  opacity: 0;
  transition: 1s  ease all;
}
.sec-title h3 span {
  display: inline-block;
}

.sec-title.active h3 {
  opacity: .5;
}

.sec-title-in {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50% , -100%);
  width: 90%;
  max-width: 1000px;
}
.sec-title-in p {
  line-height: 1;
  font-size: 2em;
  white-space: nowrap;
  color: #1F550E;
  color: #34771E;
  font-weight: 800;
  letter-spacing: .1em;

  filter: blur(15px);
  opacity: 0;
  transform: scale(1.05);
  transition: 1s ease all;
}
.sec-title.active .sec-title-in p {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}


.flex {
  display: flex;
}

html .body .btn-wrap {
  font-size: min(1.82vw , 18px);
  
  opacity: 0;
  transform: translateY(1em);
  transition: .5s ease all;
}
html .body .btn-wrap.active {
  opacity: 1;
  transform: translateY(0);
}

.more-btn {
  position: relative;
  width: 12.7em;
  height: auto;
  aspect-ratio: 10 / 2.7;
  transform: translateX(0);
  transition: .2s ease all;
  transition: .4s ease-in-out all;
}
.more-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.more-btn img {
  width: 100%;
  height: 100%;
}
.more-btn:hover {

  transform: translateX(10%);
}


.contact-btn {
  position: relative;
  display: inline-block;
  padding: .8em 3.5em .8em 3em;
  background-color: #224969;
  background: #224969 url(images/arrow_2.webp) no-repeat 90% 60% / 2em;
  text-align: center;
  transition: .2s ease all;
  border: 1px solid #224969;
}
.contact-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-btn:hover {
  background: #fff url(images/arrow_2-b.webp) no-repeat 95% 60% / 2em;
}

.contact-btn p {
  color: #fff;
  line-height: 1;
}
.contact-btn:hover p {
  color: #224969;
}



/* 詳しくはこちらボタン */
.external-link {
  position: relative;
  display: inline-block;
  padding: .8em 3em .8em 3em;
  background: #E9E6D4 url(images/external-link.webp) no-repeat 90% center / 1em;
  text-align: center;
  transition: .2s ease all;
  border: 1px solid #E9E6D4;
}
.external-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.external-link:hover {
  background: #fff url(images/external-link.webp) no-repeat 90% center / 1em;
}

.external-link p {
  color: #333;
  line-height: 1;
}





/* ---------------------------------- 固定ボタン ---------------------------------- */

.flexd_btn-wrap {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translate(0 , -50%);
}

.flexd-btn {
  position: relative;
  height: 9.5em;
  padding: .5em 1.3em .5em .8em;
  border-radius: 1.1em 0 0 1.1em;
  background-color: #224969;
  transform: translateX(.5em);
  transition: .2s ease all;
}
.flexd-btn:hover {
  transform: translateX(0);

}


.flexd-btn.flexd-btn-1 {
  margin-bottom: 1em;
}

.flexd-btn.flexd-btn-2 {
  background-color: #34771E;
}

.flexd-btn p {
  height: 100%;
  width: 1.5em;
  text-align: center;
  align-content: center;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: .2em;
  font-size: .8em;
}

.flexd-btn.flexd-btn-1 p span {
  display: inline-block;
  width: 1.5em;
  height: auto;
  aspect-ratio: 5 / 4;
  margin-top: .5em;
  background: url(images/mail_w.webp) no-repeat center / contain;
}

.flexd-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

/* ---------------------------------- TOPへ戻るボタン ---------------------------------- */


#go-to-top {
  bottom: 20px;
  right: 20px;
  transform: translateY(0);
  transition: .4s ease all;
}
#go-to-top:hover {
  transform: translateY(-20%);

}


.go-to-top-button {
  background: url(images/top_btn.webp) no-repeat center / contain;
  width: 2em;
  height: auto;
  aspect-ratio: 4.25 / 10;
}
.fa-angle-double-up:before {
  display: none;
}


/* ---------------------------------- ヘッダー ---------------------------------- */


#header-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: 100;
  width: 100vw;
  background-color: #fff;
  font-size: min(1.82vw , 18px);
  transition: transform 0.3s ease-in-out;
}

#header-in {
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  gap: 2em;
  justify-content: space-between;
}

.menu-header-container,
.menu-header2-container {
  width: 40%;
}

#menu-header,
#menu-header2 {
  width: 100%;
  max-width: 20em;
  display: flex;
  justify-content: space-between;
}

#menu-header2 {
  margin-left: auto;
}


.sub-menu {
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translate(-50% , 85%);
  padding: .5em 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.sub-menu li {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

#header .logo {
  opacity: 1;
  transition: .2s ease all;
}
#header .logo:hover {
  opacity: .6;
}

.logo {
  position: relative;
  width: 20%;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.logo a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

#menu-item-64 .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

#menu-item-64:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}


.cf::after {
  content: none;
}

.menu-header-sp-container {
  display: none;
}


/* main */
.main {
  padding: 0;
  overflow: hidden;
  border: 0;

}


.content {
  margin-top: 0;
  overflow-y: hidden;
}

.container {
  overflow: hidden;
}


/* ---------------------------------- お問い合わせ ---------------------------------- */

#contact {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #ccc;
  background: url(images/contact.webp) no-repeat center / cover;
}
#contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #693D22;
  opacity: .5;
  mix-blend-mode: multiply;
}

.contact-blur.blur-wrap {
  overflow: initial;
  position: relative;
}

.contact-blur.blur-wrap .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
}

.contact-blur.blur-wrap .blur-r {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

.contact-blur .blur.blur_4 {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20% , -35%);

}

#contact .sec-in {
  max-width: 860px;
  width: 87%;
  position: relative;
  z-index: 1;
  aspect-ratio: 5 / 2.3;
}

#contact .sec-title {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50% , -15%);
}

#contact .sec-title h3 {
  color: #fff;
  opacity: .2;
}
#contact .sec-title-in p {
  color: #fff;
}

.contact-in {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2em 4em 2.5em 4em;

}

#contact .contact-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

#contact .contact-1 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% , -8%);
  border-radius: 50%;
  z-index: -1;
  width: 120%;
  aspect-ratio: 1 / 1;
  background-color: #fff;

}

.contact-t {
  text-align: center;
  margin-bottom: .8em;
}

#contact .tel {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

#contact .tel span {
  font-size: 2.7em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1F550E;
}


#contact .contact-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-2 .contact-in {
  padding: 3em 4em 4em 4em;
  text-align: center;
}

#contact .contact-2 .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50% , 10%);
  border-radius: 50%;
  z-index: -1;
  width: 110%;
  aspect-ratio: 1 / 1;
  background-color: #fff;

}

.contact-1 img,
.contact-2 img {
  width: 2em;
  height: auto;
  margin: 0 auto;
}





/* ---------------------------------- フッター ---------------------------------- */

.footer {
  margin-top: 0;
  padding: 3em 0 1em 0;
  background: linear-gradient(
    to left, 
    #f6f2ec 0%, 
    #f6f2ec 60%, 
    #ffffff 100%
  );
}

#footer-in {
  display: flex;
  gap: 5em;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}


#footer .logo {
  width: 20%;
}

.footer-menu {
  width: 80%;
  gap: 1em;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
}



.footer-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-menu ul:last-child {
  justify-content: start;
}

.footer-menu ul.menu-lust {
  gap: .5em;
}


.footer-menu ul.sub-menu-2 {
  width: 100%;
}

ul.sub-menu-2 li,
ul.sub-menu li {
  display: flex;
  align-items: center;
  padding-left: 1em;
}

ul.sub-menu li::before,
ul.sub-menu-2 li::before {
  content: "";
  transform: translateY(.1em);
  width: .5em;
  height: 1px;
  margin-right: .2em;
  background-color: #333;
}

ul.sub-menu-2 li a,
ul.sub-menu- li a {
  line-height: 1.5;
}


.copyright {
  color: #333;
}




/* 下層共通内容 */
/* ---------------------------------- ヒーローイメージ ---------------------------------- */  

.hero-img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 400px;
  aspect-ratio: 4.3 / 1;
  margin-top: 70px;
  background-color: #ccc;
  font-size: min(1.82vw , 18px);
}
.hero-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #83B3DA;
  mix-blend-mode: multiply;
  opacity: .5;
}
.hero-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50% ,100%);
  z-index: -2;
  width: 100%;
  height: 100vh;
  min-height: 100vw;
  max-height: 1500px;
  background: linear-gradient(
    to bottom, 
    #f6f2ec 0%, 
    #f6f2ec 60%, 
    #ffffff 100%
  );
}

.hero-img  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-img .inner h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0 , 15%);
  opacity: .8;
  font-size: 6.5em;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}


.hero-img-in {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  mix-blend-mode: color-dodge;
}


.hero-img .circle {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-13%, 50%);
    z-index: 5;
    width: 50%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #733A16;
    opacity: .5;
}





/* 下層共通 */

h3.page-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: .5em;

  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}
h3.page-title.active {
  opacity: 1;
  filter: blur(0);
}



/* ---------------------------------- ページ内容 ---------------------------------- */  


#sec01.sec.page-cnt {
  padding: 6em 0 0 0;
  overflow: hidden;
}

.text-box-t {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(1em);
  transition: .5s ease all;
}
.text-box-t.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}


.page-cnt .sec-in {
  position: relative;
  max-width: 1440px;
  width: 100%;
}

.page-cnt .flex {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}

.page-cnt .flex .blur-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(26%, -60%);
  z-index: -1;
}

.page-cnt .flex .blur-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -30%);
  z-index: -1;
}

.page-cnt .flex-item {
  width: 50%;
  /* height: 20em; */
}

.page-cnt .flex-item.flex-item-2 {
  width: calc(50% - 2em);
  height: auto;
  aspect-ratio: 10 / 7;
  margin-bottom: 6em;
  position: relative;

}

.page-cnt .flex-img-wrap {
  position: absolute;
  top: 0;
  width: 45%;
  width: calc(50vw - 2em);
  max-width: 620px;
  aspect-ratio: 10 / 7;
  overflow: hidden ;

  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}
.page-cnt .flex-img-wrap.active {
  opacity: 1;
  filter: blur(0);
}

.page-cnt .flex-img-wrap .flex-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  z-index: 2;
}

.page-cnt .flex-img-wrap img {
  object-fit: cover;
}


.page-cnt .sec-title {
  position: initial;
  margin: 0 auto 2em auto;
}


.page-cnt .sec-title-in {
  position: initial;
  left: 0;
  top: 0;
  transform: translate(0 , 0);
}


/* ここまで下層共通内容 */

.breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
  margin-top: 0;
}




/* ---------------------------------- よくある質問 ---------------------------------- */  

.faq-list {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  display: block;
  margin-bottom: 1em;

  opacity: 0;
  transform: translateY(1em);
  transition: .5s ease all;
}
.faq-item.active {
  opacity: 1;
  transform: translateY(0);
}

.faq-item-a,
.faq-item-q {
  display: flex;
  padding: .8em 2em 1.2em 2em; 
  background-color: #fff;
  border: .2em #1F550E solid;
  border-top: 0;
}

.faq-item-q {
  position: relative;
  border-radius: 50vw;
  border: .2em #1F550E solid;
  padding: .8em 3em .8em 2em;
  z-index: 2;
  align-items: center;
  cursor: pointer;

}

.faq-item-q::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(-1.5em , -50%) scale(-1);
  width: 1em;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(images/arrow-acco.webp) no-repeat center / contain;
  transition: .2s ease all;
}

.is-active .faq-item-q::after {
  transform: translate(-1.5em , -50%) scale(1);
}

.faq-item.is-active + .faq-item-q {
  border-radius: 2em 2em 0 0 ;
}



.faq-item.is-active + .faq-item-a .faq-a-in {
    padding: 1.5em 1.5em 1.5em 1em;
}
.faq-a-in {
    overflow: hidden;
    display: flex;
    gap: .5em;
    padding: 0 1.5em 0 1em;
    text-align: left;
    transition: padding 0.3s ease;
}



.faq-item-a {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  font-size: min(1.56vw, 20px);
  border-radius: 0 0 1em 1em;
  background-color: #fff;
  border: 0;
  padding: 0;
}


.faq-in {
  overflow: hidden;
  display: flex;
  gap: 0.5em;
  padding: 0em 1.5em 0em 2em;
  text-align: left;
  transition: padding 0.3s ease, opacity 0.3s ease;
}

.faq-item.is-active .faq-item-a {
  grid-template-rows: 1fr;
}

.faq-item.is-active .faq-in {
  padding: 1.5em 1.5em 1.5em 2em;
  opacity: 1;
}




.faq-item p {
  width: calc(100% - 1.7em);
  transform: translateY(-.1em);
  
} 


.faq-item span.t-1 {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1;
  color: #34771E;
  width: 1.2em;
}










/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

  
}

/*834px以下*/
@media screen and (max-width: 834px){
  main.main, div.sidebar {
    padding: 0;
  }

  .slick-dots {
    display: flex !important;
  }

}


/*768px以下*/
@media screen and (max-width: 768px){


  html .body .btn-wrap {
      font-size: min(3.75vw , 16px);
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .sec {
    font-size: min(3.75vw , 16px);
  }
  
  .sec-in {
    max-width: 600px;
  }

  .sec-title h3 {
    font-size: 4.5em;
  }
  .sec-title-in p {
    font-size: 1.4em;
  }

  .sec-title-in {
    transform: translate(-50% , -80%);
  }

  
/* ---------------------------------- ヘッダー ---------------------------------- */  

  #header-container  {
    font-size: min(3.75vw , 16px);
      background-color: rgba(255, 255, 255, 0.7);

    backdrop-filter: blur(10px);

  }

  .menu-header-container,
  .menu-header2-container {
    display: none;
  }


  #header {
    padding: .5em 0;
  }

  #header-in {
    width: 95%;
  }


  #header .logo {
    width: 50%;
    max-width: 200px;
  }

  .hamburger {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 20%;
    max-width: 70px;
    background-color: #34771E;
    border: 1px solid #34771E;
    border-radius: 50vw;
    transition: .5s ease all;
    transform: rotateY('0');
  }
  .hamburger.active {
    transform: rotateY(180deg);
    background-color: #fff;
  }
  
  .ham-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%); 
  }

  .ham-border-in {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin: 0 auto .5em auto;
    width: 1.5em;
    height: 1.2em;
  }

  .ham-border-in span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .hamburger.active  .ham-border-in span {
    background-color: #34771E;
  }

  .hamburger p {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    transform: rotateY(0);
    font-family: "Montserrat", sans-serif;
  }

  .hamburger.active p {
    color: #34771E;
    transform: rotateY(180deg);

  }

  #flex-btn {
    display: block;
  }

  .flexd_btn-wrap {
    bottom: 0;
    top: auto;
    width: 100%;
    transform: translate(0);
  }

  .flexd-btn.flexd-btn-1 {
    margin-bottom: 0;
  }

  .flex-btn-in {
    display: flex;
  }

  .flexd-btn {
    width: 50%;
    transform: translateX(0);
    border-radius: 0;
    padding: 0;
    height: min(12.5vw , 60px);

  }

  .flexd-btn.flexd-btn-1 p span {
    margin-top: 0;
    margin-left: .25em;
    transform: translateY(.2em);
  }

  .flexd-btn p {
    writing-mode: initial;
    width: 100%;
  }
  

  #header-menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    transform: translateY(-100%);
    transition: .5s ease all;
  }

  #header-menu-sp.active {
    transform: translateY(0);

  }

  .menu-header-sp-container {
    display: block;
    padding: 2em 2em 4em 2em;
    background-color: #fff;
    border-radius: 0 0 2em 2em;
  }

  .menu-header-sp-container a {
    font-size: 1.2em;
  }



   .menu-header-sp-container li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: .5em 1em;
   }
   .menu-header-sp-container li a {
    display: block;
    width: 100%;
   }

   .menu-header-sp-container li:last-child {
    border-bottom: 0;
   }

   .menu-header-sp-container ul.sub-menu {
    position: initial;
    transform: translate(0);
    background: initial;
    width: 100%;
    padding: 0;
   }

   .menu-header-sp-container ul.sub-menu li {
    border-bottom: 0;
    padding: 0;
   }



/* ---------------------------------- お問い合わせ ---------------------------------- */  

#contact {
  padding: 0 0 3em 0
  ;
}

#contact .contact-1,
#contact .contact-2 {
  position: initial;
}

#contact .contact-1 .bg,
#contact .contact-2 .bg {
  display: none;
}

.contact-in {
  padding: 0;
}

#contact .sec-title {
  position: relative;
}

#contact .sec-in {
  padding: 2em 1.5em;
  border-radius: 2em;
  background-color: rgba(255, 255, 255, 0.7);

}

#contact .tel span {
  font-size: 2.5em;
}

.contact-2 .contact-in {
  padding: 0;
}

#contact .contact-1 {
  /* margin-bottom: 1.5em; */
  max-width: 350px;
  margin: 0 auto 1.5em auto;
}

.contact-2 .contact-t {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-2 .contact-t::before {
  content: '';
  display: inline-block;
  transform: translateY( .1em);
  width: 1.5em;
  height: auto;
  aspect-ratio: 5 / 4;
  margin-right: .5em;
  background: url(images/mail.webp) no-repeat center / contain;
}

.contact-1 .contact-t::before {
  content: '';
  display: inline-block;
  transform: translateY( .3em);
  width: 1.5em;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-right: .5em;
  background: url(images/tel.webp) no-repeat center / contain;
}

.contact-t {
  margin-bottom: .25em;
}




/* ---------------------------------- フッター ---------------------------------- */  

.footer.sec {
  padding: 3em 0 min(12.5vw, 60px) 0;
}

#footer-in {
  flex-direction: column;
  gap: 1.5em;
}

#footer .logo {
  width: 50%;
  max-width: 200px;
}

.footer-menu {
  gap: 0 .5em;
  flex-wrap: wrap;
}

.go-to-top-button {
  width: 1.5em;
}

#go-to-top {
  bottom: 4em;
}



/* ---------------------------------- 下層共通 ---------------------------------- */  


.page-cnt .flex {
  width: 100%;
  flex-direction: column;
}
.page-cnt .flex-item {
  width: 100%;
}

.page-cnt .text-box {
  margin-bottom: 0;
}

.page-cnt .flex-img-wrap {
  position: initial;
  width: 90%;
  margin: 0 auto 2em auto;
  
}

.page-cnt .sec-in {
  max-width: 600px;
}

h3.page-title {
  width: 90%;
  margin: 0 auto .5em;
}

.text-box-t {
  width: 90%;
  margin: 0 auto;
}


/* 下層ヒーロイメージ */
.hero-img {
  aspect-ratio: 1 / 1;
}

.page-cnt .flex .blur {
  transform: translate(-50%, 50%);
}

.hero-img .circle {
  width: 85%;
  transform: translate(-42%, 15%);
}

.hero-img .inner h2 {
  font-size: 10em;
}

.faq-item.is-active .faq-item-a {
  font-size: 1em;
}

  
}


@media screen and (max-width: 622px) {
  .footer-menu ul.menu-lust {
    gap: 0;
  }
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

  .pc-2 {
    display: none;
  }

  .sp-2 {
    display: block;
  }

  #fv {
    max-height: 500px;

  }

  }


#sb_instagram #sbi_images {
  padding: 0 !important;
}



.grecaptcha-badge {
  display: none;
}




