@charset "UTF-8";
/* CSS Document */

body{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: 'liga', 'kern'; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width: 100vw; overflow-x: hidden; line-height: 1.2; letter-spacing: calc(1em * .001 * 20);font-size: 3.7vw;
}
.inner{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.noto{font-family: "NotoSans",sans-serif;}
.ops{font-family: "OpenSans",sans-serif;}
::placeholder{color: #ccc;}
#container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -ms-align-items: center;
  align-items: center;
}
#container.change #content{
  order: 1;
  /* margin-top: 12vw; */
}
#container.change header{
  order: 2;
  margin-top: auto;
}
#container.change .foot-area{
  order: 3;
}
#container.change footer{
  order: 4;
}

/* effect
=============================================*/

.js-scroll-fade{
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all .5s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  -o-transition: all .5s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  transition: all .5s cubic-bezier(0.645,  0.045, 0.355, 1.000);

}
.js-scroll-fade.is__active{
  transform: translateY(0);
  opacity: 1;
}

  .sp_delay-2{
  transition-delay : .3s;
}
  .sp_delay-3{
  transition-delay : .5s;
}
 .sp_delay-4{
  transition-delay : .7s;
}
 .sp_delay-5{
  transition-delay : .9s;
}
 .sp_delay-6{
  transition-delay : 1.1s;
}
ul.slider{
  display: none;
}
ul.slider.slick-initialized{
  display: block;
}

/*header*/
header{
  width: 100%;
  min-height: 60px;
  /* background: rgba(255,255,255,1); */
}
.header-inner{
  width: 100%;
  max-width: 1240px;
  padding: 10px 20px;
  margin: 0 auto;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.header-inner h1 span.txt{
  font-size: .82em;
  display: block;
  line-height: 1.8;
}
.head-logo{
  max-width: 330px;
}
.head-logo > *{
  -ms-align-items: center;
  align-items: center;
  font-size: 1.71em;
}
.head-logo >* span.icn{
  max-width: 1.125em;
}
.head-logo >* span.title{
  width: 8em;
}
.head-logo >* span + span{
  margin-left: 5px;
}
/*key*/
.key_blc{
  width: 100%;
}
.key_inner{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.key-cmnt{
  width: 100%;
  min-height: 70vw;
  padding: 2vw 7vw 2.5vw;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: url("../imgs/key_sp.jpg") no-repeat left top/cover;
}

.webp .key-cmnt{
  background: url("../imgs/key_sp.webp") no-repeat left top/cover;
}
.key-title{
  margin-top: auto;
  width: 100%;
}
.key-txt{
  /* width: 72%;
  filter: drop-shadow(0px 3px 3px rgba(0,0,0,.25)); */
}
.key-icn{
  width: 100%;
  justify-content: space-around;
  transform: translateY(20vw);
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.key-icn >div{
  width: 100%;
  justify-content: center;
}
.key-icn >div > p + p{
  margin-left: 5px;
}
.key-icn >div > p,
.key-icn > p{
  width: 32%;
}
.key-icn > * .svg
,.key-icn > * img{
  filter: drop-shadow(0px 5px 0 #bbb);
  transform: translateZ(0);
}

/*form*/
.main-form-inner{
  width: 100%;
}
.form-warp{
  width: 92%;
  margin: 0 auto;
}
.form-warp > div:nth-child(n+2){
  display: none;
}
.form-warp .step{
  margin-top: 10vw;
  justify-content: center;
  width: 90%;
}
.form-warp .step > p{
  width: calc(100%/5);
  text-align: center;
  padding-bottom: 1.5em;
  color: #a4a4a4;
  font-weight: 600;
  font-size: .75em;
}
.form-warp .step > p span{
  display: block;
  font-size: 1.25em;
}
.form-warp .step > p::before{
  content: "";
  display: block;
  height: 5px;
  background:#cdcdcd;
  position: absolute;
  top: 3.5em;
  width: 100%;
  left: 50%;
}
.form-warp .step > p:first-child::before{
  width: 100%;
  right: -50%;
  left: auto;
  z-index: 1;
}
.form-warp .step > p:last-child::before{
  content: none;
}

.step > p.active
,.step > p.pass{
  color: #ff7d7d;
}
.form-warp .step p.pass::before
,.form-warp .step p.pass::after{
  background: #ff7d7d;
}
.form-warp .step p::after{
  content: "";
  width: 1.8em;
  height: 1.8em;
  background:#cdcdcd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -1.8em;
  transform: translateX(-50%);

}
.form-warp .step p.active::after{
  background: url("../imgs/st_neko.svg") no-repeat center/95%;
  border-radius: 0;
  width: 3em;
  left: 25%;
  transform: translateX(-50%);
  height: 3.5em;
  bottom: -2.5em;
  animation: horizontal 1s ease-in-out infinite alternate;
  z-index: 2;
}

.form-in p.caution {
  width: 10%;
  max-width: 44px;
    margin-left: 87%;
    margin-top: -10px;
}
.ttl-cap {
  font-size: 10px;
    background: #CEE8E6;
    padding: 2px;
    color: #454545;
    border-radius: 5px;
    margin-left: 0.5em;
}
.form-caption {
  background: #fcffd2;
  padding: 1em;
  margin-top: 1em;
  border-radius: 10px;
}
#container.popup {

}
#container.popup.change,
#container.popup.under {
  position: relative;
  background: #fff;
}
#container.popup::after {
  content: "";
  position: fixed;
  background: rgba(0,0,0,0.7);
  z-index: 0;
  width: 100%;
  height: 100%;
}
#container.popup.change::after,
#container.popup.under::after {
  content: "";
  position: fixed;
  background: transparent;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.form-caption .form-cap-ill {
  padding-right: 1em;
}

.form-list li + li
,.form-main li + li{
  margin-top: 10px;
}
.form-list li > p
,.form-main li > p{
  font-weight: 600;
}

.form-list li > * + *{
  margin-top: 5px;
}
.form-in .box{
  padding: 40px 10px 0;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.form-in .box p.tag{
  position: absolute;
  left: -5px;
  top: -2em;
  width: 4.5em;
  height: 4.5em;
  padding-top: 5px;
  background: #01beb3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: .88em;
}
.form-in .box p.tag span{
  font-weight: 700;
  font-size: 1.71em;
}
.form-in .box .btn-warp{
  width: 100%;
  margin-top: 8vw;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.form-in .box .btn-warp.cnt{
  justify-content: center;
}

.form-in .box .btn-warp .f-btn{
  width: 75%;
}
.form-in .box .btn-warp .f-btn p
,.form-in .box .btn-warp .bk_btn p{
  width: 100%;
}
.form-in .box .f-btn{
  width: 70%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
}

.form-in .box .f-btn p{
  background: #cdcdcd;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1.25em 1em;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: .3s;
  font-size: 1.25em;
}
.form-in .box .f-btn p::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.5px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: .5em;
  transform: translateY(-50%);
}
.form-in .box .f-btn.active p{
  background: #ff5176;
}

.form-in .box .btn-warp .bk_btn p{
  padding: .88em 1em;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}
.form-in .box .btn-warp .bk_btn p::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #000 transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.form-list{
  width: 100%;
}
.form-list.bk-gry
,.form-main.bk-gry{
  padding: 30px 20px 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.form-title{
  font-weight: 900;
  font-size: 1.14em;
  text-align: center;
  margin-bottom: 1.44em;
  letter-spacing: 1.7px;
}
.form-title.lock span{
  display: block;
  padding-left: 1.71em;
}
.form-title.lock span::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 53%;
  width: 1.35em;
  height: 1.88em;
  background: url("../imgs/lock.svg") no-repeat center/100%;
  transform: translateY(-50%);
}

.form-list li > p.must
,.form-list li > p.any{
  padding-left: 2em;
}
.form-list li > p.must::before
,.form-list li > p.any::before{
  content: "必須";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: .7em;
  padding: .25em .25em;
  background: #DF1850;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
}
.form-list li > p.any::before{
  content: "任意";
  background: #454545;
}
.form-list li > p span.att{
  font-size: .75em;
}
.form-main li{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-main li p.f-title{
  width: 9em;
}
.form-main li .input{
  width: calc(100% - 9em);
}
.form-in .box form{
  width: 100%;
}
#q03_bk_btn{
  margin-right: auto;
}
/*input
=====================*/

.form-in input[type="text"]
,.form-in input[type="tel"]
,.form-in input[type="email"]{
  border: 1px solid #bbb;
  padding: 5px;
  width: 100%;
}
.form-in input.f-age{
  width: 25%;
}
.form-in input.f-zip{
  width: 10em;
}

/*check*/
.check-list{
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.check-list > *{
  width: 48.5%;
  overflow: hidden;
}
.check-list > * + *:nth-child(n+3){
  margin-top: 2.5%;
}
.check-list > *::before{
  content: "";
  display: block;
  padding-top: 65%;
}

.form-in input[type="checkbox"]{
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff9dc;
  border-radius: 6px;
  border: 2.5px solid #454545;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 70%;
}
.checkbox01 span{
  min-height: 2em;
  padding-bottom: .25em;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
input[type=checkbox]:checked + .checkbox01 {
    border: 3px solid #ff7d7d;
}

/*radio*/
.radio-warp{
  width: 100%;
}
.radio-warp.flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radio-warp > div + div{
  margin-top: 20px;
}
.radio-warp.flex > div + div:nth-child(2){
  margin-top: 0;
}
input[type="radio"]{}
.radio > label{
}
.radio-warp input[type="radio"]:checked + label{
  border: 3px solid #ff7d7d;
}
.radio-warp > div.radio-rect + div.radio-rect{
  margin-top: 10px;
}


/*楕円*/
.radio-ellipse > label{
  background-color:#fff9dc;
  width: 100%;
  display: block;
  padding: 1.8em 1em 1.8em 2em;
  border: 2.5px solid #454545;
  font-weight: 600;
  text-align: center;
  border-radius: 3em;
  font-size: 1.17em;
  background-size: auto 95%;
  background-position: 1.25em bottom;
  background-repeat: no-repeat;
}
.radio-ellipse > label::after{
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #ff5176;
  transform: translateY(-50%);
}

/*長方形*/
.radio-rect > label{
  width: 100%;
  display: block;
  border: 2.5px solid #454545;
  background-color:#fff9dc;
  border-radius: 6px;
  padding: 2em 1em;
  font-weight: 600;
  text-align: center;
  background-size: auto 95%;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.radio-square{
  width: 48%;
  overflow: hidden;
}
.radio-square::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.radio-square > label{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #fff9dc;
  padding: .5em;
  font-weight: 600;
  text-align: center;
  border: 2.5px solid #454545;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  background-position: center 35%;
  background-size: 70%;
  background-repeat: no-repeat;
}
.radio-square > label span{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 2em;
}
.radio-three {
  width: 30%;
}
.radio-warp > div.radio-three + div.radio-three {
    margin-top: 0;
}

/*zip*/
.zip-open{
  font-size: .875em;
  padding-left: 1.5em;
  margin-top: .5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.zip-open span{
  padding-bottom: .05em;
  border-bottom: 1px solid;
}
.zip-open::before{
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url("../imgs/icn_att.svg") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hide-add{
  margin-top: .5em;
}
.hide-add label{
  padding: .5em 0;
  display: block;
}

/*q00*/
#feeling_quick + label{
  background-image: url("../imgs/s0-1.svg");
}
#feeling_soon + label{
  background-image: url("../imgs/s0-2.svg");
}
/*q02*/
#q02.form-in .box .btn-warp{
  justify-content: center;
}
#q02 #ck01 + label{
  background-image: url("../imgs/s1-1.svg");
}
#q02 #ck02 + label{
  background-image: url("../imgs/s1-2.svg");
}
#q02 #ck03 + label{
  background-image: url("../imgs/s1-3.svg");
}
#q02 #ck04 + label{
  background-image: url("../imgs/s1-4.svg");
  background-size: auto 64%;
}
#q02 #ck05 + label{
  background-image: url("../imgs/s1-5.svg");
}
#q02 #ck06 + label{
  background-image: url("../imgs/s1-6.svg");
}
/*q03*/
#timing01 + label{
  background-image: url("../imgs/cheater.png");
}
#timing02 + label{
  background-image: url("../imgs/horse.svg");
}
#timing03 + label{
  background-image: url("../imgs/elephant.svg");
}
#timing04 + label{
  background-image: url("../imgs/chicken.svg");
  background-size: 50%;
}
/*q04*/
#style01 + label{
  background-image: url("../imgs/s3-1.svg");
  background-position: center 25%;
}
#style02 + label{
  background-image: url("../imgs/s3-2.svg");
  background-position: center 25%;
}
#style03 + label{
  background-image: url("../imgs/s3-3.svg");
  background-position: center 25%;
  background-size: 50%;
}
#style04 + label{
  background-image: url("../imgs/s3-4.svg");
  background-position: center 25%;
  background-size: 50%;
}
/*q05*/
#context01 + label{
  background-image: url("../imgs/s3-1.svg");
}
#context02 + label{
  background-image: url("../imgs/s3-2.svg");

}
#context03 + label{
  background-image: url("../imgs/s3-3.svg");
}
/*q03*/
#context04 + label{
  background-image: url("../imgs/cheater.png");
}
#context05 + label{
  background-image: url("../imgs/horse.svg");
}
#context06 + label{
  background-image: url("../imgs/elephant.svg");
}
#context07 + label{
  background-image: url("../imgs/chicken.svg");
  background-size: 50%;
}

.red_l { color: #c00; font-size: 1.2em;}
/*

#context04 + label{
  background-image: url("../imgs/s4-1.svg");
}
#context05 + label{
  background-image: url("../imgs/s4-4.svg");
}
#context06 + label{
  background-image: url("../imgs/s4-5.svg");

}
*/
/*anime*/
.neko{
  position: absolute;
  top: 16px;
  right: -10px;
  width: 5em;
  z-index: 1;
  pointer-events: none;
  animation: horizontal 1s ease-in-out infinite alternate;
}
.neko p{
  animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
/*select*/
.select-wrap{
  overflow: hidden;
  width: 100%;
  border: 1px solid #bbb;
  background: #fff;
}
.select-wrap::before{
  content: "";
  position: absolute;
	top: 50%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
  transform: translateY(-50%);
}
.select-wrap select{
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .001px;
  text-overflow: ellipsis;
  border: none;
  background: #fff;
  background-image: none;
  -webkit-appearance: none;
	appearance: none;
  padding: 5px 8px;
  font-size: 16px;
}

.form-in .box .submit{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: 4em;
}
.submit input
,.submit button{
  background: #ff5176;
  width: 80%;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 6px;
  outline: none;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.25em;
white-space: normal;
}
.submit button{
  border: none;
}
.submit button span{
  font-size: .85em;
  display: block;
}
.submit .bk_btn{
  margin-right: auto;
}
.submit .bk_btn p{
  padding: .88em 1em;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}
.submit .bk_btn p::before{
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 2px solid;
  border-color: #000 transparent transparent #000;
  position: absolute;
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
/*form error*/
.f-btn .error-txt{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.8em;
  font-size: .75em;
  transform: translateX(-50%);
  color: #DF1850;
  font-weight: 600;
}

.form-list span.error-txt{
  color: #DF1850;
  font-size: .75em;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}
.f-btn .btn_error{
  width: 100%;
  text-align: center;
  position: absolute;
  top: -2em;
  left: 0;
  color: #DF1850;
  font-size: .75em;
  font-weight: 600;
  display: block;
}
.btn-warp .btn_error{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1.8em;
  font-size: .75em;
  color: #DF1850;
  font-weight: 600;
}


/*Content
==========================================*/

#content{
  width: 100vw;
  max-width: 800px;
  margin-top: 0;
  padding-bottom: 80px;
  position: relative;
    z-index: 1;
    background: #fff;
}
.sec-title{
  font-size: 1.71em;
  font-weight: 900;
  color: #01beb3;
}
/*SECTION01：こんなお悩み・・・
=====================================*/
.sec01-blc{
  background: #d6f0ee;
  padding-top: 8vw;
}
.sec01-blc h2{
  text-align: center;
}
ul.sec01_list{
  margin-top: 8vw;
}
ul.sec01_list li + li{
  margin-top: 1em;
}
ul.sec01_list li p{
  padding-left: 1.5em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
}
ul.sec01_list li p::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url("../imgs/icn_check.svg") no-repeat center/100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
}
.sec01_img{
  width: 85%;
  margin-left: auto;
  transform: translateX(15px);
}

/*SECTION02：介護保険のミカタなら・・・
=====================================*/

.sec02-blc{
  padding-top: 10vw;
  background: #ffffe1;
}
.sec02-blc h2.sec-title{
  font-size: 1.5em;
  color: #000;
  text-align: center;
}
.sec02-blc h2.sec-title span{
  font-size: 1.33em;
}
.sec02-blc h2.sec-title span.grn{
  color: #01beb3;
}
.sec02-blc h2.sec-title span.pnk{
  color: #ff5176;
}
.sec02-blc::before
,.sec02-blc::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffffe1 transparent;
  position: absolute;
  top: -30px;
}
.sec02-blc::before{
  border-width: 0 50vw 30px 0px;
  left: 0;
}
.sec02-blc::after{
  border-width: 0 0px 30px 50vw;
  right: 0;
}
.sec02_box{
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 5vw;
}
.sec02_img{
  width: 54%;
}
.sec02_cmnt{
  width: 45%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-bottom: 5vw;
}
.sec02_cmnt > * + *{
  margin-top: 5vw;
}
.sec02_cat{
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}
.sec02_cat p{
  font-family: "NotoSans",sans-serif;
  font-weight:900;
}
.sec02_cat p span{
  color: #ff5176;
}

/*SECTION_FORM
=========================================*/
.sec-form-blc{
  padding:8vw 0
}
.sec-form-blc h2{
  font-weight: 900;
  text-align: center;
  font-size: 1.82em;
  color: #01beb3;
  letter-spacing: 1.7px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.sec-form-blc h2 > span{
  padding: 0 .85em;
  color: #000;
}
.sec-form-blc h2 > span > span{
  color: #E40F12;
}
.sec-form-blc h2 > span::before
,.sec-form-blc h2 > span::after{
  content: "";
    width: 2px;
    height: .85em;
    display: block;
    position: absolute;
    background: #01beb3;
    top: 50%;
}
.sec-form-blc h2 > span::before{
  transform: translateY(-50%) rotate(-30deg);
  left: 0;
}
.sec-form-blc h2 > span::after{
  transform: translateY(-50%) rotate(30deg);
  right: 0;
}

.sec-form-blc .form-warp{
  width: 100%;
}
.sec-form-blc .form-in .box{
}

#q03 .form-title{
  margin-bottom: 3em;
}
#q03 .neko{
  top: 30px;
}
#q03-2.form-in {
  width: 100%;
}

#q03-2.form-in .box {
  padding: 40px 0;
}

/*SECTION03:転職者の声
=========================================*/

.sec03-blc{
  padding: 10vw 0;
  max-height: 140vw;
  overflow: hidden;
}
.sec03-blc h2.sec-title{
  text-align: center;
  margin-bottom: 5vw;
  font-size: 2em;
}
.slide-cat{
  padding: 0 10px;
}
.slide-cat p.intitle{
  text-align: center;
  font-weight: 700;
  font-size: 1.42em;
}
.slide-cat .thumb{
  margin-top: 1em;
}
.slide-cat p.intxt{
  margin-top: 1em;
  line-height: 1.6;
  text-align: justify;
}


/*SECTION04:人気求人事例
=========================================*/
.sec04-blc{
  padding: 10vw 0;
  background: #f5f5f5;
  max-height: 140vw;
  overflow: hidden;
}
.sec04-blc h2.sec-title{
  text-align: center;
  margin-bottom: 5vw;
  font-size: 2em;
}

dl.rec_data{
  margin-top: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.rec_data dd{
  width: 100%;
}
dl.rec_data dd p{
  line-height: 1.4;
}
dl.rec_data dd:first-child{
}
dl.rec_data dd:first-child p{
  font-weight: 600;
  font-size: 1.124em;
}
dl.rec_data dd.flex {
  width: 50%;
  margin-top: .85em;
  font-weight: 600;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.rec_data dd.flex > p:first-child{
  background: #06aab9;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: .88em;
  padding: .3em .5em .2em;
  line-height: 1;
  margin-right: 1em
}
dl.rec_data dd.flex > p:last-child{
}
dl.rec_data dd p.cmnt{
  margin-top: .85em;
}



/*foot-area
==============================*/
.foot-area{
  width: 100%;
  background: #cee8e6;
  padding: 6vw 0;
  margin-top: auto;
}
.foot-inner{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}

.foot-data p.intitle{
  font-weight: 600;
  padding-bottom: .8em;
}
.foot-data p.foot-txt{
  line-height: 1.4;
}
.foot-inner > a.foot-link{
  margin-left: auto;
  margin-top: 1.5em;
  padding-left: 1em;
}
.foot-inner > a.foot-link::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);

}

footer{
  background: #01beb3;
  width: 100%
}
footer p{
  text-align: center;
  padding: 1.44em 1em;
  font-size: .75em;
  color: #fff;
}

.prv,
.cmp {
  position: relative;
    z-index: 10;
}

/*個人情報保護方針
======================*/

.under header{
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.page-privacy header{
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.page-privacy #content{
  margin-top: 60px;
}
.sec-privacy-blc{
  padding-bottom: 80px;
}
.sec-privacy-blc h2{
  text-align: center;
  margin-bottom: 40px;
}
.pvcy-txt{
  text-align: justify;
}

.pvcy-cat{
  margin-top: 20px;
}
.pvcy-cat h3{
  font-size: 1.17em;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.pvcy-cat h3 + *
,.pvcy-cat p.intxt + *{
  margin-top: 1.4em;
}
.pvcy-cat p.intxt{
  text-align: justify;
}
.pvcy-cat{
  text-align: justify;
}
.pvcy-cat > .num-list{
  counter-reset: count 0;
}
.pvcy-cat > .num-list > li{
  padding-left: 1.24em;
}
.pvcy-cat > .num-list > li p{
}
.pvcy-cat > .num-list > li + li{
  margin-top: 10px;
}
.pvcy-cat > .num-list > li::before{
  content: counter(count)'.';
  counter-increment: count 1;
  position: absolute;
  left: 0;
  top: 0;
}

.num-list ul.child{
  counter-reset: count 0;
  margin-top: 15px;
}
.num-list > li > ul.child > li{
  padding-left: 1.7em;
}
.num-list > li > ul.child > li + li{
  margin-top: 10px;
}
.num-list > li > ul.child > li::before{
  content: '（'counter(count)'）';
  counter-increment: count 1;
  position: absolute;
  left: -.5em;
  top: 0;
}

ul.dot-list li{
  padding-left: 1em;
}
ul.dot-list li + li{
  margin-top: 5px;
}
ul.dot-list li::before{
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/*サンクスページ
======================*/
#content.page-thanks{
  padding-bottom: 0;
  margin-top: 0;
}
.thanks-top-blc{
  width: 100%;
  margin: 8vw 0 6vw;
}
.thanks-top-blc .inner{
  text-align: center;
  font-size: 1.125em;
}
.thanks-top-blc .inner p.intitle,
.thanks-flow-blc .inner h3.intitle{
  font-size: 1.71em;
  font-weight: 900;
  margin-bottom: 1em;
}

.thanks-top-blc .inner .intxt{
  background: #fff9dc;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.4;
}
.thanks-top-blc .inner .intxt .bd{
  font-weight: 600;
}
.thanks-top-blc .inner .intxt .pnk{
  color: #ff5276;
}
.sec-thanks-box{
  padding-bottom: 15vw;
}
.sec-thanks-box h2{
  text-align: center;
  margin-bottom: 1em;
}
.thanks-txt{
  text-align: justify;
  line-height: 1.6;
}
.sec-thanks-box .btn{
  justify-content: center;
  margin-top: 50px;
}
.sec-thanks-box .btn a{
  background: #0172dc;
  display: block;
  color: #fff;
  padding: 1em 5em;
  border-radius: 10px;
}

/*thanks改修
==============================*/
.thanks-top-blc .inner .intxt.thanks,
.thanks-sub-blc .inner .intxt.thanks {
  text-align: left;
}

.thanks-top-blc,
.thanks-sub-blc {
  width: 800px;
  max-width: 100%;
}
.thanks-sub-blc {
  margin-bottom: 8vw;
}

.thanks-flow-frame {
  width: 100%;
  border: 2px solid #fff9dc;
  margin: 0 auto 60px;
  padding: 0
}

.thanks-sub-blc .inner .intxt.thanks {
  background: #eee;
  margin: 0 auto;
    padding: 1.5em;
    border-radius: 10px;
}

.thanks-flow-frame h3 {
  background: #fff9dc;
  padding: .5em;
  text-align: center;
}
.thanks-flow-frame ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: flex-start;
}
.thanks-flow-frame ul li {
  width: 100%;
  margin-bottom: 8%;
}

.thanks-flow-frame ul li h4 {
  position: relative;
display: block;

margin-right: 30px;
padding: 1em;
color: #fff;
background: #ff7e9a;
margin-bottom: 0.5em;
font-weight: 600;
}
.thanks-flow-frame ul li h4:before {
position: absolute;
top: 0;
right: -17px;
content: '';
border-width: 1.55em 0 1.55em 1.2em;
border-style: solid;
border-color: transparent transparent transparent #ff7e9a;

}

.intxt_sub {
  text-align: center;
    font-weight: 600;
    font-size: 1.4em;
}

.intxt_sub_txt {
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 2em;
}

/* 郵便番号追加 */
label.must {
  padding-left: 2em;
}
label.must::before {
    content: "必須";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .7em;
    padding: 0.25em 0.25em;
    background: #DF1850;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
}


/* モーダル */
* {
  box-sizing: border-box;
}
body {
  font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 80%;
  max-width: 800px;
  padding: 0;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.modalContents{
  overflow-y: scroll;
    height: 78vh;
    padding: 10px;
}

/* 以下ボタンスタイル */
button {
  cursor: pointer;
}

#openModal,
#openModal2 {
  border: transparent;
  background: transparent;
}

.date {
  text-align: right;
    font-size: 0.9em;
}

.modalContents2 {
    height: auto;
    padding: 10px;
}

/* SVG */
.kaigo {
font-family: "Noto Sans JP", sans-serif;
height: 59px;
position: absolute;
	top: 60px;
	left: 0;
}
.tokka,
.sennin,
.sikkari {
    font-family: "Noto Sans JP", sans-serif;
    height: 40px;
    margin-top: -2px;
}

.kaigo1 {
  font-weight: bold;
  font-size: 45px;
  stroke: #fff;　/* 枠線のいろ */
}
.kaigo2 {
  font-weight: bold;
  font-size: 45px;
  fill: #ff9595;
}
.tokka1,
.sennin1,
.sikkari1 {
  font-size: 30px;
  font-weight: bold;
  stroke: #fff; /* ふちどりの色 */
}
.tokka2,
.sennin2,
.sikkari2 {
  font-size: 30px;
  font-weight: bold;
  fill: #474747;
}
.ttl-container h2{
  font-weight: 900;
  font-size: 25px;
  text-shadow:0 0 5px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}
.ttl-container h2 span{
color: #ff9595;
font-size: 48px;
}
.sp-disp {display: block;}
.sec-title {
    font-size: 1.71em;
    font-weight: 900;
    color: #01beb3;
    margin-bottom: 0.5em;
}

input#btn_confirm_key {
    white-space: normal;
}