@charset "UTF-8";

section.page_title_area {
    padding: 250px 0 50px;
}

.page_title_area h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    align-items: center;
    max-width: 1100px;
}

.page_title_area h1 span {
    font-size: 2rem;
    letter-spacing: 0;
    margin-left: 15px;
    font-weight: 700;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 30px;
}

section.recruit {
    padding: 50px 0 200px;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    box-shadow: 0 -100px 100px rgba(0,0,0,0.035);
}

.recruit_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 100px;
}

.recruit_wanted {
    margin-bottom: 150px;
}

h2.recruit_sec_title {
    font-size: 4rem;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 30px;
}

.recruit_message {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 32px;
}

.recruit_wanted_member {
    padding: 60px 0;
}

.recruit_wanted_member h2 {
    font-size: 3rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 25px;
}

ul.recruit_wanted_member_list li {
    margin: 0 0 10px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid;
    display: flex;
    align-items: center;
}

ul.recruit_wanted_member_list li img {
    width: 30px;
    margin-right: 10px;
}

ul.recruit_wanted_member_list li span {
    font-weight: 500;
    font-size: 1.6rem;
}

.recruit_wanted_company h2 {
    font-weight: 500;
    font-size: 3rem;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.recruit_wanted_member h2 span {
    width: 50px;
    margin-right: 10px;
}

.recruit_wanted_company h2 span {
    width: 22px;
    margin-right: 15px;
}

ul.recruit_wanted_company_list {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0,0,0,0.035);
    border-radius: 10px;
    overflow: hidden;
}

ul.recruit_wanted_company_list li:nth-child(2) {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

ul.recruit_wanted_company_list li {
    width: 50%;
    background: #fff;
    position: relative;
    padding: 50px 50px 110px;
}

.recruit_wanted_company_subt {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
}

ul.recruit_wanted_company_list li p {
    font-size: 1.4rem;
    line-height: 26px;
    color: #555;
    font-weight: 400;
    margin-bottom: 8%;
}

ul.recruit_wanted_company_list li a {
    display: block;
    left: 50%;
    background: #000;
    transform: translateX(-120px);
    color: #fff;
    padding: 15px 50px;
    height: auto;
    overflow: hidden;
    bottom: 50px;
    position: absolute;
    border-radius: 100px;
    width: 240px;
    font-family: "Work Sans", sans-serif;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

ul.recruit_wanted_company_list li span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
	display: block;
    color: #fff;
    font-weight: 600;
	z-index: 9999;
	position: relative;
}

ul.recruit_wanted_company_list li a:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

ul.recruit_wanted_company_list li a:hover span {
	color: #fff;
}

ul.recruit_wanted_company_list li a:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0426A0;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

ul.recruit_wanted_company_list li a:hover:after {
	background: #0426A0;
	position: absolute;
	width:100%;
	height: 100%;
}

.recruit_message p {
    font-size: 1.6rem;
    line-height: 30px;
}

.recruit_message p span {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 500;
}

.recruit_wanted_box {
    padding: 5%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0,0,0,0.035);
    margin: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.recruit_wanted_cap h3 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.recruit_wanted_cap p {
    font-size: 1.4rem;
    line-height: 26px;
    color: #555;
}

.recruit_wanted_cap {
    width: 70%;
    border-right: 1px solid #eee;
    padding-right: 5%;
}

.recruit_wanted_btn {
    width: 24%;
}

.recruit_wanted_btn a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    border-radius: 100px;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.recruit_wanted_btn a span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
	display: block;
    color: #fff;
    font-weight: 600;
	z-index: 9999;
	position: relative;
}

.recruit_wanted_btn a:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.recruit_wanted_btn a:hover span {
	color: #fff;
}

.recruit_wanted_btn a:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0426A0;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.recruit_wanted_btn a:hover:after {
	background: #0426A0;
	position: absolute;
	width:100%;
	height: 100%;
}


p.caption_text {
    margin: 50px 0;
    font-size: 1.4rem;
    line-height: 26px;
}

table.recruit_table th h3 {
    font-size: 1.6rem;
}

table.recruit_table th {
    width: 20%;
    font-size: 1.6rem;
    vertical-align: top;
    border-bottom: 1px solid;
    padding: 70px 0;
}

table.recruit_table td {
    padding: 70px 0 70px 50px;
    border-bottom: 1px solid #ddd;
}

table.recruit_table td p {
    font-size: 1.5rem;
    line-height: 28px;
}

th.recruit_table_top_th {
    border-top: 1px solid;
}

td.recruit_table_top_td {
    border-top: 1px solid #ddd;
}

ul.recruit_check_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

ul.recruit_check_list li img {
    width: 34px;
    margin: 0 auto 10px;
}

ul.recruit_check_list li {
    margin: 0.5%;
    line-height: 24px;
    font-size: 1.5rem;
    width: 49%;
    font-weight: 400;
    align-items: center;
    border: 1px solid;
    text-align: center;
    padding: 5%;
    border-radius: 5px;
}

ul.recruit_check_list li h3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 32px;
}

ul.recruit_check_list li p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 26px;
    color: #555;
}

ul.recruit_check_list li:last-child {
}

.recruit_contactform {
	margin-top: 150px;
	padding: 80px;
	background: #eee;
	max-width: 1000px;
	margin: 0 auto;
}

.mailform dl {
    display: flex;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: space-between;
}

.pp_area label {
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
}

.pp_area {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 33px 0!important;
}

.pp_area label input {margin-right: 5px;}

.pp_link {
    display: block;
    font-size: 1.2rem;
    text-decoration: underline!important;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin-top: 7px;
}

dd.form_birth input {
    width: 20%;
}

dd.form_mail input {
    width: 75%;
}

dd.form_tel input {
    width: 50%;
}

.mailform dt {
    width: 30%;
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
    padding-top: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.mailform dd input {
    padding: 13px;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
}

.mailform dt p {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 0;
}

.mailform dd {
    width: 65%;
}

.mailform dd textarea {
    padding: 13px;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 200px;
    font-size: 1.6rem;
}

.submit_area input {
    text-align: center;
    display: block;
    margin: 50px auto 0;
    padding: 15px 70px 12px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 2rem;
    border: none;
    background: #000;
    color: #fff;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.submit_area input:hover {
	background: #0426A0;
	color: #fff;
}

.recruit_contactform p {
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 50px;
    font-weight: 500;
    text-align: center;
}

.recruit_contactform h2.recruit_sec_title {
    text-align: center;
    margin-bottom: 60px;
}

h3.confirmation {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin: 0 0 50px 0;
}

table.formTable input {
    border: none;
    border-radius: 5px;
    padding: 15px;
}

table.formTable th {
    width: 30%;
    padding: 20px 0;
    align-items: center;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 50px;
}

table.formTable td {
    width: 70%;
    padding: 20px 0;
}

.pp_area input {
    margin-right: 10px;
}

table.formTable {
    width: 100%;
}

.required {
    font-size: 1.2rem;
    padding: 2px 8px 0px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-weight: 500;
    border-radius: 3px;
    margin-left: 8px;
}

table.formTable textarea {
    border: none;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}

table.formTable_confirmation th {
    width: 35%;
    padding: 20px 0;
    border-bottom: 1px solid;
    align-items: center;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 50px;
}

table.formTable_confirmation td {
    width: 65%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

table.formTable_confirmation {
    width: 80%;
    margin: 50px auto;
}

.submit_btn_area {
    padding: 18px 55px 13px;
    margin: 5% auto 0;
    display: block;
    background: #000;
    width: max-content;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.submit_btn_area:before {
	width: 0;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #0426A0;
	border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.submit_btn_area:hover:before {
	width: 100%;
}

.submit_btn_area input {
	position: relative;
	border: none;
	font-weight: 500;
	display: block;
	font-size: 1.6rem;
	background: none;
	color: #fff;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.contact_cap p {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
}

.contact_cap_completion p {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
}

.contact_form_recruit {
    background: #eee;
    padding: 8%;
    border-radius: 15px;
    margin: 75px 0 0;
}

.agree {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    font-weight: 500;
}

.agree input {
    margin-right: 8px;
}

.agree a {
    text-decoration: underline;
    color: #000;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.agree a:hover {
    opacity: 0.5;
}

#loopslider03 {
    margin: 0 auto;
    width: auto;
    height: 133px;
    text-align: left;
    position: relative;
    top: 0px;
    overflow: hidden;
    backdrop-filter: blur(1.5px);
}

#loopslider03 ul {
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider03 ul li {
    width: auto;
    height: 136px;
    white-space: nowrap;
    float: left;
    display: inline;
    overflow: hidden;
}

.bottom_phrase ul li {
    color: #1b1b1b;
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 130px;
}

.bottom_phrase:before {
	content:"";
	display: none;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 0px;
	height: 1px;
	background: #1b1b1b;
	position: absolute;
}

.recruit_info_cap span {
    border: 1px solid;
    padding: 5px 20px 2px;
    display: block;
    width: max-content;
    margin-bottom: 20px!important;
    font-size: 1.5rem;
    font-weight: 400!important;
}

ul.recruit_table_list li {
    margin: 15px 0;
    line-height: 22px;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
}

ul.recruit_table_list {margin: 0;}

ul.recruit_table_flow {
    display: flex;
    margin-bottom: 30px;
}

ul.recruit_table_flow li {
    width: 18%;
    text-align: center;
    margin: 0 1.5%;
    position: relative;
    border: 1px solid;
    font-size: 1.5rem;
    padding: 15px 0;
    border-radius: 3px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.recruit_table_flow li span {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
}

ul.recruit_table_flow li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    right: 0;
    top: 50%;
    margin-right: -18px;
    margin-top: -2.5px;
}

ul.recruit_table_flow li:last-child {
    margin-right: 0;
}

ul.recruit_table_flow li:first-child {
    margin-left: 0;
}

ul.recruit_table_list li:before {
    width: 5px;
    height: 5px;
    border: 1px solid #999;
    display: block;
    content: "";
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

td.recruit_table_top_td span {
    font-weight: 600;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
}

ul.recruit_table_list li:first-child {
    margin: 0 0 15px;
}

ul.recruit_table_list li:last-child {
    margin: 0 0 20px;
}

.recruit_wanted_contact {
    background: #fff;
    text-align: center;
    padding: 50px 0;
    margin-top: 100px;
    border-radius: 4px;
}

.recruit_wanted_contact p {
    font-weight: 400;
    line-height: 26px;
}

ul.recruit_link {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

ul.recruit_link li {
	margin: 0 10px;
}

ul.recruit_link a {
    padding: 15px;
	border: 1px solid #000;
    background: #000;
    width: 160px;
    height: auto;
    display: block;
    border-radius: 100px;
    font-family: "Work Sans", sans-serif;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

ul.recruit_link a span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
	display: block;
    color: #fff;
    font-weight: 600;
	z-index: 9999;
	position: relative;
}

ul.recruit_link a:hover {
	color: #0014b4;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

ul.recruit_link a:hover span {
	color: #0014b4;
}

ul.recruit_link a:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #fff;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

ul.recruit_link a:hover:after {
	background: #fff;
	position: absolute;
	width:100%;
	height: 100%;
}

.recruit_wanted_contact p a {
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

/*下層ページ*/

h2.job_title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 60px;
}

table.recruit_table th h3 {
    font-size: 1.6rem;
}

table.recruit_table td p {
    font-size: 1.5rem;
    line-height: 30px;
}

ul.recruit_check_list li img {
    width: 29px;
    margin: 0 auto 10px;
}

th.recruit_table_top_th {
    border-top: 1px solid;
}

td.recruit_table_top_td {
    border-top: 1px solid #ddd;
}

.more_wanted_area_title {
    margin-bottom: 50px;
    font-size: 3rem;
    font-weight: 600;
}

.more_wanted_area {
    margin: 150px 0;
}

ul.more_wanted_banner {
    display: flex;
    flex-wrap: wrap;
}

ul.more_wanted_banner li a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 18px 40px 15px;
	background: #fff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 1.6rem;
	margin: 0 10px 0 0;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.02);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

ul.more_wanted_banner li a span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    z-index: 9999;
    position: relative;
}

ul.more_wanted_banner li a:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

ul.more_wanted_banner li a:hover span {
	color: #fff;
}

ul.more_wanted_banner li a:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0426A0;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

ul.more_wanted_banner li a:hover:after {
	background: #0426A0;
	position: absolute;
	width:100%;
	height: 100%;
}

.recruit_more_link {
    padding: 40px 50px;
    /* background: #fff; */
    height: auto;
    border-bottom: 1px solid #1b1b1b;
    width: 100%;
    border-top: 1px solid #1b1b1b;
    display: block;
    position: relative;
    margin: 0 auto;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.others_arrow {
    width: 30px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
	position: relative;
}

.recruit_more_link:hover .others_arrow {
filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%)
}
	
.recruit_others_link_text p {
    color: #1b1b1b;
    font-weight: 400;
    z-index: 9999;
    font-size: 1.5rem;
    line-height: 26px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    position: relative;
}

.recruit_more_link span {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
    display: flex;
    color: #1b1b1b;
    font-weight: 600;
    justify-content: space-between;
    z-index: 9999;
    font-size: 2rem;
    position: relative;
    border-left: 1px solid #1b1b1b;
    margin-bottom: 20px;
    padding-left: 10px;
}

.recruit_more_link:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.recruit_more_link:hover span {
	color: #fff;
    border-left: 1px solid #fff;
}

.recruit_more_link:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #1b1b1b;
	content: "";
	display: block;
	left: 0;
	top: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.recruit_more_link:hover .recruit_others_link_text p {
	color: #fff;
}

.recruit_more_link:hover:after {
	background: #1b1b1b;
	position: absolute;
	width:100%;
	height: 100%;
}


ul.recruit_others_link_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    padding-bottom: 0;
    margin: 0 auto;
}

ul.recruit_others_link_area li:first-child a {
    border-right: 1px solid #1b1b1b;
}

ul.recruit_others_link_area li:nth-child(2) a {
    border-right: 1px solid #1b1b1b;
}

ul.recruit_others_link_area li {
    margin: 0;
    width: 50%;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.recruit {
    padding: 10vh 0 0;
}

.page_title_area h1 {
    font-size: 4rem;
    width: 88%;
    font-weight: 600;
    margin: 0 auto 5vh;
}

section.page_title_area {
    padding: 150px 0 0;
}

h2.recruit_sec_title {
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.recruit_message p {
    font-size: 1.2rem;
    line-height: 22px;
}

.recruit_message {
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 600;
}
	
.recruit_inner {
    padding-top: 0;
}

section.page_title_area {
    padding: 150px 0 50px;
}
	
#loopslider03 {
	height: 100px;	
}

.bottom_phrase ul li {
	font-size: 10rem;
	line-height: 140px;
	letter-spacing: -7px;
}
	
.recruit_message p span {
    font-size: 1.4rem;
    line-height: 24px;
}

td.recruit_table_top_td span {
    font-size: 1.3rem;
    padding: 2px 10px 0px;
}

ul.recruit_table_list li {
    font-size: 1.5rem;
    line-height: 26px;
}

table.recruit_table tr {
    display: block;
}

table.recruit_table {
    display: block;
}

ul.recruit_table_list {
    margin-bottom: 0;
}

ul.recruit_table_flow li {
    writing-mode: vertical-lr;
    line-height: 16px;
    font-size: 1.8rem;
    padding: 40px 0;
}

ul.recruit_table_flow li span {padding: 0!important;}

ul.recruit_table_flow li:after {
    margin-right: -4px;
}

ul.recruit_table_flow li:last-child:after {
    display: none;
}

td.recruit_table_top_td span {
    letter-spacing: 1px;
    font-size: 1.6rem;
    padding: 2px 10px 0px;
    border-left: 1px solid;
}

ul.recruit_check_list {
    display: block;
    margin-bottom: 50px;
}

ul.recruit_check_list li {
    width: 100%;
    margin-bottom: 4%;
    padding: 8%;
    display: block;
    font-weight: 500;
}

ul.recruit_check_list li img {
    margin: 0 auto 5px;
}

.recruit_wanted_member {
    padding: 60px 0 50px;
}

.recruit_wanted_member h2 {
    font-size: 2.4rem;
    font-weight: 600;
}

ul.recruit_wanted_member_list li {
    padding: 15px;
    margin: 4% 0;
}

ul.recruit_wanted_member_list li span {
    line-height: 24px;
    font-size: 1.5rem;
}

.recruit_wanted_company h2 {
    font-size: 2.4rem;
    font-weight: 600;
}

ul.recruit_wanted_company_list {
    display: block;
}

ul.recruit_wanted_company_list li {
    width: 100%;
    padding: 8%;
}

.recruit_wanted_company_subt {
    margin-bottom: 7%;
    font-size: 2.6rem;
    text-align: left;
}

ul.recruit_wanted_company_list li a {
    position: relative;
    transform: inherit;
    left: 0;
    margin: 0 auto;
    width: 100%;
    bottom: inherit;
}

ul.recruit_wanted_company_list li:nth-child(2) {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: none;
    border-left: none;
}

.recruit_wanted {
    margin-bottom: 10vh;
}

ul.recruit_check_list li h3 {
    font-size: 2rem;
    line-height: 30px;
}

ul.recruit_check_list li p {
    font-weight: 400;
}

p.caption_text {
    margin: 30px 0;
}

.recruit_wanted_box {
    display: block;
    padding: 8%;
}

.recruit_wanted_cap {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 8%;
}

.recruit_wanted_btn a {
    width: 100%;
    display: block;
}

.recruit_wanted_btn {
    width: 100%;
}

.recruit_wanted_cap p br {
    display: none;
}

.recruit_wanted_btn a span {
    font-size: 1.5rem;
}

ul.recruit_wanted_company_list li span {
    font-size: 1.5rem;
}
	
.recruit_wanted_contact {
    margin-top: 20px;
    padding: 30px 7%;
}

.recruit_wanted_contact p {
    text-align: left;
    line-height: 24px;
    font-size: 1.2rem;
}

ul.recruit_link li {
    display: block;
    width: 100%;
    margin: 10px 0;
}

ul.recruit_link {
    display: block;
    width: 100%;
    margin: 20px 0;
}

ul.recruit_link li a {
    width: 100%;
    border-radius: 5px;
}

.recruit_wanted_contact p a {
    font-size: 1.2rem;
}

.contact_form_recruit {
    margin: 30px 0;
    border-radius: 8px;
    padding: 0;
    background: none;
}
	
.agree {
    font-size: 1.2rem;
    margin: 10px 0 20px 0;
}

.agree a {
    font-size: 15px;
}
	
.recruit_contactform {
    margin-top: 0;
    padding: 80px 5%;
}
	
.mailform dl {
    display: block;
    padding: 5px 0;
}

.mailform dt {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.mailform dd {
    width: 100%;
}

.mailform dd input {
    padding: 13px;
    font-size: 1.4rem;
    width: 100%;
}

.mailform dd textarea {
    font-size: 1.4rem;
}

.submit_area input {
    margin: 30px auto 0;
    font-size: 1.6rem;
}

.recruit_contactform h2.recruit_sec_title {
    margin-bottom: 30px;
    text-align: left;
}

.recruit_contactform p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.recruit_contactform p br {
    display: none;
}

td.pp_area input {
    width: max-content;
    padding: 10px 0!important;
}

.agree a {
    font-size: 1.2rem;
}

table.formTable th {
    width: 100%;
    line-height: 20px;
    font-size: 1.6rem;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

table.formTable td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
}

table.formTable input {
    padding: 15px;
    font-size: 1.3rem;
}

table.formTable textarea {
    padding: 15px;
    border-radius: 5px;
    font-size: 1.3rem;
}

.submit_btn_area {margin: 10px auto 0;}

.submit_btn_area input {
    font-size: 1.4rem;
}
	
h3.confirmation {
    font-size: 2rem;
    margin: 0 0 30px;
}

table.formTable_confirmation {
    width: 100%;
    margin: 30px auto;
}

table.formTable_confirmation th {
        font-size: 1.2rem;
        padding: 25px 0;
        line-height: 20px;
}

table.formTable_confirmation td {
    padding: 10px;
    font-size: 1.2rem;
}
	
.full_width {
	width: 100%!important;
}

.pp_area label input {
    width: 20px;
    margin-right: 8px;
}

.pp_area label {
    font-size: 1.5rem;
}
	
/*下層ページ*/
table.recruit_table th {
	width: 100%;
	padding: 15px 15px 12px;
	background: #eee;
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: none;
}

table.recruit_table th h3 {
    font-size: 1.6rem;
    width: 100%;
    font-weight: 500;
    display: block;
}

table.recruit_table td {
    display: block;
    padding: 30px 5%;
    border: none;
}

table.recruit_table td p {
    font-size: 1.5rem;
    line-height: 26px;
}

h2.job_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.more_wanted_area {
    margin: 10vh 0;
    border-top: 1px solid #ddd;
    padding-top: 10vh;
}

.more_wanted_area_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

ul.more_wanted_banner li a {
    font-size: 1.5rem;
    margin: 0;
    padding: 12px 20px 9px;
}

ul.more_wanted_banner li {
    margin: 0 3% 3% 0;
}

ul.more_wanted_banner li a span {
    font-size: 1.5rem;
}

ul.recruit_others_link_area {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10vh;
}

.recruit_more_link {
        padding: 30px 6%;
        border-bottom: none;
}

ul.recruit_others_link_area li {
    width: 100%;
    margin: 0 auto;
}

ul.recruit_others_link_area li:first-child a {
    border-right: none;
}

ul.recruit_others_link_area li:nth-child(2) a {
    border-right: none;
}
	
ul.recruit_others_link_area li:last-child a {
    border-bottom: 1px solid #1b1b1b;
}

}