@charset "utf-8";
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.inner {
	position: relative;
	width: 1110px;
	margin: 0 auto;
}

.clear:after,
.inner:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    opacity: 1;
}

/* -------------------- header -------------------- */
header ,#headers{
	width: 100%;
	background: #FFFFFF;
	border-bottom: 3px solid #FFFFFF !important;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header.fixed{
	border-bottom: 3px solid #1b67b2 !important;
}
#headers{
	visibility: hidden;
}
header .inner,#headers .inner{
	width: 100%;
    display: flex;
    justify-content: space-around;
	align-items: center;
}
.logo {
	width: 430px;
	font-size: 0;
    text-align: right;
}
.logo a{
	display: inline-block;
}

.logo a img {
	display: block;
	max-width: 100%;
}
.nav{
    width: calc(100% - 430px);
    display: flex;
    justify-content: right;
    align-items: center;
}
.nav_left{
    width: calc(100% - 164px);
    text-align: right;
    padding: 0 40px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	flex-direction: column-reverse;
}
.btn_top{
    display: inline-block;
    font-size: 1.4rem;
    color: #1b67b2;
    text-align: center;
    border: 1px solid #1b67b2;
    padding: 2px 13px 6px 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_top:hover{
	text-decoration: none;
	font-weight: bold;
}
.btn_top span,.btn_top img{
    vertical-align: middle;
}
.btn_top img{
	position: relative;
	top: 1px;
}
.nav_list{
    font-size: 0;
    margin-top: 15px;
}
.nav_list>li{
    display: inline-block;
    margin-right: 30px;
}
.nav_list>li:last-of-type{
    margin-right: 0;
}
.nav_list>li>a{
    color: #000000;
    font-size: 1.6rem;
    font-weight: bold;
}
.nav_list>li>a:hover{
	text-decoration: none;
	color: #1b67b2;
}
.nav_btns{
    width: 164px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}
.nav_btns>a{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 125px;
    background-color: #fff100;
	color: #1b67b2;
}
.nav_btns>a:hover{
	text-decoration: none;
	font-size: 110%;
}
.d-menu{
	display: none;
}

/* -------------------- font-bg-others -------------------- */
.f_white{
	color: #ffffff;
}
.f_yellow{
	color: #fff100;
}
.f_blue{
	color: #20bef9;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}

/* -------------------- common -------------------- */
.ttl_h2 {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.ttl_h2 span{
	font-size: 5.5rem;
	padding: 0 10px;
}

.ttl_en{
	position: absolute;
}
.content_txt{
	font-size: 1.6rem;
	line-height: 2;
}
.content_txt a{
    color: #000000;
    text-decoration: underline;
	text-underline-offset: 5px;
}
.content_txt a:hover{
    text-decoration: none;
}
.btn_common {
	display: block;
	width: 85%;
	max-width: 450px;
	margin: 70px auto 0 auto;
	padding: 19px 0;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #1b67b2;
	border: 3px solid #1b67b2;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btn_common:hover {
	color: #1b67b2;
	background-color: #ffffff;
	text-decoration: none;
}
.btn_common_yellow{
	color: #1b67b2;
	border-color: #fff100;
	background-color: #fff100;
}
.btn_common_yellow:hover {
	color: #1b67b2;
}
/*-------------------- mv --------------------*/
.mv{
    width: 100%;
	position: relative;
}
.mv_img{
    display: block;
}
.mv_img_sp{
	display: none;
}
.mv_txt{
	position: absolute;
    display: inline-block;
    text-align: center;
    font-size: 3.6vw;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
    font-style: italic;
    left: 43%;
	top: 16.5%;
}
.mv_txt .f_blue{
    color: #1b67b2;
    display: inline-block;
    background-color: #fff100;
}
.mv_txt .f70{
    font-size: 70%;
}
/*-------------------- safety --------------------*/
.safety{
	padding: 16vw 0 20px 0;
	background: url(../img/recruit-lp/bg_safety.png) no-repeat right center;
	margin-top: -16vw;
	position: relative;
}
.safety .ttl_h2{
	padding-top: 60px;
	margin-bottom: 30px;
}
.safety .ttl_h2 br{
	display: none;
}

.safety_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.safety_list img{
	display: block;
}
/*-------------------- challenge --------------------*/
.challenge{
	color: #ffffff;
	padding: 280px 0 200px 0;
	background: url(../img/recruit-lp/bg_challenge.png) no-repeat left top;
	position: relative;
}
.challenge_content{
	width: 48%;
}
.challenge_content .ttl_h2{
	letter-spacing: 0;
	text-align: left;
}
.challenge_content .ttl_h2 span{
	font-size: 130%;
	padding: 0;
}
.challenge_content .btn_common{
	margin: 60px 0 0 0;
}
.challenge_img{
	display: block;
	position: absolute;
	right: 0;
	top: 170px;
	max-width: 50%;
}
.challenge_img_pad{
	display: none;
}
/*-------------------- working --------------------*/
.working{
	width: 100%;
	background: url(../img/recruit-lp/bg_working.png) no-repeat center top;
	padding: 520px 0 180px 0;
	margin-top: -480px;
}
.working .ttl_h2{
	padding-top: 60px;
}
.working .ttl_en{
	top: 14%;
    left: 13%;
}
.working_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.working_list>li{
	width: 345px;
	position: relative;
}
.working_blank{
	display: block;
	position: relative;
	z-index: 1;
}
.working_list>li::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 10px solid;
    border-image: linear-gradient(to bottom, #40f8fa, #1e69b3) 1;
}
.working_list>li:nth-of-type(2){
	transform: translateY(80px);
}
.working_list>li:first-of-type{
	transform: translateY(160px);
}
.working_img{
	position: absolute;
	top: -30px;
	left: 0;
}
.working_img img{
	display: block;
}
.working_content{
	width: 100%;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding-bottom: 40px;
}
.working_content_inner{
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.working_tit{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.working_content .btn_common{
	font-size: 1.8rem;
	max-width: 240px;
	padding: 9px 0;
	margin-top: 30px;
}
.working_list>li.no_click .content_txt{
	display: none;
}
.working_list>li.no_click .btn_common{
	background-color: #848483;
	border-color: #848483;
	color: #909397;
}
.no_click_txt{
	background-color: rgba(132, 132, 131, 0.8);
	text-align: center;
	font-size: 2.4rem;
	padding-top: 17px;
	padding-bottom: 17px;
}
.popup {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10000;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
}

.btn_close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.btn_close img{
	display: block;
}

.popup .inner {
	width: 95%;
	max-width: 1110px;
	max-height: 80%;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #1b67b2;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 45px 0;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#sales_popup .inner{
	background-image: url(../img/recruit-lp/popup_sales.png);
}
#engineering_popup .inner{
	background-image: url(../img/recruit-lp/popup_engineering.png);
}
#clerical_popup .inner{
	background-image: url(../img/recruit-lp/popup_clerical.png);
}
.popup_content{
	width: calc(100% - 460px);
}
.work_name{
	width: 320px;
	padding: 8px 70px;
	font-size: 3.5rem;
	margin-bottom: 40px;
	color: #1b67b2;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../img/recruit-lp/bg_popup_tit.png) no-repeat left center;
}
.popup_content_list{
	width: 100%;
	padding: 0 50px 0 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.popup_content_list>li{
	margin-bottom: 30px;
}
.popup_content_list>li:last-of-type{
	margin-bottom: 0;
}
.popup_content_tit{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.popup_schedule{
	width: 410px;
	padding-right: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 50px;
}
.popup_schedule_name{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.popup_schedule_list{
	width: 100%;
}
.popup_schedule_list>li{
	width: 100%;
	display: flex;
	background-color: #ffffff;
	color: #1b67b2;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 5px 18px;
	margin-bottom: 5px;
}
.popup_schedule_list>li:last-of-type{
	margin-bottom: 0;
}
.popup_schedule_time{
	width: 115px;
}
.popup_schedule_tit{
	width: calc(100% - 115px);
}

/*-------------------- recruit --------------------*/
.recruit{
	padding-top: 120px;
}
.recruit .ttl_en{
	top: -10%;
    left: 33%;
}
.recruit_list{
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	border: 10px solid #20bef9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruit_list>li{
	width: 100%;
	display: flex;
	font-size: 1.8rem;
	border-bottom: 2px solid #1b67b2;
}
.recruit_list>li:last-of-type{
	border-bottom: none;
}
.recruit_tit{
	width: 200px;
	background-color: #deedf7;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruit_txt{
	width: calc(100% - 200px);
	padding: 15px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*-------------------- session --------------------*/
.session{
	padding-top: 135px;
}
.session .content_txt{
	text-align: center;
}
.session_tit{
	width: 100%;
	margin-bottom: 25px;
	background: url(../img/recruit-lp/session_img01.png) no-repeat center center;
	background-size: cover;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	font-size: 2.4rem;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 35px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.session_tit .ttl_h2{
	margin-bottom: 10px;
}
.session_mark{
	position: absolute;
	left: 165px;
	top: -30px;
	background: #fff100;
	border: 3px solid #1b67b2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transform: rotate(-15deg);
}
.session_mark img{
	display: block;
}
.session_mark span{
	color: #1b67b2;
	width: 100%;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.session_form{
	width: 100%;
	margin: 40px auto 20px auto;
	table-layout: fixed;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 0;
}
.session_form th{
	width: 25%;
	color: #ffffff;
	background-color: #1b67b2;
	padding: 4px 10px;
}
.session_form th:nth-of-type(2){
	width: 30%;
}
.session_form th:nth-of-type(3){
	width: 20%;
}
.session_form td{
	position: relative;
	border-top: 3px solid #ffffff;
	padding: 13px 10px;
}
.session_form tr:nth-of-type(even) td{
	background-color: #f2f3f3;
}
.session_form tr:nth-of-type(odd) td{
	background-color: #deedf7;
}
.session_form tr:nth-of-type(2) td:last-of-type{
	border-left: 4px solid #ffffff;
}
.session_form_time{
	display: inline-block;
}
.session_form td a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #1b67b2;
	font-size: 2.4rem;
	background-color: #fff100;
}
.session_form td a img{
	display: block;
	margin: 10px auto 0 auto;
}
.session_form td a:hover{
	text-decoration: none;
}
.session_form td a:hover img{
	transform: scale(1.2);
}
.session_form td br{
	display: none;
}
.session_form td a br{
	display: block;
}
.btn_order{
	display: none;
	position: relative;
}
/*-------------------- contact --------------------*/
.contact{
	background: url(../img/recruit-lp/bg_contact.png) no-repeat left top;
	padding: 330px 0 0 0;
}
.contact .ttl_en{
	top: 0;
	right: 0;
	transform: translateY(-100%);
}
.contact .content_txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
.tab_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.tab_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	color: #FFFFFF;
	font-size: 4.5rem;
	font-style: italic;
	font-weight: bold;
	background: #1b67b2;
	padding: 18px 0;
	text-align: center;
}
.tab_btn img{
	display: block;
	margin-right: 20px;
}
.tab_btn:hover{
	color: #ffffff;
	text-decoration: none;
}
.tab_btn.on {
	position: relative;
	border: 8px solid #ffffff;
}

.tab_btn.on::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top-color: #1b67b2;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.tab_btn.on::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-top-color: #ffffff;
	position: absolute;
	bottom: -48px;
	left: 0;
	right: 0;
	margin: auto;
}
.tab {
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 35px;
	padding: 80px 140px 0 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.formApply{
	display: block;
}
.formEntry{
	display: none;
}

.contact_line{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.contact_radio{
	margin: 18px 0;
}
.contact_file{
	border-bottom: 1px solid #26241f;
	padding: 18px 0;
}
.contact_type{
	width: 150px;
	text-align: right;
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 14px;
}
.contact_radio .contact_type{
	padding-top: 5px;
}
.contact_file .contact_type{
	padding-top: 0;
	line-height: 1.4;
}
.contact_file .contact_write{
	padding-top: 4px;
}
.contact_type0{
	padding-top: 0;
}
.contact_write{
	width: calc(100% - 150px);
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input.input_text,.the_select,
textarea {
	display: block;
	width: 100%;
	border: none;
	background: #f2f3f3;
	font-size: 1.6rem;
	line-height: normal;
	font-family: 'Noto Sans JP', sans-serif;
	height: 54px;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
textarea {
	height: auto;
	resize: none;
}
.the_select {
	max-width: 310px;
	padding-right: 40px;
	background: url(../img/recruit-lp/ico_arrow_select.png) no-repeat right 20px center #f2f3f3;
}

.the_select::-ms-expand {
	display: none;
}

.the_select option::-ms-expand {
	display: none;
}

.the_select option {
	font-size: 1.6rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000000;
}
.birth_select{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.birth_select>li{
	width: 32%;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.birth_select>li select{
	margin-right: 10px;
}

.radio_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -5px;
}

.radio_list li {
	width: 156px;
	margin-right: 25px;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

.radio_list li:last-of-type {
	margin-right: 0;
}

.radio_list li input[type="radio"] {
	width: 100%;
	height: 40px;
	opacity: 0;
	vertical-align: middle;
}

.radio_list li label {
	cursor: pointer;
	margin: 0;
	font-size: 1.8rem;
	color: #ffffff;
	width: 100%;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #c3c9cd;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

.radio_list li input.input_radio:checked+label {
	background-color: #1b67b2;
}
.upload_block{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.file_button{
	width: 156px;
	height: 40px;
	color: #ffffff;
	background-color: #c3c9cd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 0;
}

.input_file{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
	height: 40px;
}



.agree {
	position: relative;
	margin-top: 10px;
	display: flex;
}

.agree_left {
	width: 22px;
	padding-top: 0;
}

.input_chb {
	width: 22px;
	height: 22px;
	opacity: 0;
	vertical-align: middle;
}

.agree label {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #1b67b2;
}

.agree input.input_chb:checked+label {
	background: #FFFFFF;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 8px;
	width: 14px;
	height: 8px;
	border: 2px solid #1b67b2;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: calc(100% - 22px);
	padding-left: 10px;
}

.agree a {
	color: #000000;
}

.agree a {
	text-decoration: underline;
}

.contact_reCAPTCHA{
	margin-top: 40px;
}
.g-recaptcha{
	display: flex;
	justify-content: center;
}
.contact_btn .btn_common {
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
	cursor: pointer;
	margin-top: 50px;
}
.thankspage{
	width: 100%;
	padding: 200px 0;
	text-align: center;
	font-size: 2.4rem;
}
.page-template-p_Recruit-LP-thanks1 header,.page-template-p_Recruit-LP-thanks2 header{
	border-bottom-color: #1b67b2 !important;
}

/*-------------------- company --------------------*/
.company{
	width: 100%;
	padding: 145px 0 110px 0;
}
.company .ttl_h2{
	position: relative;
	color: #1b67b2;
	margin-bottom: 60px;
}
.company .ttl_h2::before{
	content: "Company info";
	position: absolute;
	color: #deedf7;
	z-index: -1;
	font-size: 14rem;
	font-weight: bold;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-63%);
	letter-spacing: 0;
}
.company_list{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border-top: 1px solid #1b67b2;
}
.company_list>li{
	width: 100%;
	display: flex;
	padding: 0 70px;
	font-size: 1.8rem;
	border-bottom: 1px solid #1b67b2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.company_tit{
	width: 100px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0;
}
.company_txt{
	width: calc(100% - 100px);
	padding: 14px 0 14px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.company_txt a{
	color: #000000;
}
/*-------------------- section-contact --------------------*/
.section-contact{
    display: none;
}
/* -------------------- footer -------------------- */
.pagetop {
	display: none;
	width: 76px;
	height: 76px;
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 99;
}
.pagetop:hover{
	transform: translateY(-10px);
}

.pagetop img {
	display: block;
}
@media only screen and (max-width:1640px) {
	/* -------------------- header -------------------- */
	.logo {
		width: 320px;
	}
	
	.logo img {
		width: 280px;
	}
	.nav{
		width: calc(100% - 320px);
	}
	.nav_left{
		padding-right: 20px;
	}
	.nav_list>li{
		margin-right: 20px;
	}
}
@media only screen and (max-width:1500px) {
	/* -------------------- header -------------------- */
	.logo {
		width: 310px;
		padding-left: 30px;
	}
	
	.logo img {
		width: 100%;
	}
	.nav{
		width: calc(100% - 310px);
	}
	/*-------------------- challenge --------------------*/
	.challenge{
		background-size: 80%;
		padding: 240px 0 100px 0;
	}
	.challenge_content{
		width: 55%;
	}
	.challenge_img{
		top: 18%;
		max-width: 45%;
	}
	
	/*-------------------- working --------------------*/
	.working{
		padding-top: 260px;
		margin-top: -320px;
		background-size: 100%;
	}
	/*-------------------- contact --------------------*/
	.contact{
		background-size: 100%;
	}
}
@media only screen and (max-width:1300px) {
	/* -------------------- header -------------------- */
	.logo {
		width: 250px;
	}
	.nav{
		width: calc(100% - 250px);
	}
	.nav_list>li>a{
		font-size: 1.4rem;
	}
	/*-------------------- challenge --------------------*/
	.challenge{
		padding-top: 210px;
	}
	.challenge_content{
		width: 60%;
	}
	.challenge_img{
		max-width: 38%;
	}
}
@media only screen and (max-width:1200px) {
	.inner {
		width: 90%;
		max-width: 1110px;
	}
	.fade {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	/* -------------------- header -------------------- */
	header, #headers{
		padding: 20px 0;
	}
	header .inner,#headers .inner{
		width: 90%;
		display: block;
	}
	.logo {
		width: 260px;
		padding-left: 0;
	}
	.nav{
		width: 100%;
		display: block;
	}
	.nav_left{
		width: 100%;
		text-align: left;
		display: none;
		padding-left: 0;
		padding-right: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: #1b67b2;
		z-index: 100;
	}
	.btn_top{
		display: block;
		color: #ffffff;
		font-weight: bold;
		text-align: left;
		padding: 20px 5%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: 1px solid #fff100;
	}
	.btn_top:hover{
		color: #ffffff;
	}
	.btn_top img{
		display: none;
	}
	.nav_list{
		margin-top: 0;
	}
	.nav_list>li{
		display: block;
		margin-right: 0;
		border-bottom: 1px solid #fff100;
	}
	.nav_list>li>a{
		color: #ffffff;
		font-size: 1.4rem;
		display: block;
		padding: 20px 5%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.nav_list>li>a:hover{
		color: #ffffff;
	}
	.nav_btns{
		position: fixed;
		width: 100%;
		display: block;
		font-size: 2rem;
		left: 0;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	}
	.nav_btns>a{
		min-height: 0;
		padding: 20px 5%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.nav_btns>a br{
		display: none;
	}
	.nav_btns>a:hover{
		font-size: 100%;
	}
	.d-menu {
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.panel-btn {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		background: #1b67b2;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 4px;
		margin: -2px 0 0 -13px;
		background: #FFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 4px;
		background: #FFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -11px;
	}
	.panel-btn-icon:after {
		margin-top: 7px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: -2px;
	}
	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	/* -------------------- common -------------------- */
	.ttl_h2 {
		font-size: 4rem;
		letter-spacing: 0;
	}

	.ttl_h2 span{
		font-size: 5rem;
		padding: 0 5px;
	}
	.content_txt a:hover{
		text-decoration: underline;
	}
	.btn_common {
		font-size: 2.4rem;
		border: none;
	}

	.btn_common:hover {
		color: #ffffff;
		background-color: #1b67b2;
	}
	.btn_common_yellow{
		color: #1b67b2;
	}
	.btn_common_yellow:hover {
		color: #1b67b2;
		background-color: #fff100;
	}
	/*-------------------- safety --------------------*/
	.safety{
		background-size: cover;
	}
	.safety_list>li{
		width: 48%;
		max-width: 526px;
	}
	/*-------------------- challenge --------------------*/
	.challenge{
		padding: 22vw 0 0 0;
		background: url(../img/recruit-lp/bg_challenge_line.png) no-repeat left top -0.2vw,url(../img/recruit-lp/bg_challenge_pad.png) no-repeat center center;
		background-size: 100%,cover;
	}
	.challenge_content{
		width: 100%;
	}
	.challenge_content .btn_common{
		margin-top: 40px;
	}
	.challenge_img{
		display: none;
	}
	.challenge_img_pad{
		display: block;
	}
	/*-------------------- working --------------------*/
	.working{
		padding-top: 140px;
		margin-top: -15vw;
	}
	.working_list>li{
		width: 32%;
		max-width: 345px;
	}
	.no_click_txt{
		font-size: 2rem;
	}
	/*-------------------- session --------------------*/
	.session_tit{
		font-size: 2.2rem;
	}
	.session_mark{
		left: 80px;
	}
	.session_form td a:hover img{
		transform: scale(1);
	}
	.session_form td br{
		display: block;
	}
	/*-------------------- contact --------------------*/
	.contact{
		background-size: 100%;
		margin-top: 120px;
		padding-top: 220px;
	}

	.tab_btn {
		font-size: 4rem;
	}
	.tab_btn img{
		margin-right: 10px;
	}
	.tab {
		padding: 80px 80px 0 80px;
	}
	/*-------------------- company --------------------*/
	.company .ttl_h2::before{
		font-size: 12rem;
	}
	/* -------------------- footer -------------------- */
	.pagetop {
		width: 60px;
		height: 60px;
		right: 40px;
		bottom: 100px;
	}
	.pagetop:hover{
		transform: translateY(0);
	}
}

@media only screen and (max-width:1023px) {
	
	/* -------------------- header -------------------- */
	header ,#headers{
		border-bottom-width: 2px !important;
		padding: 15px 0;
	}
	header.fixed{
		border-bottom-width: 2px !important;
	}
	.logo {
		width: 200px;
	}
	.nav_btns{
		font-size: 1.8rem;
	}

	/* -------------------- common -------------------- */
	.ttl_h2 {
		font-size: 3.6rem;
	}

	.ttl_h2 span{
		font-size: 4.6rem;
	}

	.content_txt{
		line-height: 1.8;
	}
	.btn_common {
		max-width: 420px;
		margin-top: 50px;
		font-size: 2.2rem;
	}
	/*-------------------- safety --------------------*/
	.safety .ttl_h2{
		padding-top: 40px;
	}
	
	.safety .ttl_h2 br{
		display: block;
	}

	.safety_list{
		margin-top: 30px;
	}
	/*-------------------- challenge --------------------*/
	.challenge{
		background-position: left top 1vw, center center;
	}
	.challenge .ttl_h2{
		margin-bottom: 30px;
	}
	.challenge_content .btn_common{
		margin-top: 30px;
	}
	/*-------------------- working --------------------*/
	.working{
		padding-top: 15vw;
		margin-top: -13vw;
	}
	.working .ttl_h2{
		padding-top: 5vw;
	}
	.working .ttl_en{
		max-width: 33%;
	}
	.working_list>li::before{
		border-width: 6px;
	}
	.working_content{
		padding-bottom: 30px;
	}
	.working_content_inner{
		padding: 0 20px;
	}
	.working .content_txt{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.working_tit{
		font-size: 2.6rem;
	}
	.no_click_txt{
		font-size: 1.6rem;
		padding-top: 12px;
		padding-bottom: 14px;
	}
	.working_content .btn_common{
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.btn_close {
		width: 32px;
	}

	.popup .inner {
		padding: 40px 0;
	}
	.popup_content{
		width: calc(100% - 330px);
	}
	.work_name{
		padding: 8px 30px;
		font-size: 3rem;
		margin-bottom: 30px;
	}
	.popup_content_list{
		padding-left: 30px;
	}
	.popup_content_list>li{
		margin-bottom: 20px;
	}

	.popup_schedule{
		width: 320px;
		padding-right: 20px;
		bottom: 30px;
	}
	.popup_schedule_list>li{
		display: block;
		font-size: 1.4rem;
	}
	.popup_schedule_time,.popup_schedule_tit{
		width: 100%;
	}

	/*-------------------- recruit --------------------*/
	.recruit{
		padding-top: 120px;
	}
	.recruit .ttl_en{
		max-width: 33%;
		top: -5%;
	}
	.recruit_list{
		border-width: 6px;
	}
	.recruit_list>li{
		font-size: 1.6rem;
	}
	.recruit_tit{
		width: 180px;
	}
	.recruit_txt{
		width: calc(100% - 180px);
		padding: 15px 20px;
	}
	/*-------------------- session --------------------*/
	.session{
		padding-top: 100px;
	}
	.session .content_txt{
		font-size: 1.4rem;
	}
	.session_tit{
		font-size: 2rem;
		padding: 30px 15px;
	}
	.session_mark{
		width: 90px;
		left: 30px;
		top: -20px;
	}
	.session_form{
		margin-top: 30px;
		font-size: 1.6rem;
	}
	.session_form td a{
		font-size: 2rem;
	}
	/*-------------------- contact --------------------*/
	.contact{
		margin-top: 80px;
		padding-top: 20vw;
	}
	.contact .ttl_en{
		max-width: 28%;
	}
	.tab_btn {
		flex-direction: column;
		font-size: 3rem;
		padding: 15px 0;
	}
	.tab_btn img{
		width: 50px;
		margin: 0 auto;
	}
	.tab_btn.on {
		border-width: 5px;
	}
	.tab_btn.on::after {
		border-width: 21px;
		bottom: -42px;
	}
	.tab {
		padding: 50px 30px 0 30px;
	}

	.contact_radio{
		margin: 18px 0;
	}
	.contact_file{
		border-bottom: 1px solid #26241f;
		padding: 18px 0;
	}
	.contact_type{
		width: 130px;
		font-size: 1.6rem;
	}
	.contact_radio .contact_type{
		padding-top: 5px;
	}
	.contact_file .contact_type{
		padding-top: 0;
		line-height: 1.4;
	}
	.contact_file .contact_write{
		padding-top: 4px;
	}
	.contact_write{
		width: calc(100% - 130px);
	}
	.radio_list li {
		width: 140px;
		margin-right: 20px;
	}

	.radio_list li label {
		font-size: 1.6rem;
	}

	.upload_block{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.file_button{
		width: 140px;
	}

	.input_file{
		width: 140px;
	}

	.agree_left {
		width: 18px;
		padding-top: 0;
	}

	.input_chb {
		width: 18px;
		height: 18px;
	}

	.agree label {
		top: 3px;
		width: 18px;
		height: 18px;
	}

	.agree input.input_chb:checked+label::after {
		left: 2px;
		bottom: 7px;
		width: 12px;
		height: 6px;
	}

	.agree_right {
		width: calc(100% - 18px);
	}

	.agree span,
	.agree a {
		font-size: 1.4rem;
	}

	/*-------------------- company --------------------*/
	.company{
		padding: 100px 0;
	}
	.company .ttl_h2{
		margin-bottom: 40px;
	}
	.company .ttl_h2::before{
		font-size: 10rem;
	}
	.company_list>li{
		padding: 0 40px;
	}
}

@media only screen and (max-width:767px) {
	
	/* -------------------- header -------------------- */
	
	.logo {
		width: 180px;
	}
	.btn_top{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav_list>li>a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav_btns{
		font-size: 1.6rem;
	}
	.nav_btns>a{
		padding: 10px 0;
	}
	
	.d-menu {
		width: 40px;
		height: 40px;
	}
	.panel-btn {
		width: 40px;
		height: 40px;
	}
	.panel-btn-icon {
		width: 22px;
		height: 2px;
		margin: -1px 0 0 -11px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 22px;
		height: 2px;
	}
	.panel-btn-icon:before {
		margin-top: -8px;
	}
	.panel-btn-icon:after {
		margin-top: 5px;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}

	/* -------------------- common -------------------- */
	.ttl_h2 {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}

	.ttl_h2 span{
		font-size: 3.2rem;
	}

	.content_txt{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.content_txt a{
		text-underline-offset: 3px;
	}
	.btn_common {
		max-width: 400px;
		margin-top: 40px;
		font-size: 2rem;
	}
	/*-------------------- safety --------------------*/
	
	.safety_list{
		width: 75%;
		display: block;
		max-width: 526px;
		margin: 30px auto 0 auto;
	}
	.safety_list>li{
		width: 100%;
	}
	.safety_list>li:last-of-type{
		margin-top: 20px;
	}
	/*-------------------- challenge --------------------*/
	.challenge{
		background-position: left top 1.8vw, center center;
	}
	.challenge .ttl_h2{
		margin-bottom: 20px;
	}
	.challenge .btn_common{
		margin-top: 20px;
	}
	/*-------------------- working --------------------*/
	.working{
		padding-bottom: 10px;
		background-size: cover;
		background-position: center top -18vw;
	}
	.working .ttl_en{
		top: 4%;
	}
	.working_list{
		width: 75%;
		display: block;
		max-width: 300px;
		margin: 100px auto 0 auto;
	}
	.working_list>li{
		width: 100%;
		margin-top: 50px;
	}
	.working_list>li::before{
		border-width: 4px;
	}
	.working_list>li:nth-of-type(2){
		transform: translateY(0);
	}
	.working_list>li:first-of-type{
		transform: translateY(0);
	}
	.working_img{
		top: -20px;
	}
	.working_tit{
		font-size: 2.4rem;
		font-weight: bold;
	}
	.working_content .btn_common{
		font-size: 1.8rem;
		max-width: 240px;
		padding: 9px 0;
		margin-top: 30px;
	}

	.btn_close {
		width: 24px;
		height: 24px;
	}

	.popup .inner {
		background-size: 100%;
		padding: 30px 0;
	}
	.popup_content{
		width: 100%;
		margin-bottom: 30px;
	}
	.work_name{
		width: 250px;
		padding: 8px 20px;
		font-size: 2.6rem;
		margin-bottom: 20px;
		background-size: cover;
	}
	.popup_content_list{
		padding: 0 20px;
	}
	.popup_content_tit{
		font-size: 1.8rem;
	}

	.popup_schedule{
		width: 100%;
		padding: 0 20px;
		position: static;
		right: auto;
		bottom: auto;
	}
	.popup_schedule_name{
		font-size: 1.8rem;
	}
	.popup_schedule_list{
		width: 100%;
	}
	.popup_schedule_list>li{
		display: flex;
		padding: 5px 18px;
	}
	.popup_schedule_time{
		width: 100px;
	}
	.popup_schedule_tit{
		width: calc(100% - 100px);
	}

	/*-------------------- recruit --------------------*/
	.recruit{
		padding-top: 70px;
	}
	.recruit .ttl_en{
		top: -3%;
	}
	.recruit_list{
		border-width: 4px;
	}
	.recruit_list>li{
		display: block;
		font-size: 1.4rem;
	}
	.recruit_tit{
		width: 100%;
		display: block;
	}
	.recruit_txt{
		width: 100%;
		padding: 15px 20px;
	}
	/*-------------------- session --------------------*/
	.session{
		padding-top: 80px;
	}
	.session_tit{
		font-size: 1.6rem;
		padding: 25px 20px;
	}
	.session_mark{
		width: 70px;
		left: 0;
		border-width: 2px;
		font-size: 1.4rem;
	}
	.session_form{
		width: 100%;
		margin: 40px auto 20px auto;
		font-size: 1.4rem;
	}
	.session_form th{
		width: 35%;
	}
	.session_form th:nth-of-type(2){
		width: 40%;
	}
	.session_form th:nth-of-type(3){
		width: 25%;
	}
	.session_form td{
		border-top-width: 1px;
	}
	.session_form tr:first-of-type th:last-of-type,.session_form tr:nth-of-type(2) td:last-of-type{
		display: none;
	}
	.session_form tr:nth-of-type(2) td:last-of-type{
		border-left-width: 2px;
	}
	.btn_order{
		display: block;
		margin-bottom: 30px;
	}
	.btn_order span,.btn_order img{
		vertical-align: middle;
	}
	.btn_order img{
		margin-left: 10px;
	}
	.btn_order::before{
		content: "予約";
		position: absolute;
		top: -25px;
		left: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		transform: rotate(-15deg);
		font-size: 1.6rem;
		background-color: #1b67b2;
		color: #ffffff;
	}
	.btn_order::before{
		top: -15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	/*-------------------- contact --------------------*/
	.contact{
		margin-top: 60px;
	}
	.contact .content_txt{
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.tab_btn {
		font-size: 2rem;
		padding: 12px 0;
	}
	.tab_btn.on {
		border-width: 3px;
	}

	.tab_btn.on::before {
		border-width: 10px;
		bottom: -20px;
	}
	.tab_btn.on::after {
		border-width: 13px;
		bottom: -26px;
	}
	.tab {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 25px;
		padding: 30px 0 0 0;
	}
	.contact_line{
		display: block;
		margin-bottom: 20px;
	}
	.contact_radio{
		margin: 18px 0;
	}
	.contact_file{
		border-bottom: 1px solid #26241f;
		padding: 18px 0;
	}
	.contact_type{
		width: 100%;
		text-align: left;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.contact_radio .contact_type{
		padding-top: 0;
	}
	.contact_file .contact_type{
		padding-top: 0;
		line-height: 1.4;
	}
	.contact_file .contact_type br{
		display: none;
	}
	.contact_file .contact_write{
		padding-top: 0;
	}
	.contact_write{
		width: 100%;
		padding-left: 0;
	}
	input.input_text,.the_select,
	textarea {
		font-size: 1.4rem;
		height: 42px;
		padding: 10px 15px;
	}
	.the_select {
		padding-right: 20px;
		background-position: right 10px center;
		background-size: 10px;
	}
	textarea{
		height: auto;
	}

	.the_select option {
		font-size: 1.4rem;
	}
	.birth_select>li{
		font-size: 1.4rem;
	}
	.birth_select>li select{
		margin-right: 5px;
	}

	.radio_list li {
		width: 120px;
		margin-right: 15px;
	}

	.radio_list li input[type="radio"] {
		height: 36px;
	}

	.radio_list li label {
		font-size: 1.4rem;
		height: 36px;
	}

	.upload_block{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.file_button{
		width: 120px;
		height: 36px;
	}

	.input_file{
		width: 120px;
		height: 36px;
	}


	.contact_btn .btn_common {
		margin-top: 40px;
	}
	.thankspage{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		font-size: 2rem;
	}
	/*-------------------- company --------------------*/
	.company{
		padding: 60px 0;
	}
	.company .ttl_h2{
		margin-bottom: 30px;
	}
	.company .ttl_h2::before{
		font-size: 6rem;
	}
	.company_list>li{
		display: block;
		font-size: 1.6rem;
		padding: 14px 20px;
	}
	.company_tit{
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.company_txt{
		width: 100%;
		padding: 5px 0 0 0;
	}
	/* -------------------- footer -------------------- */
	.pagetop {
		width: 36px;
		height: 36px;
		bottom: 70px;
	}
}
@media only screen and (max-width: 540px) {
	
	.safety .ttl_h2 br{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	
	/* -------------------- header -------------------- */
	.btn_top{
		font-size: 1.3rem;
	}
	.nav_list>li>a{
		font-size: 1.3rem;
	}
	.nav_btns{
		font-size: 1.4rem;
	}

	/* -------------------- common -------------------- */
	.ttl_h2 {
		font-size: 2.4rem;
	}

	.ttl_h2 span{
		font-size: 3.2rem;
	}
	.btn_common {
		font-size: 1.8rem;
		padding: 15px 0;
	}

	/*-------------------- mv --------------------*/
	.mv_img{
		display: none;
	}
	.mv_img_sp{
		display: block;
	}
	.mv_txt{
		width: 90%;
		display: block;
		font-size: 7.2vw;
		left: 0;
		right: 0;
		margin: auto;
		top: 9vw;
	}
	/*-------------------- challenge --------------------*/
	.challenge{
		padding-top: 30vw;
		background-position: left top 5.5vw, center center;
	}
	/*-------------------- working --------------------*/
	.working{
		background-position-y: -32vw;
		padding-top: 18vw;
	}
	.working .ttl_en{
		top: 3%;
		left: 4%;
	}
	.working_list{
		margin-top: 60px;
	}
	.working_tit{
		font-size: 2.2rem;
	}
	.working_content .btn_common{
		font-size: 1.4rem;
		max-width: 240px;
		padding: 5px 0;
		margin-top: 10px;
	}

	.work_name{
		font-size: 2.4rem;
	}
	.popup_content_tit{
		font-size: 1.6rem;
	}

	.popup_schedule_name{
		font-size: 1.5rem;
	}
	.popup_schedule_list>li{
		font-size: 1.3rem;
		padding: 5px 15px;
	}
	.popup_schedule_time{
		width: 90px;
	}
	.popup_schedule_tit{
		width: calc(100% - 90px);
	}
	/*-------------------- session --------------------*/
	.session{
		
	}
	.session .content_txt{
		font-size: 1.3rem;
	}
	.session_tit{
		font-size: 1.4rem;
	}
	.session_mark{
		top: -40px;
	}
	.session_form{
		font-size: 1.3rem;
	}
	.session_form td:nth-of-type(2){
		padding-left: 0;
		padding-right: 0;
	}
	/*-------------------- contact --------------------*/
	
	.contact .content_txt{
		font-size: 1.3rem;
	}
	.tab_btn {
		font-size: 1.6rem;
		padding: 12px 0;
	}
	.tab_btn img{
		width: 30px;
	}
	.radio_list li {
		width: 100px;
	}
	
	/*-------------------- company --------------------*/
	.company .ttl_h2::before{
		font-size: 4.5rem;
	}
	.company_list>li{
		font-size: 1.4rem;
	}
	/* -------------------- footer -------------------- */
	.pagetop {
		right: 12px;
	}
}


/*-------------------- check --------------------*/

.check {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.check .inner {
	overflow: auto;
	max-height: 90%;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 80px 50px;
}

.check_txt {
	min-height: 56px;
	font-size: 1.6rem;
	background: #bbbbbb;
	padding: 16px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

pre {
	min-height: 56px;
	font-size: 1.6rem;
	background: #EEEEEE;
	padding: 16px 20px;
	font-family: 'Noto Sans JP', sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.check_btn_list {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin: 60px auto 0 auto;
}

.check_btn_list li {
	width: 50%;
}
.check_btn_list a{
	margin-top: 0;
}

.check_btn_list li:last-of-type a {
	border-color: #bababa;
	background-color: #bababa;
}

.check_btn_list li:last-of-type a:hover {
	color: #ffffff;
}

/*-------------------- thankspage --------------------*/
.page-template-thankspage .contact_content{
	width: 100%;
    background-color: #f2f3fa;
    padding: 100px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 100px auto;
}
.page-template-thankspage .thankspage_txt{
	font-size: 3.2rem;
	line-height: 1.72;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #233f9a;
}
.page-template-thankspage .btn_common{
	max-width: 345px;
	border: 3px solid #00b5f0;
	background-color: #ffffff;
	color: #233f9a;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0;
}
.page-template-thankspage .btn_common:hover{
	background-color: #00b5f0;
	color: #ffffff;
}
@media only screen and (max-width: 1024px) {
	
	.page-template-thankspage .contact_content{
		padding: 80px 40px;
		margin: 80px auto;
	}
}
@media only screen and (max-width: 768px) {
	
	/*-------------------- check --------------------*/

	.check_txt {
		min-height: 0;
		padding: 14px 20px;
	}

	pre {
		min-height: 0;
		padding: 14px 20px;
	}

	.check_btn_list {
		width: 100%;
		display: block;
		margin-top: 40px;
	}

	.check_btn_list li {
		width: 100%;
		margin-bottom: 25px;
	}

	.check_btn_list li:last-of-type {
		margin-bottom: 0;
	}
	/*-------------------- thankspage --------------------*/
	.page-template-thankspage .contact_content{
		padding: 60px 20px;
		margin: 60px auto;
	}
	.page-template-thankspage .thankspage_txt{
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 480px) {

	/*-------------------- check --------------------*/
	.check_txt {
		font-size: 1.4rem;
		padding: 12px 15px;
	}

	pre {
		font-size: 1.4rem;
		padding: 12px 15px;
	}
	/*-------------------- thankspage --------------------*/
	.page-template-thankspage .thankspage_txt{
		font-size: 2rem;
	}
}