@charset "UTF-8";
/* break point :: max-width:767px */
/* break point :: min-width:768px max-width:1023px */
/* break point :: min-width:1024px max-width:1099px */
/* break point :: min-width:1100px */

body{
  font-family: 'Zen Kaku Gothic New', Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.6;
}

.m-main{
  background-image: linear-gradient(to right ,#ffc200 0% , #ffdc63 50%, #60aedf 50%,#88c5eb 100%);
  position: relative;
}


/* float-content */
.m-float-content{
  display: none;
  position: fixed;
  top: 4vh;

  width: calc(40% - 250px);
  max-width: 280px;
}
@media screen and (min-width:1100px){
  .m-float-content{
    display: block;
  }
}

.m-float-content.s{
  left: 3%;
}

.m-float-content.w{
  right: 3%;
}
@media screen and (min-width:1400px){
  .m-float-content.s{
    left: 10%;
  }

  .m-float-content.w{
    right: 10%;
  }
}

.m-float-content-title img{
  margin: auto;
  width: 80%;
}

.m-float-content-inner{
  border: 2px solid #fff;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}

.m-float-content-balloon{
  background: #fff;
  border-radius: 100px;
  display: block;
  font-weight: 700;
  margin: -1rem auto 1rem;
  padding: .2rem 0;
  text-align: center;
  width: 85%;
}

.m-float-content-box{
  background: rgba(255,255,255,.4);
  padding: 1rem 0;
}
.m-float-content-box img{
  margin: auto;
  width: 70%;
}

.s .m-float-content-inner{
  background: rgba( 214, 146, 0, .32);
}
.w .m-float-content-inner{
  background: rgba( 33, 130, 189, .32);
}

.m-float-content-img{
  width: 80%;
  margin: auto;
}


.m-float-content-cp-term{
  font-size: .8rem;
  margin-top: .4rem;
}

.back-letter{
  color: #fff;
  display: none;
  font-size: 500px;
  font-weight: 700;
  opacity: .2;
  position: fixed;
  top: -.6em
}
@media screen and (min-width:1400px){
.back-letter{
  display: block;
}
}
.back-letter.s{
  left: -.2em;
}
.back-letter.w{
  right: -.2em;
}






.m-container{
  box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
  margin: auto;
  position: relative;
  max-width: 500px;
  z-index: 0;
}
@media screen and (min-width:768px){
  .m-container{
    max-width: 500px;
  }
}

.m-content-wraper{
  margin-top: 10vw;
}
@media screen and (min-width:768px){
  .m-content-wraper{
    margin-top: 2rem;
  }
}

/* m-content1 */
.m-content1-box{
  border-radius: 20px;
  margin: 30vw auto 0;
  padding-top: 1vw;
  width: 94%;
}
@media screen and (min-width:768px){
  .m-content1-box{
    margin-top: 0;
    padding-top: 0;

  }
}

.m-content1-title{
  margin-top: -20.5vw;
}
.m-content1-txt{
  margin-top: 4vw;
}
.m-content1-img{
  margin-top: 4vw;
}
@media screen and (min-width:768px){
  .m-content1-title{
    margin-top: 3rem;
  }
  .m-content1-txt{
    margin-top: 1rem;
  }
  .m-content1-img{
    margin-top: 2rem;
  }
}

.m-content1-txtbox{
  background: rgba(255, 255, 255 , .4);
  padding: 1rem 2rem;
}





/* content2 */
@media screen and (min-width:768px){
  .content2{
    padding-top: 4rem;
  }
}
.content2-box{
  display: flex;
  justify-content: center;
  position: relative;
}


.content2-box-inner{
  border-radius: 10px;
  margin: 1%;
  padding: 5vw 0 0;
  text-align: center;
  width: 46%;
}
@media screen and (min-width:768px){
  .content2-box-inner{
    margin: 1%;
    padding-top: 1.5rem;
    width: 41%;
  }
}

.content2-box-inner-balloon{
  background: rgba(255,255,255,.4);
  font-weight: 700;
  margin-top: 1.5em;
  position: relative;
  padding: .5em;
}
.content2-box-inner-balloon::before{
  border-left: .8em solid transparent;
  border-right: .8em solid transparent;
  border-bottom: 10px solid rgba(255,255,255,.4);
  content: "";
  margin: auto;
  position: absolute;
  width: 0;

  right: 0;
  left: 0;
  top: -10px;
}


.content2-box-illust{
  margin: 28vw auto 0;
  position: absolute;
  width: 10vw;

  right: 0;
  left: 0;
}
@media screen and (min-width:768px){
  .content2-box-illust{
    margin-top: 8rem;
    width: 3rem;
  }
}

.m-arrow{
  margin: auto;
  transform: scale(.5);
}
@media screen and (min-width:768px){
  .m-arrow{
    margin-top: 1rem;
    transform: scale(.7);
  }
}


.m-small-hr{
  background: #ccc;
  border: none;
  border-radius: 100px;
  display: block;
  height: .4rem;
  margin: 7vw auto;
  width: 20%;
}
@media screen and (min-width:768px){
  .m-small-hr{
    margin: 2rem auto;
  }
}





/* content3 */
.m-content3{
  padding: 15vw 0 10vw;
  position: relative;
}
@media screen and (min-width:768px){
  .m-content3{
    padding: 3rem 0 2rem;
  }
}

.m-content3-img{
  margin-top: 10vw;
}
@media screen and (min-width:768px){
  .m-content3-img{
    margin: 3rem auto 0;
    width: 80%;
  }
}


.m-content-card{
  border-radius: 20px;
  margin: 3vw auto 0;
  width: 94%;
}
@media screen and (min-width:768px){
  .m-content-card{
    margin-top: 1.5rem;
  }
}

.m-content-card-2col{
  display: flex;
  overflow: hidden;
}

.m-content-card-txt{
  margin: 5vw auto 0;
  width: 90%;
}
@media screen and (min-width:768px){
  .m-content-card-txt{
    margin-top: 1rem;
  }
}

.m-content-card-2col-imgbox{
  background-size: cover;
  background-position: center;
  width: 45%;
}
.m-content-card-2col-imgbox.img1{
 background-image: url(../img/service_content-img2.jpg);
}
.m-content-card-2col-imgbox.img2{
  background-image: url(../img/service_content-img3.jpg);
 }

.m-content-card-2col-txtbox{
  margin-left: 3%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  width: 49%;
}
@media screen and (min-width:768px){
  .m-content-card-2col-imgbox{
    width: 25%;
  }
  .m-content-card-2col-txtbox{
    margin-left: 2.5%;
    padding-top: 1rem;
    width: 70%;
  }
}

.m-content-card-container{
  padding-bottom: 5vw;
}
@media screen and (min-width:768px){
  .m-content-card-container{
    padding-bottom: 2rem;
  }
}

.m-content-card-inner{
  margin: auto;
  width: 90%;
}


.m-content-imgbox{
  padding-top: 10vw;
}
@media screen and (min-width:768px){
  .m-content-imgbox{
    padding-top: 2rem;
  }
}






/* m-content4 */
.m-content4-list{
  margin: 5vw auto 0;
  width: 94%;
}
.m-content4-list > li{
  display: flex;
  margin-top: 5vw;
}
.m-content4-list-imgbox{
  width: 25%;
}
.m-content4-list-txtbox{
  margin-left: 4%;
  width: 70%;
}
@media screen and (min-width:768px){
  .m-content4-list{
    margin-top: 1rem;
  }
  .m-content4-list > li{
  margin-top: 1rem;
  }
}





/* m-lined-head */
.m-lined-head{
  text-align: center;
}
.m-lined-head::before{
  background: #ccc;
  border-radius: 10px;
  content: "";
  display: block;
  height:4px;
  width: 100%;
}
.m-lined-head > span{
  background: #fff;
  display: inline-block;
  transform: translateY(-50%);
  padding: 0 1em;
}





/* cluboff-list */
.cluboff-txtbox{
  margin: 5vw auto 0;
  width: 90%;
}
@media screen and (min-width:768px){
  .cluboff-txtbox{
    margin-top: 1.5rem;
  }
}

.cluboff-img{
  margin: 5vw auto 0;
  width: 90%;
}
@media screen and (min-width:768px){
  .cluboff-img{
    margin-top: 1rem;
  }

  .cluboff-illust{
    margin: auto;
    width: 80%;
  }
}
.cluboff-img2{
  margin: 10vw auto 0;
  width: 90%;
}


.cluboff-list{
  margin: 5vw auto 0;
  width: 90%;
}
@media screen and (min-width:768px){
  .cluboff-img2{
    margin-top: 3rem;
  }

  .cluboff-list{
    margin-top: 1rem;
  }
}

.cluboff-list > li{
  margin-top: 2.5vw;
}
@media screen and (min-width:768px){
  .cluboff-list > li{
    margin-top: 0;
  }
}


.cluboff-list > li:nth-of-type(2n) .cluboff-list-imgbox{
  margin-right: 4%;
}
.cluboff-list > li:nth-of-type(2n-1) .cluboff-list-imgbox{
  margin-left: 4%;
  order: 1;
}

.cluboff-list > li::after{
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  margin: 2.5vw auto 0;
  transform: rotate(45deg);
  width: 1rem;
}
@media screen and (min-width:768px){
  .cluboff-list > li::after{
    margin-top: .1rem;
  }
}
.cluboff-list > li:nth-of-type(2n)::after{
  transform: rotate(-45deg);
}
.cluboff-list > li:last-of-type::after{
  display: none;
}

.cluboff-list > li > div{
  align-items: center;
}

.cluboff-list-imgbox{
  width: 48%;
}
.cluboff-list-txtbox{
  line-height: 1.5;
  width: 48%;
}
.cluboff-list-txtbox > b{
  display: block;
}





.m-balloon{
  background: #2a231f;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  margin: auto;
  padding: .2em 1.5em;
  position: relative;
  text-align: center;
}
.m-balloon::after{
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: .8em solid #2a231f;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;

  right: 0;
  left: 0;
  bottom: -.4em;
}





/* m-btn */

.m-btn-type1{
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  width: 80%;
}
.m-btn-type1::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 0.8em;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
  width: 0.8em;
  top: 50%;
  right: 1.2em;
}
.m-btn-type1:hover::after{
  right: .9em;
}

.m-btn-type1.is-bg-s{
  background-color: #e56600;
}
.m-btn-type1.s-ghost{
  background-color: #fff;
  border: solid 2px #e56600;
  color: #e56600;
}
.m-btn-type1.s-ghost::after{
  border-color: #e56600;
}

.m-btn-type1.is-bg-w{
  background-color: #0059c6;
}
.m-btn-type1.w-ghost{
  background-color: #fff;
  border: solid 2px #0059c6;
  color: #0059c6;
}
.m-btn-type1.w-ghost::after{
  border-color: #0059c6;
}



.m-btn-type2{
  background: #fff;
  border: 2px solid #2a231f;
  border-radius: 4px;
  color: #2a231f;
  display: block;
  line-height: 1;
  margin: 5vw auto 0;
  padding: .6rem 2rem;
  position: relative;
  text-align: center;
  width: 60%;
}@media screen and (min-width:768px){
  .m-btn-type2{
    margin-top: 1.5rem;
  }
}

.m-btn-type2.short{
  border-color: #0059c6;
  color: #0059c6;
  font-weight: bold;
  padding: .6rem 0;
  width: 35%;
}
.m-btn-type2.out::after{
  background-image: url(../img/new_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: .5em;
  width: 1em;
}

.m-btn-type3{
  border-radius: 4px;
  border: 2px solid #ccc;
  display: block;
  margin: auto;
  padding: .8rem;
  position: relative;
  width: 94%;
}
.m-btn-type4{
  background: #fff;
  border: 2px solid #2a231f;
  border-radius: 4px;
  color: #2a231f;
  display: block;
  line-height: 1;
  margin: 5vw auto 0;
  padding: .6rem 2rem;
  position: relative;
  text-align: center;
  width: 60%;
}@media screen and (min-width:768px){
  .m-btn-type4{
    margin-top: 1.5rem;
  }
}
.m-btn-type4.short{
  border-color: #ec6200;
  color: #ec6200;
  font-weight: bold;
  padding: .6rem 0;
  width: 50%;
  margin-top: -20px;
  margin-bottom: 5px;
}
.m-btn-type4.out::after{
  background-image: url(../img/new_window-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: .5em;
  width: 1em;
}


.js-acc-opener::before,
.js-acc-opener::after,
.js-acc-opener03::before,
.js-acc-opener03::after,
.m-btn-type3::before,
.m-btn-type3::after{
  background: #2a231f;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  transition: .3s;
  width: 15px;

  top: 50%;
  right: .6rem;
}

.js-acc-opener::after,
.js-acc-opener03::after,
.m-btn-type3::after{
  top: 48%;
  transform: rotate(90deg);
}

.js-acc-opener03.is-opened::after {
  top: 50%;
  transform: rotate(0deg);
}


.js-acc-opener.is-opened{
  visibility: hidden;
  opacity: 0;
}
.m-btn-type3.is-opened::after{
  top: 48%;
  transform: rotate(0deg);
}

.js-acc-closer-v2::before,
.js-acc-closer-v2::after{
  background: #2a231f;
  content: "";
  display: block;
  height:15px;
  position: absolute;
  transition: .3s;
  width: 2px;

  top: 50%;
  right: 1rem;
}
.js-acc-closer-v2::before{
  transform: translateY(-50%) rotate(45deg);
}
.js-acc-closer-v2::after{
  transform: translateY(-50%) rotate(-45deg);
}

.js-acc-content,.js-acc-content03,
.js-acc-toggle-content{
  display: none;
}


.js-acc-content{
  margin-top: -10vw;
}

.js-acc-content03{
  margin-top: 5vw;
}

@media screen and (min-width:768px){
  .js-acc-content{
    margin-top: -2rem;
  }
  .js-acc-content03{
    margin-top: 2vw;
  }
  
}




.note-acc{
  margin: auto;
  padding: 3%;
  width: 94%;
}
@media screen and (min-width:768px){
  .note-acc{
    padding: 1.5rem 3%;
  }
}



/* 背景ナナメ */
.m-content3::before{
  content: "";
  display: block;
  transform: skewY(-10deg);
  height: 100%;
  position: absolute;
  width: 100%;

  z-index: -1;
}

.m-content3.is-bg-s-skew::before{
  background-color: #fdd95e;
}
.m-content3.is-bg-s-skew-cp::before{
  background-color: #fff2cd;
}
.m-content3.is-bg-w-skew::before{
  background-color: #98dffd;
}
.m-content3.is-bg-w-skew-cp::before{
  background-color: #e3edf4;
}
.is-bg-grey-skew::before{
  background-color: #f2f2f2;
}

.is-bg-s-dark{
background: #e8c245;
}
.is-bg-w-dark{
  background: #55a7d5;
}




.m-content-title{
  font-weight: 700;
  margin: 5vw auto 0;
  padding-top: 10vw;
}
@media screen and (min-width:768px){
  .m-content-title{
    margin-top: 1rem;
    padding-top: 3rem;
  }
}







/* cp-box */

/* @media screen and (min-width:768px){
  .cp-wrap{
    display: flex;
  }
} */
.cp-box{
  /* box-shadow: 0 0 10px #eee; */
  display: flex;
  margin: 5vw auto 0;
  width: 94%;
}
@media screen and (min-width:768px){
  .cp-box{
    margin: 2rem auto 0;
  }
}


.cp-belt{
  margin-top: -.5em;
  padding: 1em .2em 0;
  position: relative;
  width: 1.5em;
}
.cp-belt img{
  margin: auto;
  width: 60%;
}
.cp-belt.step2 img{
  margin-top: 1em;
}
.cp-belt.step1::after{
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: .6em;

  bottom: -.55em;
  right: 0;
  left: 0;
}
.cp-belt.step2{
 margin-top: -5vw;
}
@media screen and (min-width:768px){
  .cp-belt.step1::after{
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: .6em;
  }
  .cp-belt.step2{
    margin-top: -2rem;
   }
}

.cp-belt.s,
.cp-belt.s::after{
  background-color: #d4911e;
}
.cp-belt.s.step2{
  background-color: #b57300;
}

.cp-belt.w,
.cp-belt.w::after{
  background-color: #50aae3;
}
.cp-belt.w.step2{
  background-color: #3485b8;
}

/*
@media screen and (min-width:768px){

  .cp-box{
    border: 1px solid #dadfe4;
    display: block;
    margin: 4.5em .3em 0;
    width: auto;
  }


  .cp-belt{
    margin-top: -2.5em;
    margin-left: 0;
    padding: .4em 0 .4em 1em;
    width: 100%;
  }
  .cp-belt img{
    margin: 0 0 0 1em;
    width: auto;
  }
  .cp-belt.step2 img{
    margin: 0 0 0 1em;
  }
  .cp-belt.step1::after{
    clip-path: polygon(0% 0%, 1em 50%, 0% 100%);
    margin-left: 0;
    width: 1em;
    height: 100%;

    right: -.95em;
    bottom: 0;
  }
  .cp-belt.step2{
    margin-top: -2.5em;
    margin-left: -0.75em;
    width: calc(100% + .75em);
  }
} */


.cp-content{
  padding: 0 1em 1em 1em;
  width: calc(100% + 1.5em);
}

.cp-content a{
  /* margin-top: .5em; */
  display: block;
}
/* @media screen and (min-width:768px){
  .cp-content{
    padding-top: 2em;
    width: 100%;
  }

  .cp-content a:hover{
    opacity: .6;
  }


} */

.cp-content-txt{
  margin-top: .5em;
}



.cp-bnrbox{
  margin: 0 auto;
  text-align: center;
  width: 94%;
}



.cp-list{
  margin-top: 5vw;
}

.cp-list > li{
  margin-top: 5vw;
}
.cp-list > li a{
  display: block;
  margin-top: 2vw;
}
@media screen and (min-width:768px){
  .cp-list{
    margin-top: 2rem;
  }

  .cp-list > li{
    margin-top: 2rem;
  }
  .cp-list > li a{
    margin-top: .5rem;
  }
}




.m-cp-carousel{
  margin: 2.5vw auto 0;
  width: 94%;
}

.m-cp-carousel li{
margin-bottom: 1.5em;
}

@media screen and (min-width:768px){
  .m-cp-carousel{
    margin-top: .5rem;
  }
}





/* タブ */
.tab-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.tab-item{
  align-items: center;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  float: left;
  font-weight: bold;
  height: 68px;
  justify-content: center;
  margin-left: 2%;
  text-align: center;
  transition: .3s;
  width: 47%;

  font-size: calc(22.9333px);
}
.tab-item:nth-of-type(2){
  margin-left: 2%;
}


.m-content-flow .tab-item{
  background: #2a231f;
  border-bottom: 0;
  color: #f2f2f2;
}
.m-content-flow input:checked + .tab-item{
  background: #f2f2f2;
  color: #2a231f;
}


input[name="tab-item"] ,
input[name="tab-item2"] {
  display: none;
}

.tab-content{
  clear: both;
  display: none;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
  width: 100%;
}

#s-info:checked ~ #s-info-content,
#w-info:checked ~ #w-info-content,
#mobasoku-flow:checked ~ #mobasoku-flow-content,
#normal-flow:checked ~ #normal-flow-content {
  display: block;
}




@media screen and (min-width:768px){
  .tab-wrapper input:not(:checked) + .tab-item:hover{
    opacity: .8;
  }
}


.tab-line{
  border: none;
  border-bottom: 2px solid #2a231f;
  margin: auto;
  width: 100%;
}

.tab-next{
  margin-top: -5vw;
  padding-bottom: 10vw;
}
@media screen and (min-width:768px){
  .tab-next{
    margin-top:-2rem;
    padding-bottom: 2rem;
  }
}




/* slide */
@media screen and (min-width:768px){
  .flow-illust{
    margin: 3rem auto 0;
    width: 90%;
  }
}

.flow-slider{
  margin: 20px auto 30px;
  padding: 0 5%;
  width: 100%;
}
@media screen and (min-width:768px){
  .flow-slider{
    margin-bottom: 2rem;
    width: 90%;
  }
}

.flow-slider .slider-box{
  border: 2px solid #2a231f;
  border-radius: 20px 10px 10px 10px;
  height: 170px;
  margin: 10px 0 10px;
  padding: 20px;
  position: relative;
  text-align: center;
}


#normal-flow-content .slider-box{
  height: 140px;
}

.flow-slider .slider-txt{
  margin-top: 10px;
  margin-bottom: 0;
}

.slide-step{
  align-items: center;
  background-color: #77bbe6;
  border-radius: 10px 0 10px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: 1;

  top: -2px;
  left: -2px;
}


.flow-slider .slick-dots{
  width: 90%;
}


.slide-arrow{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index:10;
  cursor:pointer;
}
.slide-arrow::before{
  display:block;
  color:#0082c5;
}
.next-arrow{
  right:0;
  transition: .3s;
}
.prev-arrow{
  left:0;
  transition: .3s;
}




.next-arrow::before,
.prev-arrow::before{
  background-image: url(../img/slider_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content:"";
  display: block;
  height:52px ;
  width: 33px;
}
.prev-arrow::before{
 transform: rotate(180deg);
}

.slick-disabled{
  cursor: default;
  opacity: .25;
}

.cp-slider .next-arrow::before,
.cp-slider .prev-arrow::before{
  display: none;
}






.m-note{
  margin: 10vw auto;
  width: 90%;
}
.m-note-head{
  margin-top: 5vw;
}
@media screen and (min-width:768px){
  .m-note{
    margin:1rem auto;
  }
  .m-note-head{
    margin-top: 1rem;
  }
}


.m-note-list{
  margin: auto;
  width: 90%;
}
.m-note-list dt{
  font-weight: 600;
  margin-top: 5vw;
}
@media screen and (min-width:768px){
  .m-note-list dt{
    margin-top: 1rem;
  }
}



.m-info-list dt{
  font-weight: 600;
  padding: .2rem;
  text-align: center;
}
.m-info-list dd{
  margin: auto;
  padding: .5rem 3% 1.5rem;
}

.m-info-list.s dt{
  background: #fbce4e;
}
.m-info-list.s dd{
  background: #fffaeb;
}
.m-info-list.w dt{
  background: #88c5eb;
}
.m-info-list.w dd{
  background: #f1f8fd;
}


/* footer */
.m-footer {
  background: #191919;
  width: 100%;
}
.m-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px;
  position: relative;
}
.m-footer-pagetop {
  position: absolute;
  right: 5px;
  top: 23px;
}
.m-footer-pagetop a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
}
.m-footer-pagetop a span {
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  display: block;
  height: 12px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 12px;
}
.m-footer-list {
  margin-top: 24px;
}
.m-footer-list li a {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.m-footer-list li a:after {
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  content: "";
  display: inline-block;
  height: 0.5em;
  margin-left: 0.5em;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.5em;
}
.m-footer-list li a:hover {
  opacity: 0.5;
}
.m-footer-list li + li {
  margin-top: 18px;
}
.m-footer-info {
  margin-top: 35px;
  line-height: 1;
}
.m-footer-logo img {
  height: 16px;
  width: 59px;
}
.m-footer-copy {
  color: #fff;
  margin-top: 12px;
}






/* cta */
.m-btn{
  line-height: 1;
}
@media screen and (min-width:768px){
  .m-btn:hover{
    box-shadow: none;
    opacity: .7;
  }
}
.m-cta-box{
  background: rgba(255, 255, 255 , .5);
  display: flex;
  justify-content: center;
  padding: .8rem 0;
  position: sticky;
  width: 100%;
  z-index: 999;

  bottom: 0;
}

.m-btn-cta{
  border-radius: 10px;
  box-shadow: .25rem .25rem .5rem rgba(0, 0, 0, .2);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 .3rem;
  position: relative;
  text-align: center;
  width: 45%;
}
.m-btn-cta > div::after{
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  position: absolute;

  top: -1.6rem;
  right: -.8rem;
}
.m-btn-cta > img{
  margin: auto;
  position: absolute;
  width: 3.5rem;
  z-index: 1;

  top: -1.2rem;
  right: 0;
  left: 0;
}
.m-btn-cta > div{
  border-radius: 10px;
  padding: 1.2rem 0 1.2rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.m-btn-cta.s{
  background-color: #c96503;
}
.m-btn-cta.s > div::after{
  content: "S";
}

.m-btn-cta.w{
  background-color: #04578b;
}
.m-btn-cta.w > div::after{
  content: "W";
}






/* modal */
.modal {
  position: relative;
  z-index: 100;
}

.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  position: fixed;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  height: 100%;
  padding: 0 1.5rem;
}

.modal-container {
  background: #ffebdf;
  border-radius: 8px;
  box-shadow: 6px 6px 6px rgba( 0, 0, 0, .1);
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 660px;
  max-height: 90vh;
  z-index: 1000;
}

.modal-container.w {
  background: #daeaff;
}
@media screen and (min-width:1200px){
  .modal-container {
    max-width: 650px;
  }
}


.modal-top{
  color: #fff;
  padding: .8em 0;
}

.modal-title {
  text-align: center;
}


.modal-title-txt {
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  margin: .5rem auto 0;
}

.moda-card-img{
  margin: 2vw auto 0;
  width: 40%;
}
#modal-s-content .moda-card-img{
  margin-bottom: 0;
  width: 95%;
}
@media screen and (min-width:768px){
  .moda-card-img{
    margin: .7rem auto 0;
    width: 30%;
  }
  #modal-s-content .moda-card-img{
    margin-bottom: 0;
    width: 64%;
  }
}

.modal-close {
  background: #fff;
  border: 0;
  border-radius: 100px;
  height: 25Px;
  position: absolute;
  width: 25px;

  top: 8px;
  right: 10px;
}


.modal-title .modal-close:before {
  font-size: 18px;
  color: #ec6620;
  content: "\2715";
  line-height: 1;
}
#modal-w .modal-title .modal-close:before{
  color: #0059c6;
}

.modal-btn-area > div:nth-of-type(2){
  margin-top: 1em;
}


@media screen and (min-width:1100px){
  .modal-btn-area{
    display: flex;
    justify-content: center;
    margin-top: 0;
    align-items: end;
  }
  .modal-btn-area > div{
    width: 50%;
  }
  .modal-btn-area > div:nth-of-type(2){
    margin-top: 0;
  }
}


.cta-sub{
  font-size: 12px;
  font-weight: 700;
  text-align: center;

  background: #fff;
  width: fit-content;
  padding: 4px 16px;
  margin: 0 auto .6em auto;
  border-radius: 6px;
  position: relative;
}
.cta-sub-note{
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-bottom: -4px;
}
.cta-sub::after{
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: .8em solid #fff;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  right: 0;
  left: 0;
  bottom: -.4em;
}

.modal-card-img{
  margin: 30px auto 6px;
  width: 60%;
}
@media screen and (min-width:768px){
  .modal-card-img{
    margin-top: 20px;
  }
}


.m-cta-btn{
  align-items: center;
  border-radius: 100px;
  box-shadow: 6px 6px 6px rgba( 0, 0, 0, .1);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 17px;
  font-weight: 600;
  margin: auto;
  justify-content: center;
  padding: .7em 0;
  position: relative;
  width: 90%;
  max-height: 56px;
}

.m-cta-btn::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: .6rem;
  position: absolute;
  transform: rotate(45deg);
  width: .6rem;

  right: .7rem;
}
_:-ms-fullscreen, :root .m-cta-btn::after{
  display: none;
}

.is-cta-ghost.is-bg-s-modal,
.is-cta-ghost.is-bg-w-modal{
  background: #fff;
  border: 2px solid #fff;
}
.is-cta-ghost.is-bg-s-modal::after{
  border-color: #ec6620;
}
.is-cta-ghost.is-bg-w-modal::after{
  border-color: #0059c6;
}
.is-cta-ghost.is-bg-s-modal{
  border-color: #ec6620;
}
.is-cta-ghost.is-bg-w-modal{
  border-color: #0059c6;
}



.m-cta-btn.is-disable{
  background: #fff;
  box-shadow: none;
  border: 2px solid #ccc;
  color: #ccc;
  pointer-events: none;
}
.m-cta-btn.is-disable::after{
  display: none;
}

.modal-note{
  background: #eee;
  font-size: 11px;
  line-height: 1.5;
  margin: 0.7rem auto 0;
  padding: 1rem 5%;
}
@media screen and (min-width:768px){
  .modal-note{
    font-size: 11px;
  }
}
.txt-notice {
  border-radius: 10px;
  color: #ed0000;
  font-size: 11px;
  margin: 1rem 5%;
  padding: 10px;
  background: #ffffff;
  border: solid 2px #ed0000;
}
.txt-notice span{
  font-size: 13px;
  font-weight: bold;
}

.r-mark{
  bottom:-.4em;
  position: relative;
}




.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s;
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s;
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s;
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s;
}


/* modal */
@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(10%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}





/* state */
@media screen and (max-width:767px){
  .is-pc{display: none !important;}
}
@media screen and (min-width:768px){
  .is-pc{display:block}
}
@media screen and (max-width:767px){
  .is-sp{display:block}
}
@media screen and (min-width:768px){
  .is-sp{display: none !important;}
}

.is-hide{
  display: none;
}

.is-flex{
  display: flex;
}
@media screen and (min-width:768px){
  .is-flex-pc{
    display: flex;
  }
}

.is-block{
  display: block;
}


.is-ta-r{
  text-align: right;
}
.is-ta-c{
  text-align: center;
}
@media screen and (min-width:768px){
  .is-ta-c-pc{
    text-align: center;
  }
  .is-ta-r-pc{
    text-align: right;
  }
}
.is-ta-j{
  text-align: justify;
}
.is-ta-l{
  text-align: left;
}
.is-ta-r{
  text-align: right;
}


.is-txt-color{
  color: #ff0000;
  font-weight: bold;
}

.is-txt-link{
  color: #3192c7;
  display: block;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.is-txt-link.font{
  font-size: 12px;
}
.is-txt-link::after{
  background-image: url(../img/new_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: .5em;
  width: 1em;
}
.is-txt-link-2{
  color: #3192c7;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.is-txt-link-2::after{
  background-image: url(../img/new_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: .5em;
  width: 1em;
}
@media screen and (min-width:768px){
  .is-txt-link:hover{
    opacity:.7;
  }
}
.is-txt-link.s{
  color: #ec6200;
}

.is-txt-link.s::after{
  background-image: url(../img/new_window-orange.svg);
}



/* bg */
.is-bg-s{
  background: #fdd95e;
}
.is-bg-w{
  background: #88c5eb;
}

.is-bg-s-content2{
  background-image: linear-gradient(-45deg ,#faa700 0% , #ffd421 100%);
}

.is-bg-w-content2{
  background-image: linear-gradient(135deg ,#52c8f4 0% , #00a4ec 100%);
}

.is-bg-s-tab{
  background: #ffe78e;
}
.is-bg-w-tab{
  background: #bcebff;
}

.is-bg-s-modal{
  background: #ff6600;
}
.is-bg-w-modal{
  background: #0059c6;
}

.is-bg-white{
  background-color: #fff;
}
.is-bg-grey{
  background-color: #f2f2f2;
}


.is-font-cp{
  font-size: 50px;
  font-family: "cplogo";
}


.is-color-s{
  color: #fdd95e;
}
.is-color-w{
  color: #3192c7;
}
.is-color-w-light{
  color: #e3edf4;
}
.m-float-content .is-color-s{
  color: #e1a90f;
}
.m-float-content .is-color-w{
  color: #248dcd;
}

.is-color-s-modal{
  color: #ff6600;
}
.is-color-w-modal{
  color: #0059c6;
}

/* font-size */
.is-fz-extiny{
  font-size: .7rem;
}
.is-fz-tiny{
  font-size: .8rem;
}
.is-fz-small{
  font-size: .8rem;
}
.is-fz-medium{
  font-size: 1rem;
}
.is-fz-tiny-v2{
  font-size: 11px;
}
.is-fz-tiny-v3{
  font-size: 11px;
  margin: revert-layer;
}
.is-fz-large{
  font-size: 1.2rem;
}
.is-fz-exlarge{
  font-size: 1.5rem;
}

.is-fz-smaller{
  font-size: 60%;
}
.is-fz-larger{
  font-size: 140%;
}

.is-bold{
  font-weight: 700;
}

.is-center{
  text-align: center;
}

.is-mt-short{
  margin-top: 7.5vw;
}
.is-mt-medium{
  margin-top: 10vw;
}
.is-mt-tall{
  margin-top: 15vw;
}
.is-mt-extall{
  margin-top: 20vw;
}
.is-m-a{
  margin: auto;
}
.li-cp{
  display: list-item;
    list-style-type: disc;
  margin-left: 15px;
}
.pc-only {
  display: none;
  }

@media screen and (min-width:768px){
  .is-mt-short{
    margin-top: 1rem;
  }
  .is-mt-medium{
    margin-top: 1.5rem;
  }
  .is-mt-tall{
    margin-top: 2.5rem;
  }
  .is-mt-extall{
    margin-top: 6rem;
  }
  .is-m-a{
    margin: auto;
  }
  .is-mt-short-v2{
    margin-top: 1rem;
    font-size: 11px;
  }
  .pc-only {
    display: inline;
    }
}
.li-cp{
  display: list-item;
    list-style-type: disc;
  margin-left: 15px;
}


.is-mt-1rem{margin-top: 1rem}
.is-mt-2rem{margin-top: 2rem}
.is-mt-3rem{margin-top: 3rem}
.is-mt-5rem{margin-top: 5rem}



.is-w60{
  width: 60%;
}
@media screen and (max-width:767px) {
  .is-w100-sp{
    width: 100%!important;
  }
}



.is-marker-y{
  background-image: linear-gradient(transparent 60%, #ffe79b 0%);
}


.is-w-80{
  width: 80%;
}



/* js */
.js-fade{
  opacity: 0;
  transition-duration: .5s;
  transform: translate(0, -1em);
}

.js-scroll-in{
  opacity: 1;
  transition-duration: .5s;
  transform: translate(0, 0);
}



.tab-sub-note{
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: -7px;

  font-size: calc(16.0533px);
}

.flow-apply{
  display: flex;
  flex-direction: column;
  gap: 30px;

  padding: calc(20px) calc(28px);
}

.flow-title{
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  padding: 20px 0;
  border-bottom: #2a231f 2px solid;
}

.flow-cover{
  display: flex;
  flex-direction: column;

  gap: 20px;
}

.flow-content{
  display: flex;
}

.flow-item{
  display: flex;
  flex-direction: column;

  width: 100%;
  padding-left: 20px;
}

.flow-apply p{
  font-size: 17px;
}

.flow-txt{
  font-size: calc(22.9333px);
}

.flow-num{
  width: 100%;
  position: relative;
  padding-top: 10px;
}

.flow-content:last-child .flow-num::after {
  content: none;
}

.flow-note{
  padding: 0 calc(28px);
  font-size: .8rem;
}

.json-content a{
  color: #3192c7;
  overflow-wrap: break-word;
  text-decoration: underline;
}

.json-content a::after{
  background-image: url(../img/new_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: .5em;
  width: 1em;
}

.json-content a:hover{
  opacity: .7;
}

@media screen and (max-width:767px){
  .flow-cover{
    gap: 34px;
  }
  .flow-apply{
    padding: calc(20px) calc(20px);
  }
  .flow-txt{
    font-size: calc(22px);
  }
  .flow-apply p{
    font-size: 14px;
  }
  .tab-item{
    font-size:calc(20px)
  }
  .tab-sub-note{
    font-size:calc(14px)
  }
  .flow-num::after{
    height: calc(100% - 40px);
  }
}

.w-note{
  font-weight: 700;
}

.m-note .json-content{
  margin: 2rem auto;
}

.cta-sub-note{
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.is-fz-tiny-v5{
  width: 90%;
    margin: 1rem auto 3rem;
  font-size: 11px;
}

.is-mg{
  margin: 2rem 0 0;
}

@media screen and (max-width:768px){
  .is-mg{
    margin:1rem 0 0;
  }
}

.m-cta-btn{
  border-radius: 10px;
}

.cp-content a:hover, .m-cp-carousel a:hover, .modal-btn-area a:hover, .modal-title .modal-close:hover, .m-footer .m-footer-pagetop a:hover, .m-footer-list li a, .m-content3 a:hover, .m-btn-type2:hover{
  opacity: 0.7;
  transition: ease-in-out 0.2s;
}

.m-content-card-container .json-content{
  margin-top: 1rem;
}

.m-content3 .inc-bunner-area {
  margin: 24px 0;
  padding: 24px 0;
}

.m-content3 .inc-bunner-area a {
    display: block;
}

.m-content3 .inc-bunner-img {
    max-width: 94%;
    margin: 0 auto;
    width: 400px;
}

.cp-content .is-plus{
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  margin: 3px 0 4px;
}

.cp-box .is-s-cp .is-plus{
  color: #e36000;
}

.cp-box .is-w-cp .is-plus{
  color: #5fabe5;
}

.is-s-cp .cpdata, .is-w-cp .cpdata{
  margin-bottom: 25px;
}

.m-content3 .is-s-cpnote, .m-content3 .is-w-cpnote{
  margin-top: 5px;
}

.swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 0;
  background-color: #F2F2F2;
  gap: 40px;
  border-radius: 8px;
}

.flow-cover .swiper-slide{
    border: 10px solid transparent;
    border-image: url(../img/flow_num/flow_box.png) 21 fill stretch;
    min-height: 100px;
}

.flow-cover .slide-box{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.slide-num{
    position: absolute;
    top: -25px;
    left: -20px;
    width: 80px;
    height: 32px;
}

.flow-cover .slide-num img{
    height: auto;
}

.flow-cover .slide-item {
    width: 62%;
    padding-left: 0;
    padding-top: 10px;
}

@media screen and (max-width:767px){
  .flow-cover .slide-item {
    width: 67%;
  }
}

.flow-cover .flow_icon img{
    max-width: 84px;
    height: auto;
}

.flow_icon_pd{
  padding-top: 8px;
}

.flow-cover .slide-txt{
  font-size: 15px;
}

@media screen and (max-width:767px){
  .flow-cover .slide-txt{
    font-size: 12px;
  }
}