@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*$font_min: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
$font_go: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
$font_nsJ:'Noto Sans JP', sans-serif;
//$font_oswald: 'Oswald', sans-serif;
//breakpoint
$xl: 1920px;
$lg: 1140px;
$md: 768px;
$md2: 767px;
$sm: 576px;
$xs: 320px;
$accent_color:#cacf2e;
$main_color:#2b3531;
$accent_colorD:#babf2e;
$gray:#787878;
$imgTFM: scale(1.1,1.1);
$imgTST:all .8s ease;
$ocR:0.7;
$lhR: 1.6;
$lsR:0.05em;
$fwB:bold;*/
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================================
 共通
===========================================================*/
main img {
  display: block;
}

/* FV */
.fv {
  padding: clamp(80px, 15.625vw, 150px) 0 clamp(50px, 10vw, 150px);
  background: #F0E8DD;
}
.fv_inner {
  width: 92vw;
  max-width: 1766px;
  margin: 0 auto;
  position: relative;
}
.fv_circle {
  height: clamp(220px, 48.96vw, 940px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 38% 63% 37% 67%/49% 43% 59% 49%;
  position: relative;
}
.fv_circle_wave {
  display: none;
}
@media screen and (max-width: 576px) {
  .fv_circle_wave {
    display: block;
    width: 150vw;
    position: absolute;
    right: -25vw;
    bottom: clamp(-40px, -6vw, -10px);
  }
}
.fv_ttl-ja {
  width: 1.667em;
  height: 6.667em;
  padding-bottom: 0.5em;
  font-size: clamp(2rem, 3.75vw, 7.2rem);
  line-height: 1;
  letter-spacing: 0.2em;
  background: #F0E8DD;
  display: grid;
  place-items: center;
}
.fv_ttl-en {
  font-size: clamp(3.75rem, 7.8125vw, 15rem);
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  left: 6.8%;
}

.btnMore {
  width: 530px;
  max-width: 70vw;
  height: 5.556em;
  margin: 0 auto;
  font-size: clamp(1.4rem, 3.6vw, 1.8rem);
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #ed848c;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 10px -5px #000;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .btnMore {
    width: 450px;
  }
}
.btnMore .arw {
  width: auto;
  height: 1em;
  font-size: inherit;
  position: absolute;
  top: calc((100% - 1em) / 2);
  right: 20px;
}

.toForm {
  width: 90vw;
  max-width: 1090px;
  margin: 0 auto clamp(100px, 18.75vw, 150px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toFormBtn {
  width: 47.7%;
  max-width: 520px;
  height: clamp(80px, 12vw, 120px);
  border-radius: 100px;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .toFormBtn {
    width: 70vw;
    height: clamp(80px, 20vw, 120px);
    margin: 0 auto;
  }
  .toFormBtn:nth-child(n+2) {
    margin-top: 60px;
  }
}
.toFormBtn.green {
  background: #6c8b7e;
}
.toFormBtn.green .toFormBtn_icon {
  height: calc(100% + 10px);
  top: -5px;
  right: 10px;
}
.toFormBtn.pink {
  background: #ed848c;
}
.toFormBtn.pink .toFormBtn_icon {
  height: calc(100% + 21px);
  top: -11px;
  right: -88px;
}
.toFormBtn_txt {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .toFormBtn_txt {
    font-size: clamp(1.8rem, 3.667vw, 2.2rem);
  }
}
.toFormBtn_baloon {
  width: 5.625em;
  height: 5.625em;
  padding-left: 0.625em;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #F0E8DD;
  border-radius: 50% 50% 0 50%/50% 50% 0 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: -2.8125em;
  left: -1.5625em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .toFormBtn_baloon {
    font-size: clamp(1rem, 2.8vw, 1.4rem);
  }
}
.toFormBtn_icon {
  width: auto;
  position: absolute;
}

.hirayaTtl {
  width: fit-content;
  margin: 0 auto clamp(40px, 10vw, 80px);
  font-size: clamp(2.5rem, 3.75vw, 5rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .hirayaTtl {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }
}
.hirayaTtl_bg {
  width: 20.36em;
  max-width: 100%;
}
.hirayaTtl_head {
  width: 100%;
  height: 80%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.hirayaTtl_people {
  position: absolute;
  top: 0;
}
.hirayaTtl_people-01 {
  width: 4.71%;
  right: 7.8%;
}
.hirayaTtl_people-02 {
  width: 11.32%;
  left: 2.75%;
}
.hirayaTtl_people-03 {
  width: 17.64%;
  right: -0.69%;
}
.hirayaTtl_people-04 {
  width: 11.96%;
  left: 2.56%;
}

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

===========================================================*//*# sourceMappingURL=component.css.map */