@charset "UTF-8";


.mv {
	
}
.mv .mv-inner {
	padding: 0;
	margin: 0 auto;
}
.mv {
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index:1;
}
.mv .mv_msg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.mv_title {
	text-align: left;
}
.mv_title span {
	display: block;
	color: #222;
	line-height: 1.6;
	font-size: 3vw;
	font-weight: 600;
}
.mv_title span.en {
	font-size: 1.8vw;
    margin-top: 9px;
}


.page-header {
	border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 18px 0;
    text-align: left;
}
.page-header .page-header-title {
	font-size: 2vw;
	font-weight: 600;
	color: #222;
	padding-left: 60px;
	text-align: left;
}


@media screen and (max-width: 768px) {
	.mv .mv-inner {
		padding: 0;
	}
}
@media screen and (max-width: 559px) {
	.mv .mv_msg {
		width: 100%;
		padding: 0 45px;
	}
	.mv_title span {
		font-size: 6vw;
	}
	.mv_title span.en {
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 430px) {
	.mv .mv_msg {
		padding: 0 30px;
	}
	.mv_title span {
		font-size: 5.6vw;
	}
	.mv_title span.en {
		font-size: 3.8vw;
	}
}



/* ***************************************
 * common
 * **************************************/

.common-title {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 12px 0;
}
.common-subtitle {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 12px 0;
}
.common-box {
	margin-top: 60px;
}
.common-inbox {
	margin-top: 12px;
	
}


.mainTitle {
	text-align: left;
}
.company .mainTitle,
.recruit .mainTitle,
.news .mainTitle {
	font-size: 4rem;
}
.company .mainTitle,
.recruit .mainTitle {
	color: #FFF;
}
.mainTitle span {
	display: block;
	font-size: .4em;
	font-family: sans-serif;
	font-weight: 600;
	margin-left: .2em;
	color: rgba(5, 103, 64, .3);
}
.company .mainTitle span,
.recruit .mainTitle span {
	color: rgba(255, 255, 255, .4);
}


@media screen and (max-width: 1280px) {
	.company .mainTitle,
	.recruit .mainTitle,
	.news .mainTitle {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 768px) {
	.company .mainTitle,
	.recruit .mainTitle,
	.news .mainTitle {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 559px) {
	.company .mainTitle,
	.recruit .mainTitle,
	.news .mainTitle {
		font-size: 3.2rem;
	}
}


/* ***************************************
 * ホーム
 * **************************************/

.front-page .service-box {
	
}
.front-page ul.service-items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.front-page ul.service-items li {
	overflow: hidden;
    border-radius: 12px;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.15);
	width: calc(100% / 3 - 22px);
	margin-right: 32px;
	margin-top: 32px;
}
.front-page ul.service-items li:nth-child(3n) {
	margin-right: 0;
}
.front-page ul.service-items li .service-item {
	
}
.front-page ul.service-items li .service-itemText {
	padding: 24px;
}
.front-page ul.service-items li .service-itemText .service-itemText-title {
	margin-bottom: 6px;
}
.front-page ul.service-items li .service-itemText-strong {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.1em;
    line-height: 1.4;
	color: #056740;
}

@media screen and (max-width: 1194px) {
	.front-page ul.service-items {
		
	}
	.front-page ul.service-items li {
		width: calc(100% / 2 - 18px);
	}
	.front-page ul.service-items li:nth-child(odd) {
		margin-right: 36px;
	}
	.front-page ul.service-items li:nth-child(even) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.front-page ul.service-items {
		
	}
	.front-page ul.service-items li {
		width: calc(100% / 2 - 9px);
	}
	.front-page ul.service-items li:nth-child(odd) {
		margin-right: 18px;
	}
}
@media screen and (max-width: 559px) {
	.front-page ul.service-items {
		flex-direction: column;
	}
	.front-page ul.service-items li {
		width: 100%;
		margin-right: 0 !important;
	}
}


/* 会社情報と採用情報
 * **************************************/

.front-page .company.wide-column {
	background: url(../images/front-page/companyBg.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
.front-page .recruit.wide-column {
	margin-top: 30px;
	background: url(../images/front-page/companyBg.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
.front-page .wide-columnContent a.wide-columnMore {
	display: block;
	    width: 100%;
	color: #FFF;
	padding: 45px 45px 65px 45px;
	position: relative;
}
.front-page .wide-columnContent a.wide-columnMore:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 12px;
    right: 12px;
	background: url(../images/icon/arrrowR-FFF.webp) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.front-page .wide-columnContent {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	width: calc((480/1240) * 100%);
	height: 100%;
	background-color: #056740;
	border-radius: 12px;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.15);
}
.front-page .wide-columnContent.company-columnContent {
	margin-left: auto;
}
.front-page .wide-columnContent.recruit-columnContent {
	margin-right: auto;
}

@media screen and (max-width: 1194px) {
	.front-page .wide-columnContent {
		width: 420px;
	}
}
@media screen and (max-width: 768px) {
	.front-page .company.wide-column {
		background: url(../images/front-page/companyBg_tb.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-bottom: -120px;
	}
	.front-page .recruit.wide-column {
		background: url(../images/front-page/companyBg_tb.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-top: 225px;
		margin-bottom: 110px;
	}
	.front-page .wide-columnContent {
		width: 100%;
		margin-bottom: -120px;
	}
}
@media screen and (max-width: 559px) {
	.front-page .company.wide-column {
		background: url(../images/front-page/companyBg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-bottom: -120px;
	}
	.front-page .recruit.wide-column {
		background: url(../images/front-page/companyBg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-top: 225px;
		margin-bottom: 110px;
	}
	.front-page .wide-columnContent {
		width: 100%;
		margin-bottom: -120px;
	}
	.front-page .wide-columnContent a.wide-columnMore {
		padding: 30px 30px 45px 30px;
	}
}


/* お知らせ
 * **************************************/

.news {
	margin-top: 30px;
	padding-bottom: 0;
	background-color: #EFF9F1;
}
.news .news-outline {
	
}
.news .news-flex {
	display: grid;
    grid-auto-flow: row;
    grid-template-columns: max-content 1fr;
	column-gap: 90px;
}
.news .news-flex .news-flex___title {
	
}
.news .news-flex .news-flex___list {

}
.news .btnNews-more {
	display: block;
	background: #FFF;
	padding: 9px 12px;
	font-size: .9em;
	border: 1px solid rgba(5, 103, 64, .3);
	border-radius: 4px;
}
.news .btnNews-more:hover {
	opacity: 1;
	background: #056740;
	color: #FFF;
}


ul.newsList {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #056740;
}
ul.newsList li {
	border-top: 1px solid #056740;
}
ul.newsList li a {
	display: block;
	padding: 2rem;
}
ul.newsList li dl {
	display: grid;
    grid-auto-flow: row;
    grid-template-columns: max-content 1fr;
	column-gap: 60px;
}
ul.newsList li dl dt {
	
}
ul.newsList li dl dd {
	
}

@media screen and (max-width: 768px) {
	.news .news-flex {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 559px) {
	.news .news-flex {
		display: flex;
		flex-direction: column;
	}
	ul.newsList li dl {
		display: flex;
		flex-direction: column;
	}
	ul.newsList li dl dt {
		width: 100%;
		font-size: .8em;
	}
	ul.newsList li dl dd {
		width: 100%;
	}
	ul.newsList li a {
		padding: 1.8rem;
	}
}


/* ***************************************
 * サービス
 * **************************************/

.service-block {
	padding-bottom: 120px;
}
.service-block img.service-imgWide {
	margin-top: 45px;
}
.service-block .service-title {
	width: 100%;
	padding: 120px 0 60px;
	margin-bottom: 75px;
	background: #056740;
}
.service-block .service-title .subTitle {
	max-width: 45vw;
	color: #FFF;
	margin-bottom: 0;
}
.service-block .service-title .subTitle.right {
	margin-left: auto;
}
.service-block .service-box {
	
}
.service-block .service-box img.service-img {
	float: right;
	margin: -150px 0 45px 45px;
}
.service-block .service-box img.service-img.right {
	float: left;
	margin: -150px 45px 45px 0;
}

@media screen and (max-width: 1194px) {
	.service-block .service-title .subTitle {
		
	}
}
@media screen and (max-width: 960px) {
	.service-block .service-box img.service-img {
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	.service-block {
		padding-bottom: 75px;
	}
	.service-block .service-title {
		padding: 90px 0 120px;
	}
	.service-block .service-title .subTitle {
		max-width: 100%;
	}
	.service-block .service-box img.service-img {
		float: none;
		width: 100%;
		margin: -150px 0 30px;
	}
}
@media screen and (max-width: 559px) {
	.service-block {
		padding-bottom: 60px;
	}
	.service-block .service-title {
		padding: 60px 0 105px;
	}
}




/* ***************************************
 * ご利用実績
 * **************************************/

.achievements-item:not(:first-child) {
	margin-top: 90px;
}
.achievements-item p.achievements-itemNum {
    margin-left: 60px;
    margin-bottom: -32px;
}
.achievements-item p.achievements-itemNum span {
	font-weight: 600;
    font-size: 4em;
    font-style: italic;
	    color: #056740;
    line-height: 1;
}
.achievements-item .achievements-itemBox {
	background: #fafafa;
    padding: 60px;
}
.achievements-item .achievements-itemTitle {
	
}
.achievements-item .achievements-itemTitle p.result {
	    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    line-height: 1.6;
}
.achievements-item .achievements-itemTitle p.company {
	padding-left: 75px;
	position: relative;
}
.achievements-item .achievements-itemTitle p.company:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #000;
	width: 62px;
	height: 1px;
}
.achievements-item .achievements-itemExperience {
	margin-top: 45px;
}
.achievements-item .achievements-itemExperience img.photo {
	float: left;
	margin: 0 45px 45px 0;
}
.achievements-item .achievements-itemBox {
	background: #fafafa;
    padding: 60px;
}


@media screen and (max-width: 1194px) {
	
}
@media screen and (max-width: 768px) {
	.achievements-item p.achievements-itemNum {
		margin-left: 45px;
	}
	.achievements-item p.achievements-itemNum span {
		font-size: 3em;
	}
	.achievements-item .achievements-itemBox {
		padding: 45px;
	}
	.achievements-item .achievements-itemTitle p.result {
		font-size: 3rem;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: 37.84vw;
		margin: 0 30px 30px -45px;
	}
}
@media screen and (max-width: 559px) {
	.achievements-item {
		width: calc(100% + 90px);
		margin-left: -45px;
	}
	.achievements-item p.achievements-itemNum {
		margin-left: 30px;
		margin-bottom: -4.2vw;
	}
	.achievements-item p.achievements-itemNum span {
		font-size: 7vw;
	}
	.achievements-item .achievements-itemBox {
		padding: 45px;
	}
	.achievements-item .achievements-itemTitle p.result {
		font-size: 5.6vw;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: calc(100% + 90px);
		max-width: calc(100% + 90px);
		float: none;
		margin: 0 0 30px -45px;
	}
}
@media screen and (max-width: 430px) {
	.achievements-item {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.achievements-item .achievements-itemBox {
		padding: 30px;
	}
	.achievements-item .achievements-itemTitle p.company {
		padding-left: 52px;
	}
	.achievements-item .achievements-itemTitle p.company:before {
		width: 42px;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		float: none;
		margin: 0 0 30px -30px;
	}
}
@media screen and (max-width: 380px) {
	.achievements-item {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.achievements-item p.achievements-itemNum {
		margin-left: 20px;
	}
	.achievements-item .achievements-itemBox {
		padding: 30px 20px;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		float: none;
		margin: 0 0 30px -20px;
	}
}


/* ***************************************
 * 会社情報
 * **************************************/

#company table {
	border-collapse: collapse;
	width: 100%;
}
#company table th {
	color: #096057;
	text-align: left;
	font-weight: 400;
	padding: 30px 20px;
	width: 220px;
	border-top: 1px solid #056740;
	border-bottom: 1px solid #056740;
}
#company table td {
	padding: 30px 30px;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}
#company ul.company-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#company ul.company-works {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1194px) {
	#company table th {
		width: 180px;
	}
}
@media screen and (max-width: 768px) {
	#company table th {
		display: block;
		width: 100%;
		padding: 20px 0 0 0;
		border-top: 1px solid #CBCBCB;
		border-bottom: none;
		position: relative;
	}
	#company table th::before {
		content: "";
		width: 100px;
		height: 1px;
		background: #1EA693;
		display: block;
		position: absolute;
		left: 0;
		top: -1px;
	}
	#company table td {
		display: block;
		width: 100%;
		padding: 0 0 20px 0;
		border-top: none;
		border-bottom: none;
	}
}


/* ***************************************
 * よくある質問
 * **************************************/

#faq ul.faqList {
	list-style: none;
	margin: 0 auto 0;
	padding: 0;
}
#faq ul.faqList li {
	margin: 0;
	border-bottom: 1px solid #057E4E;
}
#faq ul.faqList li:first-child {
	border-top: 1px solid #057E4E;
}
#faq ul.faqList li .faqList-title {
	display: block;
	background: #FFF;
	color: #333;
	margin: 0;
	padding: 30px 30px 30px 90px;
	font-size: 1em;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition: all .6s ease;
	cursor: pointer;
	position: relative;
}
#faq ul.faqList li .faqList-title.close {
	background: #EFF9F1;
	color: #057E4E;
}
#faq ul.faqList li .faqList-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../images/icon/faqQ.webp) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	transition: all .6s ease;
}
#faq ul.faqList li .box {
	display: none;
	background: #FFF;
	padding: 30px 45px 45px 90px;
	position: relative;
}
#faq ul.faqList li .box:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 45px;
	top: 45px;
	background: url(../images/icon/faqA.webp) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	transition: all .6s ease;
}

@media screen and (max-width: 1194px) {
	#faq ul.faqList li .faqList-title {
		padding: 30px 30px 30px 75px;
	}
	#faq ul.faqList li .faqList-title:before {
		left: 30px;
	}
	#faq ul.faqList li .box {
		padding: 30px 30px 30px 75px;
	}
	#faq ul.faqList li .box:before {
		left: 30px;
	}
}
@media screen and (max-width: 768px) {
	#faq ul.faqList li .faqList-title {
		padding: 30px 18px 30px 60px;
	}
	#faq ul.faqList li .faqList-title:before {
		left: 18px;
	}
	#faq ul.faqList li .box {
		padding: 30px 18px 30px 60px;
	}
	#faq ul.faqList li .box:before {
		left: 18px;
	}
}


/* ***************************************
 * 問い合わせ
 * **************************************/

#inquiry table {
	border-collapse: collapse;
	width: 100%;
}
#inquiry table th {
	text-align: left;
	font-weight: 400;
	padding: 30px 20px;
	width: 280px;
	border-bottom: 1px solid #ededed;
}
#inquiry table th span.required {
	display: block;
	font-size: .7em;
	color: #7C0404;
}
#inquiry table td {
	padding: 30px 30px;
	border-bottom: 1px solid #ededed;
}


/* 郵便番号 */
#inquiry table td.position .postcode_flex {
	display: flex;
	align-items: center;
	    margin-bottom: 12px;
}
#inquiry table td.position .postcode_flex p.postmark {
	color: #999;
	margin-right: 6px;
	font-size: 1.3rem;
}
#inquiry table td.position .postcode_flex p.memo {
	display: inline-block;
	margin-left: 12px;
}
#inquiry input.postcode {
	width: 138px;
}

/*メールアドレス*/
input.email_confirm {
	margin-top: 12px !important;
}

/* エラー用 */
img.email {
	margin: 0 6px;
}

/* 種別 */
span.type label {
	display: flex;
	align-items: center;
}
span.type input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 9px 0 0;
}

/* 同意 */
#inquiry .agree_box {
	margin-top: 45px;
	padding: 30px;
	text-align: center;
    background: #fafafa;
    border-radius: 12px;
}
#inquiry .agree_box .agree_check {
	position: relative;
	margin-top: 18px;
	padding-top: 18px;
}
#inquiry .agree_box .agree_check:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ededed;
	width: 300px;
	height: 1px;
}
span.agree label {
	display: flex;
	align-items: center;
}
span.agree input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
}


/* 送信ボタン */
#inquiry input.send {
	    min-width: 320px;
	padding: 18px 30px;
	background: #023521;
}



/*送信完了*/
#contact .summary_coution {
	width: 860px;
	margin: 45px auto 0;
	border-top: 1px dotted #ededed;
	border-bottom: 1px dotted #ededed;
	padding: 30px 30px;
}
#contact .summary_coution p.summary_coution_title {
	font-weight: bold;
	font-size: 1.1rem
}


#inquiry input[type="text"],
#inquiry input[type="tel"],
#inquiry input[type="email"],
#inquiry textarea {
	border-radius: 4px;
	padding: 12px;
	background: #FFF;
    border: 1px solid #999;
	outline: none;
}
#inquiry input[type="text"]:focus,
#inquiry input[type="tel"]:focus,
#inquiry input[type="email"]:focus,
#inquiry textarea:focus {
	background: #EBFEF6;
	border: 1px solid #056740;
}
#inquiry input.email_confirm {
	margin-top: 9px;
}


@media screen and (max-width: 1194px) {
	#inquiry table th {
		width: 180px;
	}
}
@media screen and (max-width: 768px) {
	#inquiry table th {
		display: block;
		width: 100%;
		padding: 18px 30px 0 30px;
		border-bottom: none;
	}
	#inquiry table td {
		display: block;
		width: 100%;
		padding: 12px 30px 18px 30px;
	}
	
	/* 郵便番号 */
	#inquiry table td.position .postcode_flex p.memo {
		font-size: .8em;
	}
	
	/* 問い合わせ項目 */
	#inquiry table td span.type .wpcf7-list-item {
		display: block;
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 560px) {
	#inquiry table th {
		display: block;
		width: 100%;
		padding: 18px 0 0 0;
		border-bottom: none;
	}
	#inquiry table td {
		display: block;
		width: 100%;
		padding: 12px 0 18px 0;
	}

	/* ボタン */
	#inquiry .formBtnFrower {
		background: url('../images/common/formBtnFrower_sp.webp') no-repeat !important;
		background-size: contain !important;
		width: 260px !important;
		height: 62px !important;
		font-size: 2.2rem !important;
		filter: grayscale(0); 
	}
}
@media screen and (max-width: 430px) {
	/* ボタン */
	#inquiry .formBtnFrower {
		font-size: 2rem !important
	}
}
@media screen and (max-width: 320px) {
	/* ボタン */
	input.send {
		min-width: 220px;
	}
}

/* Contact Form 7
 * **************************************/
.wpcf7-list-item.first { /*チェックボックスの最初*/
	margin-left: 0 !important;
}
.wpcf7-not-valid-tip { /*エラーメッセージ*/
	color: #7C0404 !important;
    font-weight: bold !important;
    margin-top: 3px !important;
	font-size: 1.2rem;
}
.wpcf7-spinner { /*スピナー*/
	display: none !important;
}



/* ***************************************
 * 採用情報
 * **************************************/

#recruit .recruit-block:not(:first-child) {
	margin-top: 90px;
}
#recruit .recruitTitle {
	text-align: left;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}
#recruit .recruitTitle:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
#recruit .recruitTitle:after {
	margin-left: 2rem;
}

#recruit .recruit-box {
	
}
#recruit .recruit-inbox {
	margin-top: 60px;
}

#recruit ul {
	list-style: disc;
	margin: 0 0 60px 1em;
	padding: 0;
}
#recruit ul li {
	margin-top: 12px;
}


#recruit .splide {
	margin-top: 60px;
}
#recruit .splide__arrow--prev {
	left: -4vw;
}
#recruit .splide__arrow--next {
	right: -4vw;
}
#recruit .splide__arrow--prev:hover svg,
#recruit .splide__arrow--next:hover svg {
	fill: #FFF;
}
#recruit .recruit-mentor {
	
}
#recruit .recruit-mentorBox {
	margin-top: 90px;
}
#recruit .recruit-mentorBox img {
	display: block;
	float: right;
	margin: -90px 0 60px 60px;
	border-radius: 12px;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.15);
}
#recruit .recruit-mentorBox .recruit-mentorMsg {
	width: calc(100% - 120px);
	padding: 60px;
	background: #fafafa;
	border-radius: 12px;
}



#recruit table {
	border-collapse: collapse;
	width: 100%;
}
#recruit table th {
	background: #fafafa;
	text-align: left;
	font-weight: 400;
	padding: 30px 20px;
	width: 220px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#recruit table td {
	padding: 30px 30px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#recruit ul.company-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1194px) {
	#recruit .recruit-mentorBox img {
		width: 320px;
	}
}
@media screen and (max-width: 960px) {
	#recruit .recruit-mentorBox img {
		width: 280px;
	}
	#recruit .recruit-mentorBox .recruit-mentorMsg {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 768px) {
	#recruit .splide {
		background: #fafafa;
		width: calc(100% + 90px);
		margin-left: -45px;
	}
	#recruit .recruit-mentorBox {
		margin: 0;
	}
	#recruit .recruit-mentorBox img {
		width: 100%;
		margin: 0 0 45px 45px;
		border-radius: 0;
	}
	#recruit .recruit-mentorBox .recruit-mentorMsg {
		width: 100%;
		padding: 45px 60px;
		background: none;
	}
	#recruit .splide__arrow--prev {
		left: 12px;
	}
	#recruit .splide__arrow--next {
		right: 12px;
	}
	
	#recruit table th {
		width: 180px;
	}
}
@media screen and (max-width: 559px) {
	#recruit .recruit-mentorBox .recruit-mentorMsg {
		padding: 45px 30px 90px;
	}
	#recruit .splide__arrow--prev {
		left: calc(50% - 60px);
		top: auto;
		bottom: 30px;
		transform: translateX(-50%);
	}
	#recruit .splide__arrow--next {
		right: calc(50% - 90px);
		top: auto;
		bottom: 30px;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 430px) {
	#recruit .splide {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	#recruit .recruit-mentorBox .recruit-mentorMsg {
        padding: 45px 30px 90px;
    }
	
	#recruit table th {
		width: 105px;
		font-size: .8em;
	}
}
@media screen and (max-width: 380px) {
	#recruit table th {
		width: 90px;
		padding: 20px;
	}
	#recruit table td {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	#recruit .splide {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	#recruit .recruit-mentorBox .recruit-mentorMsg {
        padding: 45px 20px 90px;
    }
	
}


/* ***************************************
 * プライバシーポリシー
 * **************************************/

.privacy-box {
	margin-top: 30px;
}
.privacy-box p.privacy-title {
	font-weight: 500;
}
.privacy-box ul {
	list-style: disc;
  margin: 0 0 0 1em;
  padding: 0;
}
.privacy-box ul li {
	
}


/* ***************************************
 * サイトマップ
 * **************************************/



