@charset "utf-8";
/* 全体設定 */



:root {
  --back-color: #0097e0;
  --back-color2: #0097e0;
  --ttl-color: #80CBEF;
  --txt-cor01: #0097e0;
  --txt-cor02:                                #00006f;
  --txt-cor03: #ff7c00;
}

/*
var(--back-color);
var(--back-color2);
var(--ttl-color);
var(--txt-cor01);
var(--txt-cor02);
var(--txt-cor03);
*/

a:hover{
text-decoration: none;
opacity: 0.6;
transition : all 0.3s;
}

.inbox{
padding: 0 10px;
}

p label .req {
    font-weight: bold;
    color: #e20c0c;
}

/*      ステージ作成
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
body{
background-color: #2aadff;
color: var(--txt-cor02);
}

#pc-wrap {
display: flex;
width: 100vw;
justify-content: space-between;
align-items: center;
height: 100vh;
}

#out-wrap {
max-width: 380px;
/* max-height: 820px; */
height: calc(100vh - (50px * 2));
display: block;
overflow: hidden;
border-radius: 1em;
}

#wrap {
background-color: #fff;
display: block;
height: 100%;
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}

#wrap::-webkit-scrollbar {
display: none;
}




/*    KV
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

header {
    height: 640px;
    background-image: url(../images/heder_kv.jpg);
    background-size: 130% auto;
    background-position: 50% bottom;
    /* max-height: 860px; */
    /* min-height: 540px; */
    position: relative;
    overflow: hidden;
}
header h1 {
    text-align: center;
    background-color: #fff;
    display: block;
    padding: 30px 20px;
    font-size: 1.2em;
}


header h1 img{ margin-top: 10px;}


header h2 {
    text-align: center;
    color: #fff !important;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7em !important;
    writing-mode: vertical-rl;
    line-height: 4em;
}

header ul {
    position: absolute;
    top: 50%;
    margin: 15px 0px 15px 210px !important;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
}
header li {
    list-style: none;
    background-color: #fff;
    margin: 10px 0;
    width: 219px;
    border-radius: 2em;
    padding: 0.5em 2.5em;
    line-height: 1.2em;
}

header li:first-child {
background:#ffffff00;
text-align: center;
}

header li img{
width: 50%;
}

.top_get {
    position: absolute;
    top: 180px;
    right: 0;
    width: 110px;
}

.top_get img {

    width: 100%;
}


.top_copy {
    position: absolute;
    bottom: 10px;
    right: 0;
}


.top_copy {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 50%;
    min-width: 230px;
}



/*   こんなお悩みありませんか？
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */




#nayami {
 margin-bottom: 50px;
}

#nayami .tatoe{
overflow: hidden;
background-color: var(--back-color);
}

#nayami .tatoe h2 {
    background-color: var(--txt-cor03);
    line-height: 1em;
    padding: 0.3em;
    text-align: center;
    margin: 2em 1em 0em;
    border-radius: 2em;
    font-weight: bold;
    font-family: serif;
    color: #fff;
    font-size: 1.4em;
}

#nayami .tatoe img {
    width: 90%;
    margin: 0 5% 6em;
}

#nayami .ilst01 {
    display: table;
    margin: -160px auto 2em;
}



#nayami h3 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.6em;
    text-align: center;
    color: var(--txt-cor01);
    line-height: 1.6em;
    margin-bottom: 1.5em;
}
#nayami h3 span {
font-size: 1.2em;
color: var(--txt-cor03);
}

#nayami dl {
    padding: 0 10px;
}
#nayami dt {
    background-color: var(--back-color);
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.3em;
    padding: 0.5em 0 0.5em 1.5em;
    font-weight: 800;
    border-radius: 2em;
    background-image: url(../images/list_back.svg);
    background-repeat: no-repeat;
    background-position: -5px 50%;
    background-size: auto 100%;
margin-bottom: 0.5em
}

#nayami dt span {
    position: absolute;
    left: 0.6em;
    font-family: serif;
}

#nayami dd {
    color: var(--txt-cor02);
    font-size: 0.9em;
    display: block;
    background-image: linear-gradient(0deg, rgba(205, 235, 249, 1), rgba(255, 255, 255, 1));
    margin-bottom: 2.5em;
    border-radius: 1em;
    padding: 0.5em 1em;
}


/*   お電話かエントリーフォームで
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.cont-box {
background-color: var(--txt-cor03);
padding: 20px;
    font-weight: 600;
    font-style: normal;
}
.cont-box h2 {
color: #fff;
  font-weight: 700;
  font-style: normal;
    font-size: 1.6em;
text-align: center;
}
.cont-box p {
    color: var(--txt-cor03);
    background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 0.7em;
    font-size: 1.4em;
    line-height: 0.8em;
}
.cont-box p span {
    font-size: 0.6em;
    font-weight: normal;
}

.cont-box p span:first-child {
    font-size: 0.8em;
    font-weight: normal;
}

.cont-box a {
    color: var(--txt-cor01);
    background-color: #fff;
    padding: 0.7em 1em;
    border-radius: 0.7em;
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.cont-box p,
.cont-box a{
color: var(--txt-cor03);
background-image: url(../images/arrow2.svg);
background-repeat: no-repeat;
background-position: 95% 50%;
}




/*   LINEでお友達登録
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


.line-box {
background-color: #06C755;
    font-weight: 600;
    font-style: normal;
padding: 20px;
}
.line-box h2 {
    color: #fff;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}
.line-box p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
}

.line-box a {
    color: #06C755;
    background-color: #fff;
    background-image: url(../images/arrow_line.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding: 0.4em 1em;
    border-radius: 0.7em;
    display: block;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
}


.flx_box {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*   採用までの流れ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

#flow {
margin-top: 5em;
overflow: hidden;
}
#flow h2 {
    background-color: var(--ttl-color);
    color: var(--txt-cor02);
    font-weight: 700;
    overflow: hidden;
    margin: 0;
    line-height: 1.4;
    padding: 0.4em 1em;
    font-size: 1.5em;
    text-align: center;
}

#flow .inbox .intro {
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 1em;
}
#flow .inbox .intro span {
    font-weight: 700;
    font-style: normal;
    font-size: 0.55em;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

#flow .inbox .intro span span {
    font-size: 1.2em;
}

#flow img {
    width: 170px;
    display: table;
    margin: -160px -10px 0 auto;
}

/*
#flow ul {
    padding: 0;
    margin: -20px 0 0;
}
#flow li {
    border: solid 1px #ccc;
    background-color: #fff;
    z-index: 1;
    display: flex;
    padding: 0.5em 1em;
    position: relative;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) , rgba(205, 235, 249, 1));
    border-radius: 2em;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2em;
}

#flow li::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: calc(100% / 2 + 30px);
    margin: 0 0 0 -50px;
    border: 15px solid transparent;
    border-top-color: var(--txt-cor02);
    content: '';
}



#flow li span {
padding-left: 2em;
    width: 8.5em;
    font-weight: bold;
}
#flow li span:first-child{
padding-left: 0;
}

#flow li span:first-child{
color:var(--txt-cor01);
}


#flow li:last-child {
    border: solid 1px var(--back-color2);
    background-color: var(--back-color2);
    color: #fff;
    font-weight: 900;
    font-size: 1.6em;
    background-image: none;
    line-height: 1em;
    padding: 0.4em 1em;
}


#flow li:last-child::after{
content: none;
}

*/



#flow ul {
    margin: 1em 10px 0;
}


#flow li {
    position: relative;
    border: solid 3px var(--txt-cor03);
    margin-bottom: 13px;
    border-radius: 1em;
    padding: 0.7em 1em;
    background-color: #fff5eb;
}

#flow li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 14px 20.5px 0 20.5px;
    border-color: var(--txt-cor03) transparent transparent;
    translate: -50% 100%;
}

#flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 11.6px 17px 0 17px;
    border-color: #fff5eb transparent transparent;
    translate: -50% 100%;
}






#flow h3 {
    font-weight: 700;
    font-size: 1.4em;
}

#flow h3 span:first-child {
    display: inline-block;
    background-color: var(--ttl-color);
    width: 1.4em;
    text-align: center;
    margin-right: 0.3em;
    border-radius: 2em;
    font-family: serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #fff;
}

#flow h3 span:nth-of-type(2) {
    font-weight: normal;
    font-size: 0.85em;
    display: inline-block;
    padding-left: 0.5em;
}

#flow li p {
    /* background-image: url(../images/nagare_arrow.svg); */
    background-position: 1.1em bottom;
    background-repeat: no-repeat;
    /* padding-left: 1em; */
    /* padding-right: 1em; */
    line-height: 1.3em;
    margin-top: 10px;
    /* padding-top: 5px; */
    /* padding-bottom: 1em; */
}


#flow li:last-child p{
background-image: none;
}




#flow li:last-child {
    background-color: var(--txt-cor03);
    color: #fff;
    font-weight: 900;
    font-size: 1.6em;
    background-image: none;
    line-height: 1em;
    padding: 0.4em 1em;
text-align: center;
margin-bottom: 1.5em;
}


#flow .point p {
    text-indent: -5.8em;
    padding-left: 5.8em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    letter-spacing: -0.5px;
}

#flow .point p span {
    font-weight: 900;
    font-style: normal;
    background-color: var(--txt-cor01);
    font-size: 1.3em;
    color: #fff;
    padding: 0 0.5em;
    border-radius: 0.3em;
}



/*   よくあるご質問
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

#faq {
margin-top: 2em;
margin-bottom: 2em;
}
#faq h2 {
    background-color: var(--ttl-color);
    color: var(--txt-cor02);
    font-weight: 700;
    overflow: hidden;
    margin: 0 0 1em;
    line-height: 1.4;
    padding: 0.4em 1em;
    font-size: 1.5em;
    text-align: center;
}

#faq .faqbox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
}
#faq .faqbox dl {
    width: 48%;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    border-radius: 1em;
    padding: 0.5em;
}
#faq .faqbox dt {
    padding-left: 2.2em;
    position: relative;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--txt-cor01);
    margin-bottom: 0.6em;
}

#faq .faqbox dd {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.3px;
}

/* Q（青い円） */
#faq .faqbox dt::before {
    content: "Q.";
    color: var(--txt-cor01);
    font-size: 2.1em;
    position: absolute;
    left: 0;
    top: -5px;
    letter-spacing: -1px;
}

/* A（白背景・太字） */
#faq .faqbox dd::before {
    content: "A.";
    color: #222;
    font-size: 2.4em;
    float: left;
    margin-top: 0.2em;
}





/*   ご利用の流れ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



#nagare {
margin-bottom: 3em;
}
#nagare h2 {
    background-color: var(--ttl-color);
    color: var(--txt-cor02);
    font-weight: 700;
    overflow: hidden;
    margin: 0 0 1em;
    line-height: 1.4;
    padding: 0.4em 1em;
    font-size: 1.5em;
    text-align: center;
}
#nagare ul{
    margin: 1em 10px 0;
}
#nagare li {
}
#nagare h3{
    font-weight: 700;
    font-size: 1.4em;
}
#nagare h3 span{
    display: inline-block;
    background-color: var(--ttl-color);
    width: 2em;
    text-align: center;
    margin-right: 1em;
    border-radius: 2em;
    font-family: serif;
    font-size: 0.9em;
    line-height: 2em;
    color: #fff;
}
#nagare h3 br {
}
#nagare li p{
    background-image: url(../images/nagare_arrow.svg);
    background-position: 1.1em bottom;
    background-repeat: no-repeat;
    padding-left: 3.5em;
    line-height: 1.3em;
    margin-top: -5px;
    padding-top: 5px;
    padding-bottom: 1em;
}

#nagare li:last-child p{
background-image: none;
}




/*   エントリーフォーム
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


#entryform{background-color: #e5f5fc;}

#entryform h2{
background-color: var(--txt-cor03);
color: #fff;
font-weight: 700;
overflow: hidden;
margin: 0;
line-height: 1.4;
padding: 0.4em 1em;
font-size: 1.5em;
text-align: center;
border-radius: 0.5em 0.5em 0 0;
}

#entryform .e-form {
    overflow: hidden;
    position: relative;
    padding: 15px;
    height: 730px;
    max-width: 380px;
    margin: 0 auto;
background-color: #e5f5fc;
}





/* input を非表示 */
.mwform-checkbox-field input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* ボタン化 */
.mwform-checkbox-field-text {
    display: inline-block;
    padding: 12px 18px;
    border: 2px solid  var(--txt-cor02);
    border-radius: 6px;
    background: var(--back-color);
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

/* ホバー */
.mwform-checkbox-field label:hover .mwform-checkbox-field-text {
    border-color: #888;
}

/* 選択状態の見た目 */
.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text {
    background: #fff;
    color: #333;
    border-color: #007bff;
}





/* input を非表示にする（アクセシビリティ的に OK なやり方） */
.mwform-radio-field input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* ボタン化する部分 */
.mwform-radio-field label {
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
    background: #f9f9f9;
}

/* ホバー */
.mwform-radio-field label:hover {
    border-color: #888;
}

/* 選択時の見た目 */
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text {
    background: #fff;
    color: #333;
    border-color: #007bff;
}

/* .mwform-radio-field-text をボタン化 */
.mwform-radio-field-text {
    display: inline-block;
    padding: 12px 18px;
    border: 2px solid var(--txt-cor02);
    border-radius: 6px;
    transition: 0.2s;
    background: var(--back-color);
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.mw-step-next,
.mw-step-prev {
    cursor: pointer;
    margin-top: 30px;
    width: 60%;
    margin: 40px auto 0;
    display: table;
    background-color: #444;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
    border: none;
    border-radius: 0.5em;
padding: 5px;
}

.mw-step-next{
    background-color: var(--back-color);
}

.mw-step-next + .mw-step-prev{
margin-top: 20px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 0.9em;
background-color: #fff;
}

input[type="submit"] {
    cursor: pointer;
    margin-top: 30px;
    width: 60%;
    margin: 0px auto 0;
    display: table;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
    border: none;
    border-radius: 0.5em;
    line-height: 1em;
    padding: 0.3em;
    background-color: #FF9800;
}


.mw-step + p{
}


.mw-step p {
    font-size: 1.2em;
    margin-bottom: 15px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}


.f_flxbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px 0;
}

.fmbox{
overflow: hidden;
}

.e-form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}


.fmbox > span{
margin-bottom: 15px;
}



#step01 .mwform-radio-field-text {
    padding: 50px 80px;
    font-size: 1.2em;
}

#step02 .mwform-radio-field-text {
padding: 50px 70px;
font-size: 0.9em;
}


#step04 .mwform-checkbox-field-text {
    padding: 5px 25px;
    width: 160px;
    text-align: center;
font-size: 0.9em;
}


#step05-1 .mwform-radio-field-text{
    padding: 5px 5px;
    width: 160px;
    text-align: center;
font-size: 0.9em;
}

#step05-2 .mwform-checkbox-field-text{
    padding: 5px 5px;
    width: 160px;
    text-align: center;
font-size: 0.9em;
}





#step09 {
    margin: 20px auto 50px;
}

#step09 p span{font-size: 0.8em;}
#step09 ul{
    display: table;
    margin: 0 auto;
}
#step09 li{
list-style: disc;
}

#step09 a{


}










/*   フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


footer {
padding: 2em 2em 0;
}
footer img {
margin-bottom: 1em;
}
footer h2 {
    font-size: 1.2em !important;
    font-weight: 700;
    padding: 0px !important;
    margin: 15px 0px 5px !important;
    color: #000 !important;
}
footer p {
    line-height: 1.4em !important;
    font-size: 0.9em;
    color: #000;
}
footer br {
}
































/*      760px
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 768px) {


.top_get {
    position: absolute;
    top: 180px;
    right: 0;
    display: inline-block;
    text-align: right;
    width: 30%;
}

.top_get img {
    max-width: 140px;
    width: 100%;
}



#pc-wrap {
    display: block;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}

.leftside,
.rightside{
display: none;
}


#out-wrap {
    max-width: unset;
    max-height: unset;
    height: calc(100vh);
    display: block;
    overflow: hidden;
    border-radius: 0;
}


  #wrap {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }

  #wrap::-webkit-scrollbar {
    /* ← display:none の解除は効きにくいので“再定義”する */
   display: block;
    width: 8px;
    height: 8px;
  }
  #wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  #wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }




/*    KV
ーーーーーーーーーーーーーーーーーー */

header {
    aspect-ratio: 10 / 16;
    width: 100%;
    height: auto;
    background-image: url(../images/heder_kv.jpg);
    background-position: 50% bottom;
    min-height: unset;
    max-height: unset;
}

header h1 {
    padding: 20px;
}
header ul {
}
header li {
}
header br {
}

header h2 {
    font-size: 7vw !important;
    line-height: 30vw;
}


#nayami dl {
    padding: 0 10px;
    max-width: 600px;
    margin: 0px auto;
}

.cont-box {
    padding: 20px calc((100vw - 40px - 320px) /2);
}


.line-box a {
    margin: 0px calc((100vw - 40px - 380px) /2);
}

/*
.inbox {
    padding: 0 calc((100vw - 40px - 480px) /2);
}
*/

#nagare ul {
    display: table;
    margin: 1em auto 0;
    padding: 0 10px;
}


footer {
    display: table;
    margin: 0 auto;
    padding: 2em 15px 0;
}



header ul {
    top: calc(65vh - 100px);
    margin: 15px 0px 15px calc(100vw - 180px) !important;
}

#flow ul {
    margin: 1em auto 0;
    max-width: 420px;
}

#flow .inbox .intro {
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 1.1em;
    margin: 1em auto 0;
    max-width: 400px;
}

#flow img {
    width: 170px;
    display: table;
    margin: -160px calc(100vw / 2 - 210px)  0 auto;
}

#flow .point {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
}

#nayami .ilst01 {
    display: table;
    margin: -30vw auto 2em;
    width: 38vw;
}

#nayami dd {
    font-size: 1em;
}

#faq .faqbox {
    font-size: 1.1em;
}





}



/*      420px
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 420px) {

#faq .faqbox {
    font-size: 0.9em;
}


header {
    aspect-ratio: 10 / 17;
}




}




/*      380px
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 380px) {

#flow .inbox .intro span {
    font-weight: 700;
    font-style: normal;
    font-size: 0.45em;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

#nayami h3 {
    font-size: 1.4em;
}


#nayami dt {
    font-size: 1.1em;
}


.cont-box {
    font-size: 0.85em;
    padding-left: 10px;
    padding-right: 10px;
}

.line-box {
    font-size: 0.85em;
}

.line-box a {
    margin: 0px calc((100vw - 40px - 300px) /2);
}

#nayami .ilst01 {
    display: table;
    margin: -40vw auto 2em;
    width: 50vw;
}

#nayami .ilst01 {
    display: table;
    margin: -40vw auto 2em;
    width: 50vw;
}





}








/*      380px
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 380px) {

#step05-1 .mwform-radio-field,
#step05-2 .mwform-checkbox-field{
width: 48%;
}


#step05-1 label,
#step05-2 label{
width: 100%;
}

#step05-1 .mwform-radio-field-text,
#step05-2 .mwform-checkbox-field-text {
    width: 100%;
}

#step05-2 .mwform-checkbox-field-text {
    font-size: 4.8vw;
}



}





