@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/*------------------------------------------------------------
TOPPAGE .p-top
------------------------------------------------------------*/
.p-top.category_img h1 {
	text-align: right;
	z-index: 10;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
	.p-top.category_img h1 {
		text-align: center;
	}
	.p-top.category_img h1 img {
		/* max-width: 70%; */
		max-width: 200px;
	}
}

.p-top.category_img .slideshow .bx-wrapper .bx-pager {
	bottom: 70px;
}

.p-top.category_img .slideshow .bx-wrapper .bx-pager.bx-default-pager a {
	width: 11px;
	height: 11px;
	background: #093881;
}

@media screen and (max-width: 767px) {
	.p-top.category_img .slideshow .bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
}

.p-top.category_img .slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #87bae5;
}

.bx-wrapper {
	background-color: #E4EFFA !important;
}

.p-top.category_img .h1_block {
	width: 1100px;
	position: absolute;
	top: calc(40% + 82px);
	left: 25%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.p-top.category_img .h1_block {
		top: 50%;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.bx-wrapper img {
	border-radius: 0;
}
.bx-wrapper .item:nth-child(2) img {
	object-position: left -40px;
}
@media screen and (max-width: 767px) {
.bx-wrapper .item:nth-child(1) img {
	object-position: 15% center;
}
}
	
.bx-wrapper span {
	height: 90vh;
	display: block;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.p-top.s-news {
	padding-bottom: 150px;
	z-index: 10;
	padding-top: 1px;
	background: url("../img/top/news_bg.png") center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.p-top.s-news {
		/* padding-bottom: 60px; */
	}
}

.p-top.s-news .container {
	margin-top: -40px;
	background-color: #fff;
	padding: 50px;
	width: 1000px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(203, 203, 203, 0.5);
	box-shadow: 0px 0px 21px 0px rgba(203, 203, 203, 0.5);
}

@media screen and (max-width: 767px) {
	.p-top.s-news .container {
		width: auto;
		padding: 46px 0 50px;
	}
	.p-top.s-news .container .inner {
		padding: 0 15px;
	}
}

.p-top.s-news .news_list {
	text-align: left;
	margin-top: 20px;
}

.p-top.s-news .news_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .news_list li {
		margin-top: 16px;
		flex-wrap: wrap;
		/* -webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; */
	}
}

.p-top.s-news .news_list li:first-child {
	margin-top: 0;
}

.p-top.s-news .news_list a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.p-top.s-news .news_list a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.p-top.s-news .news_list a p {
	display: inline-block;
}

.p-top.s-news .news_list .date {
	font-weight: bold;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .news_list .date {
		margin-right: 10px;
	}
}

.p-top.s-news .news_list .label {
	color: #012D4C;
	border: 1px solid #2e508f;
	width: 118px;
	margin-right: 20px;
	padding: 3px 0;
	text-align: center;
	border-radius: 2px;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .news_list .label {
		width: 98px;
		padding: 1px 0;
		margin-right: 0;
	}
}

.p-top.s-news .news_list .title {
	color: #2a7fc6;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .news_list .title {
		display: block;
		width: 100%;
		padding-top: 3px;
	}
}

.p-top.s-news .to_news_list {
	margin-top: 18px;
	position: relative;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .to_news_list {
		margin-top: 30px;
	}
}

.p-top.s-news .to_news_list:after {
	display: block;
	clear: both;
	content: "";
}

.p-top.s-news .to_news_list .line {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #abb4c0;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .to_news_list .line {
		/* width: calc((100% - 120px - 10px)); */
	}
}

.p-top.s-news .to_news_list__button {
	width: 170px;
	padding: 13px 0 12px;
	background-color: #fff;
	position: relative;
}

@media screen and (max-width: 767px) {
	.p-top.s-news .to_news_list__button {
		width: 120px;
		padding: 6px 0;
	}
}

.p-top.s-works {
	min-width: 1170px;
}

@media screen and (max-width: 767px) {
	.p-top.s-works {
		min-width: auto;
	}
}

.p-top.s-works .container {
	margin-top: -100px;
    position: relative;
    z-index: 10;
}

.p-top.s-recruit {
	background-image: url("../img/top/top_recruit.png");
	background-size: cover;
	margin-top: 50px;
	margin-bottom: -100px;
}

@media screen and (max-width: 767px) {
	.p-top.s-recruit {
		margin-top: 60px;
		margin-bottom: -60px;
	}
}

.p-top.s-recruit .right {
	width: calc(50% - 180px);
	padding: 110px 90px;
}

@media screen and (max-width: 767px) {
	.p-top.s-recruit .right {
		width: 92%;
		float: none;
		margin: 0 auto;
		padding: 60px 0;
	}
}

.p-top.s-recruit .recruit_text {
	margin: 20px 0;
	text-align: left;
}

.p-top.s-recruit .recruit_button {
	width: calc(100% - 6px);
	padding: 13px 0 12px;
}

@media screen and (max-width: 767px) {
	.p-top.s-recruit .recruit_button {
		padding: 6px 0;
		width: 100%;
	}
}

/*------------------------------------------------------------
COMPANY .p-company
------------------------------------------------------------*/
.p-company {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.p-company {
		margin-top: 60px;
	}
}

.p-company .with_shadow {
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.p-company .with_shadow {
		padding: 50px 0;
	}
}

.p-company .content {
	margin-top: 20px;
	text-align: left;
	padding: 0 50px;
}

@media screen and (max-width: 767px) {
	.p-company .content {
		padding: 0 15px;
	}
}

.p-company .content p {
	color: #000;
}

.p-company.s-greeting .right_align {
	margin-top: 30px;
}

.p-company.s-company_profile .table_content {
	width: 100%;
}

.p-company.s-company_profile .table_content tr:nth-child(odd) td {
	background-color: #dde4ec;
}

.p-company.s-company_profile .table_content th,
.p-company.s-company_profile .table_content td {
	font-size: 1.3rem;
	line-height: 2.1;
	padding: 2px 20px 1px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.p-company.s-company_profile .table_content th,
	.p-company.s-company_profile .table_content td {
		padding: 2px 10px;
	}
}

.p-company.s-company_profile .table_content th {
	width: 100px;
	font-weight: normal;
	color: #fff;
	background-color: #1c355e;
}

@media screen and (max-width: 767px) {
	.p-company.s-company_profile .table_content th {
		width: 70px;
	}
}

.p-company.s-company_profile .table_content td {
	width: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
	.p-company.s-company_profile .table_content td {
		width: calc(100% - 90px);
	}
}

.p-company.s-philosophy .philosophy_list li {
	border-bottom: 1px dotted #b7b7b7;
	padding: 10px 0;
}

.p-company.s-philosophy .philosophy_list li:last-child {
	border-bottom: none;
}

.p-company.s-philosophy .philosophy_list .title {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.p-company.s-philosophy .philosophy_list .title {
		font-size: 1.6rem;
		margin-bottom: 7px;
	}
}

.p-company.s-history .history_table_content {
	width: 100%;
	border-collapse: collapse;
}

.p-company.s-history .history_table_content th,
.p-company.s-history .history_table_content td {
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 2.1;
	padding: 16px 0;
	border-bottom: 1px dotted #b7b7b7;
}

.p-company.s-history .history_table_content th {
	font-weight: normal;
	width: 230px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-company.s-history .history_table_content th,
	.p-company.s-history .history_table_content td {
		display: block;
		width: 100%;
	}
	.p-company.s-history .history_table_content th {
		border-bottom: none;
		padding-bottom: 0;
	}
}

.p-company.s-organ_chart .content {
	text-align: center;
}
.p-company.s-organ_chart .content img {
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	.p-company.s-organ_chart .content  img {
		width: 100%;
	}
}

/*------------------------------------------------------------
NEWS .p-news
------------------------------------------------------------*/
.p-news.s-news_main {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main {
		margin-top: 60px;
	}
}

.p-news.s-news_main .news_list {
	text-align: left;
	margin-top: 20px;
}

.p-news.s-news_main .news_item {
	padding: 20px 50px;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .news_item {
		padding: 20px 15px;
		margin-top: 20px;
	}
}

.p-news.s-news_main .news_item:first-child {
	margin-top: 0;
}

.p-news.s-news_main .news_item .title_cover {
	margin-bottom: 10px;
}

.p-news.s-news_main .news_item .title_cover::after {
	content: "";
	display: block;
	clear: both;
}

.p-news.s-news_main .news_item .title_cover .title{
	float: left;
	width: calc(100% - 130px);
	margin-top: 2px;
}

.p-news.s-news_main .news_item .title_cover .date {
	float: right;
	width: 100px;
	padding: 6px 0 5px;
	margin-right: 0;
	text-align: center;
	background-color: #eeeeee;
}

.p-news.s-news_main .to_detail {
	text-align: center;
	margin-top: 11px;
	position: relative;
}

.p-news.s-news_main .to_detail:after {
	display: block;
	clear: both;
	content: "";
}

.p-news.s-news_main .to_detail .line {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 812px;
	height: 1px;
	background-color: #abb4c0;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .to_detail .line {
		width: calc((100% - 120px - 25px));
	}
}

.p-news.s-news_main .to_detail__button {
	width: 164px;
	padding: 13px 0 12px;
	float: right;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .to_detail__button {
		width: 120px;
		padding: 6px;
	}
}

.p-news.s-news_main .news_details {
	margin-top: 20px;
	padding: 70px 50px;
	text-align: left;
	line-height: 240%;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .news_details {
		padding: 50px 15px;
	}
	.p-news.s-news_main .news_details > h3 {
		text-align: center;
	}
}

.p-news.s-news_main .news_details .content {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .news_details .content {
		display: table;
		margin: 25px auto 0;
	}
}

.p-news.s-news_main .news_details img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .news_details img {
		width: 100%;
	}
}

.p-news.s-news_main .to_list {
	margin-top: 100px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .to_list {
		margin-top: 50px;
	}
}

.p-news.s-news_main .to_list__button {
	color: #053f6a;
	font-weight: bold;
	width: 218px;
	border: 1px solid #053f6a;
	padding: 6px 0 5px;
}


/* News_type page
------------------------------------------------------------*/
.p-news_type .with_shadow {
	padding: 70px 0;
}

@media screen and (max-width: 767px){
	.p-news_type .with_shadow {
		padding: 50px 0;
	}
}

.p-news_type .content {
	padding: 0 50px;
	margin-top: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-news_type .content {
		padding: 0 15px;
	}
}

.p-news .tab {
	display: flex;
    align-items: baseline;
	margin-top: 47px;
}

@media screen and (max-width: 767px) {
	.p-news .tab {
		margin-top: 30px;
	}
}

.p-news .tab li {
	color: #fff;
	width: calc((100% - 32px) / 3);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    background: #0c347e;
    opacity: 0.6;
    font-weight: bold;
    border-right: 1px solid #fafafaf5;
}

@media screen and (max-width: 767px) {
	.p-news .tab li {
		font-size: 1.4rem;
		padding: 5px 0;
		width: calc((100% - 16px) / 3);
	}
}

.p-news .tab li:not(:last-child) {
	margin-right: 16px;
}

@media screen and (max-width: 767px) {
	.p-news .tab li:not(:last-child) {
		margin-right: 8px;
	}
}


.p-news .tab li.active {
    color: #fff;
    background: #093881;
    padding-bottom: 38px;
    opacity: 1;
    position: relative;
}

@media screen and (max-width: 767px) {
	.p-news .tab li.active {
		padding-bottom: 20px;
	}
}

.p-news .tab li.active:after {
	content:"";
	width: 1px;
	height: 27px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-news .tab li.active:after {
		height: 15px;
	}
}

.p-news .tab li:last-child {
    margin-right: 0px;
}

.p-news .tab li:nth-of-type(10n) {
    margin-right: 0;
}

.p-news .tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.p-news .tabcontent.active {
	display: block;
}

.p-news.s-news_main .list-other {
	background: #eee;
	padding: 27px 50px 40px;
	box-shadow: -2px 0px 17px 6px rgb(203 203 203 / 50%);
}
@media screen and (max-width: 767px) {
	.p-news.s-news_main .list-other {
		padding: 25px 15px;
	}
}
.p-news.s-news_main .list-other h3 {
	margin-bottom: 7px;
}
.p-news.s-news_main .list-other ul + ul {
	margin-top: 20px;
}
.p-news.s-news_main .list-other li {
	font-size: 13px;
	line-height: 1.7;
}

.p-news.s-news_main .txthead {
	background: #87bae5;
	padding: 20px 50px;
	margin-top: 65px;
}
@media screen and (max-width: 767px) {
	.p-news.s-news_main .txthead {
		padding: 15px;
		margin-top: 50px;
	}
}

.p-news .tabcontent article .label a{
	color: #000;
}

.p-news .tabcontent article .to_detail .line {
	width: 715px;
	width: calc((100% - 164px - 25px));
}

@media screen and (max-width: 767px) {
	.p-news .tabcontent article .to_detail .line {
		width: calc((100% - 120px - 25px));
	}
}

.p-news .tabcontent article p {
}

.p-news.s-news_main .news_details h4 {
	font-size: 16px;
	padding: 70px 50px;
}

@media screen and (max-width: 767px) {
	.p-news.s-news_main .news_details h4 {
		padding: 50px 15px;
	}
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*------------------------------------------------------------
BUSINESS .p-business
------------------------------------------------------------*/
.p-business {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.p-business {
		margin-top: 60px;
	}
}

.p-business .with_shadow {
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.p-business .with_shadow {
		padding: 50px 0;
	}
}

.p-business .content {
	margin-top: 20px;
	text-align: left;
	padding: 0 50px;
}

@media screen and (max-width: 767px) {
	.p-business .content {
		padding: 0 15px;
	}
}

.p-business .content p {
	color: #000;
}

.p-business.s-business_child .mt20 {
	margin-top: 30px;
}

.p-business.s-business_child_img_list .img_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-business.s-business_child_img_list .img_list .item {
	text-align: left;
	width: 340px;
	margin-right: 40px;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.p-business.s-business_child_img_list .img_list .item {
		width: 100%;
		margin-right: 0;
		margin-top: 3px!important;
	}
}

.p-business.s-business_child_img_list .img_list .item:nth-child(3n) {
	margin-right: 0;
}

.p-business.s-business_child_img_list .img_list .item:nth-child(-n+3) {
	margin-top: 0;
}

.p-business.s-business_child_img_list .img_list .item p {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border: solid 4px rgba(135, 186, 229, 1.0);
	padding: 20px 10px;
	color: #012d4c;
	cursor: pointer;
	transition: all .5s;
}
.p-business.s-business_child_img_list .img_list .item p:hover {
	background-color: #87bae5;
}

.p-business.s-business_child_img_list .img_list .item.fullwidth {
	width: 100%;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-business.s-business_child_img_list .img_list .item:first-child p {
		margin-top: 0;
	}
	.p-business.s-business_child_img_list .img_list .item p {
		border: solid 2px rgba(135, 186, 229, 1.0);
		padding: 10px 5px;
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
CONTACT .p-contact
------------------------------------------------------------*/
.p-contact.s-contact_main {
	margin-top: 70px;
}

.p-contact.s-contact_main .contact_form {
	margin: 20px 80px 0;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_main .contact_form {
		margin: 20px 0 0;
	}
}

.p-contact.s-contact_main .contact_form table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 1.5;
}

.p-contact.s-contact_main .contact_form table caption {
	text-align: right;
	font-size: 1.2rem;
	color: #5aaf44;
}

.p-contact.s-contact_main .contact_form table tr:last-child {
	text-align: center;
}

.p-contact.s-contact_main .contact_form table tr:last-child td {
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_main .contact_form table tr:last-child td {
		padding-top: 20px;
	}
}

.p-contact.s-contact_main .contact_form table th, .p-contact.s-contact_main .contact_form table td {
	color: #2c2c2c;
}

.p-contact.s-contact_main .contact_form table th {
	width: 240px;
	vertical-align: top;
	padding-top: 31px;
}

.p-contact.s-contact_main .contact_form table th span {
	color: #5aaf44;
}

.p-contact.s-contact_main .contact_form table td {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_main .contact_form table th,
	.p-contact.s-contact_main .contact_form table td {
		display: block;
		width: 100%;
	}
	.p-contact.s-contact_main .contact_form table th {
		padding-top: 20px;
	}
	.p-contact.s-contact_main .contact_form table td {
		padding-top: 3px;
	}
}

.p-contact.s-contact_main .contact_form table input,
.p-contact.s-contact_main .contact_form table textarea {
	font-size: 1.3rem;
	width: calc(100% - 40px);
	border: none;
	background-color: #dde4ec;
	padding: 11px 20px 10px;
	font-size: 1.3rem;
	font-family: "メイリオ", "meiryo", sans-serif;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_main .contact_form table input,
	.p-contact.s-contact_main .contact_form table textarea {
		padding: 8px 10px;
		width: calc(100% - 20px);
	}
}

.p-contact.s-contact_main .contact_form table textarea {
	resize: none;
	min-height: 280px;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_main .contact_form table textarea {
		min-height: 230px;
	}
}

.p-contact.s-contact_main .contact_form table input[type="submit"] {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	width: 218px;
	color: #053d66;
	border: 1px solid #053d66;
	background-color: transparent;
	display: inline-block;
	padding: 6px 0 5px;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_main .contact_form table input[type="submit"] {
		width: 160px;
	}
}

.p-contact.s-contact_main .contact_form table input[type="submit"]:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*------------------------------------------------------------
PRIVACY POLICY .p-privacy
------------------------------------------------------------*/
.p-privacy {
	margin-top: 70px;
}

@media screen and (max-width: 767px)  {
	.p-privacy {
		margin-top: 60px;
	}
}

.p-privacy .with_shadow {
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.p-privacy .with_shadow {
		padding: 50px 0;
	}
}

.p-privacy .content {
	margin-top: 20px;
	text-align: left;
	padding: 0 50px;
}

@media screen and (max-width: 767px) {
	.p-privacy .content {
		padding: 0 15px;
	}
}

.p-privacy.s-privacy_policy .privacy_list {
	width: 100%;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-privacy.s-privacy_policy .privacy_list {
		margin-top: 20px;
	}
}

.p-privacy.s-privacy_policy .privacy_list li {
	border-bottom: 1px dotted #b7b7b7;
	padding: 20px 0;
}

.p-privacy.s-privacy_policy .privacy_list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.p-privacy.s-privacy_policy .privacy_list li h3 {
	margin-bottom: 10px;
}

.p-privacy.s-privacy_policy .privacy_list li p {
	line-height: 1.8;
}

/*------------------------------------------------------------
RECRUIT .p-recruit
------------------------------------------------------------*/
.p-recruit {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.p-recruit {
		margin-top: 60px;
	}
}

.p-recruit .with_shadow {
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.p-recruit .with_shadow {
		padding: 50px 0;
	}
}

.p-recruit .content {
	margin-top: 20px;
	text-align: left;
	padding: 0 50px;
}

@media screen and (max-width: 767px) {
	.p-recruit .content {
		padding: 0 15px;
	}
}

.p-recruit .content .title {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.p-recruit .content .title {
		font-size: 1.5rem;
	}
}

.p-recruit .content_list {
	margin-top: 20px;
}

.p-recruit .content_list li {
	border-bottom: 1px dotted #b7b7b7;
	padding: 20px 0;
}

.p-recruit .content_list h3 {
	margin-bottom: 20px;
}

.p-recruit .content_list p {
	line-height: 1.8;
}

.p-recruit .line_bottom {
	padding-bottom: 40px;
	border-bottom: 1px dotted #b7b7b7;
	margin-bottom: 35px;
}

.p-recruit.with_bg {
	background-color: #f1f1f1;
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.p-recruit.with_bg {
		padding: 60px 0;
	}
}

.p-recruit.s-recruit_info .boximg .text {
	position: relative;
	margin: -70px auto 40px;
	background: #0d8b07;
	padding: 20px 0;
	text-align: center;
	max-width: 735px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .boximg .text {
		padding: 10px 0;
		max-width: 93%;
		margin: -48px auto 30px;
	}
}

.p-recruit.s-recruit_info .boximg .text .ic_tree {
	margin-top: -67px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .boximg .text .ic_tree {
		zoom: 70%;
		margin-top: -57px;
	}
}

.p-recruit.s-recruit_info .boximg h3 {
	color: #fff;
	font-weight: normal;
	font-size: 58px;
	line-height: 1;
	letter-spacing: 20px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .boximg h3 {
		font-size: 3.2rem;
		letter-spacing: 0;
	}
}

.p-recruit.s-recruit_info .boximg p {
	color: #fff;
	font-size: 17px;
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .boximg p {
		font-size: 1.4rem;
	}
}

/* Edited 20240306 */
.s-recruit_system .container {
	display: flex;
}
.s-recruit_system .system-txt {
	padding: 5%;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
}
.s-recruit_system .system-txt h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
.s-recruit_system .system-txt p {
	line-height: 2;
}
.s-recruit_system .system-img {
	width: 50%;
	background-size: cover !important;
	box-sizing: border-box;
}

.p-recruit.s-recruit_system .system-txt {
	background-color: #06459B;
}
.p-recruit.s-recruit_system .system-txt h2, .p-recruit.s-recruit_system .system-txt p {
	color: #fff;
}
.p-recruit.s-recruit_system .system-img {
	background: url(../img/recruit/system-img.png) center no-repeat;
}
/* our */
.p-our.s-recruit_system {
	margin-top: 70px;
}
.p-our.s-recruit_system .system-txt {
	background-color: #fff;
}
.p-our.s-recruit_system .system-txt h2, .p-our.s-recruit_system .system-txt p {
	color: #000;
}
.p-our.s-recruit_system .system-img {
	background: url(../img/recruit/our-img.png) center no-repeat;
}

@media screen and (max-width: 767px) {
	.p-our.s-recruit_system {
		margin-top: 60px;
	}
	.s-recruit_system .container {
		flex-direction: column-reverse;
	}
	.s-recruit_system .system-txt {
		padding: 40px 20px;
		width: 100%;
		text-align: left;
	}
	.s-recruit_system .system-txt h2 {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.s-recruit_system .system-img {
		width: 100%;
		height: 70vw;
	}
}


.p-recruit.s-recruit_works_list .list_philosophy {
	padding: 22px 0 120px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy {
		padding: 0 0 60px;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 67px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy ul {
		display: block;
		margin-top: 35px;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy ul li {
	width: calc((100% - 10%)  / 3);
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy ul li {
		width: 100%;
		margin-bottom: 35px;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy ul li:not(:nth-child(3n)) {
	margin-right: 5%;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy ul li:not(:nth-child(3n)) {
		margin-right: 0;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

@font-face {
	font-family: 'MyriadPro-Cond';
	src: url("../fonts/MyriadPro-Cond.otf") format("opentype");
	font-style: bold;
	font-stretch: bold;
	font-display: swap;
}
.p-recruit.s-recruit_works_list .list_philosophy ul .num {
	color: #053d66;
	font-size: 48px;
	line-height: 1;
	display: block;
	margin: 8px 0 -7px;
	font-weight: bold;
	font-family: 'MyriadPro-Cond';
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy ul .num {
		font-size: 4rem;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy ul h3 {
	font-size: 23px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy ul h3 {
		font-size: 1.8rem;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy ul p {
	padding-top: 10px;
	line-height: 1.7;
	border-top: 1px solid #053d66;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list .list_philosophy ul p {
		padding-top: 7px;
		margin-top: 2px;
	}
}

.p-recruit.s-recruit_works_list .list_philosophy img {
	width: 100%;
}

.p-recruit.s-recruit_info .details .items {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items {
		margin-top: 30px;
	}
}

.p-recruit.s-recruit_info .details .items .title1 {
	text-align: center;
}
.p-recruit.s-recruit_info .details .items .title1 h3 {
	font-size: 24px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items .title1 h3 {
		font-size: 1.8rem;
	}
}

.p-recruit.s-recruit_info .details .items .title1 .label {
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items .title1 .label {
		margin-bottom: 15px;
	}
}

.p-recruit.s-recruit_info .details .items .title1 .num span {
	width: 70px;
	margin: 0 auto;
	background: #fff;
	color: #053d66;
	font-size: 48px;
	line-height: 1.2;
	display: block;
	position: relative;
	font-family: "Acumin Pro Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items .title1 .num span {
		font-size: 4rem;
		width: 62px;
	}
}
.p-recruit.s-recruit_info .details .items .title1 .num {
	position: relative;
}
.p-recruit.s-recruit_info .details .items .title1 .num:before {
	content:"";
	height: 4px;
	width: 100%;
	background: #053d66;
	position: absolute;
	top: 42%;
	left: 0;
	transform: translate(0, -50%);
}
.p-recruit.s-recruit_info .details .items .title1 .txt {
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items .title1 .txt {
		font-size: 1.3rem;
	}
}

.p-recruit.s-recruit_info .details .items .txtred {
	color: #fff;
	font-size: 24px;
	padding: 20px 10px;
	margin: 30px 0 67px;
	text-align: center;
	background: #ff8b9f;
	border: 4px solid #ff5b8a;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items .txtred {
		font-size: 1.8rem;
		padding: 15px 10px;
		margin: 22px 0 37px;
		border: 2px solid #ff5b8a;
	}
}
.p-recruit.s-recruit_info .details .items .txtborder p {
	border-top: 3px solid #053d66;
	padding-top: 4px;
}
@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items .txtborder {
		margin: -10px 0 16px;
	}
}

.p-recruit.s-recruit_info .details .items ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items ul {
		display: block;
		margin-top: 30px;
	}
}

.p-recruit.s-recruit_info .details .items ul li {
	width: calc((100% - 6%)  / 3);
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items ul li {
		width: 100%;
		margin-bottom: 40px;
	}
}

.p-recruit.s-recruit_info .details .items ul li:not(:nth-child(3n)) {
	margin-right: 3%;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items ul li:not(:nth-child(3n)) {
		margin-right: 0;
	}
}

.p-recruit.s-recruit_info .details .items ul li:last-child {
	margin-right: 0;
}
.p-recruit.s-recruit_info .details .items ul li h3 {
	font-size: 17px;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items ul li h3 {
		font-size: 1.4rem;
		padding-top: 10px;
		text-align: center;
	}
}

.p-recruit.s-recruit_info .details .items ul li p {
	padding-top: 10px;
	line-height: 1.7;
	border-top: 1px solid #053d66;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items ul li p {
		padding-top: 7px;
		margin-top: 3px;
	}
}

.p-recruit.s-recruit_info .details .items ul li img ~ img {
	padding-top: 6px;
}
.p-recruit.s-recruit_info .details .items ul li:nth-child(4),
.p-recruit.s-recruit_info .details .items ul li:nth-child(5) {
	/*margin-top: -40px;*/
}

.p-recruit.s-recruit_info .details .items ul li:nth-child(6) {
	/*margin-top: -14px;*/
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .details .items ul li:nth-child(4),
	.p-recruit.s-recruit_info .details .items ul li:nth-child(5),
	.p-recruit.s-recruit_info .details .items ul li:nth-child(6) {
		margin-top: 0;
	}
}

.p-recruit.s-recruit_info .details img,
.p-recruit.s-recruit_info .image img {
	width: 100%;
}

.p-recruit.s-recruit_info .image {
	padding-left: 37px;
	margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .image {
		padding-left: 0;
		margin-bottom: -60px;
	}
}

.p-recruit.s-recruit_info .img {
	width: 100%;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_info .img {
		margin-top: 30px;
	}
}

.p-recruit.s-recruit_voice .details {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details {
		margin-top: 36px;
		display: block;
	}
}
.p-recruit.s-recruit_voice .details + .details {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details + .details {
		margin-top: 50px;
	}
}

.p-recruit.s-recruit_voice .details .boxleft {
	width: 19%;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft {
		/*width: 100%;*/
		width: auto;
	}
}

.p-recruit.s-recruit_voice .details .boxleft img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft img {
		width: auto;
	}
}
.p-recruit.s-recruit_voice .details .boxleft .date {
	border-left: 13px solid #0c347e;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 14px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft .date {
		border-left: 6px solid #0c347e;
		margin-top: 15px;
		padding-left: 7px;
	}
}

.p-recruit.s-recruit_voice .details .boxleft .date span {
	display: block;
	color: #626363;
	font-size: 19px;
	padding: 4px 0;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft .date span {
		font-size: 1.5rem;
	}
}

.p-recruit.s-recruit_voice .details .boxleft .date p {
	color: #053d66;
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft .date p {
		font-size: 1.8rem;
	}
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.p-recruit.s-recruit_voice .details .boxleft h3 {
	color: #053d66;
	font-size: 28px;
	font-style: italic;
	font-style: oblique 90deg;
	margin-top: 30px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft h3 {
		font-size: 2rem;
		margin-top: 20px;
	}
}

.p-recruit.s-recruit_voice .details .boxleft .txt {
	font-size: 18px;
	padding-top: 22px;
	line-height: 1.8;
	font-style: oblique 90deg;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxleft .txt {
		font-size: 1.4rem;
	}
}

.p-recruit.s-recruit_voice .details .boxright {
	width: 76.5%;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright {
		width: 100%;
		margin-top: 30px;
	}
}

.p-recruit.s-recruit_voice .details .boxright dl {
	position: relative;
}
.p-recruit.s-recruit_voice .details .boxright dl:not(:last-child) {
	padding-bottom: 22px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright dl {
		/*padding-left: 15px;*/
	}
	.p-recruit.s-recruit_voice .details .boxright dl:not(:last-child) {
		/*padding-bottom: 25px;*/
	}
}

/*.p-recruit.s-recruit_voice .details .boxright dl:before {
	content: "";
	width: 20px;
	height: 20px;
	top: 6px;
	left: -38px;
	background: #0c347e;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright dl:before {
		width: 10px;
		height: 10px;
		left: 0;
	}
}

.p-recruit.s-recruit_voice .details .boxright dl:not(:last-child):after {
	content: "";
	top: 6px;
	left: -30px;
	width: 4px;
	height: 100%;
	background: #c9c9c9;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright dl:not(:last-child):after {
		width: 2px;
		left: 4px;
	}
}*/

.p-recruit.s-recruit_voice .details .boxright dt {
	color: #fff;
	font-size: 18px;
	padding: 3px 20px 1px;
	margin-bottom: 11px;
	background-color: #0c347e;

}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright dt {
		font-size: 1.4rem;
		margin-bottom: 6px;
		padding: 2px 10px;
	}
}

.p-recruit.s-recruit_voice .details .boxright dd {
	line-height: 2;
}

.p-recruit.s-recruit_voice .details .boxright dd h3 {
	color: #053d66;
	font-size: 26px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright dd h3 {
		font-size: 1.6rem;
	}
}

.p-recruit.s-recruit_voice .details .boxright dd p {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright dd p {
		font-size: 1.2rem;
	}
}

.p-recruit.s-recruit_voice .details .boxright .inner {
	max-width: 340px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_voice .details .boxright .inner {
		max-width: 100%;
	}
}

.p-recruit.s-recruit_child_img_list .work-tit {
	text-align: center;
	margin: 60px 0;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_img_list .work-tit {
		margin: 0 0 -10px;
	}
}

.p-recruit.s-recruit_works_list {
	min-width: 1170px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_works_list {
		min-width: auto;
	}
}

.p-recruit.s-recruit_works_list .mt39 {
	margin-top: 39px;
}

.p-recruit.s-recruit_works_list.mbn20 {
	margin-bottom: -20px;
}

.p-recruit.s-recruit_child_img_list {
	text-align: left;
}

.p-recruit.s-recruit_child_img_list h3 {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_img_list h3 {
		margin-bottom: 35px;
		text-align: center;
	}
}

.p-recruit.s-recruit_child_img_list .mb30 {
	margin-bottom: 30px;
}

.p-recruit.s-recruit_child_img_list .img_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_img_list .img_list {
		display: block;
	}
}

.p-recruit.s-recruit_child_img_list .img_list .item {
	width: 340px;
	margin-right: 40px;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_img_list .img_list .item {
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
	}
	.p-recruit.s-recruit_child_img_list .img_list .item img {
		width: 100%;
	}
}

.p-recruit.s-recruit_child_img_list .img_list .item:nth-child(3n) {
	margin-right: 0;
}

.p-recruit.s-recruit_child_img_list .img_list .item:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_img_list .img_list .item:nth-child(-n+3) {
		margin-top: 40px;
	}
}

.p-recruit.s-recruit_child_img_list .img_list .item p {
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_img_list .img_list .item p {
		font-size: 1.4rem;
		text-align: center;
	}
	.p-recruit.s-recruit_child_img_list.s-voice .img_list .item p {
		text-align: left;
	}
	.p-recruit.s-recruit_child_img_list .img_list .item p ~ p {
		margin-top: 5px;
	}
}

.p-recruit.s-recruit_child_img_list .img_list .item p.text {
	font-size: 1.3rem;
	font-weight: normal;
}

.p-recruit.s-qualifications h3 {
	margin-bottom: 20px;
}

.p-recruit.s-qualifications .details {
	display: flex;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-qualifications .details {
		display: block;
	}
}

.p-recruit.s-qualifications .details table ~ table {
	border-left: 1px solid #fff;
}

.p-recruit.s-qualifications .qualifications_table {
	margin-top: 20px;
	width: 50%;
	font-size: 1.3rem;
	line-height: 1.5;
	vertical-align: middle;
	border-collapse: collapse;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-qualifications .qualifications_table {
		width: 100%;
		border-left: 0;
	}
}

.p-recruit.s-qualifications .qualifications_table thead th {
	background-color: #0e3571;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 5px 0 6px;
}

.p-recruit.s-qualifications .qualifications_table thead th:last-child {
	border-right: none;
}

.p-recruit.s-qualifications .qualifications_table tbody tr:nth-child(odd) {
	background-color: #e9eef2;
}

.p-recruit.s-qualifications .qualifications_table tbody td {
	height: 30px;
	box-sizing: border-box;
	padding: 5px 25px 6px;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-qualifications .qualifications_table tbody td {
		padding: 10px;
	}
	.p-recruit.s-qualifications .qualifications_table tbody th:last-child,
	.p-recruit.s-qualifications .qualifications_table tbody td:last-child {
		width: 25%;
	}
}
@media screen and (max-width: 510px) {
	.p-recruit.s-qualifications .qualifications_table tbody td span {
		display: block;
	}
}
@media screen and (max-width: 510px) {
	.p-recruit.s-qualifications .qualifications_table tbody td span {
		display: block;
	}
}

.p-recruit.s-qualifications .qualifications_table tbody td:nth-child(even) {
	text-align: right;
}

.p-recruit.s-qualifications .qualifications_table tbody td:last-child {
	border-right: none;
}

.p-recruit.s-contact_main .recruit_form table .is_inline {
	display: inline-block;
	margin-left: 10px;
}

.p-recruit.s-contact_main .recruit_form table .is_inline:first-child {
	margin-left: 0;
}

.p-recruit.s-contact_main .recruit_form table .width_auto {
	width: auto;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-contact_main .recruit_form table .width_auto {
		margin-right: 5px;
	}
}

.p-recruit.s-contact_main .recruit_form table input[type="checkbox"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	display: inline-block;
	width: auto;
	margin: 0;
	margin-right: 5px;
	vertical-align: -2px;
}

.p-recruit.s-recruit_child_two_col .left,
.p-recruit.s-recruit_child_two_col .right {
	width: 520px;
}


.p-recruit.s-recruit_child_two_col .left.w550 {
	width: 550px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_two_col .left,
	.p-recruit.s-recruit_child_two_col .right,
	.p-recruit.s-recruit_child_two_col .left.w550 {
		width: auto;
		float: none;
	}
	.p-recruit.s-recruit_child_two_col .right {
		margin-top: 40px;
	}
}

.p-recruit.s-recruit_child_two_col .content_list li:after {
	display: block;
	clear: both;
	content: "";
}

.p-recruit.s-recruit_child_two_col .content_list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.p-recruit.s-recruit_child_two_col .content_list p {
	text-align: left;
}

.p-recruit.s-recruit_child_two_col .partnership_table {
	width: 100%;
	line-height: 1.8;
	font-size: 1.3rem;
	text-align: left;
	margin-top: 20px;
	border-collapse: collapse;
}

.p-recruit.s-recruit_child_two_col .partnership_table tr:nth-child(odd) {
	background-color: #dde4ec;
}

.p-recruit.s-recruit_child_two_col .partnership_table td {
	padding: 10px 25px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_two_col .partnership_table td {
		padding: 10px 15px;
	}
}

.p-recruit.s-recruit_child_two_col .partnership_table td:first-child {
	background-color: #1c355e;
	color: #fff;
	width: 180px;
	padding: 10px 15px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-recruit_child_two_col .partnership_table td {
		display: block;
		width: auto!important;
	}
	.p-recruit.s-recruit_child_two_col .partnership_table td:first-child {
		padding: 8px 10px;
		line-height: 1.5;
		text-align: center;
	}
}

.p-recruit.s-to_entry_form .to_entry_form_button {
	border-radius: 25px;
	background-color: #3daf2c;
	width: 800px;
	color: #fff;
	padding: 18px 0;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-to_entry_form .to_entry_form_button {
		width: 92%;
		padding: 13px 5px;
		box-sizing: border-box;
	}
}

.p-recruit.s-to_entry_form .to_entry_form_button span {
	font-size: 2.7rem;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.p-recruit.s-to_entry_form .to_entry_form_button span {
		font-size: 2rem;
		margin-bottom: 3px;
	}
}

.p-recruit .benefits_list {
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 20px;
}
.p-recruit .benefits_list li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 20px;
}
.p-recruit .benefits_list li:not(:nth-child(3n)) {
	margin-right: 30px;
}
.p-recruit .benefits_list li:last-child {
	margin-right: 0;
}
.p-recruit .benefits_list p {
	display: block;
	color: #053d66;
	font-size: 17px;
	padding: 16px 0;
	margin-top: 2px;
	text-align: center;
	border: 3px solid #7eb5e2;
	box-sizing: border-box;
}
.p-recruit .benefits_list img {
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	.p-recruit .benefits_list {
		margin: 30px 0 35px;
		display: block;
	}
	.p-recruit .benefits_list li {
		width: 100%;
		margin-bottom: 10px;
	}
	.p-recruit .benefits_list li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.p-recruit .benefits_list li:last-child {
		margin-right: 0;
	}
	.p-recruit .benefits_list p {
		font-size: 1.4rem;
		padding: 8px 0;
		border: 1.5px solid #7eb5e2;
	}
}

.p-recruit table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 40px;
}
.p-recruit table th {
	width: 22%;
	background-color: #EAF3FF;
}
.p-recruit table td {
	background-color: #FAFAFA;
}
.p-recruit table th, .p-recruit table td {
	padding: 20px 4%;
	line-height: 1.7;
	font-size: 14px;
	border: 1px solid #CDD1D6;
}

@media screen and (max-width: 767px) {
	.p-recruit table th {
		font-size: 1.2rem;
		min-width: 80px;
		padding: 13px 3%;
	}
	.p-recruit table td {
		font-size: 1.3rem;
		padding: 13px 4%;
	}
}
@media screen and (max-width: 375px) {
	.p-recruit table td {
		font-size: 3vw;
	}
}


/*------------------------------------------------------------
CUSTOMIZE
------------------------------------------------------------*/
.s-contact_main div.wpcf7-response-output {
	font-size: 1.4rem;
	padding: 10px 20px;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.s-contact_main div.wpcf7-response-output {
		font-size: 1.1rem;
	}
}

.s-contact_main span.wpcf7-not-valid-tip {
	font-size: 1.3rem;
	margin-top: 5px;
}

.s-contact_main div.wpcf7-validation-errors,
.s-contact_main div.wpcf7-acceptance-missing {
	background-color: #f7e700;
	border: none;
}

.s-contact_main div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	border: none;
}

.s-contact_main div.wpcf7-mail-sent-ng,
.s-contact_main div.wpcf7-aborted {
	background-color: #ff0000;
	border: none;
}

.s-contact_main div.wpcf7-spam-blocked {
	background-color: #ffa500;
	border: none;
}

.s-contact_main .wpcf7c-conf {
	background-color: #e8e8e8 !important;
}

.s-contact_main .recruit_form span.wpcf7-list-item {
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.s-contact_main .recruit_form span.wpcf7-list-item {
		margin-right: 15px;
	}
}

.s-contact_main .recruit_form span.wpcf7-list-item.first {
	margin-left: 0;
}

.s-contact_main .recruit_form tr:nth-child(3) td {
	position: relative;
}

.wpcf7-form-control-wrap.year,
.wpcf7-form-control-wrap.month,
.wpcf7-form-control-wrap.day {
	position: unset;
}

.wpcf7-form-control-wrap.year span.wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.month span.wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.day span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
}


/* 20240403 */
.feature-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-box dl {
	width: calc((100% - 2%) / 2);
	background-color: #fff;
	border-radius: 10px;
	padding: 3% 4%;
	margin-top: 2%;
	box-sizing: border-box;
}
.feature-box dt {
	font-size: 23px;
}
.feature-box dd {
	font-size: 15px;
	padding-top: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.feature-box {
		display: block;
	}
	.feature-box dl {
		width: 100%;
		padding: 20px;
		margin-top: 15px;
	}
	.feature-box dt {
		font-size: 1.8rem;
	}
	.feature-box dd {
		font-size: 1.4rem;
		padding-top: 15px;
	}
}

.pickup-bg {
	color: #fff;
	padding: 5%;
	background-color: #002B6F;
}
.pickup-ttl {
	color: #fff;
	font-size: 44px;
	text-align: center;
	font-family: "Acumin Pro Condensed", sans-serif;
}
.pickup-note {
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 10px auto 20px;
	border-radius: 24px;
	max-width: 340px;
	padding: 7px 0;
	border: 1px solid #fff;
}
.pickup-desc {
	color: #fff;
	font-size: 26px;
	text-align: center;
}
.pickup-btn {
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 15px;
	background-color: #FD5858;
}
.pickup-box {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.pickup-box__left {
	width: 42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pickup-box__left p {
	color: #fff;
	line-height: 1.7;
}
.pickup-box__left p + p {
	padding-top: 28px;
}
.pickup-box__right {
	width: 50%;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 3px solid #FD5858;
}
.pickup-box__left p {
	font-size: 17px;
}
.pickup-box__right dl + dl {
	padding-top: 25px;
}
.pickup-box__right dt {
	color: #fff;
	font-size: 16px;
}
.pickup-box__right dd {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.pickup-bg {
		padding: 40px 15px;
	}
	.pickup-ttl {
		font-size: 4rem;
	}
	.pickup-note {
		font-size: 1.6rem;
		margin: 8px auto 18px;
		padding: 5px 0;
	}
	.pickup-desc {
		font-size: 2rem;
	}
	.pickup-box {
		display: block;
		margin-top: 30px;
	}
	
	.pickup-box__left {
		width: 100%;
		display: block;
	}
	.pickup-box__left p + p {
		padding-top: 20px;
	}
	.pickup-box__right {
		width: 100%;
		margin-top: 40px;
		padding-bottom: 20px;
		border-bottom: 1.5px solid #FD5858;
	}
	.pickup-box__left p {
		font-size: 1.5rem;
	}
	.pickup-box__right dl + dl {
		padding-top: 16px;
	}
	.pickup-box__right dt {
		font-size: 1.4rem;
	}
	.pickup-box__right dd {
		font-size: 1.2rem;
	}
}


/* fancybox */
.fancybox-bg {
	background-color: rgba(8, 15, 56, 0.41) !important;
}
.fancybox-close-small {
	display: none !important;
}
.dialog-content {
	background-color: #fff;
	display: none;
	width: 91%;
	border-radius: 10px;
	padding: 3rem 6rem 4rem!important;
	max-width: 540px !important;
  }
  .dialog-content h3 {
	font-size: 23px;
	text-align: center;
	padding-bottom: 18px;
  }
  .dialog-content p {
	font-size: 15px;
	line-height: 1.7;
  }
  
  .fancybox-button div {
	display: none;
  }
  .fancybox-button.fancybox-button--arrow_left {
	background: url(../img/arrow_left.png);
	left: calc((100% - 540px - 230px) / 2) !important;
  }
  .fancybox-button.fancybox-button--arrow_right {
	background: url(../img/arrow_right.png);
	right: calc((100% - 540px - 230px) / 2) !important;
  }
  .fancybox-button.fancybox-button--arrow_left, .fancybox-button.fancybox-button--arrow_right {
	width: 68px !important;
	height: 68px !important;
	background-size: 68px 68px !important;
	background-repeat: no-repeat !important;
	padding: 0 !important;
	top: calc(50% - 34px) !important;
  }
  @media screen and (max-width: 767px) {
	.dialog-content {
	  padding: 2.5rem 3rem!important;
	  max-width: 100% !important;
	}
	.dialog-content h3 {
	  font-size: 2rem;
	  padding-bottom: 15px;
	}
	.dialog-content p {
	  font-size: 1.3rem;
	}
	
	.fancybox-button.fancybox-button--arrow_left {
		left: 6px !important;
	  }
	  .fancybox-button.fancybox-button--arrow_right {
		right: 6px !important;
	  }
	  .fancybox-button.fancybox-button--arrow_left, .fancybox-button.fancybox-button--arrow_right {
		width: 36px !important;
		height: 36px !important;
		background-size: 36px 36px !important;
		top: calc(50% - 18px) !important;
	  }
  }

/*20250205 追加*/
.p-business .content .to_detail.button {
	display: block;
    width: 218px;
    margin: 20px auto 0;
    border: 1px solid #2e508f;
    color: #053f6a;
    font-weight: bold;
    padding: 8px 0 6px;
    border-radius: 16px;
	text-align: center;
}