@charset "UTF-8";
/*recruit*/

/*contents*/
#contents{
	padding: 100px 0 250px;
	}
#contents .item_wrap{
	width: 100%;
	padding: 120px 0 80px;
	position: relative;
	}
#contents .item_wrap:after{
	content: '';
	width: calc(100% - 130px);
	height: 100%;
	background: var(--col_gray);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 80px 0 0 80px;
	}
#contents .item_wrap.reverse:after{
	left: 0;
	right: auto;
	border-radius: 0 80px 80px 0;
	}
#contents .item_img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	display: block;
	width: 50%;
	height: 370px;
	object-fit: cover;
	}
#contents .item_wrap.reverse .item_img{
	left: auto;
	right: 0;
	}

#contents .item{
	width: 1140px;
	margin-inline: auto;
	}
#contents .txt_wrap{
	width: 44%;
	margin: 0 0 0 auto;
	}
#contents .item_wrap.reverse .txt_wrap{
	margin: 0;
	}
#contents .txt_wrap .txt_24{
	line-height: 1.6;
	}
#contents .txt_wrap .txt_18{
	line-height: 2.55;
	}

#contents a.btn_viewmore{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 235px;
	height: 60px;
	border: 1px solid var(--col_sub);
	color: var(--col_sub);
	font-size: 1.125rem;
	letter-spacing: 0.5rem;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	margin: 50px 0 0 auto;
	}
#contents .item_wrap.reverse a.btn_viewmore{
	margin: 50px 0 0;
	}
#contents a.btn_viewmore:hover{
	background: var(--col_sub);
	color: var(--col_white);
	text-decoration: none;
	}

/*requirements*/
#requirements{
	padding: 100px 0 115px;
	}
#requirements hgroup.bg_gray{
	padding: 20px 0;
	text-align: center;
	}
#requirements table.tbl_01{
	border-top: none;
	}
#requirements table.tbl_01 > tbody > tr > th,#requirements profile > tbody > tr > td{
	font-size: 1.125rem;
	vertical-align: top;
	}
#requirements table.tbl_01 > tbody > tr > th{
	color: var(--col_sub);
	width: 200px;
	}
#requirements table.tbl_01 > tbody > tr > td{
	width: calc(100% - 200px);
	}
#requirements span.pc{
	display: inline;
	}
#requirements a.btn_entrysheet{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 185px;
	background: var(--col_sub);
	color: var(--col_white);
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	margin: 125px auto;
	}
#requirements a.btn_entrysheet:hover{
	border: 1px solid var(--col_sub);
	background: var(--col_white);
	color: var(--col_sub);
	text-decoration: none;
	}
#requirements div.btn_entrysheet{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 185px;
	background: var(--col_gray);
	color: var(--col_white);
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	margin: 125px auto;
	}
#requirements div.bg_gray{
	padding: 120px 0;
	text-align: center;
	}


/*entrysheet*/
#entrysheet{
	padding: 125px 0 240px;
	}
#entrysheet .txt_wrap{
	padding: 120px 0;
	text-align: center;
	}
#entrysheet table.tbl_form{
	width: 100%;
	border-spacing: 0;
	}
#entrysheet table.tbl_form > tbody > tr > th,#entrysheet table.tbl_form > tbody > tr > td{
	text-align: left;
	vertical-align: top;
	padding: 20px 30px;
	}
#entrysheet table.tbl_form > tbody > tr:nth-child(odd) > th,#entrysheet table.tbl_form > tbody > tr:nth-child(odd) > td{
	background: var(--col_gray);
	}
#entrysheet table.tbl_form > tbody > tr > th{
	padding-top: 26px;
	width: 260px;
	overflow: hidden;
	font-weight: normal;
	}
#entrysheet table.tbl_form > tbody > tr > td{
	width: calc(100% - 260px);
	align-items: center;
	}
#entrysheet table.nobd > tbody > tr > th{
	width: 170px;
	font-weight: normal;
	}
#entrysheet table.nobd > tbody > tr > td{
	width: calc(100% - 170px);
	}
#entrysheet .required{
	font-weight: normal;
	display: inline-block;
	color: var(--col_white);
	background: #e60012;
	padding: 0 7px;
	font-size: 0.875rem;
	line-height: 1.5;
	float: right;
	margin-top: 5px;
	}
#entrysheet .txt_wrap_privacy{
	padding: 120px 0 0;
	text-align: center;
	}
#entrysheet .privacy_wrap{
	width: 100%;
	height: 235px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 30px 0 35px;
	padding: 50px;
	}

input[type=text],textarea{
	-webkit-appearance: none;
	border-radius: 0;
	padding: 15px;
	min-height: 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 1em;
	}
textarea{
	height: 65px;
	}
textarea.h90{
	height: 90px;
	}
input[type=text].full,textarea.full{
	width: 100%;
	}
input[type=text].half{
	width: calc(50% - 18px);
	}
input[type=text].w70{
	width: 70px;
	margin-right: 10px;
	}
input[type=text].w150{
	width: 150px;
	margin-right: 10px;
	}
input[type=text].w240{
	width: 240px;
	margin-right: 10px;
	}
input[type=text].w420{
	width: 60%;
	}
input[type=text].wzip{
	width: 240px;
	}
input::placeholder{
	color: #999999;
	}
input:focus::placeholder{
	color: transparent;
	}
input:focus::-webkit-input-placeholder{
	color: transparent;
	}
input:focus:-moz-placeholder{
	color: transparent;
	}
input:focus::-moz-placeholder{
	color: transparent;
	}

.select {
	width: 240px;
	min-height: 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	position: relative;
	z-index: 1;
	}

.select::after {
	position: absolute;
	content: '';
	right: 10px;
	top: 50%;
	width:0;
	height:0;
	border-style:solid;
	border-width: 5px 5px 0 5px;
	border-color: var(--col_main) transparent transparent transparent;
	z-index: -1;
	}

select {
  /* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #666666;
	font-size: 1rem;
	}

input[type=checkbox] {
	display: none; /* 標準スタイル */
	}

.cbstyle {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	}


.cbstyle::before,
.cbstyle::after {
	content: "";
	display: block; 
	position: absolute;
	}

.cbstyle::before {
	background-color: #ffffff;
	border-radius: 0%;
	border: 1px solid #cccccc;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
	}

.cbstyle::after {
	border-bottom: 3px solid var(--col_sub);
	border-left: 3px solid var(--col_sub);
	opacity: 0;
	height: 5px;
	width: 10px;
	transform: rotate(-45deg);
	top: 6px;
	left: 10px;
	}

input:checked + .cbstyle::after {
	opacity: 1;
	}

.btn_submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	display: block;
	margin: 60px auto 0;
	width: 390px;
	height: 60px;
	font-size: 1.25rem;
	color: var(--col_white);
	text-align: center;
	background: var(--col_sub);
	cursor: pointer;
	}
.btn_submit:hover{
	border: 1px solid var(--col_sub);
	color: var(--col_sub);
	background: var(--col_white);
	}


/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
#contents .item{
	width: calc(100% - 80px);
	}
}
@media screen and (max-width:1040px) {

}
@media screen and (max-width:767px) {
/*contents*/
#contents{
	padding: 50px 0;
	}
#contents .item_wrap{
	padding: 45px 0;
	}
#contents .item_wrap:after{
	width: calc(100% - 8%);
	border-radius: 20px 0 0 20px;
	}
#contents .item_wrap.reverse:after{
	border-radius: 0 20px 20px 0;
	}
#contents .item_img{
	position: static;
	top: auto;
	left: auto;
	transform: none;
	margin: 0 auto 30px;
	width: calc(100% - 36px);
	height: auto;
	object-fit: fill;
	}
#contents .item_wrap.reverse .item_img{
	right: auto;
	}

#contents .item{
	width: calc(100% - 36px);
	}
#contents .item .inner{
	width: 100%;
	}
#contents .txt_wrap{
	width: calc(100% - 30px);
	}
#contents .item_wrap.reverse .txt_wrap{
	margin: 0;
	}
#contents .txt_wrap .txt_24{
	line-height: 1.6;
	}
#contents .txt_wrap .txt_18{
	line-height: 2;
	}

#contents a.btn_viewmore{
	width: 175px;
	height: 45px;
	margin: 45px auto 0;
	font-size: 1rem;
	}
#contents .item_wrap.reverse a.btn_viewmore{
	margin: 45px auto 0;
	}
/*requirements*/
#requirements{
	padding: 50px 0;
	}
#requirements hgroup.bg_gray{
	padding: 45px 0;
	}
#requirements table.tbl_01.mgt100{
	margin-top: 0;
	}
#requirements table.tbl_01 > tbody > tr > th,#requirements table.tbl_01 > tbody > tr > td{
	font-size: 1rem;
	padding: 10px 0;
	}
#requirements table.tbl_01 > tbody > tr > th{
	color: var(--col_sub);
	width: 100px;
	}
#requirements table.tbl_01 > tbody > tr > td{
	width: calc(100% - 100px);
	}
#requirements span.pc{
	display: none;
	}
#requirements a.btn_entrysheet,#requirements div.btn_entrysheet{
	width: 100%;
	height: 45px;
	font-size: 1rem;
	margin: 30px auto 45px;
	}
#requirements a.btn_entrysheet:hover{
	border: 1px solid var(--col_sub);
	background: var(--col_white);
	color: var(--col_sub);
	text-decoration: none;
	}
#requirements div.bg_gray{
	padding: 40px 0;
	}

/*entrysheet*/
#entrysheet{
	padding: 50px 0 ;
	}
#entrysheet .txt_wrap{
	padding: 45px 0;
	text-align: left;
	}
#entrysheet table.tbl_form > tbody > tr > th,#entrysheet table.tbl_form > tbody > tr > td{
	}
#entrysheet table.tbl_form > tbody > tr > th{
	padding: 10px 20px 0;
	width: 100%;
	}
#entrysheet table.tbl_form > tbody > tr > td{
	width: 100%;
	padding: 10px 20px 20px;
	}
#entrysheet table.nobd > tbody > tr > th{
	width: 100px;
	padding: 10px 10px 10px 0;
	}
#entrysheet table.nobd > tbody > tr > td{
	width: calc(100% - 100px);
	padding: 10px 0 10px 0;
	}
#entrysheet .required{
	float: none;
	margin: 5px;
	}
#entrysheet .txt_wrap_privacy{
	padding: 45px 0 0;
	text-align: center;
	}
#entrysheet .privacy_wrap{
	height: 200px;
	background: #ffffff;
	margin: 15px 0 35px;
	padding: 15px;
	}

input[type=text],textarea{
	padding: 5px;
	min-height: 30px;
	}
textarea{
	height: 55px;
	}
textarea.h90{
	height: 55px;
	}
input[type=text].full,textarea.full{
	width: 100%;
	}
input[type=text].half{
	width: calc(50% - 18px);
	}
input[type=text].w70{
	width: 55px;
	}
input[type=text].w150{
	width: 100px;
	}
input[type=text].w240{
	width: 185px;
	}
input[type=text].w420{
	width: 100%;
	}
input[type=text].wzip{
	width: 185px;
	}
.select {
	width: 185px;
	min-height: 30px;
	}
select {
	padding: 5px;
	}

.btn_submit{
	margin: 40px auto 0;
	width: 100%;
	height: 45px;
	font-size: 1rem;
	}


}
