@charset "UTF-8";
/*--------------------------------------------------------------
/pub/template/
--------------------------------------------------------------*/
/* *****************************************
/*+  common  +******************************
/***************************************** */
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 540px) {
  body {
    background-color: #FFF;
  }
}

#template {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  background-color: #FFF;
  font-size: 3.2vw;
  line-height: 1.4;
  color: #333;
  position: relative;
}
@media (min-width: 540px) {
  #template {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 540px) {
  #template {
    font-size: 20.48px;
  }
}
#template a {
  color: #1ba1d2;
  text-decoration: underline;
}
#template a:link, #template a:visited {
  color: #1ba1d2;
  text-decoration: underline;
}
#template a:hover, #template a:active {
  color: #1ba1d2;
  text-decoration: none;
}
#template * {
  margin: 0;
  padding: 0;
}
#template img, #template input[type="image"] {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#template ol, #template ul {
  list-style: none;
}
#template .text-pink {
  color: #ff2c70;
}
#template .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#template *, #template *:before, #template *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#template .fade {
  transition: 0.5s;
}
#template .fade:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
#template .slideToggle-container .is-hide {
  display: none;
}
#template .slideToggle-container {
  height: auto;
}
#template .notes {
  margin: 0 6.25%;
}
#template .note {
  font-size: 60%;
  text-align: left;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: normal;
}
#template .note.txt-r {
  text-align: right;
}
#template *:focus {
  outline: none;
}
#template #footer {
  padding: 1em 0;
}

/* *****************************************
/*+  content  +********************************
/***************************************** */
/*+ block + ------------------------------ */
#content .fv {
  position: relative;
}
.cv_btn input {
  cursor: pointer;
  display: block;
  width: min(78.67vw, 424.8px);
  height: min(17.33vw, 93.6px);
  border: none;
  text-indent: -9999px;
  background: url("../img/sp/btn01.png") no-repeat 0 0/100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cv_btn_member input {
  cursor: pointer;
  display: block;
  width: min(38vw, 205.2px);
  height: min(16vw, 86.4px);
  border: none;
  text-indent: -9999px;
  background: url("../img/sp/btn02.png") no-repeat 0 0/100% auto;
  position: absolute;
  left: 10.67%;
}
.btn-my {
  width: min(38vw, 205.2px);
  position: absolute;
  right: 10.67%;
  bottom: 28.479%;
}
#content .fv .cv_btn input {
  bottom: 22.4873%;
}
#content .fv .cv_btn_member input {
  width: min(66.67vw, 360px);
  height: min(10.67vw, 57.6px);
  background: url("../img/sp/btn04.png") no-repeat 0 0/100% auto;
  bottom: 16.395939%;
  left: 50%;
  transform: translateX(-50%);
}
#content .slide01 {
  background: #dee8f4;
  padding-bottom: min(17.733vw, 95.76px);
}
#content .slide02 {
  background: #f1f4f9;
  padding-bottom: min(11.33vw, 61.2px);
}
#content .slide li img {
  width: 78.67%;
  margin: 0 auto;
}
#content .slide01 .slick-prev, #content .slide01 .slick-next {
    width: min(2.4vw, 12.96px);
    height: min(4.533vw, 24.48px);
    top: min(23.33vw, 126px);
    transform: translateY(0);
}
#content .slide02 .slick-prev, #content .slide02 .slick-next {
    width: min(2.4vw, 12.96px);
    height: min(4.533vw, 24.48px);
    top: min(20.8vw, 112.32px);
    transform: translateY(0);
}
#content .slide .slick-prev {
    left: min(3.6vw, 19.44px);
}
#content .slide .slick-next {
    right: min(3.6vw, 19.44px);
}
#content .slide01 .slick-prev::before,
#content .slide01 .slick-prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: min(3.33vw, 18px);
  height: 1px;
  background-color: #18191b;
  transform-origin: 0.5px 50%;
}
#content .slide01 .slick-next::before,
#content .slide01 .slick-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: min(3.33vw, 18px);
  height: 1px;
  background-color: #18191b;
  transform-origin: calc(100% - 0.5px) 50%;
}
#content .slide02 .slick-prev::before,
#content .slide02 .slick-prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: min(3.33vw, 18px);
  height: 1px;
  background-color: #1e4d9e;
  transform-origin: 0.5px 50%;
}
#content .slide02 .slick-next::before,
#content .slide02 .slick-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: min(3.33vw, 18px);
  height: 1px;
  background-color: #1e4d9e;
  transform-origin: calc(100% - 0.5px) 50%;
}
#content .slide .slick-prev::before {
  transform: rotate(45deg);
}
#content .slide .slick-prev::after {
  transform: rotate(-45deg);
}
#content .slide .slick-next::before {
  transform: rotate(45deg);
}
#content .slide .slick-next::after {
  transform: rotate(-45deg);
}
#content .slide .slick-dots {
  bottom: min(11.867vw, 64.08px);
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
#content .slide02 .slick-dots {
  bottom: min(5.733vw, 30.96px);
}
#content .slide .slick-dots li {
  width: min(1.2vw, 6.48px);
  height: min(1.2vw, 6.48px);
  margin: 0 min(1.6vw, 8.64px);
}
#content .slide .slick-dots li button {
  width: min(1.2vw, 6.48px);
  height: min(1.2vw, 6.48px);
}
#content .slide .slick-dots li button:before {
  width: min(1.2vw, 6.48px);
  height: min(1.2vw, 6.48px);
  border-radius: 50%;
  background: #b2bac3;
}
#content .slide .slick-dots li.slick-active button:before {
    background: #1e4d9e;
    border: none;
    margin-top: 0;
}
#content .cv {
  position: relative;
}
#content .cv .cv_btn input {
  bottom: 38.1877%;
}
#content .cv .cv_btn_member input {
  bottom: 28.46%;
}
#content .tab-area .tab-selector{
    display: flex;
    justify-content: center;
    gap: min(1.33vw, 7.2px);
}
#content .tab-area .tab-selector li{
    width: min(28vw, 151.2px);
    position: relative;
    cursor: pointer;
}
#content .tab-area .tab-selector li::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#content .tab-area .tab-selector li:nth-child(1)::before{
    background: url("../img/sp/tab01_on.png") center no-repeat;
    background-size: contain;
}
#content .tab-area .tab-selector li:nth-child(2)::before{
    background: url("../img/sp/tab02_on.png") center no-repeat;
    background-size: contain;
}
#content .tab-area .tab-selector li:nth-child(3)::before{
    background: url("../img/sp/tab03_on.png") center no-repeat;
    background-size: contain;
}
#content .tab-area .tab-selector li.active::before{
    opacity: 1;
}
#content .tab-area .tab-cnt li{
    display: none;
    position: relative;
    width: min(89.33vw, 482.4px);
    border: min(0.533vw, 2.88px) solid #1e4d9e;
    padding: min(5.6vw, 30.24px) 0 min(6.533vw, 35.28px);
    margin: 0 auto;
}
#content .tab-area .tab-cnt li.active{
    display: block;
}
#content .tab-area .tab-cnt li img{
    margin: 0 auto;
    width: min(84.4vw, 455.76px);
}
#content .tab-area .tab-cnt li .btn{
    width: min(66vw, 356.4px);
    margin: min(8.267vw, 44.64px) auto 0;
    position: relative;
    display: block;
}
#content .tab-area .tab-cnt li .btn::before{
    content: "";
    width: min(2.8vw, 15.12px);
    height: min(0.267vw, 1.44px);
    position: absolute;
    top: 50%;
    right: min(3.33vw, 18px);
    transform: translateY(-50%);
    background: #1e4d9e;
}
#content .tab-area .tab-cnt li .btn::after{
    content: "";
    width: min(0.267vw, 1.44px);
    height: min(2.8vw, 15.12px);
    position: absolute;
    top: 50%;
    right: min(4.67vw, 25.2px);
    transform: translateY(-50%);
    background: #1e4d9e;
}
#content .tab-area .tab-cnt li .btn.active::after{
    opacity: 0;
}
#content .tab-area .tab-cnt li .btn img{
    width: 100%;
    cursor: pointer;
}
#content .tab-area .tab-cnt li div{
    display: none;
}
#content .tab-area .tab-cnt li div img{
    width: min(78.8vw, 425.52px);
    margin: min(7.867vw, 42.48px) auto 0;
}
#content .accordion{
    padding: 0 min(6vw, 32.4px);
    background: #f5f5f7;
}
#content .accordion div + div{
    margin-top: min(4vw, 21.6px);
}
#content .accordion div dt{
    position: relative;
    border-radius: min(1.6vw, 8.64px);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease;
}
#content .accordion div dt.active{
    border-radius: min(1.6vw, 8.64px) min(1.6vw, 8.64px) 0 0;
}
#content .accordion div dt::before{
    content: "";
    position: absolute;
    top: 50%;
    right: min(4.267vw, 23.04px);
    transform: translateY(-50%);
    background: url("../img/sp/arrow01.png") no-repeat center;
    background-size: contain;
    width: min(3.33vw, 18px);
    height: min(1.867vw, 10.08px);
}
#content .accordion div dt.active::before{
    transform: translateY(-50%) scale(1, -1);
}
#content .accordion div dd{
    display: none;
}
#content .notice{
    padding: min(9.33vw, 50.4px) min(5.33vw, 28.8px);
}
#content .notice ul li{
    font-size: min(2.4vw, 12.96px);
    line-height: 1.56;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
#content .notice ul li + li{
    margin-top: min(2.133vw, 11.52px);
}
#content .notice ul li strong{
    font-weight: bold;
}
p.help {
  width: 37.5%;
  margin: 20px auto!important;
}
p#tokushou,
p#company,
p#policy{
    margin-bottom: 15px;
    text-align: center;
}


#content .kiyaku{
    background: #fdf1f4;
    padding: min(6.67vw, 36px) min(5.33vw, 28.8px) min(14.533vw, 78.48px);
}

#content .kiyaku .wrap{
    background: #fff;
    padding: min(8vw, 43.2px) min(6vw, 32.4px) min(9.067vw, 48.96px);
    border-radius: min(2.133vw, 11.52px);
}

#content .kiyaku .wrap h1{
    font-size: min(5.33vw, 28.8px);
    font-weight: bold;
    color: #f44e87;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
}

#content .kiyaku .wrap dl{
    margin-top: min(5.33vw, 28.8px);
}

#content .kiyaku .wrap dl dt{
    width: 100%;
    height: min(6.67vw, 36px);
    font-size: min(3.467vw, 18.72px);
    font-weight: bold;
    color: #f44e87;
    line-height: 1;
    letter-spacing: 0.1em;
    background: #fde6f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: min(3.33vw, 18px);
}

#content .kiyaku .wrap dl dd{
    padding: min(2.933vw, 15.84px) min(3.33vw, 18px) min(4.267vw, 23.04px);
}

#content .kiyaku .wrap dl dd:last-child{
    padding: min(2.933vw, 15.84px) min(3.33vw, 18px) 0;
}

#content .kiyaku .wrap dl dd .txt01{
    font-size: min(3.6vw, 19.44px);
    font-weight: bold;
    color: #000;
    line-height: 1.4815;
}

#content .kiyaku .wrap dl dd .ul01{
    margin-top: min(2.4vw, 12.96px);
    text-align: left;
}

#content .kiyaku .wrap dl dd .ul01 li{
    font-size: min(2.67vw, 14.4px);
    color: #000;
    line-height: 1.5;
}

#content .kiyaku .wrap dl dd .txt02{
    font-size: min(3.2vw, 17.28px);
    font-weight: bold;
    color: #000;
    line-height: 1.5833;
    text-align: left;
}

#content .kiyaku .wrap dl dd .txt02 small{
    font-size: 91.67%;
    display: block;
    margin-top: min(2.133vw, 11.52px);
}

#content .kiyaku .wrap dl dd p strong{
    color: #f44e87;
}

#content .kiyaku .wrap dl dd .ol01{
    font-size: min(3.2vw, 17.28px);
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 1.3em;
    text-indent: -1.3em;
    line-height: 1.5833;
    word-break: break-all;
}

#content .kiyaku .wrap dl dd .ul02{
    font-size: min(3.2vw, 17.28px);
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5833;
    word-break: break-all;
}

#content .kiyaku .wrap dl dd .ul02 span{
    color: #f5d1e2;
}

#content .kiyaku .wrap dl dd > * + *{
    margin-top: min(2vw, 10.8px);
}

#content .kiyaku .wrap dl dd .ul03 li{
    list-style: disc;
    text-indent: 0;
}

#content .kiyaku .wrap dl dd h2{
    font-size: min(3.467vw, 18.72px);
    font-weight: bold;
    color: #f44e87;
    text-align: left;
    line-height: 1;
    margin-top: min(6.4vw, 34.56px);
    padding-bottom: min(2.8vw, 15.12px);
    border-bottom: min(0.267vw, 1.44px) solid #f44e87;
}

#content .kiyaku .wrap dl dd h2 + p{
    margin-top: min(2.933vw, 15.84px);
}

#content .kiyaku .back{
    margin: min(10.67vw, 57.6px) auto 0;
    font-size: min(4.4vw, 23.76px);
    font-weight: bold;
    color: #f44e87;
    line-height: 1;
    text-decoration: none;
    border: min(0.67vw, 3.6px) solid #f44e87;
    border-radius: min(5.733vw, 30.96px);
    width: min(52vw, 280.8px);
    height: min(11.467vw, 61.92px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#content .kiyaku .back::before{
    content: "";
    position: absolute;
    top: 50%;
    left: min(4vw, 21.6px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: min(1.33vw, 7.2px) solid transparent;
    border-bottom: min(1.33vw, 7.2px) solid transparent;
    border-right: min(1.6vw, 8.64px) solid #f44e87;
    border-left: 0;
}
