@charset "UTF-8";

#main .section01{ margin-top: 70px; background-image: linear-gradient(90deg, #f4f4f3 1px, transparent 1px), linear-gradient(#f4f4f3 1px, transparent 1px); background-size: 18px 18px; border-bottom: 1px solid #f4f4f3; padding: 0 0 60px 0; }
#main .section .section-ttl{ max-width: 1050px; padding: 60px 5%; margin: 0 auto; }
#main .section .section-ttl .ttl{ font-size: 70px; line-height: 1.3; font-family: 'YakuHanJP', Hind, Lato, sans-serif; color: #e95504; display: inline-block; margin-right: 20px; vertical-align: middle; }
#main .section .section-ttl .ja{ font-size: 18px; line-height: 1.5; display: inline-block; color: #444444; font-weight: bold; vertical-align: middle; }
#main .section01 .shop-list { max-width: 1050px; margin: 0 auto; display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: space-between; transform: translateY( -25px);}
#main .section01 .shop-list .shop { width: 48.57%; margin: 50px 0 0 0 ; background: #FFF; padding: 28px; box-sizing: border-box; box-shadow: 7px 7px 10px rgba(0, 0, 0, .2); position: relative;}
#main .section01 .shop-list .shop .shop-name { display: inline-block; background: #444444; position: absolute; top: -25px; left: 0; }
#main .section01 .shop-list .shop .shop-name h4 { display: inline-block; background: #E65504; font-size: 18px; line-height: 1.1; color: #fff; font-weight: bold; padding: 14px 24px;}
#main .section01 .shop-list .shop .shop-name .saiyou { display: inline-block; font-size: 16px; line-height: 1.1; color: #fff; font-weight: bold; padding: 14px 24px;}
#main .section01 .shop-list .shop .information { margin-top: 20px; display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: space-between;}
#main .section01 .shop-list .shop .information .photo { width: 43.48%;}
#main .section01 .shop-list .shop .information .text-wrap { width: 50%;}
#main .section01 .shop-list .shop .information .text-wrap h5 { font-size: 16px; line-height: 1.6; color: #444444; font-weight: bold; padding: 8px 0 0 16px; position: relative;}
#main .section01 .shop-list .shop .information .text-wrap h5::after { content: ""; width: 8px; height: 8px; background: #E65504; position: absolute; left: 0; top: 16px;}
#main .section01 .shop-list .shop .information .text-wrap .text { font-size: 14px; line-height: 1.6; padding: 3px 0 10px 0; border-bottom: solid 1px #CCC;}
#main .section01 .shop-list .shop .information .text-wrap .text:last-child { padding-bottom: 0px; border-bottom: none;}
#main .section01 .shop-list .shop .description_link_btn { display: block; width: 100%; margin-top: 24px; padding: 20px 0; font-size: 16px; color: #444; line-height: 1.1; background: #E8E8E8; border-radius: 6px; text-align: center; text-decoration: none; }

#main .section02{  background-image: url(../image/bg_message.jpg); background-size: cover; padding: 100px 0 130px 0; }
#main .section02 .message-title { width: 760px; margin: auto; }
#main .section02 .message-title img { width: 249px; }
#main .section02 .message-copy { display: inline-block; font-size: 16px; line-height: 3.4; color: #222; margin: 10px 0 0 50%; transform: translateX( -50%); }

#main .section03{  background-image: url(../image/bg_interview.jpg); background-size: cover; padding: 50px 0 130px 0; }
#main .section03 .interview-wrap{ width: 820px; margin: auto; display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: space-between; }
#main .section03 .interview-wrap .item { width: 375px; height: 500px; margin-bottom: 58px; position: relative; cursor: pointer; }
#main .section03 .interview-wrap .item .photo{ position: relative; overflow: hidden; width: 375px; height: 500px;}
#main .section03 .interview-wrap .item .photo:after { position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 0; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out;z-index: 0; }
#main .section03 .interview-wrap .item:hover .photo:after { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
#main .section03 .interview-wrap .item01 .photo:after { background-image: url(../image/interview01.jpg); background-repeat: none; background-size: cover;  }
#main .section03 .interview-wrap .item02 .photo:after { background-image: url(../image/interview02.jpg); background-repeat: none; background-size: cover;  }
#main .section03 .interview-wrap .item03 .photo:after { background-image: url(../image/interview03.jpg); background-repeat: none; background-size: cover;  }
#main .section03 .interview-wrap .item04 .photo:after { background-image: url(../image/interview04.jpg); background-repeat: none; background-size: cover;  }
#main .section03 .interview-wrap .item05 .photo:after { background-image: url(../image/interview05.jpg); background-repeat: none; background-size: cover;  }
#main .section03 .interview-wrap .item06 .photo:after { background-image: url(../image/interview06.jpg); background-repeat: none; background-size: cover;  }
#main .section03 .interview-wrap .item h4 { position: absolute; font-size: 24px; line-height: 1; color: #2A2A2A;z-index: 100; left: -10px; top: 10px;}
#main .section03 .interview-wrap .item h4 span { display: inline-block; background: #FFF; padding: 8px; margin-bottom: 10px; }
#main .section03 .interview-wrap .item .black-back { position: absolute; bottom: 0; width: 100%; background-color: rgba(42,42,42,0.8); padding:0 15px 15px 15px; box-sizing: border-box;}
#main .section03 .interview-wrap .item .black-back .number { display: inline-block; font-size: 14px; line-height: 1.1; color: #FFF ;background-image: url(../image/bg_number.png); background-size: 100% 100%; background-repeat: none; padding: 6px 22px 6px 12px; transform: translate( -25px, -15px); }
#main .section03 .interview-wrap .item .black-back .position {font-size: 14px; line-height: 1.1; color: #C9C9C9;}
#main .section03 .interview-wrap .item .black-back .name_en {font-size: 26px; line-height: 1.1; color: #FFFFFF; padding-top: 6px; font-weight: bold;}
#main .section03 .interview-wrap .item .black-back .name_jp {font-size: 14px; line-height: 1.1; color: #FFFFFF; padding-top: 10px;}

.modal-view .inner-body { border-top: solid 3px #222222; position: relative;}
.modal-view .inner-body:after { position:absolute; content: ""; width: 100px; height: 3px; top: -3px; left: 0; background-color: #E65504;}
.modal-view .inner-body .head { margin: 50px 50px 20px 50px; background: #444444; display: -ms-flex; display: flex; flex-wrap: wrap; align-items: stretch; }
.modal-view .inner-body .head .number { width: 30%; background: #E65504; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1; color: #FFF; font-weight: bold; transform: translate( -25px, -25px); }
.modal-view .inner-body .head .black-back { width: 70%; padding: 20px; box-sizing: border-box; }
.modal-view .inner-body .head .black-back .position {font-size: 14px; line-height: 1.1; color: #C9C9C9; }
.modal-view .inner-body .head .black-back .name_en {font-size: 26px; line-height: 1.1; color: #FFFFFF; padding-top: 6px; font-weight: bold;}
.modal-view .inner-body .head .black-back .name_jp {font-size: 14px; line-height: 1.1; color: #FFFFFF; padding-top: 10px;}
.modal-view .inner-body .interview_content { width: 720px; margin: 0px auto ;}
.modal-view .inner-body .interview_content .question { position: relative; display: inline-block; font-size: 22px; line-height: 1; margin-top: 25px; padding: 16px 70px; background-color: #F2F2F2; font-weight: bold; color: #222; transform: translateX( -50px);}
.modal-view .inner-body .interview_content .question:after { content: ""; width: 10px; height: 10px; background: #E65504; position: absolute; left: 50px; top: 23px;}
.modal-view .inner-body .interview_content .question:before{ position: absolute; content: ""; border-top: solid 60px #FFF; border-left: solid 30px transparent; right: 0; top: 0;}
.modal-view .inner-body .interview_content .answer { font-size: 14px; line-height: 2; margin-top: 20px;}
.modal-view .inner-body .close-btn { width: 200px; margin: 30px auto 60px; padding: 20px 0; font-size: 16px; line-height: 1; background: #7A7A7A; color: #FFF; cursor: pointer; text-align: center;}


/* 募集要項ページ */
#main .section_description{ background-image: linear-gradient(90deg, #f4f4f3 1px, transparent 1px), linear-gradient(#f4f4f3 1px, transparent 1px); background-size: 18px 18px; border-bottom: 1px solid #f4f4f3; padding: 70px 0 70px 0; }
#main .section_description .description { position: relative; width: 1050px; margin: 0 auto 70px; background: #FFF; padding: 40px 75px 55px 75px; box-sizing: border-box; box-shadow: 10px 10px 0px rgba(230, 85, 4, 1), -10px -10px 0px rgba(232, 232, 232, 1)}
#main .section_description .description .description-title { position: absolute; display: inline-block; background: #444444; border-left: solid 14px #E65504; color: #fff; font-size: 18px; line-height: 1; font-weight: bold; padding: 12px 22px; left: -20px; top: -26px; }
#main .section_description .description .description-table { display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: space-between;}
#main .section_description .description .description-table .th { width: 20%; padding: 20px 0; border-bottom: solid 1px #CCC; font-size: 16px; line-height: 1.5; color: #444; font-weight: bold; padding-left: 22px; box-sizing: border-box; position: relative;}
#main .section_description .description .description-table .th:after { content: ""; width: 8px; height: 8px; background: #E65504; position: absolute; left: 0; top: 30px;}
#main .section_description .description .description-table .td { width: 80%; padding: 20px 0; border-bottom: solid 1px #CCC; font-size: 14px; line-height: 1.7;}
#main .section_description .recruit_btn { display: block; width: 290px; margin: 30px auto 60px; padding: 25px 0; font-size: 16px; line-height: 1; background: #444444; color: #FFF;text-align: center; text-decoration: none;}



@media screen and (max-width: 900px) {
    #main .section01 .shop-list .shop { width: 90%; margin-right: auto; margin-left: auto; }

}

@media screen and (max-width: 700px) {
	#main .section .section-ttl{ padding: 8% 5%; }
	#main .section .section-ttl .ttl{ font-size: 50px; margin-right: 0; display: block; }
	#main .section .section-ttl .ja{ font-size: 14px; display: block; }

    #main .section01 .shop-list { max-width: 100%; }
    #main .section01 .shop-list .shop { width: 90%; margin: 50px auto 0 ; padding: 18px;}
    #main .section01 .shop-list .shop .shop-name h4 { font-size: 16px; padding: 10px 12px;}
    #main .section01 .shop-list .shop .shop-name .saiyou { font-size: 14px; padding: 10px 12px 10px 8px;}
    #main .section01 .shop-list .shop .information .text-wrap h5 { font-size: 14px; }
    #main .section01 .shop-list .shop .description_link_btn { padding: 16px 0; font-size: 14px; }

    #main .section02 .message-title { width: 80%; margin: auto; text-align: center; }
    #main .section02 .message-title img { width: 60%; }
    #main .section02 .message-copy { display: block; width: 85%; font-size: 14px; line-height: 2.6; color: #222; margin: 30px auto 0; transform: translateX( 0); }

    #main .section03 .interview-wrap{ width: 90%; margin-left: auto; margin-right: auto; }
    #main .section03 .interview-wrap .item { width: 300px; height: 400px; margin-left: auto; margin-right: auto; margin-bottom: 40px;}
    #main .section03 .interview-wrap .item .photo{ width: 300px; height: 400px;}
    #main .section03 .interview-wrap .item h4 { position: absolute; font-size: 18px; }


    .modal-view .inner-body .head { margin: 20px 20px 0px 20px; }
    .modal-view .inner-body .head .number { width: 100%; background: #E65504; display: flex; align-items: center; justify-content: center; font-size: 16px; transform: translate( 0, 0); padding: 14px; }
    .modal-view .inner-body .head .black-back { width: 100%; }
    .modal-view .inner-body .interview_content { width: 90%; margin: 0px auto ;}
    .modal-view .inner-body .interview_content .question { position: relative; display: inline-block; font-size: 16px; line-height: 1.6; margin-top: 25px; padding: 12px 40px; background-color: #F2F2F2; font-weight: bold; color: #222; transform: translateX( -20px);}
    .modal-view .inner-body .interview_content .question:after { content: ""; width: 10px; height: 10px; background: #E65504; position: absolute; left: 20px; top: 19px;}
    .modal-view .inner-body .interview_content .question:before{ position: absolute; content: ""; border-top: solid 80px #FFF; border-left: solid 30px transparent; right: 0; top: 0;}
    .modal-view .inner-body .interview_content .answer { font-size: 14px; line-height: 2; margin-top: 20px;}
    .modal-view .inner-body .close-btn { padding: 16px 0; font-size: 14px; }


    /* 募集要項ページ */
    #main .section_description{ padding: 40px 0 40px 0; }
    #main .section_description .description { position: relative; width: 84%; margin: 0 auto 50px; background: #FFF; padding: 20px 25px 20px 25px; box-sizing: border-box; box-shadow: 5px 5px 0px rgba(230, 85, 4, 1), -5px -5px 0px rgba(232, 232, 232, 1)}
    #main .section_description .description .description-title { position: absolute; display: inline-block; background: #444444; border-left: solid 10px #E65504; color: #fff; font-size: 16px; line-height: 1; font-weight: bold; padding: 10px 15px; left: -10px; top: -16px; }
    #main .section_description .description .description-table .th { width: 100%; padding: 20px 0 0 0; border-bottom: none; font-size: 16px; line-height: 1.5; color: #444; font-weight: bold; padding-left: 16px; box-sizing: border-box; position: relative;}
    #main .section_description .description .description-table .td { width: 100%; padding: 12px 0 20px 0; border-bottom: solid 1px #CCC; font-size: 14px; line-height: 1.7;}
    #main .section_description .recruit_btn { display: block; width: 290px; margin: 30px auto 60px; padding: 25px 0; font-size: 16px; line-height: 1; background: #444444; color: #FFF;text-align: center; text-decoration: none;}

}



