@charset "UTF-8";

/*! --------------------------------------------------------------
 このCSSファイルは .scssファイルからコンパイルされたものです。
 修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
@keyframes scroll_left_anime {
  0% {
    opacity: 0;
    transform: translateX(-50px)
  }

  30%,
  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes scroll_right_anime {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }

  30%,
  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes loop-slide {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes hands {

  0%,
  75% {
    transform: translate(0, 0) rotate(-30deg)
  }

  50% {
    transform: translate(-15px, 0) rotate(-30deg);
    background-size: 100%auto
  }

  to {
    background-size: 95%auto
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

li {
  list-style: none
}

img {
  height: auto
}

a {
  color: inherit;
  text-decoration: none
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0
}

img,
td input {
  max-width: 100%
}

em,
i {
  font-style: normal
}

.inner,
header {
  width: 100%;
  position: relative
}

.pc-only {
  display: inherit
}

.sp-only,
.tab-only {
  display: none
}

.pctab-only {
  display: inherit
}

.home_faq ul li .q.-open p:after,
.tabsp-only {
  display: none
}

a.tellink {
  pointer-events: none
}

body,
html {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
  overflow: auto
}

body {
  overflow: hidden
}

.noto {
  font-family: "Noto Sans JP", sans-serif
}

.popp {
  font-family: "Poppins", sans-serif
}

header {
  position: absolute;
  z-index: 3
}

header .btmline {
  width: 92vw;
  background-color: #fff;
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding-left: 2vw;
  margin-inline: auto
}

header .btmline .head_logo {
  z-index: 12
}

header .btmline .head_logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset
}

header .btmline .head_logo a:hover {
  opacity: .8
}

header .btmline,
header .gnav,
header .gnav .ul_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

header .gnav .ul_one {
  height: 100%
}

.btn_head a,
header .gnav .ul_one>li>a {
  display: flex;
  justify-content: center;
  align-items: center
}

header .gnav .ul_one>li>a {
  width: 100%;
  flex-wrap: nowrap;
  align-content: unset;
  position: relative
}

.fix_right .btn.reserv a:hover,
header .gnav .ul_one>li>a:hover {
  transition: .3s ease
}

header .gnav .ul_one>li>a p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative
}

header .gnav .ul_one>li>a>i {
  font-size: .625rem;
  margin-left: 2em
}

.btn_head {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_head a {
  width: 220px;
  height: 80px;
  flex-wrap: wrap;
  border-radius: 0 100vmax 100vmax 0
}

.btn_head a p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

.btn_head.bg_rp a {
  background-color: #ea6483;
  color: #fff
}

.btn_head.bg_rp a:hover {
  background-color: #cc4464;
  transition: .3s ease
}

.icn_menu {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0;
  right: 4vw;
  z-index: 13
}

.icn_menu .menu-trigger,
.icn_menu .menu-trigger span {
  display: inline-block;
  transition: all .4s
}

.icn_menu .menu-trigger {
  width: 100%;
  background: #ea6483;
  padding: 1.2rem;
  border-radius: 0 100vmax 100vmax 0
}

.icn_menu .menu-trigger,
.icn_menu .menu-trigger .spanwrap {
  height: 100%;
  position: relative
}

.icn_menu .menu-trigger .spanwrap span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.icn_menu .menu-trigger .spanwrap span:nth-of-type(1) {
  top: 0
}

.icn_menu .menu-trigger .spanwrap span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%)
}

.icn_menu .menu-trigger .spanwrap span:nth-of-type(3) {
  bottom: 0
}

.icn_menu .menu-trigger.active span:nth-of-type(1) {
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%
}

.icn_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0
}

.icn_menu .menu-trigger.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  top: 50%
}

.main_home {
  height: calc(100vh - 0px);
  position: relative
}

.btn_cmn a,
.fix_right .btn a,
.main_home .upper {
  display: flex;
  justify-content: center;
  align-items: center
}

.main_home .upper {
  height: 80vh;
  flex-wrap: wrap
}

.main_home .upper .txt {
  max-width: 90vw;
  margin-inline: auto
}

.main_home .under {
  height: 20vh;
  background-color: #72c935
}

.main_home .under .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column
}

.main_home .triple,
.main_home .ttl_main01 {
  position: relative;
  z-index: 2
}

.main_home .ttl_main01 {
  margin-bottom: 5vh
}

.main_home .triple {
  max-width: 440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-inline: auto
}

.main_home .triple .circle,
.main_home .triple .circle .num {
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  place-items: center
}

.main_home .triple .circle {
  width: 30%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 4px solid #72c935;
  position: relative
}

.main_home .triple .circle .num {
  width: 40px;
  height: 40px;
  background-color: #fff500;
  font-size: 1.25rem;
  color: #1d2298;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%
}

.main_home .triple .circle p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center
}

.main_home select {
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 100vmax;
  padding: .6rem 3%
}

.fix_right .btn a p,
.main_home select,
.main_home select option {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5
}

.main_home .human_main01,
.main_home .human_main02 {
  position: absolute;
  top: 55%;
  translate: 0-50%;
  z-index: 1
}

.main_home .human_main01 {
  width: 384px;
  aspect-ratio: 384/567;
  left: 4vw
}

.main_home .human_main02 {
  width: 375px;
  aspect-ratio: 375/589;
  right: 4vw
}

.scroll_left_main {
  animation: scroll_left_anime 2s ease-in
}

.scroll_right_main {
  animation: scroll_right_anime 2s ease-in
}

.fix_right {
  z-index: 6;
  opacity: 0
}

.btn_cmn a,
.fix_right .btn a {
  align-content: unset
}

.fix_right .btn a {
  width: 100px;
  flex-wrap: nowrap;
  padding: 1rem 0;
  gap: 0 1rem
}

.fix_right .btn a i {
  font-size: .625rem;
  line-height: 1;
  position: relative;
  top: .2em
}

.fix_right .btn a p {
  line-height: 1.33
}

.fix_right .btn.reserv a {
  background-color: #ea6483;
  color: #fff
}

.fix_right.active {
  opacity: .8
}

.section_cmn {
  padding: 5rem 0
}

.section_cmn.t_narrow {
  padding-top: 3.5rem
}

.section_cmn.b_narrow {
  padding-bottom: 3.5rem
}

.section_cmn.t_wide {
  padding-top: 7.5rem
}

.section_cmn.b_wide {
  padding-bottom: 7.5rem
}

.section_cmn.b_none {
  padding-bottom: 0
}

.ttl_cmn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 1em;
  margin-bottom: .8em;
  position: relative
}

.ttl_cmn::after,
.ttl_cmn::before {
  content: "";
  width: 59px;
  aspect-ratio: 59/53;
  background-position: center center;
  background-size: 100%auto;
  position: absolute;
  top: 50%;
  translate: 0-50%
}

.ttl_cmn::before {
  right: 100%
}

.ttl_cmn::after {
  left: 100%
}

.ttl_cmn.tac {
  text-align: center;
  margin-inline: auto
}

.ttl_cmn.color_sk {
  color: #25a4c5
}

.ttl_cmn.color_sk::before {
  background-image: url(images/index/ttlbg_lsk.svg)
}

.ttl_cmn.color_sk::after {
  background-image: url(images/index/ttlbg_rsk.svg)
}

.ttl_cmn.color_w {
  color: #fff
}

.ttl_cmn.color_w::before {
  background-image: url(images/index/ttlbg_lw.svg)
}

.ttl_cmn.color_w::after {
  background-image: url(images/index/ttlbg_rw.svg)
}

.ttl_cmn.color_rp {
  color: #ea6483
}

.ttl_cmn.mb0 {
  margin-bottom: 0
}

.ttl_cmn2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .6em
}

.ttl_cmn2.bdb {
  padding-bottom: .4em;
  border-bottom: 1px solid currentColor
}

.ttl_cmn2.medium,
.txt_cmn {
  font-weight: 500
}

.ttl_cmn2.tac {
  text-align: center
}

.ttl_cmn2.color_sk {
  color: #25a4c5
}

.ttl_cmn2.color_w {
  color: #fff
}

.ttl_cmn2.large {
  font-size: 2.625rem
}

.ttl_cmn2.mdla {
  font-size: 2.25rem
}

.ttl_cmn2.mdl {
  font-size: 1.5rem
}

.ttl_cmn2.small {
  font-size: 1.25rem
}

.ttl_cmn2.mb0 {
  margin-bottom: 0
}

.ttl_cmn2.mb_w {
  margin-bottom: 1.5em
}

.txt_cmn {
  font-size: 1rem;
  line-height: 2
}

.txt_cmn.lh_w {
  line-height: 2.4
}

.txt_cmn.lh_n {
  line-height: 1.5
}

.txt_cmn.tac {
  text-align: center
}

.txt_cmn.tar {
  text-align: right
}

.btn_cmn a p,
.txt_cmn.bold {
  font-weight: 700
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn.color_rp {
  color: #ea6483
}

.txt_cmn.color_ash {
  color: #f5f5f7
}

.txt_cmn.large {
  font-size: 1.125rem
}

.btn_cmn a p i,
.txt_cmn.mdl {
  font-size: .875rem
}

.txt_cmn.small {
  font-size: .75rem
}

.btn_cmn {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_cmn a {
  max-width: 100%;
  width: 442px;
  height: 48px;
  flex-wrap: wrap;
  border-radius: 100vmax;
  position: relative
}

.btn_cmn a p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center
}

.btn_cmn a p i {
  margin-right: .4em
}

.btn_cmn a span.dot {
  width: 18px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  right: 6%;
  translate: 0-50%
}

.btn_cmn.large a {
  width: 1080px;
  height: 120px;
  border: 4px solid #fff
}

.btn_cmn.large a p {
  font-size: 2.75rem
}

.btn_cmn.center {
  margin-inline: auto
}

.btn_cmn.bg_rp a {
  background-color: #ea6483;
  color: #fff
}

.btn_cmn.bg_rp a:hover {
  background-color: #cc4464;
  transition: .3s ease
}

dl.dl_cmn div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start
}

dl.dl_cmn div:not(:last-child) {
  margin-bottom: 10px
}

dl.dl_cmn div dd,
dl.dl_cmn div dt {
  font-size: 1rem;
  line-height: 1.5
}

dl.dl_cmn div dt {
  min-width: 80px;
  background-color: #fff500;
  border-radius: 100vmax;
  padding: .4em .3em;
  font-weight: 500;
  text-align: center;
  margin-right: 1em
}

dl.dl_cmn div dd {
  font-weight: 700;
  padding-top: .4em
}

.home_faq ul li:not(:last-child),
dl.dl_cmn.large div:not(:last-child) {
  margin-bottom: 1.2rem
}

dl.dl_cmn.large div dd {
  font-size: 1.25rem;
  line-height: 1.3
}

.side_cmn,
.ul_postcmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.side_cmn {
  align-items: center;
  align-content: unset
}

.side_cmn figure {
  width: 50%;
  text-align: center
}

.side_cmn .txt {
  width: 42.5925925926%
}

.side_cmn.reverse {
  flex-direction: row-reverse
}

.side_cmn.a_start {
  align-items: flex-start
}

.side_cmn.alt figure {
  width: 46.2962962963%
}

.side_cmn.alt .txt {
  width: 50%
}

.ul_postcmn {
  align-items: stretch;
  gap: 2.5rem 3.7037037037%
}

.ul_postcmn li {
  width: 48.1481481481%
}

.li_postcmn {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem 3%
}

.li_postcmn figure {
  margin-bottom: 1rem;
  overflow: hidden
}

.li_postcmn figure img {
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover
}

.li_postcmn figure img:hover {
  transform: scale(1.15);
  transition: .5s ease
}

.li_postcmn .txt time {
  display: block;
  line-height: 1.5
}

.li_postcmn .txt dl.dl_cmn {
  margin-bottom: 2rem
}

.catewrap_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: .2rem .4rem
}

.catewrap_cmn .cate {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100vmax;
  padding: 0 1em
}

.catewrap_cmn .cate.cate_beauty {
  background-color: #f0c8c8;
  color: #a05c5c
}

.catewrap_cmn .cate.cate_skincare {
  background-color: #ede0b3;
  color: #746b2a
}

.catewrap_cmn .cate.cate_health {
  background-color: #abbce8;
  color: #4b48ac
}

.scroll_up {
  transition: .8s ease-in-out;
  transform: translateY(30px);
  opacity: 0
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1
}

.scroll_left,
.scroll_right {
  transition: .8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0)
}

.scroll_left.on,
.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0)
}

.scroll_right {
  transform: translateX(30px)
}

.home_event {
  background: #f5f5f7 url(images/index/circle_event01.svg)center top/100%auto no-repeat
}

.home_event .unit:not(:last-child) {
  margin-bottom: 4.5rem
}

.home_event .unit .ttl11 {
  border-radius: 5px;
  padding: .4em 1.2em;
  margin-bottom: 1.2em
}

.home_event .unit .ttl11.bg_sk {
  background-color: #25a4c5
}

.home_event .unit .ttl11.bg_rp {
  background-color: #ea6483
}

.home_event .unit .ttl11.bg_gr {
  background-color: #25C58E
}

.home_event .unit .ttl11.bg_bl {
  background-color: #C5B925
}

.home_event .unit .ttl11.bg_or {
  background-color: #E68640
}

.home_event .unit .ttl11.bg_rp {
  background-color: #ea6483
}

.home_event .unit .ttl11.bg_cp {
  background-color: #008080
}


.home_about {
  background-color: #72c935;
  position: relative
}

.home_about::after,
.home_about::before {
  content: "";
  width: 30vw;
  aspect-ratio: 626/593;
  background: url(images/index/bg_about01.svg)center center/100%auto no-repeat;
  position: absolute;
  z-index: 0
}

.home_about::before {
  top: 0;
  left: 0;
  translate: -25% -25%
}

.home_about::after {
  bottom: 0;
  right: 0;
  translate: 25% 25%
}

.home_about .inner {
  z-index: 1
}

.home_about .ttl_about01 {
  text-align: center
}

.home_about p.txt01,
footer p.txt01 {
  margin-bottom: 2em
}

.home_about .colwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem 2.7777777778%;
  margin-bottom: 4rem
}

.home_about .colwrap .col .point {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #25a4c5;
  border-radius: 100vmax;
  padding: .2em 1.5em;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: center;
  margin-inline: auto;
  translate: 0 50%
}

.home_about .colwrap .col figure {
  height: 294px;
  display: grid;
  place-content: center;
  place-items: center;
  background-color: #fff;
  border-radius: 1.8rem;
  margin-bottom: .5rem
}

.home_about .area {
  background-color: #fff;
  border-radius: 1.8rem;
  padding: 1.5rem 4% 2rem
}

.home_about .area .tagwrap,
footer nav.fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.home_about .area .tagwrap {
  gap: 1rem 1.2rem;
  margin-bottom: 2rem
}

.home_about .area .tagwrap span {
  display: inline-block;
  background-color: #f5f5f7;
  border-radius: 100vmax;
  padding: .5em 2em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

.loopslider {
  height: 445px;
  display: flex;
  align-items: center;
  overflow: hidden
}

.loopslider ul {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both
}

.loopslider ul li {
  width: 630px;
  height: 445px;
  margin-right: 0
}

.loopslider.slide-paused:hover ul {
  animation-play-state: paused
}

.home_faq {
  background: url(images/index/bgp_faq01.svg)left top
}

.home_faq ul li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 4%
}

.home_faq ul li .a,
.home_faq ul li .q {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start
}

.home_faq ul li .a .mark,
.home_faq ul li .q .mark {
  display: grid;
  place-content: center;
  place-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

.home_faq ul li .a p,
.home_faq ul li .q p {
  width: calc(100% - 40px - 26px);
  padding-top: .5rem
}

.home_faq ul li .q {
  margin-bottom: 1rem;
  position: relative
}

.home_faq ul li .q .mark {
  background-color: #fff500
}

.home_faq ul li .q p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3
}

.home_faq ul li .q p::before,
.home_faq ul li .q p:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #333;
  top: 50%;
  right: 0
}

.home_faq ul li .q p:before {
  transform: translate(0, -50%)
}

.home_faq ul li .q p:after {
  transform: translate(0, -50%) rotate(-90deg)
}

.home_faq ul li .a {
  padding-left: 1rem
}

.home_faq ul li .a .mark {
  background-color: #25a4c5;
  color: #fff
}

.home_faq ul li .a p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5
}

footer .fmain {
  background-color: #25a4c5;
  padding: 3.5rem 0 2.5rem
}

footer .copyright {
  background-color: #157a95;
  padding: .4rem 2%
}

footer .copyright small {
  display: block
}

footer .logo_foot {
  text-align: center;
  margin-bottom: 1.2rem
}

footer nav.fnav ul {
  gap: 0 4rem
}

footer nav.fnav ul li:not(:last-child) {
  position: relative
}

footer nav.fnav ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  translate: -50% -50%
}

footer nav.fnav ul li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.3
}

#form {
  padding: 5rem
}

.form {
  line-height: 1.5
}

.form .form-title {
  width: 100%;
  margin-top: 3.3rem;
  padding: .8125rem 0;
  border-top: 2px solid #0098e1;
  border-bottom: 2px solid #0098e1;
  color: #0098e1;
  font-size: 1rem;
  font-weight: 700;
  text-align: center
}

.form .form-content {
  margin-top: 1.25rem;
  text-align: left
}

.form .form-lead {
  margin-bottom: .3125rem;
  font-weight: 400;
  text-align: left
}

.form .form-note {
  display: block;
  color: #999;
  font-size: .6875rem;
  font-weight: 400
}

.form .form-item {
  margin-bottom: .625rem
}

.form .form-error {
  color: #de0012
}

.form-status {
  width: 200px;
  height: 30px
}

.swiper-container {
  width: 100%;
  max-height: 36.25rem
}

.swiper-slide {
  height: calc(100vh - 1.6875rem);
  text-align: center;
  font-size: 18px;
  background: #fff
}

.swiper-pagination {
  width: 10px;
  top: 10px;
  bottom: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto
}

.swiper-pagination-bullet-custom {
  position: relative;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: #999;
  z-index: 0
}

.swiper-pagination-bullet-custom:not(:first-of-type):before {
  position: absolute;
  top: 41%;
  left: -20px;
  content: "";
  display: block;
  width: 21px;
  height: 4px;
  background: #999;
  z-index: 1
}

.swiper-pagination-bullet-custom.swiper-pagination-bullet-active {
  background: #0098e1
}

.swiper-pagination-bullet-custom.swiper-pagination-bullet-active:not(:first-of-type):before {
  background: #0098e1
}

.swiper-pagination-bullet-custom.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-bottom: 1px solid #0098e1
}

.swiper-button-prev {
  left: calc(50% - 176px);
  display: flex;
  width: 64px;
  margin-right: 10px;
  background-image: none;
  font-size: 20px
}

.swiper-button-prev:before {
  content: "";
  background-image: url(images/button_arrow_back.png);
  background-size: contain;
  width: 12px;
  height: 20px;
  margin: 5px 10px 0 0
}

.swiper-button-prev.swiper-button-disabled {
  display: none
}

.swiper-button-last,
.swiper-button-next {
  top: 93%;
  right: 0;
  width: 75%;
  height: 60px;
  margin-top: -22px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 44px;
  background-image: none;
  background-color: #ed7e8a;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  box-shadow: 0 3px 0 0#c85a2c;
  z-index: 10
}

.swiper-button-last:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  right: 32px;
  background-image: url(images/button_arrow_next.png);
  background-size: contain;
  width: 19px;
  height: 34px
}

.swiper-button-last:after {
  content: none
}

.swiper-button-last.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: auto
}

.swiper-button-last.disabled,
.swiper-button-next.disabled {
  opacity: .4;
  pointer-events: none
}

.swiper-button-last.first,
.swiper-button-next.first {
  width: 100%;
  right: 0
}

.error {
  color: #de0012
}

.hands {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 22%;
  background: url(images/hand.png)no-repeat;
  background-size: 94%auto;
  z-index: 99;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  opacity: .8;
  animation: hands 2.5s linear 0s infinite;
  -webkit-animation: hands 2.5s linear 0s infinite;
  transition: top .3s;
  pointer-events: none
}

.label-require {
  padding: 2px 4px;
  border: 1px solid #de0012;
  border-radius: 8px;
  color: #de0012;
  font-size: 12px
}

.verticallist>li {
  margin-bottom: .9375rem
}

.verticallist>li:last-child {
  margin-bottom: 0
}

.horizontallist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 calc(-1*.3125rem)
}

.horizontallist>li {
  margin: 0 .3125rem .625rem;
  flex-grow: 1;
  flex-basis: 46%
}

.select,
input[type=checkbox]+label::before {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #999;
  border-radius: 4px
}

.select select {
  width: 100%;
  box-sizing: border-box;
  padding: .8125rem .9375rem;
  background-color: #fff;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.select::after {
  content: "▼";
  position: absolute;
  top: 11px;
  right: 10px;
  padding-left: .5rem
}

.disc-list {
  font-size: var(--font-size);
  padding-left: var(--padding-left)
}

.disc-list.-size_s {
  --size: 0.375rem;
  --font-size: 0.875rem;
  --padding-left: 1.5rem
}

.disc-list__item {
  position: relative
}

.disc-list__item::before {
  content: "";
  position: absolute;
  top: .5rem;
  left: calc(-1*.75rem);
  background-color: #000;
  border-radius: 50%;
  width: var(--size);
  height: var(--size)
}

.pagination {
  position: absolute;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10
}

.d-none,
input[type=checkbox],
input[type=radio] {
  display: none
}

input[type=checkbox]+label {
  position: relative;
  display: block;
  padding: .5rem .5rem .5rem 3rem;
  border: 2px solid #999;
  border-radius: 5px;
  text-align: left;
  line-height: 1.5
}

input[type=checkbox]+label::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: calc(-1*.8125rem);
  content: "";
  border: 2px solid #999
}

input[type=checkbox]+label::after {
  position: absolute;
  top: 7px;
  left: 16px;
  display: block;
  width: .6875rem;
  height: 1.25rem;
  content: "";
  border-right: 3px solid #0098e1;
  border-bottom: 3px solid #0098e1;
  opacity: 0;
  transform: rotate(45deg)
}

input[type=checkbox]:checked+label::after,
input[type=radio]:checked+label::after {
  opacity: 1
}

input[type=radio]+label {
  position: relative;
  display: block;
  padding: .5rem .5rem .5rem 3rem;
  border: 2px solid #999;
  border-radius: 5px;
  text-align: left
}

input[type=radio]+label::before {
  position: absolute;
  top: 50%;
  left: .625rem;
  box-sizing: border-box;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: calc(-1*.8125rem);
  content: "";
  border: 2px solid #999;
  border-radius: 100%
}

input[type=radio]+label::after {
  position: absolute;
  top: 32%;
  left: .9375rem;
  display: block;
  width: .875rem;
  height: .875rem;
  background-color: #0098e1;
  border-radius: 100%;
  content: "";
  opacity: 0
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text] {
  width: 100%;
  padding: .625rem;
  border: solid 2px #999;
  border-radius: 4px;
  box-sizing: border-box
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder {
  color: #999
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder {
  color: #999
}

@media (min-width:1200px) {
  .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto
  }

  .inner.wide {
    max-width: 1240px
  }

  header {
    top: 40px
  }

  header.fixed {
    position: fixed;
    top: 0
  }

  header .btmline {
    height: 80px
  }

  header .gnav {
    gap: 0 2vw
  }

  header .gnav .ul_one {
    gap: 0 4rem
  }

  header .gnav .ul_one>li>a {
    padding: .5rem 0
  }

  .main_home .upper {
    background: url(images/index/main01.jpg)center center/cover no-repeat;
    padding-top: 120px
  }

  .fix_right .btn a p {
    text-align: center
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .inner {
    padding: 0 5vw
  }

  .pc-only {
    display: none
  }

  .tab-only {
    display: inherit
  }

  .sp-only {
    display: none
  }

  .pctab-only,
  .tabsp-only {
    display: inherit
  }

  header {
    top: 20px
  }

  .icn_menu,
  header .btmline {
    height: 60px
  }

  header .btmline .head_logo img {
    width: 25vw
  }

  header .gnav {
    display: none;
    width: 100%;
    background-color: #25a4c5;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 11
  }

  header .gnav.open {
    display: block
  }

  header .gnav .ul_one {
    display: block;
    width: 100%
  }

  header .gnav .ul_one>li>a {
    justify-content: space-between;
    padding: 1.2rem 5vw;
    border-bottom: 1px solid #fff
  }

  header .gnav .ul_one>li>a p {
    color: #fff;
    font-weight: 700;
    text-align: left
  }

  header .gnav .ul_one>li>a>i {
    color: #fff
  }

  header .right_add {
    display: none
  }

  .btn_head a {
    width: 90vw;
    height: 3.5rem
  }

  .icn_menu {
    width: 60px;
    top: 0
  }

  .main_home .upper {
    background: url(images/index/main01_sp@2x.jpg)center center/cover no-repeat;
    padding-top: 80px
  }

  .main_home .triple {
    width: 60vw
  }

  .main_home .human_main01 {
    width: 24vw;
    left: 0
  }

  .main_home .human_main02 {
    width: 23vw;
    right: 0
  }

  .btn_cmn.large a p,
  .ttl_cmn {
    font-size: 1.5rem
  }

  .ttl_cmn::after,
  .ttl_cmn::before {
    width: 5vw
  }

  .ttl_cmn2 {
    font-size: 1.25rem
  }

  .ttl_cmn2.large {
    font-size: 1.75rem
  }

  .ttl_cmn2.mdla {
    font-size: 1.625rem
  }

  .ttl_cmn2.mdl {
    font-size: 1.1875rem
  }

  .btn_cmn.large a {
    width: 90vw;
    height: 4rem
  }

  dl.dl_cmn div dd,
  dl.dl_cmn div dt {
    font-size: .8125rem
  }

  dl.dl_cmn div dt {
    min-width: 60px
  }

  dl.dl_cmn.large div dd {
    font-size: .9375rem
  }
}

@media (max-width:767px) {
  .inner {
    padding: 0 5%
  }

  .pc-only,
  .tab-only {
    display: none
  }

  .sp-only {
    display: inherit
  }

  .pctab-only {
    display: none
  }

  .tabsp-only {
    display: inherit
  }

  a.tellink {
    pointer-events: inherit
  }

  :root {
    font-size: 4.26666vw !important
  }

  header {
    top: 4vw
  }

  header .btmline {
    height: 16vw
  }

  header .btmline .head_logo img {
    width: 57.0666666667vw
  }

  header .gnav {
    display: none;
    width: 100%;
    background-color: #25a4c5;
    position: absolute;
    top: 16vw;
    left: 0;
    z-index: 11
  }

  header .gnav.open {
    display: block
  }

  header .gnav .ul_one {
    display: block;
    width: 100%
  }

  header .gnav .ul_one>li>a {
    height: 8vh;
    justify-content: space-between;
    padding: .5rem 5vw;
    border-bottom: 1px solid #fff
  }

  header .gnav .ul_one>li>a p {
    font-size: .9375rem;
    color: #fff;
    font-weight: 700;
    text-align: left
  }

  header .gnav .ul_one>li>a>i {
    color: #fff
  }

  header .right_add {
    display: none
  }

  .btn_head a {
    width: 90vw;
    height: 3.5rem
  }

  .main_home .upper {
    background: url(images/index/main01_sp@2x.jpg)center center/cover no-repeat;
    padding-top: 20vw
  }

  .main_home .triple {
    width: 90vw
  }

  .main_home .triple .circle {
    border: 2px solid #72c935
  }

  .main_home .triple .circle .num {
    font-size: .9375rem
  }

  .main_home .triple .circle p {
    font-size: .75rem
  }

  .main_home select,
  .main_home select option {
    font-size: .875rem
  }

  .main_home .human_main01 {
    width: 53.3333333333vw;
    left: -20vw
  }

  .main_home .human_main02 {
    width: 50.4vw;
    right: -20vw
  }

  .fix_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: unset;
    position: fixed;
    bottom: 0;
    right: 0
  }

  .fix_right .btn {
    width: 100vw
  }

  .fix_right .btn a {
    width: 100%;
    height: 16vw;
    padding: 0
  }

  .section_cmn {
    padding: 3rem 0
  }

  .section_cmn.t_narrow {
    padding-top: 2.5rem
  }

  .section_cmn.b_narrow {
    padding-bottom: 2.5rem
  }

  .section_cmn.t_wide {
    padding-top: 3.5rem
  }

  .section_cmn.b_wide {
    padding-bottom: 3.5rem
  }

  .btn_cmn.large a p,
  .ttl_cmn {
    font-size: 1.25rem
  }

  .ttl_cmn::after,
  .ttl_cmn::before {
    width: 8vw
  }

  .home_about .colwrap .col .point,
  .ttl_cmn2 {
    font-size: 1.125rem
  }

  .ttl_cmn2.large {
    font-size: 1.625rem
  }

  .ttl_cmn2.mdla {
    font-size: 1.5rem
  }

  .ttl_cmn2.mdl {
    font-size: 1.0625rem
  }

  .ttl_cmn2.small,
  .txt_cmn.large {
    font-size: 1rem
  }

  .btn_cmn a p,
  .txt_cmn,
  dl.dl_cmn.large div dd {
    font-size: .875rem
  }

  .btn_cmn a p i,
  .txt_cmn.mdl,
  dl.dl_cmn div dd,
  dl.dl_cmn div dt,
  footer nav.fnav ul li a {
    font-size: .75rem
  }

  .txt_cmn.small {
    font-size: .625rem
  }

  .btn_cmn a {
    width: 74vw;
    height: 2.5rem
  }

  .btn_cmn a span.dot {
    width: .8rem
  }

  .btn_cmn.large a {
    width: 90vw;
    height: 3.5rem;
    border: 2px solid #fff
  }

  dl.dl_cmn div dt {
    min-width: 15vw
  }

  dl.dl_cmn.large div:not(:last-child) {
    margin-bottom: .8rem
  }

  .side_cmn figure {
    width: 100%;
    margin-bottom: 1rem
  }

  .side_cmn .txt,
  .side_cmn.alt .txt,
  .side_cmn.alt figure,
  .ul_postcmn li {
    width: 100%
  }

  .ul_postcmn {
    gap: 1.8rem 4%
  }

  .li_postcmn {
    padding: 1.5rem 4%
  }

  .li_postcmn figure {
    margin-bottom: .6rem
  }

  .home_event .unit:not(:last-child) {
    margin-bottom: 2.5rem
  }

  .home_about .colwrap {
    margin-bottom: 2rem
  }

  .home_about .colwrap .col figure {
    height: auto;
    padding: 2rem 4%
  }

  .home_about .colwrap .col figure img {
    max-width: 40vw
  }

  .home_about .area .tagwrap {
    gap: .6rem .8rem;
    margin-bottom: 1.4rem
  }

  .home_about .area .tagwrap span {
    padding: .3em .8em;
    font-size: .875rem
  }

  .loopslider,
  .loopslider ul li {
    height: 59.3333333333vw
  }

  .loopslider ul li {
    width: 84vw
  }

  .home_faq ul li {
    padding: 1.2rem 4%
  }

  .home_faq ul li .a .mark,
  .home_faq ul li .q .mark {
    width: 7vw;
    font-size: 1.125rem
  }

  .home_faq ul li .a p,
  .home_faq ul li .q p {
    width: calc(100% - 7vw - 1vw);
    padding-top: .2rem
  }

  .home_faq ul li .q p {
    font-size: .875rem
  }

  .home_faq ul li .a {
    padding-left: 0
  }

  .home_faq ul li .a p {
    font-size: .8125rem
  }

  footer .fmain {
    padding: 2rem 0 1.5rem
  }

  footer .copyright {
    padding: .5rem 0 4rem
  }

  #form {
    padding: 0 6.25%
  }
}

@media screen and (min-width:961px) {
  .form {
    max-width: 750px;
    border: 1px solid #9f9f9f;
    border-radius: 8px
  }

  .form .form-title {
    display: none;
    margin-top: .3125rem
  }

  .form-status {
    width: 597px;
    height: 33px
  }

  .formtitle {
    border: 0;
    color: #ed7e8a;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
  }

  .swiper-container {
    height: 90vh;
    margin-bottom: 30px;
    padding: 70px 30px 30px;
    margin-top: 24px
  }

  .swiper-button-prev {
    top: 92%
  }

  .swiper-button-last,
  .swiper-button-next {
    top: 90%;
    width: 225px;
    right: calc(50% - 176px)
  }

  .swiper-button-last.first,
  .swiper-button-next.first {
    width: 335px;
    right: calc(50% - 168px)
  }

  .hands {
    right: 21%
  }

  .verticallist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .verticallist>li {
    width: 49.5%
  }

  .horizontallist>li {
    margin: 0 0 .625rem;
    flex-grow: 0;
    flex-basis: 49.5%
  }

  .pagination {
    top: 0;
    right: 0;
    left: 0;
    background-color: #eff0f0;
    padding: 14px;
    border-bottom: 1px solid #9f9f9f
  }
}

@media screen and (max-width:960px) {
  .formtitle {
    white-space: nowrap;
    border: 0;
    color: #ed7e8a;
    font-size: 1.375rem;
    font-weight: 700
  }

  select:valid {
    border: 1px solid green
  }

  select:invalid {
    border: 1px solid red
  }

  .form-content.-phase-1 {
    height: 21.875rem;
    overflow-y: auto;
    overflow-x: hidden
  }

  .form-content.-phase-1::-webkit-scrollbar {
    width: 6px
  }

  .form-content.-phase-1::-webkit-scrollbar-track {
    background-color: #ccc
  }

  .form-content.-phase-1::-webkit-scrollbar-thumb {
    background-color: #6b6b6b
  }

  .swiper-button-prev {
    top: 95%;
    left: 0
  }
}

@media screen and (max-width:320px) {
  .form .form-content.multi {
    margin-top: .625rem
  }

  .swiper-button-last,
  .swiper-button-next {
    font-size: 1.375rem
  }

  .select select {
    font-size: .9375rem
  }

  input[type=checkbox]+label,
  input[type=radio]+label {
    font-size: .9375rem;
    padding: .5rem .25rem .5rem 2.5rem
  }

  input[type=checkbox]+label::after {
    top: 2px
  }

  input[type=radio]+label::after {
    top: 28.5%
  }
}

@media screen and (min-width:320px) {

  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=text] {
    font-size: .9375rem
  }
}