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

  reCAPTCHA v3

---------------------------------*/
.grecaptcha-badge{
    bottom: 0px!important;
    opacity: 0!important;
}
.grecaptcha-badge.appear{
    opacity: 1!important;
}
.grecaptcha-badge.no-badge{
    opacity: 0!important;
}

/*---------------------------------

  画面下部追従バナー

---------------------------------*/
.following_wrapper{
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: linear-gradient(32deg, #004F8D 0%, #0386c3 50%, #00a5a0 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    transition: .4s;
}
.following_wrapper.appear{
    opacity: 1;
}
.following_wrapper>p{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    margin-right: 20px;
}
.following_wrapper>div{
    display: flex;
    align-items: center;
}
.line_official{
    width: 140px;
}




/*.following_tel{
    margin-right: 20px;
}
.following_tel span{
    display: block;
    font-size: 13px;
    line-height: 1em;
    padding-bottom: 5px;
    text-align: center;
}
.following_tel a{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding-left: 26px;
    position: relative;
}
.following_tel a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/white_tel.png") center/ 20px auto no-repeat;
}
.following_form{
    color: #fff;
    font-weight: 600;
    border: solid 2px #fff;
    line-height: 2em;
    padding: 5px 20px 5px 20px;
    transition: .4s;
}
.following_form:hover{
    background-color: rgba(255,255,255,.2);
    color: #FFC300;
    border: 2px solid #ffad00;
    border-image: linear-gradient(to right, #ffad00 0%, #ffef51 100%);
    border-image-slice: 1;
}
.following_arrow{
    position: relative;
    display: inline-block;
    padding-right: 30px;
    height: 13px;
}
.following_arrow::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("../img/arrow.png") center/ 13px auto no-repeat;
    transition: .4s;
}
.following_form:hover .following_arrow::before{
    background: url("../img/yellow_arrow.png") center/ 13px auto no-repeat;
    right: -5px;
}*/
/*フォームまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0!important;
}



/*---------------------------------

  mv

---------------------------------*/
.mv_wrapper{
    padding-left: 86px;
    position: relative;
}
.mv_wrapper h2{
    position: relative;
}
.mv_wrapper h2 .copy{
    width: 37%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
}
.mv_wrapper h2 .copy_salaly{
    width: 52.8%;
    position: absolute;
    bottom: 5%;
    right: 4%;
}


/*---------------------------------

  scroll

---------------------------------*/
.scroll-line {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 22px;
    padding-bottom: 144px;
    line-height: 1em;
    font-size: 12px;
    letter-spacing: 0.1em;
	z-index: 50;
	color: #015698;
	transition: .3s;
}
.scroll-line span {
    display: inline-block;
    transform: rotate(90deg);
}
.scroll-line:hover {
	opacity: .7;
}
.scroll-line:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
	bottom: 0;
    width: 1px;
	height: 110px;
    background-color: #015698;
    animation-name: lineMove;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	z-index: 50;
}
@keyframes lineMove {
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}


/*---------------------------------

  特典

---------------------------------*/
.benefits_wrapper .intro{
    text-align: center;
    padding: 60px 0;
}
.benefits_wrapper .intro.second{
    background-color: #f6f6f7;
}
.benefits_wrapper .intro h2{
    font-size: 28px;
    font-weight: 600;
    color: #005698;
    padding-bottom: 25px;
}
.benefits_wrapper .intro p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9em;
}
.benefits_bg{
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    background-image: url("../img/bg.jpg");
}
.benefits_group ul{
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
}
.benefits_group ul li{
    width: calc(33.333% - 6%);
    margin: 0 3% 5% 3%;
}
.benefits_group ul li:nth-of-type(4){
    margin: 0 3% 0 3%;
}
.benefits_group ul li:nth-of-type(5){
    margin: 0 3% 0 3%;
}
.benefits_group ul li:nth-of-type(6){
    margin: 0 3% 0 3%;
}
.benefits_group ul li p{
    width: 100%;
    background-color: #eef3fc;
    border-radius: 50%;
    box-shadow: 12px 12px #eef3fc;
}


/*---------------------------------

  フォームまでskipボタン

---------------------------------*/
.skip_wrapper{
    padding: 40px;
}
.skip_inner>span{
    color: #00a5a0;
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
    text-align: center;
}
.skip_button{
    padding: 15px 20px;
    display: block;
    width: 340px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
}
.skip_button::before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    top: 0;
    transition:.35s;
    background: linear-gradient(32deg, #015698 0%, #0386c3 50%, #00a5a0 100%);
}
.skip_button:hover::before{
  opacity:0;
}
.skip_button::after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    top: 0;
    background: linear-gradient(32deg, #ffad00 0%, #ffef51 100%);
}
.skip_arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.skip_arrow::before{
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background: url("../img/arrow.png")center / 15px auto no-repeat;
    transition: .35s;
}
.skip_button:hover .skip_arrow::before{
    right: 20px;
}
.skip_wrapper.grey{
    position: relative;
}
.skip_wrapper.grey::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f7;
    z-index: -5;
}


/*---------------------------------

  お仕事内容

---------------------------------*/
.work_wrapper{
    background-color: #f4f7fb;
    padding: 60px 40px 50px;
}
.work_wrapper .intro{
    text-align: center;
    padding-bottom: 35px;
}
.work_wrapper .intro h2{
    font-size: 30px;
    font-weight: 600;
    color: #0386c3;
    padding-bottom: 25px;
}
.work_wrapper .intro p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9em;
}
.work_inner{
    background-color: #fff;
    border-radius: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px;
}
.work_inner .youtubeWrapper {
    width: 100%;
    margin-bottom: 40px;
}
.work_inner .youtube {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 56.25%;
}
.work_inner .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.task_wrapper ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.task_wrapper ul li{
    width: calc(33.333% - 2%);
    margin-right: 2%;
}
.task_wrapper ul li:nth-of-type(3n){
    margin-right: 0;
}
.task_wrapper ul li:nth-of-type(1),.task_wrapper ul li:nth-of-type(2),.task_wrapper ul li:nth-of-type(3){
    margin-bottom: 30px;
}
.task_wrapper ul li h3{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background-color: #0386c3;
    padding: 8px 0;
    border-radius: 20px 20px 0 0;
}
.task_wrapper ul li p:last-of-type{
    font-size: 15px;
    line-height: 1.4em;
    padding-top: 10px;
}


/*---------------------------------

  派遣社員の生活環境

---------------------------------*/
.lifestyle_wrapper{
    padding: 60px 0 50px;
}
.lifestyle_wrapper .sub_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    padding: 4px 10px;
    color: #fff;
    background: linear-gradient(32deg, #015698 0%, #0386c3 50%, #00a5a0 100%);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 15px;
}
.lifestyle_wrapper h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 35px;
}
.lifestyle_navigation{
    background-color: #f6f6f7;
    padding: 5px 0;
    margin-bottom: 60px;
}
.lifestyle_navigation_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lifestyle_navigation a{
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 10px 20px 10px 10px;
    margin: 0 20px;
    transition: .35s;
}
.lifestyle_navigation a::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: .35s;
    z-index: 5;
}
.lifestyle_navigation a:hover{
    opacity: .7;
}
.lifestyle_navigation a:hover::after{
    top: 60%;
}
.domitory_wrapper{
    position: relative;
    margin-bottom: 80px;
}
.domitory_wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #f6f6f7;
    z-index: -5;
}
.domitory_inner{
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
}
.domitory_container{
    width: 50%;
}
.domitory_container h3{
    color: #00a5a0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 35px;
    letter-spacing: 0.04em;
}
.domitory_container h3 span{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: block;
    padding-bottom: 30px;
    line-height: 1em;
    letter-spacing: 0;
}
.domitory_container .text{
    margin-bottom: 25px;
    font-size: 18px;
}
.domitory_container .text p:first-of-type{
    padding-bottom: 15px;
}
.domitory_container .text p span{
    background:linear-gradient(transparent 50%, #85eeeb 0);
}
.domitory_container ul{
    display: flex;
    width: 90%;
}
.domitory_container ul li{
    width: calc(20% - 3%);
    margin-right: 3%;
}
.domitory_img{
    width: 50%;
    padding-left: 10%;
    position: relative;
}
.domitory_img::before{
    content: '※写真は一例です';
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 12px;
}
.cafeteria_wrapper{
    position: relative;
    margin-bottom: 50px;
}
.cafeteria_wrapper::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #f6f6f7;
    z-index: -5;
}
.cafeteria_inner{
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.cafeteria_container{
    width: 50%;
}
.cafeteria_container h3{
    color: #0386c3;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 35px;
    letter-spacing: 0.04em;
}
.cafeteria_container h3 span{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: block;
    padding-bottom: 30px;
    line-height: 1em;
    letter-spacing: 0;
}
.cafeteria_container .text{
    margin-bottom: 25px;
    font-size: 18px;
}
.cafeteria_container .text p:first-of-type{
    padding-bottom: 15px;
}
.cafeteria_container .text p span{
    background:linear-gradient(transparent 50%, #b2eaff 0);
}
.cafeteria_container ul{
    display: flex;
    width: 90%;
}
.cafeteria_container ul li{
    width: calc(20% - 3%);
    margin-right: 3%;
}
.cafeteria_img{
    width: 50%;
    padding-right: 10%;
}
.cafeteria_movie{
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.cafeteria_movie h4{
    font-size: 20px;
    padding: 2px;
    text-align: center;
    background: linear-gradient(to right, #015698 0%, #0386c3 50%, #00a5a0 100%);
    border-image-slice: 1;
    border-radius: 25px;
    margin-bottom: 10px;
    color: #0386c3;
    font-weight: 600;
}
.cafeteria_movie h4 span{
    border-radius: 24px;
    background-color: #fff;
    display: block;
    padding: 8px;
}
.cafeteria_movie .youtubeWrapper {
    width: 100%;
}
.cafeteria_movie .youtube {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 56.25%;
}
.cafeteria_movie .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.support_wrapper .support_title {
        color: #00a5a0;
        font-weight: 600;
        display: inline-block;
        padding-bottom: 15px;
        margin-top: 0.5em;
}
.support_wrapper .support_list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.support_wrapper .support_item {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 5px 10px;
    background-color: #00a5a0;
    color: #fff;
    border-radius: 25px;    
}
.cafeteria_container .text .support_wrapper p:first-of-type {
    padding-bottom: 5px;
}
.kakamigahara_wrapper{
    position: relative;
}
.kakamigahara_wrapper::after{
    content: '';
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #f6f6f7;
    z-index: -5;
}
.kakamigahara_inner{
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}
.kakamigahara_inner h3{
    color: #015698;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 35px;
    letter-spacing: 0.04em;
}
.kakamigahara_inner h3 span{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: block;
    padding-bottom: 30px;
    line-height: 1em;
    letter-spacing: 0;
}
.kakamigahara_inner .text{
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.kakamigahara_inner .youtubeWrapper{
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    margin-bottom: 40px;
}
.kakamigahara_inner .youtube {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 56.25%;
}
.kakamigahara_inner .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.shop_wrapper{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.shop_wrapper span{
    color: #00a5a0;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 15px;
}
.shop_wrapper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shop_wrapper ul li{
    width: calc(33.333% - 2%);
    margin: 0 1%;
    background-color: #00a5a0;
    color: #fff;
    padding: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    border-radius: 25px;
}


/*---------------------------------

  よくあるご質問

---------------------------------*/
.faq_wrapper{
    margin: 60px 0;
}
.faq_wrapper h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #0386c3;
    padding-bottom: 35px;
}
.faq_inner{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.faq_inner dl{
    border-bottom: solid 2px #d8d8d8;
    padding: 20px 10px;
}
.faq_inner dl:first-of-type{
    border-top: solid 2px #d8d8d8;
}
.faq_inner dl dt{
    position: relative;
    padding-left: 28px;
    color: #0386c3;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.faq_inner dl dt::before{
    content: 'Q.';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1.1em;
    color: #0386c3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.faq_inner dl dd{
    position: relative;
    padding-left: 28px;
    line-height: 1.6em;
}
.faq_inner dl dd::before{
    content: 'A.';
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px;
    line-height: 1.1em;
    color: #00a5a0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.faq_inner dl dd .plan{
    width: 100%;
    max-width: 600px;
    margin-bottom: 15px;
}


/*---------------------------------

  募集要項

---------------------------------*/
.requirements_wrapper{
    position: relative;
}
.requirements_wrapper::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background-color: #f6f6f7;
    z-index: -1;
}
.requirements_inner{
    width: 90%;
    max-width: 1200px;
    background: linear-gradient(-52deg, #015698 0%, #0386c3 40%, #00a5a0 100%);
    border-radius: 30px;
    margin: 0 auto;
    padding: 60px 0;
    margin-bottom: 50px;
}
.requirements_inner h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 35px;
}
.requirements_inner table{
    width: 80%;
    margin: 0 auto;
}
.requirements_inner table tr th{
    background-color: #f4f4f4;
    width: 26%;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #d3d3d3;
    vertical-align: middle;
}
.requirements_inner table tr td{
    background-color: #fff;
    width: 74%;
    border-bottom: solid 1px #d3d3d3;
    padding: 2.5%;
    line-height: 1.6em;
}
.map{
    margin-top: 15px;
}
.map iframe{
    width: 100%;
    max-height: 250px;
}
.requirements_inner table tr td p{
    margin-bottom: 10px;
}
.requirements_inner table tr td p:last-of-type{
    margin-bottom: 0;
}
.circle{
    padding-left: 14px;
    position: relative;
    margin-bottom: 5px;
}
.circle::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #00a5a0;
    border-radius: 50%;
}
.guiding_wrapper{
    padding-bottom: 50px;
}
.guiding_wrapper h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #0386c3;
    padding-bottom: 20px;
}
.guiding_wrapper p{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}


/*---------------------------------

  応募フォーム

---------------------------------*/
.form_wrapper{
    margin: 60px 0 80px;
}
.form_inner{
    width: 95%;
    max-width: 880px;
    margin: 0 auto;
}
.form_inner h2{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.form_inner .caption{
    text-align: center;
    padding-bottom: 30px;
}
.required{
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    background: linear-gradient(32deg, #015698 0%, #00a5a0 100%);
    margin-left: 10px;
    vertical-align: top;
}
.form_inner .caption .required{
    margin-left: 0;
    margin-right: 5px;
}

.form dl{
    display: flex;  
    border-bottom: solid 1px #d3d3d3;
    padding: 20px 25px;
}
.form dl:first-of-type{
    border-top: solid 1px #d3d3d3;
}
.form dt{
    width: 28%;
    font-weight: 600;
    padding-top: 10px;
}
.form dd{
    width: 72%;
}
.form dd input[type="text"], .form dd input[type="tel"], .form dd input[type="email"], textarea{
    width: 100%;
    background-color: #f4f7fb;
    border: solid 1px #dbe6f5;
    font-size: 16px;
    padding: 14px 12px;
}
.form dd textarea{
    min-height: 180px;
    border-radius: 0;
    resize: vertical;
}
.form .postal_code{
    margin-bottom: 12px;
    max-width: 220px;
    padding-left: 28px;
    position: relative;
}
.form .postal_code::before{
    content: '〒';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.8em;
    font-size: 16px;
    font-weight: 600;
}
label{
    cursor: pointer;
}
.radio_column{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.radio_input{
	position: relative;
	vertical-align: text-bottom;
    margin: 0;
    width: 26px!important;
    height: 26px;
    transition: .4s;
    cursor: pointer;
}
.radio_input::before {
	position: absolute;
	z-index: 1;
	top: 0.25rem;
	left: 0.25rem;
	width: 18px;
	height: 18px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s;
	        transition:         transform 0.4s;
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #00a5a0;
    box-sizing: border-box;
}
.radio_input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.radio_input::after {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 26px;
    content: '';
    border: 1px solid #00a5a0;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}
.option label{
	padding-left: 12px;
}
.option{
    display: flex;
    align-items: center;
}
.option:last-child{
    padding-bottom: 0;
}
.option_flex{
	display: flex;
}
.option_first{
    margin-right: 40px;
}
.age{
    max-width: 220px;
    padding-right: 28px;
    position: relative;
}
.age::after{
    position: absolute;
    right: 0;
    bottom: 10px;
    content: '才';
    font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Yu Gothic Medium, "游ゴシック", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111;
}
.contact_time_wrapper{
    display: flex;
    align-items: center;
}
.contact_time{
    max-width: 220px;
    display: flex;
    align-items: center;
    box-sizing: content-box;
}
.contact_time:last-of-type{
    margin-left: 20px;
}
.contact_time span{
    display: inline-block;
    padding-left: 12px;
}
.form .privacy{
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    line-height: 1em;
    margin: 0 auto;
    margin-bottom: 20px;
}
.form .privacy a{
    display: inline-block;
    padding-right: 18px;
    position: relative;
    color: #0386c3;
    transition: .3s;
}
.form .privacy a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url("../img/outlink.png")center / 12px auto no-repeat;
}
.form .privacy a:hover{
    opacity: .7;
}
.submit_btn_wrapper{
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}
.submit_btn{
    width: 100%;
    height: 62px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    background-color: transparent;
    position: relative;
}
.submit_btn_wrapper::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: .35s;
    background: linear-gradient(32deg, #015698 0%, #0386c3 50%, #00a5a0 100%);
}
.submit_btn_wrapper:hover::before{
    opacity: 0;
}
.submit_btn_wrapper::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background: linear-gradient(32deg, #ffad00 0%, #ffef51 100%);
}
.field-invalid::before {
	content: "※入力必須項目です。";
    font-family: Hiragino Sans,"ヒラギノ角ゴ ProN W3",Yu Gothic Medium,"游ゴシック","ヒラギノ角ゴ ProN W3",sans-serif;
    font-weight: 500;
	display: block;
	color: red;
}
.field-invalid input.field-required,
.field-invalid textarea.field-required {
	border: 1px solid red;
}


/*---------------------------------

  入力内容確認 mail.php

---------------------------------*/
.conf_wrapper{
	width: 80%;
    max-width: 800px;
	margin: 166px auto 100px;
    line-height: 1.6em;
}
.conf_wrapper h2{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 30px;
}
.conf_wrapper>P{
    padding-bottom: 25px;
}
.conf_wrapper table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
    margin-bottom: 20px;
}
.conf_wrapper table.formTable td,table.formTable th{
	border: 1px solid #d3d3d3;
	padding: 15px;
}
.conf_wrapper table.formTable th{
	width: 30%;
	font-weight: 600;
	background: #f4f4f4;
	text-align: left;
    word-break: break-all;
}
.conf_wrapper table.formTable td{
	width: 70%;
    word-break: break-all;
}
.conf_wrapper p.error_messe{
	margin: 5px 0;
	color: red;
}
.conf_button_wrapper{
    display: flex;
    justify-content: center;
}
.conf_button{
    width: 40%;
    margin: 0 10px;
}
.conf_button input{
    width: 100%;
    padding: 15px 20px;
    font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Yu Gothic Medium, "游ゴシック", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    font-weight: 600;
    max-width: 250px;
    display: block;
    border: none;
    transition: .4s;
    height: 54px;
    background: none;
    color: #fff;
}
.conf_back{
    background: #aaa;
    color: #fff;
    transition: .4s;
}
.conf_back:hover{
    opacity: .7;
}
.conf_send{
    color: #fff;
    position: relative;
    background-color: transparent;
}
.conf_send::before{    
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: .4s;
    background: linear-gradient(32deg, #015698 0%, #0386c3 50%, #00a5a0 100%);
    display: block;
}
.conf_send:hover::before{
    opacity: 0;
}
.conf_send::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background: linear-gradient(32deg, #ffad00 0%, #ffef51 100%);
    display: block;
}


/*---------------------------------

  送信完了 thanks.php

---------------------------------*/
.thanks_wrapper{
	margin: 186px auto 120px;
    text-align: center;
}
.thanks_wrapper h2{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 35px;
}
.thanks_wrapper>p{
    padding-bottom: 20px;
}
.thanks_wrapper>p:last-of-type{
    padding-bottom: 35px;
}
.jc_logo{
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom: 35px;
}
.thanks_tel{
    background-color: #f4f7fb;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px;
    color: #0386c3;
}
.opening_hours{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opening_hours span{
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #0386c3;
    font-weight: normal;
    width: fit-content;
    line-height: 1em;
    padding: 5px 15px;
    border-radius: 4px;
    margin-left: 10px;
}
.thanks_tel a{
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 38px;
    color: #0386c3;
}
.thanks_tel a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(../img/blue_tel.png) center / 28px auto no-repeat;
}


@media print, screen and (max-width: 1300px) {
    .mv_wrapper {
        padding-left: 72px;
    }
    .scroll-line {
        bottom: 0;
        left: 16px;
    }
}


@media print, screen and (max-width: 1000px) {
    .benefits_wrapper .intro h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }  
    .benefits_bg {
        background-image: url(../img/sp_bg.jpg);
        background-size: cover;
		background-attachment: scroll;
    }
    .task_wrapper ul li {
        width: calc(50% - 3%);
        margin-right: 3%;
    }
    .task_wrapper ul li:nth-of-type(1), .task_wrapper ul li:nth-of-type(2), .task_wrapper ul li:nth-of-type(3) {
        margin-bottom: 30px;
    }
    .task_wrapper ul li:nth-of-type(3n) {
        margin-right: 3%;
    }
    .task_wrapper ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .domitory_container h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .domitory_container h3 span {
        padding-bottom: 25px;
    }
    .domitory_container .text {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .domitory_img {
        padding-left: 8%;
    }
    .cafeteria_container h3 span {
        padding-bottom: 25px;
    }
    .cafeteria_container h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .cafeteria_container .text {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .cafeteria_img {
        padding-right: 8%;
    }
    .cafeteria_movie {
        max-width: 450px;
    }
    .kakamigahara_inner h3 span {
        padding-bottom: 25px;
    }
    .kakamigahara_inner h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .kakamigahara_inner .text {
        margin-bottom: 25px;
    }
    .kakamigahara_inner .youtubeWrapper {
        max-width: 450px;
        margin-bottom: 35px;
    }
    .shop_wrapper {
        width: 100%;
        max-width: 800px;
    }
    .faq_inner dl {
        border-bottom: solid 1px #d8d8d8;
        padding: 15px 10px;
    }
    .faq_inner dl:first-of-type {
        border-top: solid 1px #d8d8d8;
    }
    .requirements_inner table {
        width: 90%;
    }
    .guiding_wrapper h3 {
        font-size: 26px;
    }
    .form{
        width: 90%;
        margin: 0 auto;
    }
}


@media print, screen and (max-width: 765px){
    .sp_none{
        display: none;
    }
    .pc_none{
        display: block;
    }
    .mv_wrapper h2 .copy,
    .mv_wrapper h2 .copy_salaly{
        display: none;
    }
    .mv_wrapper{
        padding-left: 0;
    }

    .scroll-line span {
        transform: rotate(0deg);
        color: #00a5a0;
    }
    .scroll-line {
        bottom: -40px;
        right: 10%;
        left: auto;
        padding-bottom: 65px;
    }
    .scroll-line:after {
        left: 20px;
        bottom: 0;
        height: 50px;
        background-color: #00a5a0;
        animation-name: lineMove;
        animation-duration: 2s;
    }
    .following_wrapper{
        padding: 10px 0;
    }
    .following_wrapper>div{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    /*.following_tel{
        width: 50%;
        margin-right: 10px;
        text-align: center;
    }
    .following_tel a{
        display: inline-block;
        font-size: 22px;
        padding-left: 20px;
        line-height: 1em;
    }
    .following_tel #text{
        line-height: 1em;
    }
    .following_tel a::before {
        width: 16px;
        height: 16px;
        background: url(../img/white_tel.png) center/ 16px auto no-repeat;
    }
    .following_form {
        width: 50%;
        padding: 5px 15px;
        height: fit-content;
    }*/
    .following_wrapper>p{
        font-size: 15px;
    }
    .benefits_wrapper .intro {
        padding: 40px 20px;
    }
    .benefits_wrapper .intro h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .benefits_wrapper .intro p {
        font-size: 16px;
        text-align: left;
        line-height: 1.8em;
    }
    .benefits_wrapper .intro p br{
        display: none;
    }
    .benefits_group ul {
        width: 100%;
        max-width: 400px;
        padding: 30px 10px;
    }
    .benefits_group ul li {
        width: calc(50% - 6%);
        margin: 0 3% 6% 3%;
    }
    .benefits_group ul li:nth-of-type(4) {
        margin: 0 3% 6% 3%;
    }
    .skip_wrapper {
        padding: 35px 20px;
    }
    .skip_inner>span {
        font-size: 14px;
        line-height: 1em;
        padding-bottom: 10px;
    }
    .skip_button{
        width: 100%;
        max-width: 340px;
        font-size: 18px;
    }
    .work_wrapper {
        padding: 40px 0 40px;
    }
    .work_wrapper .intro h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .work_wrapper .intro p{
        font-size: 16px;
        text-align: left;
        line-height: 1.8em;
    }
    .work_wrapper .intro p br{
        display: none;
    }
    .work_wrapper .intro{
        padding: 0 20px 40px;
        margin: 0 auto;
        width: 100%;
    }
    .work_inner{
        width: 94%;
        padding: 25px 15px;
        border-radius: 20px;
    }
    .work_inner .youtubeWrapper {
        margin-bottom: 30px;
    }
    .task_wrapper ul li {
        width: calc(100%);
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .task_wrapper ul li:nth-of-type(1), .task_wrapper ul li:nth-of-type(2), .task_wrapper ul li:nth-of-type(3) {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .task_wrapper ul li:nth-of-type(3n) {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .task_wrapper ul li h3{
        line-height: 1em;
        border-radius: 10px 10px 0 0;
        padding: 14px 0;
    }
    .task_wrapper ul li p:last-of-type{
        font-size: 14px;
        padding-top: 15px;
    }
    .task_wrapper ul li:nth-of-type(2n) {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .task_wrapper ul li:last-of-type{
        margin-bottom: 0;
    }
    .lifestyle_wrapper {
        padding: 40px 0;
    }
    .lifestyle_wrapper .sub_title {
        font-size: 15px;
    }
    .lifestyle_wrapper h2 {
        font-size: 22px;
        padding-bottom: 30px;
    }
    .lifestyle_navigation a {
        font-size: 16px;
        margin: 0 10px;
    }
    .lifestyle_navigation {
        margin-bottom: 45px;
    }
    .domitory_wrapper {
        position: relative;
        margin-bottom: 80px;
    }
    .domitory_wrapper::after{
        bottom: 15px;
    }
    .domitory_inner {
        width: 100%;
        padding: 0 20px;
        max-width: 500px;
        display: block;
    }
    .domitory_container {
        width: 100%;
        margin-bottom: 30px;
    }
    .domitory_container h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .domitory_container h3 span {
        padding-bottom: 15px;
        font-size: 14px;
    }
    .domitory_container .text {
        font-size: 15px;
        line-height: 1.7em;
    }
    .domitory_container ul {
        width: 100%;
        justify-content: center;
    }
    .domitory_container ul li:last-of-type{
        margin-right: 0;
    }
    .domitory_container ul li {
        width: calc(20% - 2%);
        margin-right: 2%;
    }
    .domitory_img {
        width: 80%;
        padding-left: 0;
    }
    .cafeteria_wrapper::after{
        top: 48%;
    }
    .cafeteria_inner {
        width: 100%;
        max-width: 500px;
        display: block;
        padding: 0 20px;
    }
    .cafeteria_container {
        width: 100%;
    }
    .cafeteria_container h3 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: right;
    }
    .cafeteria_container h3 span {
        padding-bottom: 15px;
        font-size: 14px;
        text-align: right;
    }
    .cafeteria_container .text {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.7em;
    }
    .cafeteria_img {
        padding-right: 0;
        width: 80%;
        margin: 0 0 0 auto;
    }
    .cafeteria_wrapper {
        margin-bottom: 40px;
    }
    .cafeteria_movie {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .cafeteria_movie h4 span {
        padding: 8px;
    }
    .cafeteria_movie h4 {
        font-size: 16px;
    }
    .kakamigahara_inner {
        width: 100%;
        max-width: 500px;
        padding: 0 10px;
    }
    .kakamigahara_inner h3 {
        font-size: 20px;
        padding: 0 10px;
    }
    .kakamigahara_inner h3 span{
        padding-bottom: 15px;
        font-size: 14px;
    }
    .kakamigahara_inner .text {
        margin-bottom: 30px;
        width: 100%;
        font-size: 15px;
        line-height: 1.7em;
        padding: 0 10px;
    }
    .kakamigahara_inner .youtubeWrapper{
        width: 100%;
        padding: 0 10px;
    }
    .shop_wrapper span {
        padding-bottom: 10px;
    }
    .shop_wrapper ul li {
        width: calc(50% - 2%);
        margin: 0 1%;
        font-size: 14px;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .faq_wrapper {
        margin: 40px 0;
    }
    .faq_wrapper h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .faq_inner {
        width: 100%;
        max-width: 500px;
        padding: 0 15px;
    }
    .faq_inner dl {
        padding: 20px 0;
    }
    .faq_inner dl dt{
        padding-left: 25px;
        font-size: 15px;
        line-height: 1.6em;
        margin-bottom: 5px;
    }
    .faq_inner dl dt::before {
        top: 0;
        font-size: 18px;
        line-height: 1.2em;
    }
    .faq_inner dl dd {
        font-size: 15px;
        padding-left: 25px;
        line-height: 1.6em;
    }
    .faq_inner dl dd::before{
        font-size: 18px;
        line-height: 1.2em;
    }
    .requirements_inner {
        width: 100%;
        max-width: 500px;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .requirements_inner h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .requirements_inner table tr th {
        width: 100%;
        font-size: 16px;
        display: block;
        border: none;
        padding: 8px;
    }
    .requirements_inner table tr td {
        width: 100%;
        display: block;
        padding: 15px;
        line-height: 1.5em;
        border: none;
        font-size: 15px;
    }
    .circle::before {
        top: 8px;
    }
    .map iframe {
        max-height: 200px;
    }
    .guiding_wrapper {
        padding: 0 20px 30px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .guiding_wrapper h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .guiding_wrapper p {
        font-size: 16px;
        text-align: left;
        line-height: 1.6em;
    }
    .guiding_wrapper p br{
        display: none;
    }
    .form_wrapper {
        margin: 35px 0 50px;
    }
    .form_inner h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .form_inner {
        width: 100%;
        max-width: 500px;
        padding: 0 15px;
    }
    .form_inner .caption {
        text-align: left;
        padding-bottom: 15px;
    }
    .form {
        width: 100%;
    }
    .form dl {
        display: block;
        padding: 20px 0;
    }
    .form dt {
        width: 100%;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .form dd {
        width: 100%;
    }
    .contact_time{
        width: 50%;
    }
    .radio_column {
        padding: 6px 0;
    }
    .option_first {
        margin-right: 30px;
    }
    .form .privacy {
        padding-top: 15px;
        font-size: 13px;
        width: 100%;
        margin-bottom: 14px;
    }
    .form .privacy a::before {
        width: 13px;
        height: 13px;
        background: url(../img/outlink.png)center / 12px auto no-repeat;
    }
    
    
    /*---------------------------------

      入力内容の確認 mail.php

    ---------------------------------*/
    .conf_wrapper {
        width: 100%;
        max-width: 500px;
        margin: 30% auto 50px;
        padding: 0 20px;
    }
    .conf_wrapper h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .conf_wrapper>P{
        text-align: left;
        padding-bottom: 15px;
    }
    .conf_wrapper table.formTable th {
        width: 100%;
        display: block;
        text-align: center;
        border-bottom: none;
        padding: 10px;
    }
    .conf_wrapper table.formTable td {
        width: 100%;
        display: block;
        border-bottom: none;
        border-top: none;
        padding: 10px;
    }
    .conf_wrapper table.formTable tr:last-of-type td{
        border-bottom: 1px solid #d3d3d3;
    }
    .conf_button {
        width: 50%;
        margin: 0 10px;
    }
    
    
    /*---------------------------------

      送信完了 thanks.php

    ---------------------------------*/
     .thanks_wrapper {
        width: 100%;
        max-width: 500px;
        margin: 30% auto 50px;
        padding: 0 20px;
    }
    .thanks_wrapper h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .thanks_wrapper>p{
        text-align: left;
        padding-bottom: 15px;
    }
    .thanks_wrapper>p br{
        display: none;
    }
    .thanks_wrapper>p:last-of-type {
        padding-bottom: 25px;
    }
    .thanks_tel {
        width: 100%;
        border-radius: 14px;
        padding: 20px;
    }
    .jc_logo {
        margin-bottom: 25px;
    }
    .opening_hours{
        display: block;
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .opening_hours span{
        margin: 0 auto;
        margin-top: 10px;
        font-size: 15px;
    }
    .thanks_tel a {
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        display: inline-block;
        position: relative;
        padding-left: 28px;
    }
    .thanks_tel a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        background: url(../img/blue_tel.png) center / 22px auto no-repeat;
    }
    
}


@media print, screen and (max-width: 400px){
    .following_form {
        padding: 5px 2%;
        font-size: 14px;
    }
}
@media print, screen and (max-width: 360px){
    .following_arrow {
        padding-right: 18px;
    }
    .following_tel a {
        font-size: 18px;
        padding-left: 16px;
    }
    .following_tel a::before {
        width: 14px;
        height: 14px;
        background: url(../img/white_tel.png) center/ 14px auto no-repeat;
    }
}