@charset "UTF-8";
html, body, h1, h2, h3, p, ul, li, dl {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Osaka, "Noto Sans JP", Arial, sans-serif;
  font-size: 16px;
	color: #333333;
  line-height: 1.7;
}
*, ::before, ::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.-sp {
  display: none;
}
.-pc {
  display: block;
}
.-fit {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.-align-center {
  text-align: center;
}
.-side-margin-auto {
  margin-right: auto;
  margin-left: auto;
}
.section{
  margin-top: 200px;
}
.contents-m,.contents-l {
  width: 90%;
  margin-inline: auto;
}
.contents-m{
  max-width: 900px;
}
.contents-l{
  max-width: 1050px;
}
.box{
  background-color: #FFF;
  padding-block: 68px 70px;
}
.box > .inner{
  max-width: 760px;
  margin-inline: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .-sp {display: block;}
  .-pc {display: none;}
  .section{
    margin-top: 130px;
  }
  .box{
    padding-block: 25px 20px;
  }
}
@media screen and (min-width: 768px) {
	.flex-wrap-pc {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .-hover-opacity {
    transition: opacity 0.2s;
  }
  .-hover-opacity:hover {
    opacity: 0.7;
  }
}
/*FONT*/
.f-a1B{
  font-family: "MFW-PA1GothicStd-Bold";
}
.bold{
	font-weight: bold;
}
.typesquare_option.bold{
  font-family: "MFW-PA1GothicStd-Bold";
  font-weight: bold;
}
.c-blue{
  color: #2ca1db;
}
.c-pink{
  color: #e8809b;
}
.c-orange{
  color: #ea8000;
}
.c-red{
  color: #ff0000;
}
.note-block{
  margin-top: 10%;
}
.note {
  color: #666;
  font-size: 10px;
	font-weight: normal;
	width: 100%;
}
.note-mark {
	display: flex;
}
.note-mark-text {
	flex: 1;
}
.wave{
  padding-bottom: 4px;
  background: url("../img/deco_wave.svg") repeat-x bottom left / auto 6px;
}
.marker{
  background:linear-gradient(transparent 75%, #f6e182 75%);
}
.border-pink{
  border-bottom: 3px solid #e8809b;
}
.link-text{
  text-decoration: underline;
  color: inherit;
}
.link-text:hover{
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .note-block{
    margin-top: 75px;
  }
	.note {
		font-size: 12px;
	}
  .marker{
    background-position: bottom 0.2em left;
  }
}
@media screen and (max-width: 767px) {
  .wave{
    background-size: auto 4px;
  }
}
/*MARGIN/PADDING*/
.mg0{margin: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
@media screen and (max-width: 767px) {
  .mt20_sp{margin-top: 20px !important;}
}
/*TITLE*/
.heading-line{
	position: relative;
	text-align: center;
  line-height: 1;
}
.heading-line span{
  padding: 0 10px;
  background: #f0ece6;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.heading-line img{
  max-height: 16px;
  max-width: initial;
  width: auto;
}
.heading-line::before, .heading-line::after { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content:'';
  display: block;
}
.heading-line::before{
  width: calc(100% - 14px);
  height: 3px;
  background: #808080;
}
.heading-line::after{
  width: 100%;
  height: 8px;
  background-image: url("../img/common_circle01.png"), url("../img/common_circle01.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 8px, 8px;
  background-position: top left, top right;
}
.heading-balloon{
  position: relative;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.heading-balloon::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  /*margin-left: -7px;*/
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 6px solid #FFF;
  z-index: 2;
}
.heading-balloon::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  /*margin-left: -8px;*/
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 6px solid #dcdcdc;
  z-index: 1;
}
.heading-balloon img{
  width: 85%;
  max-width: 414px;
} 
@media screen and (min-width: 768px) {
  .heading-line span{
    padding: 0 25px;
  }
  .heading-line img{
    max-height: 26px;
  }
  .heading-balloon{
    border-bottom: 3px solid #dcdcdc;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .heading-balloon::before {
    border-width: 23px;
    border-top-width: 19px;
    bottom: -40px;
  }
  .heading-balloon::after {
    border-width: 25px;
    border-top-width: 21px;
    bottom: -46px;
  }
}
@media screen and (max-width: 767px) {
  .heading-line::before{
    height: 2px;
    width: calc(100% - 10px);
  }
  .heading-line::after{
    background-size: 5px, 5px;
    height: 5px;
  }
}
/*ボタン*/
.btn{
  width: 100%;
  max-width: 365px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 17px 10px 19px 23px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  transition: .3s opacity;
}
.btn.-red{
  background-color: #a20000;
}
.btn.-green{
  background-color: #00b900;
  max-width: 340px;
  justify-content: center;
  padding: 14px 10px 16px 23px;
}
.btn img{
  height: 23px;
  max-width: initial;
  width: auto;
}
@media screen and (min-width: 768px) {
  .btn{
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 20px 24px 26px;
  width: 95%;
  }
  .btn:hover{
    opacity: .7;
  }
  .btn.-green{
    padding: 20px 20px 20px 31px;
  }
  .btn img{
    height: 28px;
  }
}

.main{
  background-color: #f0ece6;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.main{
    padding-bottom: 140px;
  }
}

/***** HEADER *****/
/* futureLine CSS */
.line-container{
  display: grid;
  height: 2.0512820513vw;
  background-image: linear-gradient(to right, #1746FF 50%, #4edaff 50%);
  place-items: stretch start;
  overflow-x: hidden;
}
.line-container > .svg > path:nth-child(1) {
  fill: #4edaff;
}
.line-container > .svg > path:nth-child(2) {
  fill: #1746FF;
}
.line-container > .svg > path:nth-child(3) {
  fill: #0091ff;
}
.line-container > .svg > path:nth-child(4) {
  fill: #000064;
}
@media screen and (min-width: 769px) {
    .line-container{
        height: 0.8333333333vw;
    }
    .line-container .no-pc{
      display: none;
    }
}
@media screen and (max-width: 768px) {
    .line-container .no-sp{
      display: none;
    }
}

/* Logo CSS */
.logo-container{
  background-color: #FFF;
}
.logo-container:not(.logo-container-full) .logo-inner{  /*フルサイズにしない場合*/
  margin: 0 auto;
  max-width: 860px;
  width: 90%;
}
.logo-container .logo{
  padding: 2px 0;
  margin: 0;
  max-width: 305px;
  width: 70.4%;
}
.logo-container .logo img{
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .logo-container .logo{
    padding: 4px 0;
  }
}

/***** MV *****/
.mv-background {
  position: relative;
  background: #f0ece6 url("../img/00_bg01_sp.jpg") center top no-repeat;
	background-size: contain;
}
.mv-background-inner {
  width: 94%;
  max-width: 1118px;
  margin: 0 auto;
  padding: 4% 0;
}
.mv-txt{
	width: 57%;
  max-width: 625px;
}
.mv-background-inner .note-block{
  margin-top: 10%;
  margin-left: 3%;
}
.mv-products{
  width: 100%;
  background: #FFF;
  padding: 15px 0 8px;
}
.mv-products-inner{
  max-width: fit-content;
  width: 100%;
}
.mv-products .flex-wrap-pc{
  justify-content: space-between;
}
.mv-products-ttl{
  max-width: 120px;
  width: 19%;
  margin: 0 auto 15px;
  line-height: 0;
}
.mv-products-logo{
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.mv-products-logo li{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.mv-products-logo li:first-child{
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.mv-products-logo li .logo-img{
  padding-inline: 5px;
  margin: 0;
  max-height: 44px;
  height: 23px;
  width: fit-content;
}
.mv-products-logo li .logo-img img{
  object-fit: contain;
  height: 100%;
}
.mv-products-logo li .logo-text{
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  padding-inline: 0;
  transform: scale(0.7);
  width: 135%;
}
@media screen and (max-width: 767px) {
  .mv-products-logo li:nth-of-type(1){
    width: 27%;
  }
  .mv-products-logo li:nth-of-type(2){
    width: 33%;
  }
  .mv-products-logo li:nth-of-type(3){
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
	.mv-background {
    position: relative;
    background: #e0b67c url("../img/00_bg01_pc.jpg") center bottom no-repeat;
    background-size: cover;
  }
  .mv-background-inner {
    padding: 44px 0;
  }
  .mv-background-inner .note-block{
    margin-top: 75px;
    margin-left: 3%;
  }
  .mv-txt{
    width: 70%;
  }
  .mv-products{
    padding: 25px 0;
  }
  .mv-products .flex-wrap-pc{
    flex-wrap: nowrap;
  }
  .mv-products-ttl{
    margin: 0;
    max-width: 120px;
    width: 17%;
  }
  .mv-products-logo li{
    border-left: 1px solid #989898;
    justify-content: center;
    gap: 5px;
    padding-left: 0;
    margin-left: 0;
  }
  .mv-products-logo li:first-child{
    margin-left: 20px;
  }
  .mv-products-logo li .logo-img{
    padding-inline: 38px;
    height: 44px;
  }
  .mv-products-logo li .logo-text{
    padding-inline: 15px;
    transform: scale(1);
  }
}
@media screen and (min-width: 1330px) {
  .mv-background {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .mv-background-inner .note-block{
    margin-top: 9%;
  }
}

/*About*/
.section-about{
  position: relative;
  margin-top: 160px;
}
.section-about h2{
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  margin: 0 auto 4%;
  max-width: 196px;
  width: 36%;
}
.section-about .inner{
  background-color: #f6f4f4;
  padding: 115px 20px 120px;
  text-align: center;
}
.section-about .text{
  font-family: "MFW-PA1GothicStd-Bold";
  font-size: 21px;
  font-weight: bold;
  margin-top: 35px;
}
.about_card img{
  max-width: 519px;
  width: 95%;
}
.about_pay img{
  max-width: 502px;
  margin-top: 51px;
  width: 92%;
}
.about_pay .text{
  margin-top: 55px;
}
.about_pay .note{
  margin-top: 5px;
}
.section-about h3{
  color: #534942;
  font-family: "MFW-PA1GothicStd-Bold";
  font-size: 17px;
  font-weight: bold;
  margin-top: 103px;
}
video{
  max-width: 480px;
  margin: 10px auto 0;
  width: 100%;
}
.box_ft{
  position: absolute;
  bottom: -17px;
  left: 51.5%;
  transform: translateX(-50%);
  max-width: 295px;
  width: 79%;
}
@media screen and (min-width: 768px) {
  .section-about .note-mark{
    justify-content: center;
  }
  .section-about .note-mark-text{
    flex: initial;
  }
}
@media screen and (max-width: 767px) {
  .section-about{
    margin-top: 100px;
  }
  .section-about h2{
    top: -3.4%;
  }
  .section-about .inner{
    padding: 80px 12px 150px;
  }
  .section-about .text{
    font-size: 15px;
    margin-top: 32px;
  }
  .about_pay .text{
    margin-top: 45px;
  }
  .about_pay .note{
    margin-top: 30px;
    text-align: left;
  }
  .section-about h3{
    font-size: 14px;
    margin-top: 80px;
  }
  .box_ft{
    max-width: 258px;
    bottom: -15px;
    left: 53.5%;
  }
}
/***** check *****/
.section-check .heading-line img{
  max-height: 37px;
}
.check_card{
  justify-content: space-between;
  max-width: 865px;
  margin-inline: auto;
}
.check_card .img{
  max-width: 366px;
  margin-top: 55px;
  width: 43%;
}
.check_text{
  margin-top: 55px;
}
.check_checkbox li{
  background-color: #FFF;
  font-family: "MFW-PA1GothicStd-Medium";
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 20px 18px;
  margin-top: 20px;
}
.check_checkbox li:first-child{
  margin-top: 0 !important;
}
.check_checkbox li:before{
  content: "";
  display: block;
  background: url("../img/icon_check.svg") center center / contain no-repeat;
  margin-right: 10px;
  margin-top: 0.2em;
  height: 24px;
  width: 26px;
}
.check_checkbox li .text{
  flex: 1;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .section-check .heading-line span{
    padding: 0 33px;
  }
  .check_text{
    /*width: calc(97.5% - 366px);*/
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .section-check .heading-line img{
    max-height: 22px;
  }
  .check_card .img{
    margin: 30px auto 0;
    width: 78%;
  }
  .check_text{
    margin-top: 25px;
  }
  .check_checkbox li{
    padding: 15px 15px 13px;
    margin-top: 13px;
  }
  .check_checkbox li:before{
    height: 17px;
    width: 19px;
  }
  .check_checkbox li .text{
    font-size: 16px;
  }
}

/***** how *****/
.section-how h2{
  max-width: 297px;
  margin-inline: auto;
  width: 70%;
}
.section-how .box{
  margin-top: 68px;
}
.section-how .heading-line::before{
  background: #dcdcdc;
}
.section-how .heading-line::after{
  background-image: url(../img/common_circle02.png), url(../img/common_circle02.png);
}
.section-how .heading-line span{
  background-color: #FFF;
}
.step{
  margin-top: 135px;
}
.step_title{
  font-family: "MFW-PA1GothicStd-Bold";
  font-size: 34px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}
.step_title_sub{
  font-family: "MFW-PA1GothicStd-Medium";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 7px;
}
.step_title_sub .bold{
  font-family: "MFW-PA1GothicStd-Bold";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section-how .heading-line img{
    max-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .section-how h2{
    max-width: 246px;
    width: 53%;
  }
  .section-how .box{
    margin-top: 33px;
  }
  .step{
    margin-top: 90px;
  }
  .step_title{
    font-size: 20px;
    margin-top: 25px;
  }
  .step_title_sub{
    font-size: 15px;
    margin-top: 10px;
  }
}
.step1{
  margin-top: 0;
}
.step_search{
  justify-content: space-between;
  margin: 47px auto 0;
  max-width: 730px;
}
.step_search .img{
  max-width: 350px;
  width: 43%;
}
.step_search .text{
  font-family: "MFW-PA1GothicStd-Medium";
  font-size: 18px;
  text-align: center;
}
.step_search .btn{
  margin-top: 25px;
}
.box-gray{
  background-color: #f6f4f4;
  padding-block: 45px 40px;
}
.step_hospital{
  margin-top: 85px;
}
.step_hospital .inner{
  justify-content: space-between;
  margin-inline: auto;
  max-width: 700px;
  width: 92%;
}
.step_hospital .text{
  font-family: "MFW-PA1GothicStd-Bold";
  font-weight: bold;
  text-align: center;
}
.step_hospital .text_main{
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.06em;
}
.step_hospital .text_main .large{
  font-size: 34px;
  letter-spacing: 0;
}
.step_hospital .text_main .large .c-blue{
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-size: 53px;
  margin: 0 5px;
  position: relative;
  top: 3px;
}
.step_hospital .text .note,
.step_hospital .text_sub{
  font-family: "MFW-PA1GothicStd-Medium";
  font-weight: 500;
}
.step_hospital .text_sub{
  font-size: 18px;
  margin-top: 22px;
}
.step_hospital .sticker{
  max-width: 300px;
  text-align: center;
  width: 95%;
}
.step_hospital .sticker .note{
  font-size: 10px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .step_search .text{
    width: 52%;
  }
  .step_search .btn{
    margin-bottom: 15px;
  }
  .step_hospital .text{
    width: 430px;
  }
  .step_hospital .sticker{
    width: calc(100% - 430px);
  }
  .step_hospital .sticker img{
    max-width: 231px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .step_hospital .text{
    width: 69%;
  }
  .step_hospital .text_main{
    font-size: 2.222vw;/*20px*/
  }
  .step_hospital .text_main .large{
    font-size: 32px;
  }
  .step_hospital .text_main .large .c-blue{
    font-size: 50px;
  }
  .step_hospital .sticker{
    width: 31%;
  }
  .step_hospital .text_sub{
    font-size: 2vw;/*18px*/
  }
}
@media screen and (max-width: 767px) {
  .step_search{
    margin-top: 20px;
  }
  .step_search .img{
    max-width: 260px;
    margin-inline: auto;
    width: 65%;
  }
  .step_search .text{
    font-size: 15px;
    margin-top: 29px;
  }
  .step_search .btn{
    margin-top: 23px;
  }
  .box-gray{
    padding-block: 27px;
  }
  .step_hospital{
    margin-top: 50px;
  }
  .step_hospital .text_main{
    font-size: 14px;
    line-height: 1.25;
  }
  .step_hospital .text_main .large{
    font-size: 24px;
  }
  .step_hospital .text_main .large .c-blue{
    font-size: 38px;
  }
  .step_hospital .text_sub{
    font-size: 15px;
  }
  .step_hospital .sticker{
    margin: 25px auto 0;
  }
  .step_hospital .sticker img{
    width: 85%;
  }
}
iframe{
  width: 100%;
}
.remodal{
  padding: 0;
  max-height: calc(100vh - 40px);
  width: calc(100vw - 20px);
}
.remodal-wrapper{
  padding: 10px 0;
}
.remodal-cancel{
  background-color: #d3313c;
  color: #fff;
  font-size: 10px;
  height: 40px;
  line-height: 1.25;
  min-width: initial;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  transition: .25s;
  width: 40px;
}
.remodal-cancel:before{
  display: block;
  font-size: 22px;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  width: 24px;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-image: url("../img/icon_times--wht.svg");
}
@media only screen and (min-width: 641px){
  .remodal {
    max-width: 1220px;
  }
}

.step2 .img{
  max-width: 636px;
  margin: 35px auto 65px;
}
.step2 .btn{
  max-width: 365px;
}
.step3 .img{
  max-width: 609px;
  margin: 70px auto 65px;
}
.step4 .img{
  max-width: 586px;
  margin: 58px auto 50px;
}
@media screen and (max-width: 767px) {
  .step2 .img{
    margin: 25px auto 50px;
    max-width: 460px;
  }
  .step3 .img{
    margin: 26px auto 32px;
    max-width: 420px;
  }
  .step4 .step_title_sub{
    margin-top: 25px;
  }
  .step4 .img{
    margin: 35px auto 30px;
  }
}

.section-faq{
  margin-top: 165px;
  max-width: 800px;
}
.section-faq h2{
  margin-inline: auto;
  max-width: 504px;
  width: 88%;
}
.acc{
  background-color: #FFF;
  margin-top: 25px;
  padding: 1px;
}
.acc:first-child{
  margin-top: 60px;
}
.acc_toggle{
  display: none;
}
.acc_label{
  font-family: "MFW-PA1GothicStd-Bold";
  font-weight: bold;
  font-size: 19px;
  display: flex;
  align-items: flex-start;
  padding: 24px 20px 21px;
  position: relative;
}
.acc_label:hover{
  cursor: pointer;
  opacity: .7;
}
.acc_label:before,
.acc_label:after{
  content: "";
}
.acc_label:before{
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  background: url("../img/icon_q.svg") center center / contain no-repeat;
  margin-right: 15px;
}
.acc_label:after{
  background: url("../img/icon_plus.svg") center center / contain no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.acc_label > span {
  flex: 1;
  letter-spacing: -.05em;
  padding: 2px 30px 0 0;
}
.acc_toggle:checked + .acc_label::after{
  background-image: url("../img/icon_minus.svg");
}
.acc_contents{
  background-color: #f6f4f4;
  font-size: 15px;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}
.acc_toggle:checked + .acc_label + .acc_contents{
  height: auto;
  padding: 20px 20px 30px;
  margin: 0 20px 20px 20px;
}
.acc_contents .inner{
  max-width: 680px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
}
.acc_contents .inner:before{
  content: "";
  display: block;
  background: url("../img/icon_a.svg") center center / contain no-repeat;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.acc_content{
  flex: 1;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .section-faq{
    margin-top: 80px;
  }
  .section-faq h2{
    max-width: 420px;
  }
  .acc{
    margin-top: 15px;
  }
  .acc:first-child{
    margin-top: 28px;
  }
  .acc_label{
    font-size: 14px;
    padding: 12px 8px;
  }
  .acc_label:before{
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    margin-right: 7px;
    margin-top: 2px;
  }
  .acc_label:after{
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .acc_label > span{
    padding: 0px 15px 0 0;
  }
  .acc_contents{
    font-size: 14px;
  }
  .acc_contents .inner:before{
    margin-right: 7px;
    margin-top: 2px;
    height: 19px;
    width: 19px;
  }
  .acc_toggle:checked + .acc_label + .acc_contents{
    padding: 10px 10px 20px;
    margin: 0 6px 6px 6px;
  }
  .acc_content{
    padding: 0;
  }
}

/***** FOOTER *****/
footer {
  display: block;
  margin: 0 auto;
  padding: 15px 0 33vw;
  text-align: center;
	background-color: #FFF;
}
footer img{
  width: 60%;
  max-width: 350px;
}
footer .copyright{
  font-size: 10px;
  margin-top: 10px;
}
footer .document{
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
	footer {
    padding: 30px 0 150px;
  }
  footer .copyright{
    font-size: 13px;
    margin-top: 7px;
  }
  footer .document{
    font-size: 13px;
    margin-top: 7px;
  }
}

/***** CV BOX *****/
.heading-slash{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  color: #534942;
  font-size: 34px;
  font-family: "MFW-PA1GothicStd-Bold";
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.heading-slash::before,
.heading-slash::after{
  content: "";
  background: #808080;
  height: 1.4em;
  width: 2px;
  transform-origin: bottom;
}
.heading-slash::before{
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
.heading-slash::after{
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}
.cv-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 30px;
  margin-top: 30px;
}
.cv_item{
  flex: 1;
  background-color: #FFF;
  border-radius: 13px;
  border: 11px solid;
  font-family: "MFW-PA1GothicStd-Medium";
  overflow: hidden;
  max-width: 435px;
}
.cv_item figure{
  margin: 0;
}
.cv-box .cv_item_ttl{
  color: #FFF;
  font-size: 23px;
  letter-spacing: .05em;
  padding: 0px 10px 9px;
  text-align: center;
}
.cv-box .cv_item_content{
  background-color: #FFF;
  padding: 24px 0 34px;
}
.cv-box .cv_item_logo{
  height: 63px;
  width: 100%;
  text-align: center;
}
.cv-box .cv_item_logo img{
  height: 100%;
  width: auto;
}
.cv-box .cv_item_logo-text{
  font-size: 19px;
  text-align: center;
  margin-top: 10px;
}
.cv-box .cv_item_desc{
  height: 36px;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.cv-box .cv_item_desc img{
  height: 100%;
  width: auto;
}
.cv-box .cv_item_feature{
  font-family: "MFW-PA1GothicStd-bold";
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  margin-top: 20px;
}
.cv-box .cv_item_feature sup{
  font-size: .4em;
  letter-spacing: -.2em;
  vertical-align: top;
}
.cv-box .cv_item_feature .small{
  font-size: .8em;
}
.btn.-round_cv{
  background-color: #00A800;
  border-radius: 100vh;
  box-shadow: 0 6px 0 #005D37;
  color: #FFF;
  font-family: "MFW-PA1GothicStd-bold";
  font-weight: bold;
  font-size: 22px;
  justify-content: space-between;
  letter-spacing: -.05em;
  padding: 15px 16px 15px 20px;
  text-align: center;
  text-decoration: none;
}
.btn.-round_cv::after{
  content: "";
  display: block;
  background: url("../img/icon_arrows.svg") center center / contain no-repeat;
  width: 31px;
  height: 14px;
  margin-left: 10px;
}
.btn.-round_cv .btn_text{
  flex: 1;
}
.cv-box .btn.-round_cv{
  margin-top: 20px;
  max-width: 380px;
  width: 92%;
}
/* うちの子 */
.cv_item.-uchinoko{
  border-color: #2EA7E0;
}
.cv_item.-uchinoko .cv_item_ttl{
  background-color: #2EA7E0;
}
.cv_item.-uchinoko .cv_item_feature{
  letter-spacing: .05em;
}
/* うちの子ライト */
.cv_item.-light{
  border-color: #E60012;
}
.cv_item.-light .cv_item_ttl{
  background-color: #E60012;
  letter-spacing: -.03em;
}
.cv_item.-light .cv_item_feature{
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .heading-slash{
    font-size: 20px;
    gap: 7px;
  }

  .cv-box{
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  .cv_item{
    border-width: 6px;
    flex: inherit;
    width: 90%;
  }
  .cv-box .cv_item_ttl{
    font-size: 16px;
    padding-bottom: 5px;
  }
  .cv-box .cv_item_content{
    padding: 20px 0 25px;
  }
  .cv-box .cv_item_logo{
    height: 43px;
  }
  .cv-box .cv_item_logo-text{
    font-size: 12px;
    margin-top: 7px;
  }
  .cv-box .cv_item_desc{
    height: 20px;
    margin-top: 8px;
  }
  .cv_item.-light .cv_item_feature,
  .cv-box .cv_item_feature{
    font-size: 22px;
    margin-top: 15px;
  }

  .btn.-round_cv{
    font-size: 16px;
    padding: 8px 13px 8px 15px;
  }
  .btn.-round_cv::after{
    margin-left: 5px;
    width: 19px;
  }
  .cv-box .btn.-round_cv{
    margin-top: 12px;
  }
}

/* Floating */
.floating{
  font-family: "MFW-PA1GothicStd-bold";
  font-weight: bold;
  position: fixed;
  bottom: 0;
  left: calc(50% - 34.375rem);
  display: none;
  width: 100%;
  max-width: 68.75rem;
  z-index: 98;
}
.floating p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem .5rem .3125rem;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
  background-color: #fff636;
}
.floating p strong {
  margin-bottom: .125em;
  font-size: 1.5em;
}
.floating .floating_cvr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating .floating_cvr .btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  box-shadow: none;
  color: #FFF;
  padding: 0;
  margin: 0;
  max-width: inherit;
  width: 50%;
  height: 75px;
  border: none;
  border-bottom: 9px solid;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.floating .floating_cvr .btn.basic {
  background: #2EA7E0;
  border-color: #187dac;
}
.floating .floating_cvr .btn.light {
  background: #e60012;
  border-color: #bd050f;
}
.floating .floating_cvr .btn img {
  height: 38px;
  width: auto;
}
.floating .floating_cvr .btn span {
  display: none;
  font-size: 10px;
  font-family: "MFW-PA1GothicStd-Medium";
}
.floating .floating_cvr .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/icon_arrow_fill.svg) no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .floating {
    max-width: none;
    left: 0;
  }
  .floating p {
    padding: 1.0666666667vw 1.0666666667vw .2666666667vw;
    font-size: 3.4666666667vw;
  }
  .floating .floating_cvr .btn {
    gap: 1.1333333333vw;
    height: 17.3333333333vw;
    padding-top: .5333333333vw;
    border-bottom-width: 1.6vw;
  }
  .floating .floating_cvr .btn img {
    height: 6.6666666667vw;
  }
  .floating .floating_cvr .btn span {
    display: block;
  }
  .floating .floating_cvr .btn::after {
    content: none;
  }
}
@media (any-hover: hover) {
  .floating .floating_cvr .btn:hover::after {
    right: 1.0625rem;
  }
}
