@charset "utf-8";

/*--- 共通 ---*/

.index_h2 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 20px;
	margin: 90px 0 60px;
	position: relative;
}

.index_h2::after {
	position: absolute;
	content: "";
	width: 200px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2D3491;
	margin: auto;
}

#index_wrap {
	padding-bottom: 90px;
}

.flex {
	display: flex;
	align-items: center;
}

ul li p {
	font-weight: bold;
	margin-top: 10px;
}

/*--- header ---*/
#header_wrap {
	padding: 20px;
	display: flex;
	justify-content: center;
}

.logo_img {
	width: 150px;
}


/*--- MV ---*/
.mv_wrap {
	position: relative;
}

.mv {
	width: 100%;
}

.catch_img_pc {
	width: 100%;
}

.catch_img_sp {
	display: none;
}

h1.title {
	display: none;
}

.lead_txt {
	max-width: 1440px;
	margin: 90px auto 0;
	padding: 0 4%;
	text-align: center;
}

.lead_txt p {
	font-size: 1.8rem;
}

.marker {
	background: linear-gradient(transparent 60%, #ffd9e1 60%);
}



/*---company_info---*/
.company_info_area {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 4%;
}

.company_img img {
	width: 100%;
	/*height: 300px;*/
	object-fit: cover;
}

.company_img {
	position: relative;
}

.company_name {
	/*position: absolute;*/
	bottom: 0;
	background-color: #2D3491;
	width: 100%;
	padding: 13px;
	color: #FFF;
}

.company_name h3 {
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.company_name.name_tight h3 {
	letter-spacing: 0em;
}

.catchcopy {
	font-size: 1.25rem;
}

ul li p {
	font-weight: bold;
	margin-top: 10px;
}

.contact_info {
	margin: 0 15px;
}

.contact_info ul li:last-child {
	margin-left: 20px;
}


.recruit_info {
	padding: 10px 40px 0;
}

.contact_info,
.btn_area {
	align-self: flex-end;
}

.contact_info,
.pr_info {
	background-color: rgb(45 52 145 / 10%);
	padding: 20px;
}

h4 {
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 1em;
}

h4::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2D3491;
	margin: auto;
}

/*--- btn ---*/
.btn_area {
	padding: 0 15px 15px;
}

.company_detail_btn {
	background: #C08742;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 15px 10px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.company_detail_btn::after {
	content: url('../img/new_tab.svg');
}

/*--- footer ---*/
#return {
	position: relative;
	z-index: 50;
}

.return_btn {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 90px;
	width: 60px;
	height: 60px;
	border: 1px solid #FFF;
	background: #FFF url(../img/arrow.svg) no-repeat center;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
	background-size: 60% auto;
}

.return_txt {
	display: none;
}

#footer_wrap {
	padding: 15px 20px;
	background: #000000;
	color: #FFF;
	text-align: center;
}


/* カードのスタイル */
.card {
	display: grid;
	grid-row: span 4;
	/* 4つの行に分割*/
	grid-template-rows: subgrid;
	/* 親要素のトラックを使用 */
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.card-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 20px;
}

/* PDFのリンク */
#index_paper {
	background: #fff;
	text-align: center;
	padding: 80px 15px 0 15px;
}

.sup_txt {
	display: inline-block;
}

.detail_pdf {
	margin-left: 8px;
}

.detail_pdf::after {
	content: url('../img/pdf_icon.svg');
}

/*アンケート*/
.questionnaire {
	text-align: center;
	margin-top: 0 !important;
}

.questionnaire_btn {
	display: inline-block;
}

.questionnaire .questionnaire_btn a {
	background-color: #e75b78;
	border-radius: 40px;
	padding: 12px 40px;
	max-width: 300px;
	color: #F5F4F0;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
}

.questionnaire .questionnaire_btn a:hover {
	opacity: 0.7;
}

.questionnaire p:last-child {
	margin: 12px auto 18px auto;
	font-size: 12px;
}

.questionnaire_txt {
	font-size: 1.6rem;
}

.br_sp {
	display: none;
}

/* カットエリア */
.cut_area_pc {
	background-color: #fff7f9;
	margin: 0 calc(50% - 50vw);
	margin-top: 90px;
	width: 100vw;
	display: flex;
    padding: 0 2%;
}

.cut_area_pc img {
	margin: 80px auto;
	width: 100%;
}

.cut_area_sp, .cut_area_tb {
	display: none;
}

@media screen and (max-width:912px) {
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		background: #fff;
		width: auto;
	}

	input,
	textarea,
	select {
		font-size: 16px;
	}

	[href^="tel:"] {
		pointer-events: auto;
	}

	/*----- 共通 -----*/
	.index_h2 {
		margin: 50px 0 34px;
		font-size: 2.3rem;
	}

	.index_h2::after {
		width: 115px;
		height: 4px;
	}

	/*--- header ---*/
	#header_wrap {
		padding: 15px;
	}

	h1.title {
		font-size: 3.3rem;
	}

	/*--- footer ---*/
	.return_btn {
		right: 10px;
		bottom: 60px;
		width: 46px;
		height: 46px;
		background-size: 45% auto;
	}

	/* カットエリア */
	.cut_area_pc, .cut_area_sp {
		display: none;
	}

	.cut_area_tb {
		display: block;
		background-color: #fff7f9;
		margin: 0 calc(50% - 50vw);
		padding: 2%;
		margin-top: 50px;
	}

	.cut_area_tb img {
		width: 100%;
	}

	.br_sp {
		display: block;
	}
}

@media screen and (max-width:767px) {

	/*--- 共通 ---*/
	.index_h2 {
		font-size: 2rem;
	}

	.index_h2::after {
		width: 115px;
		height: 3px;
	}

	p {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	/*--- header ---*/
	.logo_img {
		width: 106px;
	}

	/*--- mv ---*/
	h1.title {
		font-size: 2.2rem;
	}

	.lead_txt {
		margin-top: 40px;
	}

	.lead_txt p {
		font-size: 1.3rem;
	}

	/*--- company_info ---*/
	.company_name h3 {
		font-size: 2rem;
		letter-spacing: 0.2em;
	}

	h4,
	.company_detail_btn {
		font-size: 1.6rem;
	}

	.company-single ul li span,
	.contact_info ul li span {
		font-size: 1.3rem;
	}

	.sample_company_info_item ul li span {
		font-size: 1.3rem;
	}

	/* カットエリア */
	.cut_area_pc, .cut_area_tb {
		display: none;
	}

	.cut_area_sp {
		display: block;
		background-color: #fff7f9;
		margin: 0 calc(50% - 50vw);
		padding: 4px calc(50vw - 50% + 8px);
		margin-top: 50px;
		width: 100vw;
	}
}

@media screen and (max-width:500px) {

	/* カードのスタイル レスポンシブ調整　*/
	.card-container {
		grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	}
}