@charset "utf-8";


/*=======================



========================*/


.section {
  padding: 0 40px;
}
.section.-bg1 {
  background: url(./img/section_bg1.png) repeat;
}
.inner {
  max-width: 1100px;
  margin-inline: auto;
}




.header__head {
  background: #f0f6fb;
  padding: 15px 40px;
 
}


.header__head-inner {
 max-width: 1100px;
 
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header__head-button-link {
  background: #f89802;
  border-radius: 10px;
  width: 253px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center; 

  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(11px, 18 / 1024 * 100vw, 18px);
}
.header__head-button-link span {
  position: relative;
  padding-right: 25px;
}
.header__head-button-link span:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 5px;
  bottom: 0;
  margin: auto;
  background: url(./img/button_icon_reserve.png) no-repeat center / contain;
width: 28px;
height: 24px;
}



/* .fixed-global-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
} */

.global-nav {
  padding: 0 40px;
}

.global-nav__list {
  max-width: 1100px;
 
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}

.global-nav__link {
  font-weight: bold;
  display: inline-block;
  color: #2e2f31;
  font-size: clamp(11px, 16 / 1200 * 100vw, 16px);
}


.global-nav__link:hover {
  color: #f89802;
}


.global-nav__item.-contact .global-nav__link {
  background: #8faecd;
  color: #fff;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}


@media screen and (max-width: 896px) {
  #drawer-menu {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
  z-index: -1;
  /* opacity: 0; */
    /*ナビの位置と形状*/
  top:-580px;
  left: 0;
  width:100%;
    /* height: 100vh;
    height: 580px; */
  background:#fff;
    /*動き*/
  transition: all .3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#drawer-menu.panelactive{
  z-index:999;
  top: 0;
  height: 580px;
  height: 100vh;
  
}

/*ナビゲーションの縦スクロール*/
#drawer-menu.panelactive .drawer-menu__content {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
padding: 20px 25px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#drawer-menu ul {
    display: none;
    /* position: absolute; */
    z-index: 999;
    /* top:50%;
    left:50%;
    transform: translate(-50%,-50%); */
}

#drawer-menu.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#drawer-menu  li{
  text-align: left;
}

.drawer-menu__list-link {
  color: #2e2f31;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #cbdbec;
  line-height: 1.2;
}





.drawer-menu__logo {
width: 100px;
}


.drawer-menu__list {
padding-top: 20px;
margin-bottom: 20px;
}

/*========= ボタンのためのCSS ===============*/
.trigger-button{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:20px;
  right: 20px;
  cursor: pointer;
    width: 20px;
   height:20px;
}

.trigger-button:before{
  content: "";
  background: url(./img/drawer_menu_button_a.png) no-repeat center / contain;
  width: 20px;
  height:20px;
  position: absolute;
  top: 0;
  right: 0;
}

.trigger-button.active:before {
  background: url(./img/drawer_menu_button_b.png) no-repeat center / contain;

}


  



.drawer-menu__contact-link {
  background: #8faecd;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px;
  line-height: 1.2;
}
.header__head-inner {
  column-gap: 30px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 60px;
}
.header__head-button-sp {
  width: 160px;
}
}

@media screen and (max-width: 480px) {
  .section {
    padding: 0 25px;
  }
  .section.-bg1 {
    background: url(./img/section_bg1_sp.png) repeat;
  }
  .header {
    height: 60px;
  }
  .header__head {
    padding: 10px 25px;
    height: 60px;
  }

  .header__head-button-sp {
    width: 133px;
  }

.header__logo {
  width: 100px;
}

 

}

/*=======================



========================*/


.mainvisual {
  background: url(./img/mainvisual_bg_pc.png) no-repeat center / cover;
  height: 726px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 100px;
  position: relative;
}


.mainvisual:before,
.mainvisual:after {
content: "";
position: absolute;
bottom: 0;
z-index: 1;
}
.mainvisual:before {
  background: url(./img/mainvisual_bg_deco_left.png) no-repeat center / contain;
  left: 0;
  width: 396px;
  height: 721px;
}

.mainvisual:after {
  background: url(./img/mainvisual_bg_deco_right.png) no-repeat center / contain;
  right: 0;
  width: 410px;
  height: 726px;
}


.mainvisual__content {
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

.mainvisual__button {
  display: flex;
  justify-content: center;
  z-index: 5;
  position: relative;
}

.button__link {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 395px;
height: 65px;
  padding: 10px 30px;
  color: #FFF;
  transition: .2s ease-in-out;
  font-weight: bold;
  border-radius: 14px;
  font-size: clamp(18px, 26 / 1024 * 100vw, 26px);
  line-height: calc(40 / 26);

}

.button.-reserve {
  margin-right: 60px;
}

.button__link.-reserve {
  background: #f89802;
  border-bottom: solid 5px #c87a00;
}
.button__link.-contact {
  background: #8faecd;
  border-bottom: solid 5px #6385a8;

}

.button__link.-reserve:hover {
  border-bottom: solid 2px #c87a00;
  transform: translateY(3px);
}
.button__link.-contact:hover {
  border-bottom: solid 2px #6385a8;
  transform: translateY(3px);
}


.button__link span {
  position: relative;
  padding-right: 40px;
}

.button__link span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button__link.-reserve span:before {
background: url(./img/button_icon_reserve.png) no-repeat center / contain;
width: 28px;
height: 24px;
}

.button__link.-contact span:before {
  background: url(./img/button_icon_contact.png) no-repeat center / contain;
width: 26px;
height: 25px;
}

@media screen and (max-width: 1200px) {
.mainvisual:before,
.mainvisual:after {
content: none;
}
.mainvisual {
  padding: 0 50px;
}

}

@media screen and (max-width: 896px) {
  .mainvisual {
    margin-top: 60px;
  }

  .button__link {
    width: 100%;
  }

  .mainvisual {
    height: auto;
    padding: 50px;
  }


}

@media screen and (max-width: 750px) {

.mainvisual__button {
  flex-direction: column;
 width: 300px;
 margin-inline: auto;
}

.button.-reserve {
 margin-right: 0;
  margin-bottom: 25px;
}

}


@media screen and (max-width: 480px) {

  
.mainvisual {
  background: url(./img/mainvisual_bg_sp.png) no-repeat center / cover;
  height: 539px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
}

.mainvisual__content {
  max-width: 315px;
  margin-inline: auto;
  margin-bottom: 25px;
}

  .mainvisual__button {
   flex-direction: column;
   width: 100%;
  }
  .button__link.-reserve {
    border-bottom: solid 3px #c87a00;
  }
  .button__link.-contact {
    border-bottom: solid 3px #6385a8;
  
  }
  .button__link {
  height: 42px;
   width: 280px;
   border-radius: 7px;
  }
  .button.-reserve {
    margin-inline: auto;
    margin-bottom: 25px;
  }

  .button__link span {
    padding-right: 25px;
  }
  .button__link.-reserve span:before {
    width: 18px;
    height: 15px;
    }
    
    .button__link.-contact span:before {
    width: 19px;
    height: 18px;
    }


}


/*=======================



========================*/

.worries__inner {
  padding: 65px 0 55px;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 480px) {


  .worries__inner {
    padding: 20px 0 50px;
  }

  .worries__heading {
    margin-bottom: 10px;
  }

}



/*=======================



========================*/

.about {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about__heading {
  font-size: clamp(19px, 36 / 1200 * 100vw, 36px);
  font-weight:bold;
  text-align: center;
margin-bottom: 40px;
letter-spacing: 0.1em;
}

.about__heading span.-inner {
  display: inline-block;
  position: relative;
  padding: 0 90px;
}

.about__heading span.-inner:before,
.about__heading span.-inner:after,
.about__group3-heading:before,
.about__group3-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.about__heading span.-inner:before,
.about__group3-heading:before {
  background: url(./img/about_heading_deco_left.png) no-repeat center / contain;
  left: 0;
  width: 60px;
  height: 89px;
}
.about__heading span.-inner:after,
.about__group3-heading:after {
  background: url(./img/about_heading_deco_right.png) no-repeat center / contain;
  right: 0;
  width: 60px;
  height: 88px;
}


.about__group3-heading {
  font-size: clamp(19px, 36 / 1200 * 100vw, 36px);
  font-weight:bold;
  display: inline-block;
  position: relative;
}
.about__group3-heading {
  padding: 0 150px;
  display: inline-block;
  position: relative;
}
.about__group3-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.about__group3-heading span {
  display: inline-block;
  position: relative;
  padding-left: 110px;
  padding-bottom: 20px;
}
.about__group3-heading span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(./img/about_gp3_heading_char.png) no-repeat center / contain;
  width: 81px;
  height: 119px;
}


.about__heading span.-underline {
  background: linear-gradient(transparent 70%, #fbf2a7 30%);
}

.about__group1 {
  margin-bottom: 25px;
}


.about__text1 {
  font-size: clamp(19px, 36 / 1200 * 100vw, 36px);
  font-weight:bold;
  text-align: center;
  color: #f89802;
  margin-bottom: 20px;
  position: relative;
}

.about__text1 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.about__text1 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(./img/about_text1_border.png) no-repeat left center / contain;
  width: 563px;
  width: 100%;
  height: 9px;
  margin-inline: auto;
}

.about__text2 {
  font-size: clamp(14px, 20 / 1200 * 100vw, 20px);
font-weight:500;
text-align: center;
line-height: calc(30 / 20);

}

.about__price-table {
  margin-bottom: 80px;
}


.about__group3-list {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
}


.about__group3-list-item {
  text-align: center;
  width: calc(100% / 4);
}

.about__group3-list-item dt {
color: #fff;
font-size: clamp(14px, 20 / 1200 * 100vw, 20px);
line-height: calc(30 / 20);
font-weight:bold;
background: #f89802;
width: 260px;
height: 76px;
border-radius: 15px;
display: flex;
justify-content: center;
flex-direction: column;
margin-bottom: 20px;
position: relative;
}
.about__group3-list-item dt:before {
content: "";
background: url(./img/about_gp3_list_deco.png) no-repeat center / contain;
position: absolute;
right: 0;
top: -5px;
width: 34px;
height: 35px;
}
.about__group3-list-item dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #f89802;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
}

.about__group3-list-item dd {
  font-size: clamp(12px, 16 / 1024 * 100vw, 16px);
  font-weight:600;
}
.about__group3-list-item dd span {
  background: linear-gradient(transparent 70%, #fbf2a7 30%);

}







@media screen and (max-width: 1260px) {
  .about__group3-list-item dt {
    width: 100%;
  }


}

@media screen and (max-width: 896px) {

.about__text1:before {
  width: 100%;
}

}

@media screen and (max-width: 480px) {
  .about {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .about__text1:before {
    width: 100%;
  }

  .about__heading {
    margin-bottom: 30px;
  }
  .about__heading span.-inner {
    padding: 0 25px;
  }

  .about__heading span.-inner:after, .about__group3-heading:after {
    width: 25px;
    height: 36px;
  }

  .about__heading span.-inner:before, .about__group3-heading:before {
    width: 25px;
    height: 36px;
  }

  .about__text1 {
    margin-bottom: 15px;
  }

  .about__price-table {
    margin-bottom: 30px;
  }

  .about__group3-heading span::before {
    width: 39px;
    height: 57px;
    bottom: -5px;
  }
  .about__group3-heading {
    padding: 0 50px;
  }
  .about__group3-heading span {
 
    padding-left: 60px;
    padding-bottom: 5px;
    
}
 .about__group3-list {
  flex-wrap: wrap;
  gap: 20px 10px;
}
.about__group3-list-item {
  width: calc(100% / 2 - 5px);
}
.about__group3-list-item dt:before {
  width: 21px;
  height: 21px;
}
.about__group3-list-item dt {
  width: 100%;
  height: 45px;
  border-radius: 7px;
line-height: 1.2;
margin-bottom: 12px;
} 
.about__group3-list-item dd {
  letter-spacing: 0;

}
.about__group3-list-item dt:after {

  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #f89802;
  bottom: -8px;
}

}


/*=======================

ファーストキッチンカーが選ばれる
９つの決め手！

========================*/

.point {
  background: #f0f6fb;
  padding-top: 75px;
  padding-bottom: 75px;
}

.point__heading {
  font-size: clamp(19px, 36 / 1024 * 100vw, 36px);
  font-weight:bold;
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}

.point__heading:before,
.point__heading:after {
  content: "";
position: absolute;
}
.point__heading:before {
  background: url(./img/point_heading_deco_left.png) no-repeat center / contain;
  width: 169px;
  height: 200px;
  left: 0;
bottom: 10px;
}
.point__heading:after {
  background: url(./img/point_heading_deco_right.png) no-repeat center / contain;
  width: 143px;
  height: 195px;
  right: 0;
  bottom: 10px;
}

.point__heading span.-inner {
  padding: 0 200px;
  display: inline-block;
}

.point__heading span.-underline {
  background: linear-gradient(transparent 70%, #fff 30%);

}

.point__list {
  border-radius: 20px;
  border: 5px solid #6385a8;
  max-width: 1040px;
  margin-inline: auto;
margin-bottom: 45px;
  position: relative;
  background: #fff;
}

.point__list:last-child {
margin-bottom: 0;  
}

.point__list-content {
  display: flex;
  align-items: flex-start;
}

.point__list-img {
  width: 290px;
  height: 135px;
  border-radius: 16px 0 0 16px;
    overflow: hidden;
}

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

.point__list-number {
position: absolute;
left: -30px;
top: -20px;
}

.point__list-text {
  padding: 30px 30px 10px;
}

.point__list-description {
  font-size: clamp(14px, 16 / 1200 * 100vw, 16px);
  font-weight: 500;
  line-height: calc(28 / 16);
  /* line-height: 1.75; */
}

.point__list-description span.-underline {
  background: linear-gradient(transparent 70%, #fbf2a7 30%);

}

@media screen and (max-width: 1200px) {

  .point__list-text {
    width: 70%;
  }

}

@media screen and (max-width: 896px) {

.point__heading:before,
.point__heading:after {
width: 20%;
}

.point__heading span.-inner {
  padding: 0 22%;
  display: inline-block;
}

}



@media screen and (max-width: 480px) {
  .point {
    padding-top: 30px;
    padding-bottom: 60px;
}

  .point__heading span.-inner {
    padding: 70px 0 0 0;
  }


  .point__heading {
    margin-bottom: 50px;
  }
  .point__heading:after {
    content: none;
  }

  .point__heading:before {
    width: 62px;
    height: 74px;
    left: 0;
    right: 0;
    top: 0;
    margin-inline: auto;
  }

  .point__list-content {
    flex-direction: column;
  }

  .point__list-img {
    width: 100%;
    height: auto;
    border-radius: 14px 14px 0 0;
  }

  .point__list-number {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 68px;
    height: 63px;
    margin-inline: auto;
}

.point__list-text {
padding: 18px 22px 10px;
width: 100%;
}

.point__list {
  min-height: 308px;
}


}




/*=======================

cta eria

========================*/

.cta {
  height: 460px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(./img/cta_bg.png) no-repeat center / cover;
  padding: 50px;
}


.cta__content {
  margin-bottom: 50px;
}


.cta__button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .cta__button {
    flex-direction: column;
    max-width: 360px;
    margin-inline: auto;
  }

  .cta__button .button.-reserve {
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 480px) {

  .cta {
    height: 420px;
    background: url(./img/cta_bg_sp.png) no-repeat center / cover;
    padding: 0;
  }
 

.cta__content {
  max-width: 278px;
  margin-inline: auto;
  margin-bottom: 30px;
}
/* 
.button__link.-reserve:hover {
  border-bottom: solid 5px #c87a00;
  transform: translateY(0);
}
.button__link.-contact:hover {
  border-bottom: solid 5px #6385a8;
  transform: translateY(0);
} */

}

/*=======================

feature

========================*/

.feature {
  padding-top: 80px;
  padding-bottom: 150px;
}


.feature__heading {
  font-size: clamp(19px, 36 / 1024 * 100vw, 36px);
  font-weight:bold;
  text-align: center;
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
  line-height: calc(56 / 36);
}

.feature__heading:before {
  content: "";
  background: url(./img/feature_heading_deco.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
  width: 122px;
  height: 109px;
}

.feature__heading span.-underline {
  background: linear-gradient(transparent 70%, #fbf2a7 30%);
}


.feature__content {
  background: #fff;
  border:5px solid #6385a8;
  border-radius: 40px;
  padding: 40px 40px 50px;
  display: flex;
  justify-content: space-between;
}


.feature__content-img {
  flex: none;
  margin-right: 45px;
}

.feature__content-list {
  padding-top: 20px;
}
.feature__content-list dt {
background: #6385a8;
border-radius: 30px;
color: #fff;
font-size: clamp(15px, 30 / 1024 * 100vw, 30px);
font-weight: bold;
text-align: center;
width: 354px;
height: 60px;
display: flex;
justify-content: center;
flex-direction: column;
margin-bottom: 25px;
}
.feature__content-list dd {
  font-weight: 500;
  font-size: clamp(14px, 18 / 1024 * 100vw, 18px);

}

@media screen and (max-width: 1200px) {


  
.feature__content-img {
  width: 60%;
}

.feature__content-list dt {
  width: 100%;
}

}

@media screen and (max-width: 480px) {
  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
}

  .feature__heading {
    letter-spacing: 0;
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .feature__heading:before {
    width: 61px;
    height: 55px;
  }


  .feature__content {
    flex-direction: column;
    padding: 20px 15px 40px;
    border-radius: 20px;
  }
  .feature__content-img {
    width: 100%;
  }
  .feature__content-list dt {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
  }

}

/*=======================

voice

========================*/


.voice {
  padding-top: 60px;
  padding-bottom: 110px;
}


.voice__heading {
  font-size: clamp(18px, 40 / 1024 * 100vw, 40px);
  font-weight:bold;
  text-align: center;
  position: relative;
  line-height: calc(40 / 36);
  margin-bottom: 30px;
}

.voice__heading span.-inner {
  padding: 70px 270px 70px 277px;
  display: inline-block;
  position: relative;
}

.voice__heading span.-inner:before,
.voice__heading span.-inner:after {
  content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
}
.voice__heading span.-inner:before {
  background: url(./img/voice_heading_deco_left.png) no-repeat center / contain;
left: 0;
width: 177px;
height: 141px;
}
.voice__heading span.-inner:after {
  background: url(./img/voice_heading_deco_right.png) no-repeat center / contain;
right: 0;
width: 169px;
height: 134px;
}
.voice__heading span.-size-s {
  font-size: clamp(18px, 36 / 1024 * 100vw, 36px);

}

.voice__content {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.voice__list {
  max-width: 348px;
  width: calc(100% / 3);
  border:5px solid #6385a8;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: url(./img/voice_list_bg.png) no-repeat center top / cover;
}


/* .voice__list:before {
  content: "";
  background: url(./img/voice_list_deco.png) no-repeat center top / cover;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 0;
  height: 41px;
  width: 100%;
} */
.voice__list-profile {
margin-bottom: 10px;

}

.voice__list-text1 {
  font-size: clamp(15px, 20 / 1024 * 100vw, 20px);
  font-weight: 500;
  line-height: calc(28 / 20);
  position: relative;
  padding-bottom: 20px;
  color: #6385a8;
  margin-bottom: 20px;
  text-align: center;
}
.voice__list-text2 {
  max-width: 270px;
  margin-inline: auto;
  font-size: clamp(12px, 16 / 1024 * 100vw, 16px);
  line-height: calc(28 / 16);
  font-weight: 500;
}


.voice__list-text1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(./img/voice_list_text1_border.png) no-repeat center / contain;
  width: 270px;
  height: 9px;
  margin-inline: auto;
}

.voice__list-content {
  padding: 70px 35px 40px;
}
.voice__list-text2 span.-underline.-bold {
  background: linear-gradient(transparent 70%, #fbf2a7 30%);
  font-weight: bold;
}

@media screen and (max-width: 1200px) {

  .voice__list-text1:before {
    width: 100%;
  }

  .voice__list-content {
    padding: 70px 20px 40px;
  }

}


@media screen and (max-width: 896px) {

  .voice__heading span.-inner:before,
  .voice__heading span.-inner:after {
  width: 30%;
  }
  
  .voice__heading span.-inner{
    padding: 10% 33%;
    display: inline-block;
  }
  
  }

@media screen and (max-width: 480px) {
  .voice {
    padding-top: 30px;
    padding-bottom: 60px;
}
  .voice__heading span.-inner {
    padding: 40px 100px;
  }
  .voice__heading span.-inner:before {
    background: url(./img/voice_heading_deco_right_sp.png) no-repeat center / contain;

    width: 75px;
    height: 70px;
  }

  .voice__heading span.-inner:after {
    background: url(./img/voice_heading_deco_left_sp.png) no-repeat center / contain;
    width: 75px;
    height: 66px;
  }


  .voice__content {
    flex-direction: column;
  }

  .voice__list {
    width: 100%;
    max-width: 310px;
    margin-inline: auto;
    margin-bottom: 20px;
  }

  .voice__list:last-child {
    margin-bottom: 0;
  }



.voice__list-content{
  padding: 60px 30px 40px;
}
.voice__list-text1 {
  padding-bottom: 15px;
}

}

/*=======================

flow

========================*/

.flow {
  background: #f0f6fb;
  padding-top: 100px;
  padding-bottom: 100px;
}


.flow__heading {
  background: #6385a8;
  color: #fff;
  font-weight: bold;
  font-size: clamp(19px, 36 / 1024 * 100vw, 36px);
  line-height: calc(40 / 36);
  padding: 15px 10px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 85px;
}



.flow__list-item {
  position: relative;
  margin-bottom: 90px;
} 
.flow__list-item:last-child {
  margin-bottom: 0;
}

.flow__list-item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 32px solid #f8b62b;
  border-bottom: 0;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
}

.flow__list-item:last-child:before {
  content: none;
}

.flow__list-heading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 152px;
  height: 152px;
}

.flow__list-text {
  border: 5px solid #6385a8;
  background: #fff;
  max-width: 980px;
  margin-inline: auto;
  border-radius: 15px;
  min-height: 80px;
  padding: 5px 20px 5px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(14px, 16 / 1024 * 100vw, 16px);
  font-weight: 500;
  line-height: calc(28 / 16);
}




@media screen and (max-width: 1200px) {


  .flow__list-item {
    padding-left: 60px;
  }

}

@media screen and (max-width: 480px) {


  .flow {
    padding-top: 50px;
    padding-bottom: 50px;
}

  .flow__heading {
  
    padding: 10px 10px;
    margin-bottom: 30px;
  }
  .flow__list-heading {
    width: 114px;
    height: 114px;
    position: static;
margin-bottom: -80px;
  }

  .flow__list-text {
    max-width: 310px;
    /* min-height: 273px; */
    padding: 90px 24px 50px;
  }
  .flow__list-item:before {
    border-style: solid;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-top: 24px solid #f8b62b;
    bottom: -45px;
}

.flow__list-item {
  padding-left: 0;
  margin-bottom: 60px;
}

}



/*=======================

thought

========================*/
.thought {
  padding-top: 100px;
  padding-bottom: 100px;
}
.thought__heading {
background: #6385a8;
color: #fff;
font-size: clamp(19px, 40 / 1024 * 100vw, 40px);
font-weight: bold;
line-height: calc(40 / 40);
text-align: center;
padding: 15px 10px;
}
.thought__heading span {
  position: relative;
  padding-left: 75px;
}
.thought__heading span:before {
  content: "";
  background: url(./img/thought_heading_icon.png) no-repeat center / contain;
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 54px;
height: 37px;
margin: auto;
}

.thought__content {
border: 5px solid #6385a8;
background: #fff;
border-radius: 40px;
overflow: hidden;
}


.thought__content-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 40px;
}

.thought__img {
flex: none;
}


.thought__text {
  font-size: clamp(12px, 18 / 1024 * 100vw, 18px);
  font-weight: 500;
  line-height: calc(36 / 18);
}

@media screen and (max-width: 1024px) {

  .thought__img {
    width: 35%;
  }

}

@media screen and (max-width: 480px) {

  .thought {
    padding-top: 50px;
    padding-bottom: 50px;
}
  .thought__content {
    border-radius: 20px;
  }
  .thought__content-inner {
    flex-direction: column;
    gap: 15px;
    padding: 23px;
  
  }
  .thought__heading span {
    padding-left: 35px;
  }
  .thought__heading span:before {
 
  width: 27px;
  height: 18px;
  }
  .thought__text {
    order: 2;
  }
  
  .thought__img {
    width: 100%;
  order: 1; 
  
  
  }

}


/*=======================

faq

========================*/


.faq {
  padding-top: 60px;
  padding-bottom: 90px;
}

.faq__heading {
  font-size: clamp(18px, 40 / 1024 * 100vw, 40px);
  font-weight:bold;
  text-align: center;
  position: relative;
  line-height: calc(40 / 36);
  margin-bottom: 30px;
}

.faq__heading span.-inner {
  padding: 70px 270px 70px 277px;
  display: inline-block;
  position: relative;
}

.faq__heading span.-inner:before,
.faq__heading span.-inner:after {
  content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
}
.faq__heading span.-inner:before {
  background: url(./img/voice_heading_deco_left.png) no-repeat center / contain;
left: 0;
width: 177px;
height: 141px;
}
.faq__heading span.-inner:after {
  background: url(./img/voice_heading_deco_right.png) no-repeat center / contain;
right: 0;
width: 169px;
height: 134px;
}
.faq__heading span.-size-s {
  font-size: clamp(18px, 36 / 1024 * 100vw, 36px);

}

.accordion__item {
	margin-bottom: 50px;
}

.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion-trigger {
	display: block;
	background: #6385a8;
	color: #fff;
	padding: 10px;
	border: 3px solid #2e2f31;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}

.accordion__content {
	display: none;
}


.faq__item-heading {
  font-size: clamp(15px, 18 / 1024 * 100vw, 18px);
  font-weight: bold;
  line-height: calc(40 / 18);
  padding-left: 75px;
  position: relative;
}
.faq__item-heading span.-q {
  font-size: clamp(19px, 30 / 1024 * 100vw, 30px);
position: absolute;
left: 25px;
top: 10px;
line-height: 1;
}


.faq__item-content {
  position: relative;
  font-size: clamp(12px, 16 / 1024 * 100vw, 16px);
  line-height: calc(28 / 16);
  padding: 25px 20px 0 105px;
  font-weight: bold;
}

.faq__item-content span.-a {
  font-size: clamp(19px, 30 / 1024 * 100vw, 30px);
position: absolute;
left: 60px;
top: 22px;
line-height: 1;
}



.faq__arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 13px;

}


.faq__arrow:before,
.faq__arrow:after{
  position: absolute;
  content: "";
  width: 13px;
  height: 3px;
  background: #fff;
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease;
}

/*サブメニューのボタン（クリック前）*/
.faq__arrow:before,
.faq__arrow:before {
  top: 4px;
  right: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.faq__arrow:after,
.faq__arrow:after {
  top: 4px;
  left: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/*サブメニューのボタン（クリック後）*/

.active .faq__arrow:before {
  top: 12px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.active .faq__arrow:after {
  top: 12px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

@media screen and (max-width: 896px) {

  .faq__heading span.-inner:before,
  .faq__heading span.-inner:after {
  width: 30%;
  }
  
  .faq__heading span.-inner{
    padding: 10% 33%;
    display: inline-block;
  }
  
  }

@media screen and (max-width: 480px) {


  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq__heading span.-inner {
    padding: 40px 100px;
  }
  .faq__heading span.-inner:before {
   content: none;
  }

  .faq__heading span.-inner:after {
    content: none;

  }
  .faq__heading {
    position: relative;
    margin-bottom: 20px;
  }
  .faq__heading:before {
    content: "";
    background: url(./img/faq_heading_deco_right_sp.png) no-repeat center / contain;

    width: 74px;
    height: 70px;
    position: absolute;
right: 0; 
margin: auto;
    top: 0;
    bottom: 0;
 }

 .accordion-trigger {
  border: 2px solid #2e2f31;
 }

  .faq__heading:after {
    content: "";

    background: url(./img/faq_heading_deco_left_sp.png) no-repeat center / contain;
    width: 75px;
    height: 66px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .faq__item-heading span.-q {
    left: 15px;
    top: 10px;
  }

  .faq__item-heading {
    padding-left: 45px;
    padding-right: 40px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .faq__arrow {
    width: 19px;
    right: 15px;
  }

  .accordion__item {
    margin-bottom: 30px;
  }
  

  .faq__item-content {
    padding: 15px 20px 0 55px;
    letter-spacing: 0.05em;
    list-style: 1.3;
  }

  .faq__item-content span.-a {
    left: 30px;
  top: 13px;
  }

}






/*=======================

form

========================*/
.form {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f0f6fb;
}
.form__heading {
  font-size: clamp(19px, 40 / 1024 * 100vw, 40px);
font-weight: bold;
line-height: calc(40 / 40);
text-align: center;
margin-bottom: 15px;
}

.form__heading span {
  position: relative;
  padding-left: 65px;
}
.form__heading span:before {
  content: "";
  background: url(./img/form_heading_icon.png) no-repeat center / contain;
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 48px;
height: 38px;
margin: auto;
}

.form__description {
  font-size: clamp(14px, 20 / 1024 * 100vw, 20px);
  font-weight: 500;
  line-height: calc(20 / 30);
  margin-bottom: 80px;
  text-align: center;
}

.mailform__item {
  margin-bottom: 40px;
}
.form__button {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 395px;
height: 65px;
  padding: 10px;
  color: #FFF;
  transition: .2s ease-in-out;
  font-weight: bold;
  border-radius: 14px;
  font-size: clamp(18px, 26 / 1024 * 100vw, 26px);
  line-height: calc(40 / 26);
  background: #f89802;
  border: none;
  border-bottom: solid 5px #c87a00;
}


.form__button:hover {
  border-bottom: solid 2px #c87a00;
  transform: translateY(3px);
}



.form__button span {
  position: relative;
  padding-right: 45px;
}

.form__button span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./img/form_button_icon.png) no-repeat center / contain;
width: 34px;
height: 26px;
}







@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 480px) {

  .form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form__heading span {
    position: relative;
    padding-left: 35px;
  }
  .form__heading span:before {
  width: 24px;
  height: 19px;
  }

  .form__button span:before {
  width: 17px;
  height: 13px;
  }

  .form__button {
    height: 42px;
     width: 280px;
     border-radius: 7px;
     border-bottom: solid 3px #c87a00;

    }

    .form__button span {
      padding-right: 25px;
    }

    .form__description {

      margin-bottom: 30px;
      line-height: 1.2;
    }

    .form__description-text {
      display: inline-block;
      text-align: left;
    }
}