@charset "UTF-8";
/* ---------------------------------------
  header
-----------------------------------------*/
#header {
  width: 100%;
  max-width: 500px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 999;
  transition: transform 0.5s ease;
}
#header .header_wrap {
  height: 7rem;
  padding: 1.4rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  animation: headerBgChange linear both;
  animation-timeline: scroll();
  animation-range: 0px 50px;
}
@keyframes headerBgChange {
  0% {
    background-color: transparent;
    box-shadow: none;
  }
  100% {
    background-color: #fff;
  }
}
#header .nav_trigger {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #1C93D8;
  border-radius: 100vh;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #header .nav_trigger {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #header .nav_trigger:hover {
    opacity: 0.7;
  }
}
#header .nav_trigger span {
  width: 2.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease;
}
#header .nav_trigger span:nth-child(1) {
  top: 1.7rem;
}
#header .nav_trigger span:nth-child(2) {
  top: 2.4rem;
}
#header .nav_trigger span:nth-child(3) {
  top: 3.1rem;
}
#header.navOpen .logo {
  width: 22.6rem;
}
#header.navOpen .nav_trigger span:nth-child(1) {
  top: 2.4rem;
  transform: rotate(-45deg);
}
#header.navOpen .nav_trigger span:nth-child(2) {
  opacity: 0;
}
#header.navOpen .nav_trigger span:nth-child(3) {
  top: 2.4rem;
  transform: rotate(45deg);
}
#header .header_nav {
  display: none;
  width: 100%;
  max-width: 500px;
  height: calc(100dvh - 7rem);
  background-color: #D8ECFF;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 7rem;
  margin: 0 auto;
  overflow-y: auto;
  z-index: 98;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#header .header_nav .nav_wrap {
  padding: 2rem 1.5rem 6rem;
}
#header .header_nav .gnav li {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
#header .header_nav .gnav li a {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #1C93D8;
}

/* ---------------------------------------
sec_mv
-----------------------------------------*/
#sec_mv {
  padding: 8rem 0 0;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  position: relative;
}
#sec_mv .txt_wrap {
  position: relative;
  z-index: 3;
  min-height: 26.6rem;
}
#sec_mv .mv_catch {
  position: absolute;
  left: 27px;
  top: 0.4rem;
  width: 28.3rem;
}
#sec_mv .mv_ttl {
  position: absolute;
  top: 4.3rem;
  width: 35.5rem;
  margin: 0 auto 0;
}
#sec_mv .mv_txt01 {
  position: absolute;
  width: 35.4rem;
  bottom: -4px;
  left: 16px;
}
#sec_mv .mv_txt02 {
  width: 29.6rem;
  margin: 1rem auto 0;
}
#sec_mv .mascot {
  position: absolute;
  width: 12rem;
  right: -11px;
  top: 10px;
  opacity: 0;
}
#sec_mv .box {
  width: 33.2rem;
  height: auto;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin: 2.1rem 0 0 2.5rem;
  z-index: 3;
}
#sec_mv .btn {
  width: 31.7rem;
  margin: 1.2rem auto 0;
  z-index: 3;
}
#sec_mv .btn a {
  height: 7rem;
}
#sec_mv .btn a img {
  width: 17.1rem;
}
#sec_mv .btn a .arw {
  width: 2.8rem;
  height: 2.8rem;
  right: 2.5rem;
}
#sec_mv .illust {
  position: absolute;
  width: 20.5rem;
  bottom: -3.4rem;
  right: -3rem;
  z-index: 2;
  line-height: 0;
}
#sec_mv .illust img {
  display: block;
  vertical-align: bottom;
}
#sec_mv .btn-fadeup {
  opacity: 0;
  transform: translateY(2rem) scale(0.95);
}
#sec_mv .mv_bg_wrap {
  width: 100%;
  position: absolute;
  height: 29.5rem;
  bottom: -3.4rem;
  left: 0;
  z-index: 1;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
#sec_mv .mv_bg_wrap.is-active {
  transform: translateY(0);
}
#sec_mv .mv_bg_wrap .mv_bg {
  width: 100%;
  height: 100%;
}
#sec_mv .mv_bg_wrap .mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#sec_mv .mv_bg_wrap .mv_bg {
  mask-image: url("../img/mask-wave.svg");
  -webkit-mask-image: url("../img/mask-wave.svg");
  background-size: 39rem auto;
  -webkit-mask-size: 39rem auto;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  animation: move-wave 5s linear infinite;
  will-change: auto;
}
#sec_mv .wave_wrap {
  width: 100%;
  height: 29.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-top: 0;
  overflow: visible;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
#sec_mv .wave_wrap::after {
  content: "";
  width: 100%;
  height: 22rem;
  background-color: #1C93D8;
  position: absolute;
  left: 0;
  bottom: 0;
}
#sec_mv .wave_wrap.is-active {
  transform: translateY(0);
}
#sec_mv .wave_wrap .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 39rem auto;
  animation: move-wave 5s linear infinite;
  will-change: auto;
}
#sec_mv .wave_wrap #wave1 {
  height: 37rem;
  background-image: url(../img/mv_wave01-top.svg);
  z-index: 1;
}
#sec_mv .wave_wrap #wave2 {
  height: 33rem;
  background-image: url(../img/mv_wave02-top.svg);
  z-index: 2;
}
@keyframes move-wave {
  0% {
    background-position-x: 0;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    background-position-x: -39rem;
    mask-position: -39rem 0;
    -webkit-mask-position: -39rem 0;
  }
}
#sec_mv .mv_catch {
  animation-delay: 0.15s !important;
}
#sec_mv .mv_ttl {
  animation-delay: 0.3s !important;
}
#sec_mv .mv_txt01 {
  animation-delay: 0.45s !important;
}
#sec_mv .mv_txt02 {
  animation-delay: 0.3s !important;
}
#sec_mv .box {
  animation-delay: 0.75s !important;
}
#sec_mv .btn {
  animation-delay: 0.9s !important;
}
#sec_mv .illust {
  animation-delay: 0.9s !important;
}

#sec_mv.is-loaded .btn-fadeup {
  animation-name: fadeUpBtn !important;
  animation-duration: 0.85s !important;
  animation-fill-mode: forwards !important;
}
#sec_mv.is-loaded .mascot {
  animation: kantaAppear 0.9s ease-out 0.6s both;
}

@keyframes kantaAppear {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(30px) rotate(-15deg);
  }
  55% {
    opacity: 1;
    transform: scale(1.15) translateY(-6px) rotate(14deg);
  }
  75% {
    transform: scale(0.95) translateY(2px) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotate(10deg);
  }
}
/* ---------------------------------------
   sec_point
   -----------------------------------------*/
#sec_point {
  margin-top: 3.4rem;
  padding: 3.36rem 0 0;
}
#sec_point .sec_ttl {
  width: 22rem;
  margin-bottom: 1.6rem;
}
#sec_point .lead_txt1 {
  width: 17.5rem;
  margin: 0 auto 1.7rem;
}
#sec_point .lead_txt2 {
  width: 29.1rem;
  margin: 0 auto 2.9rem;
}
#sec_point .point_list {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 3rem 1.5rem 3.9rem;
  gap: 0;
  background-color: #fff;
  border-radius: 1rem;
}
#sec_point .point_list .ttl {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.44;
  margin-top: 1rem;
}
#sec_point .point_list .ttl span {
  background: linear-gradient(transparent 80%, #FFFF00 80%);
}
#sec_point .point_list .detail {
  margin-bottom: 2.5rem;
}
#sec_point .point_list .detail:last-child {
  margin-bottom: 0;
}
#sec_point .point_list .detail dt {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4117647059;
}
#sec_point .point_list .detail dd {
  text-align: center;
  margin-top: 1rem;
}
#sec_point .point_list .detail dd .blue {
  font-weight: 700;
  font-size: 1.7rem;
}
#sec_point .point_list .detail dd.term {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.2;
}
#sec_point .point_list .detail dd.term .en {
  font-weight: 600;
  font-size: 2.4rem;
  vertical-align: -0.05em;
  margin: 0 0.2rem;
}
#sec_point .point_list .detail dd.term .blue .en {
  font-size: 3.7rem;
}
#sec_point .point_list .detail dd ul {
  width: 100%;
}
#sec_point .point_list .detail dd ul li {
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 2.8rem;
  margin-top: -0.2rem;
}
#sec_point .point_list .detail dd ul li::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/ico_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
#sec_point .point_list .detail dd ul li + li {
  margin-top: 0.8rem;
}
#sec_point .point_list .detail dd ul li span {
  background: linear-gradient(transparent 80%, #9DD3F8 80%);
}

/* ---------------------------------------
sec_flow
-----------------------------------------*/
#sec_flow {
  padding: 5rem 0 0;
}
#sec_flow .sec_ttl {
  width: 20.7rem;
  margin-bottom: 2.6rem;
}
#sec_flow .flow_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem 0;
  margin-bottom: 6rem;
}
#sec_flow .flow_list .item {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
}
#sec_flow .flow_list .item:not(:last-child)::after {
  content: "";
  width: 6rem;
  height: 2rem;
  background: url(../img/flow_arw.svg) no-repeat center/contain;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sec_flow .flow_list .item .ttl_wrap {
  padding: 1.5rem 2rem 2rem;
  background-color: #1C93D8;
  border-radius: 1rem 1rem 0 0;
}
#sec_flow .flow_list .item .ttl_wrap .num {
  color: #FFFF00;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
#sec_flow .flow_list .item .ttl_wrap .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.44;
  margin-top: 0.5rem;
}
#sec_flow .flow_list .item .ttl_wrap .ttl span {
  margin-left: -1.4rem;
}
#sec_flow .flow_list .item .detail_wrap {
  padding: 3rem 2rem 2.1rem;
}
#sec_flow .flow_list .item .detail_wrap .img {
  margin: 0 auto;
}
#sec_flow .flow_list .item .detail_wrap .txt {
  line-height: 1.8666666667;
  margin-top: -0.7rem;
}
#sec_flow .flow_list .item._01 .detail_wrap .img {
  width: 19.6rem;
  transform: translateX(-1rem);
}
#sec_flow .flow_list .item._02 .detail_wrap .img {
  width: 10.5rem;
}
#sec_flow .flow_list .item._03 .detail_wrap .img {
  width: 26.1rem;
}

/* ---------------------------------------
   sec_event
   -----------------------------------------*/
.sec_event {
  padding: 6rem 0 0.7rem;
}
.sec_event .event .sec_ttl {
  width: 100%;
  max-width: 39rem;
  overflow: hidden;
  margin: 0 auto;
}
.sec_event .event .sec_ttl img {
  width: 109.7435897436%;
  max-width: none;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.sec_event .event__bnr {
  z-index: 1;
  margin-top: -4.7%;
}

/* ---------------------------------------
   sec_uragawa
   -----------------------------------------*/
#sec_uragawa {
  padding: 6rem 0 0;
}
#sec_uragawa .sec_ttl {
  width: 29.5rem;
}
#sec_uragawa .uragawa_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;
}
#sec_uragawa .uragawa_list .item {
  background-color: #fff;
  border-radius: 1rem;
}
#sec_uragawa .uragawa_list .item .ttl_wrap {
  padding: 2rem;
  background-color: #1C93D8;
  border-radius: 1rem 1rem 0 0;
}
#sec_uragawa .uragawa_list .item .ttl_wrap .num {
  color: #FFFF00;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2307692308;
}
#sec_uragawa .uragawa_list .item .ttl_wrap .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-top: 0.8rem;
}
#sec_uragawa .uragawa_list .item .detail_wrap {
  padding: 2rem 1.5rem;
}
#sec_uragawa .uragawa_list .item .detail_wrap .img {
  margin: 0 auto;
}
#sec_uragawa .uragawa_list .item._01 .detail_wrap .img {
  width: 100%;
}
#sec_uragawa .uragawa_list .item._02 .detail_wrap {
  padding: 3rem 1.5rem;
}
#sec_uragawa .uragawa_list .item._02 .detail_wrap .img {
  width: 26.4rem;
}

html.is-locked,
body.is-locked {
  overflow: hidden;
}

/* ---------------------------------------
   sec_works
   -----------------------------------------*/
#sec_works {
  padding: 6.7rem 0 6.1rem;
}
#sec_works .inner {
  background-color: #fff;
  border-radius: 1rem;
}
#sec_works .ttl_wrap {
  padding: 3rem 2rem;
  background-color: #1C93D8;
  border-radius: 1rem 1rem 0 0;
}
#sec_works .ttl_wrap .sec_ttl {
  width: 30.1rem;
  margin-bottom: 0;
}
#sec_works .detail_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem 0;
  padding: 3rem 2rem 5rem;
}
#sec_works .detail_wrap .item .ttl {
  color: #1C93D8;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
}
#sec_works .detail_wrap .item .img_wrap {
  position: relative;
  padding-bottom: 4rem;
  margin-top: 2rem;
}
#sec_works .detail_wrap .item .img_wrap .img {
  position: relative;
}
#sec_works .detail_wrap .item .img_wrap .img .caption {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 0.8rem 1rem;
  background-color: transparent;
  border-radius: 1rem 0 1rem 0;
  position: absolute;
  z-index: 1;
  transition: 0.5s ease;
}
#sec_works .detail_wrap .item .img_wrap .img._before .caption {
  left: 0;
  top: 0;
}
#sec_works .detail_wrap .item .img_wrap .img._after {
  position: absolute;
  right: 0;
  bottom: 0;
}
#sec_works .detail_wrap .item .img_wrap .img._after .caption {
  right: 0;
  bottom: 0;
}
#sec_works .detail_wrap .item .img_wrap .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #505050;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 1;
  transition: 0.5s ease;
}
#sec_works .detail_wrap .item .img_wrap .img.is-active {
  z-index: 1;
}
#sec_works .detail_wrap .item .img_wrap .img.is-active .caption {
  color: #1C93D8;
  background-color: #D8ECFF;
}
#sec_works .detail_wrap .item .img_wrap .img.is-active::after {
  opacity: 0;
}
#sec_works .detail_wrap .item._01 .img_wrap .img {
  width: 25rem;
}
#sec_works .detail_wrap .item._02 .img_wrap .img {
  width: 16.8rem;
}

/* ---------------------------------------
   sec_cta
   -----------------------------------------*/
#sec_cta {
  padding: 0;
  background-color: #1C93D8;
  position: relative;
  margin-top: 0;
}
#sec_cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 8rem;
  background-image: url(../img/bg_wave-lt.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 7.7rem;
  z-index: 0;
}
#sec_cta .mascot {
  position: static;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#sec_cta .btn {
  position: absolute;
  z-index: 1;
  bottom: 8.8rem;
  display: block;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}
#sec_cta .btn a {
  padding: 1rem 3rem 1rem 4.4rem;
  justify-content: flex-start;
}
#sec_cta .btn a .txt {
  width: 23.7rem;
}
#sec_cta .btn a .txt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------------------------------------
sec_voice
-----------------------------------------*/
#sec_voice {
  padding: 4.5rem 0 3.6rem;
  margin-top: -1.9rem;
}
#sec_voice.bg_wave01:before {
  background-color: transparent;
}
#sec_voice .sec_ttl {
  width: 15.3rem;
  margin: 0 auto;
}
#sec_voice .voice_list {
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
  gap: 0;
}
#sec_voice .voice_list .item .txt_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 4.7rem auto 0;
  position: relative;
  padding: 2rem 2rem 1.8rem 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
#sec_voice .voice_list .item .txt_wrap .ttl_wrap {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #D8ECFF;
}
#sec_voice .voice_list .item .txt_wrap .ttl_wrap .ttl {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0.7rem;
}
#sec_voice .voice_list .item .txt_wrap .txt {
  margin-top: 2.1rem;
  line-height: 1.6666666667;
}
#sec_voice .voice_list .item .txt_wrap .txt .blue {
  font-weight: 700;
}
#sec_voice .voice_list .item .txt_wrap:after {
  display: none;
}
#sec_voice .voice_list .item .illust_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -2.1rem 0 0 4.7rem;
  gap: 0.6rem;
}
#sec_voice .voice_list .item .illust_wrap .illust {
  border-radius: 50%;
  background: #fff;
  width: 7.8rem;
  box-shadow: 0 0 0 5px #fff;
  margin-top: -2rem;
}
#sec_voice .voice_list .item .illust_wrap .en {
  margin-top: 1.1rem;
  color: #1C93D8;
  font-weight: 700;
  line-height: 1.2666666667;
}
#sec_voice .voice_list .item .bottom_wrap {
  margin-top: 0.4rem;
  margin-right: 0.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#sec_voice .voice_list .item .bottom_wrap .name {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2rem;
}
#sec_voice .voice_list .item .bottom_wrap .name .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  padding-right: 0.1rem;
}
#sec_voice .voice_list .item .bottom_wrap .info {
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: -0.5rem;
}
#sec_voice .voice_list .item:nth-child(even) .illust_wrap {
  margin: -2.1rem 4.7rem 0 0;
}
#sec_voice .voice_list .slick-track {
  display: flex;
  align-items: stretch;
  will-change: transform;
}
#sec_voice .voice_list .slick-slide {
  height: auto;
  display: flex !important;
  margin: 0 0.75rem;
  padding: 0 0.75rem;
}
#sec_voice .voice_list .slick-slide > div {
  display: flex;
  flex: 1;
  width: 100%;
}
#sec_voice .voice_list .slick-dots {
  position: static;
  padding: 0;
  margin: 1.6rem auto 0;
}
#sec_voice .voice_list .slick-dots li {
  margin: 0;
  width: 1.6rem;
  padding: 0 1.1rem;
}
#sec_voice .voice_list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  cursor: pointer;
  border: 1px solid #D8ECFF;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#sec_voice .voice_list .slick-dots li button::before {
  content: none !important;
  display: none !important;
}
#sec_voice .voice_list .slick-dots li.slick-active button {
  background: #D8ECFF;
  border-color: #D8ECFF;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* ---------------------------------------
   sec_faq
   -----------------------------------------*/
#sec_faq {
  padding: 4.9rem 0 8rem;
}
#sec_faq.bg_wave01::before {
  background-color: #F5F9FC;
}
#sec_faq .sec_ttl {
  width: 16.7rem;
  margin-bottom: 5rem;
}
#sec_faq .faq_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 0;
}
#sec_faq .faq_list .item {
  padding: 0 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
#sec_faq .faq_list .item .q_txt,
#sec_faq .faq_list .item .a_txt {
  position: relative;
  padding: 2rem 0;
}
#sec_faq .faq_list .item .q_txt .txt,
#sec_faq .faq_list .item .a_txt .txt {
  position: relative;
  line-height: 1.4705882353;
  padding-left: 3rem;
}
#sec_faq .faq_list .item .q_txt .txt::before,
#sec_faq .faq_list .item .a_txt .txt::before {
  color: #1C93D8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.0869565217;
  position: absolute;
  left: 0;
  top: 0;
}
#sec_faq .faq_list .item .q_txt {
  padding-right: 3rem;
}
#sec_faq .faq_list .item .q_txt .txt {
  font-weight: 600;
  font-size: 1.7rem;
}
#sec_faq .faq_list .item .q_txt .txt::before {
  content: "Q";
}
#sec_faq .faq_list .item .q_txt .ico {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.9rem);
}
#sec_faq .faq_list .item .q_txt .ico::before, #sec_faq .faq_list .item .q_txt .ico::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #1C93D8;
  border-radius: 0.1rem;
  position: absolute;
  top: calc(50% - 0.1rem);
}
#sec_faq .faq_list .item .q_txt .ico::before {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
#sec_faq .faq_list .item .q_txt.is-open .ico::before {
  transform: rotate(0deg);
}
#sec_faq .faq_list .item .a_txt {
  display: none;
  padding-top: 2.2rem;
  border-top: 1px solid #D8ECFF;
}
#sec_faq .faq_list .item .a_txt .txt::before {
  content: "A";
}

/* ---------------------------------------
sec_plan
-----------------------------------------*/
#sec_plan {
  padding-top: 0;
}

.plan__inner {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.9rem 0 0;
  position: relative;
}
.plan__kanta {
  position: absolute;
  z-index: 0;
}
.plan__kanta.--1 {
  position: absolute;
  width: 4.8rem;
  top: -3.3rem;
  right: 8.7rem;
  transform-origin: bottom center;
  animation: mascotWobble 3s ease-in-out infinite;
  animation-delay: 0.4s;
}
.plan__kanta.--2 {
  position: absolute;
  width: 9.7rem;
  top: -2.6rem;
  right: -1.1rem;
  animation: mascotWobble 3s ease-in-out infinite;
  animation-delay: 0s;
}
.plan__ttl {
  width: 32.7rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.plan__ttl img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.plan__illust {
  width: 100%;
  padding-top: 16rem;
  position: relative;
}
.plan__illust__baloon {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.plan__illust__baloon .--bln1 {
  width: 15.6rem;
  position: absolute;
  top: 4.4rem;
  left: -2.6rem;
}
.plan__illust__baloon .--bln2 {
  width: 14.9rem;
  position: absolute;
  top: 0.3rem;
  left: auto;
  right: 10.5rem;
  z-index: 3;
}
.plan__illust__baloon .--bln3 {
  width: 15.6rem;
  position: absolute;
  top: 4.3rem;
  right: -2.6rem;
}
.plan__image {
  margin-top: -5.5rem;
  min-height: 28.3rem;
}
@keyframes mascotWobble {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
}

/* ---------------------------------------
   sec_contact
   -----------------------------------------*/
#sec_contact {
  padding: 7.1rem 0 7.6rem;
  margin: -7.7rem 0 0 0;
  background-color: #F5F9FC;
}
#sec_contact .sec_ttl {
  width: 17.3rem;
  margin-bottom: 3.1rem;
}
#sec_contact .form-wrapper {
  padding: 2.9rem 2rem 4.9rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #1C93D8;
  box-shadow: 5px 5px 0 0 #1C93D8;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1rem 0;
}
#sec_contact .form-wrapper .txt {
  padding: 0 0 1.7rem;
  margin-bottom: 0;
  border-bottom: 1px solid #D8ECFF;
}
#sec_contact div.form {
  padding: 0;
  border-top: 0;
  margin-top: 0;
  gap: 0;
}
#sec_contact div.form .form_item dt {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
}
#sec_contact div.form .form_item dt .required {
  color: #1C93D8;
  font-size: 1.5rem;
  vertical-align: 0.2rem;
}
#sec_contact div.form .form_item dd {
  margin-top: 1rem;
}
#sec_contact div.form *::placeholder {
  color: #CECECE;
}
#sec_contact div.form input[type=text],
#sec_contact div.form input[type=email],
#sec_contact div.form input[type=tel],
#sec_contact div.form textarea,
#sec_contact div.form select {
  width: 100%;
  line-height: 1.6666666667;
  padding: 1.5rem;
  background-color: #F5F9FC;
  border-radius: 1rem;
}
#sec_contact div.form textarea {
  height: 23rem;
}
#sec_contact div.form .radio_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem 0;
  padding: 0.5rem 0 0.8rem;
}
#sec_contact div.form .radio_wrap label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
}
#sec_contact div.form input[type=radio],
#sec_contact div.form input[type=checkbox] {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
#sec_contact div.form input[type=radio] + span,
#sec_contact div.form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
#sec_contact div.form input[type=radio] + span::before, #sec_contact div.form input[type=radio] + span::after,
#sec_contact div.form input[type=checkbox] + span::before,
#sec_contact div.form input[type=checkbox] + span::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
#sec_contact div.form input[type=radio] + span::before,
#sec_contact div.form input[type=checkbox] + span::before {
  border: 1px solid #ddd;
  width: 2.1rem;
  height: 2.1rem;
  left: 0;
  top: 0;
}
#sec_contact div.form input[type=radio] + span::after,
#sec_contact div.form input[type=checkbox] + span::after {
  width: 1.3rem;
  height: 1.3rem;
  left: 0.4rem;
  top: 0.4rem;
  background: transparent;
}
#sec_contact div.form input[type=radio]:checked + span::after,
#sec_contact div.form input[type=checkbox]:checked + span::after {
  background: #1C93D8;
}
#sec_contact div.form .error {
  color: red;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
#sec_contact div.form .btn_wrap {
  margin-top: 3.5rem;
}
#sec_contact div.form .btn_wrap .btn_submit {
  position: relative;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  height: 8rem;
  background-color: #FFFF00;
  border-radius: 100vh;
  box-shadow: 0 0.7rem #9DD3F8;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #sec_contact div.form .btn_wrap .btn_submit:hover {
    transform: translateY(0.7rem);
    box-shadow: 0 0 #9DD3F8;
  }
}
#sec_contact div.form .btn_wrap .btn_submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #211715;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1rem 7.4rem 1rem 6rem;
  border-radius: 100vh;
  cursor: pointer;
}
#sec_contact div.form .btn_wrap .btn_submit .arw {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #1C93D8;
  border-radius: 50%;
  position: absolute;
  right: 2.9rem;
  top: calc(50% - 1.6rem);
  background: #1C93D8 url(../img/btn_arw.svg) no-repeat center/0.9rem auto;
  z-index: 1;
}
#sec_contact.thanks {
  padding: 10rem 0;
  background-color: #1C93D8;
  margin-top: 0;
}
#sec_contact.thanks .ttl {
  color: #1C93D8;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1em;
}
#sec_contact.thanks .btn a {
  color: #211715;
  font-weight: 700;
  font-size: 1.8rem;
}

/* ---------------------------------------
   footer
   -----------------------------------------*/
#footer {
  padding: 7.23rem 0 0;
}
#footer .logo {
  width: 100%;
}
#footer .logo a {
  display: block;
}
#footer .footer_main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 3rem;
  border-top: 1px solid #1C93D8;
  margin-top: 3.4em;
}
#footer .footer_main .office dt {
  color: #1C93D8;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
#footer .footer_main .office dd {
  line-height: 1.4666666667;
  margin-top: 0.4rem;
}
#footer .footer_main .office dd + dt {
  margin-top: 2.6rem;
}
#footer .footer_main .link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;
}
#footer .footer_main .link li {
  font-size: 1.4rem;
}
#footer .footer_main .link li.en {
  font-size: 1.5rem;
}
#footer .footer_main .link li a {
  display: inline-block;
  border-bottom: 1px solid #211715;
}
#footer .footer_main .link li a .ico {
  display: inline-block;
  width: 1.3rem;
  vertical-align: 0.4rem;
  margin-right: 0.5rem;
}
#footer .copyright {
  color: #1C93D8;
  font-size: 1.3rem;
  padding: 2rem 0;
  margin-top: 8.5rem;
}

/* ---------------------------------------
   clearfix
   -----------------------------------------*/
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* ---------------------------------------
   floating BTN (ページ下部CTA)
   -----------------------------------------*/
.floating_btn_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap {
    left: auto;
    right: 20px;
    bottom: 30px;
    width: 340px;
    padding: 0;
  }
}
.floating_btn_wrap .floating_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
  position: relative;
  box-shadow: 0 0.6rem #9DD3F8, 0 4px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap .floating_inner {
    flex-direction: column;
    gap: 1.2rem;
    box-shadow: none;
  }
}
.floating_btn_wrap .floating_btn {
  width: 50%;
  pointer-events: auto;
  transition: transform 0.2s ease;
}
.floating_btn_wrap .floating_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  gap: 0.56rem;
  box-shadow: none;
  border-radius: 0.5rem 0.5rem 0 0;
  border: 0.1rem solid #fff;
  transition: all 0.2s ease;
}
.floating_btn_wrap .floating_btn a .arw {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  position: static !important;
  background-color: #1C93D8;
  background-image: url("../img/btn_arw.svg");
  background-repeat: no-repeat;
  background-position: center 52%;
  background-size: 0.65rem auto;
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap .floating_btn {
    width: 100%;
  }
  .floating_btn_wrap .floating_btn a {
    border-radius: 100vh;
    justify-content: center;
    box-shadow: 0 0.5rem rgba(28, 147, 216, 0.4);
    border: none;
  }
  .floating_btn_wrap .floating_btn a .arw {
    background-position: 53% center;
  }
  .floating_btn_wrap .floating_btn:hover a {
    transform: translateY(-2px);
  }
}
.floating_btn_wrap .floating_btn:active {
  transform: none;
}
.floating_btn_wrap .floating_btn._contact a {
  width: calc(100% + 0.1rem);
  background: #9DD3F8;
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap .floating_btn._contact a {
    width: 100%;
    background: #FFFF00;
    border: 2px solid #1C93D8;
  }
}
.floating_btn_wrap .floating_btn._dokodemo a {
  width: calc(100% - 0.1rem);
  background: #9DD3F8;
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap .floating_btn._dokodemo a {
    width: 100%;
    background: #fff;
    border: 2px solid #1C93D8;
  }
}
.floating_btn_wrap .floating_btn .txt img {
  height: 1.2rem;
  width: auto;
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap .floating_btn .txt img {
    height: 1.4rem;
  }
}
.floating_btn_wrap .floating_mascot {
  display: none;
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap .floating_mascot {
    display: block;
    position: absolute;
    width: 5.5rem;
    left: -3.5rem;
    bottom: 0.5rem;
    transform: none;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) {
  .floating_btn_wrap:hover .floating_mascot {
    transform: rotate(-10deg) scale(1.15);
  }
}

#sec_contact .form_item dd .note-inline {
  color: #797979;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 0.8rem;
}

#sec_contact div.form .form_item dt .required {
  display: inline-block;
  padding: 0 0.2em;
  color: #1C93D8;
  font-size: 1.5rem;
  font-weight: 400;
}
#sec_contact div.form input.is-error,
#sec_contact div.form textarea.is-error {
  outline: 1px solid #ff0000;
  background-color: #fffbfa;
}
#sec_contact div.form .error-txt {
  color: red;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.8rem;
  line-height: 1.4;
}
#sec_contact div.form .btn_wrap {
  margin-top: 4.5rem;
}
#sec_contact div.form .btn_wrap .btn_submit {
  height: 7rem;
}
#sec_contact div.form .btn_wrap .btn_submit input {
  padding: 0.7rem 7.4rem 1rem 7.2rem;
}
#sec_contact div.form .btn_wrap .btn_submit .arw {
  width: 2.8rem;
  height: 2.8rem;
  right: 2.5rem;
}
#sec_contact div.form .btn_wrap .privacy {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
#sec_contact div.form .btn_wrap .privacy a {
  color: #1C93D8;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
#sec_contact div.form .btn_wrap .privacy.is-error .checkbox-input {
  outline: 1px solid #ff0000;
}
#sec_contact div.form .btn_wrap .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
}
#sec_contact div.form .btn_wrap .checkbox-input {
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  visibility: visible;
  width: 2rem;
  height: 2rem;
  margin-top: 0.1rem;
  border: 2px solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  position: relative;
  overflow: visible;
}
#sec_contact div.form .btn_wrap .checkbox-input::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.1rem;
  width: 0.6rem;
  height: 1.1rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg) scale(0);
}
#sec_contact div.form .btn_wrap .checkbox-input:checked {
  border-color: #1C93D8;
  background-color: #1C93D8;
}
#sec_contact div.form .btn_wrap .checkbox-input:checked::after {
  transform: rotate(45deg) scale(1);
}
#sec_contact div.form .btn_wrap .checkbox-parts {
  display: none;
}