@charset "utf-8";


/*-------------------------------- */
/*BASE
---------------------------------- */
html {
	font-size: 62.5%;
	/*10px*/
	scroll-behavior: smooth;
}


body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

a {
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: transparent;
	/* 強調をなくす */
}

*, *:before, *:after {
	box-sizing: border-box;
}


a:visited {
	color: #000;
}


.flex {
	display: flex;
}

img {
	max-width: 100%;
	vertical-align: bottom;

}

.content {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 110px;
}

.wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.intend {
	display: block;
}

.sp {
	display: none !important;
}

.pc {
	display: block;
}

@media (max-width: 1000px) {
	.pad_lr20 {
		padding-left: 20px;
		padding-right: 20px;
		overflow-x: clip;
	}

	.intend {
		display: inline-block;
	}

	.reason .imgarea {
		width: 50%;
	}

	.voice .imgarea {
		width: 48%;
	}

	.type_content .imagearea {
		width: 50%;
	}

}

@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.flex {
		flex-direction: column;
	}

	.content {
		max-width: 768px;
		margin-bottom: 100px;
	}

	.reason .imgarea {
		width: 100%;
	}

	.voice .imgarea {
		width: 100%;
	}

}


@media screen and (max-width: 480px) {
	.content {
		max-width: 480px;
		margin-bottom: 110px;
		margin-bottom: 110px;
	}
}

/*-------------------------------- */
/*共通パーツ
---------------------------------- */
.section_title {
	text-align: center;
	margin-bottom: 70px;
}

.section_title h3 {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.color_red {
	color: #dc3c2c;
}


/*-------------------------------- */
/*固定ヘッダー
	---------------------------------- */

nav {
	background: #fff;
	width: 100%;
	padding-top: 20px;
}

/* ヘッダーを固定させる */
nav.fixed {
	position: fixed;
	/*fixedで固定*/
	right: 0;
	top: 0;
	z-index: 50;
}

/*-------------------------------- */
/*ヘッダー
	---------------------------------- */
header {
	font-size: 1.4rem;
}

.header_flex_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_flex_2 {
	display: flex;
	justify-content: space-around;
	gap: 20px;
}

.reception_time {
	display: block;
	font-size: 0.9rem;
	margin-top: -5px;
}


.recest_button a {
	position: relative;
	color: #e40023;
	border: 1px solid #e40023;
	border-radius: 20px;
	padding: 7px 8px 6px 14px;
	width: 167px;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	transition: 0.7s;
}

.recest_button a:hover {
	opacity: 0.5;
}

/*
.recest_button a:hover {
	color: #fff;
	border: 1px solid #e40023;
	background-color: #e40023;
}*/

.recest_button a:after {
	position: absolute;
	right: 10px;
	top: 30%;
	content: ">";
	color: #fff;
	background-color: #e40023;
	border-radius: 50%;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0px;
	text-align: center;
	font-size: 1rem;
	padding-left: 1px;
	transition: 0.7s;
}

/*
.recest_button a:hover:after {
	color: #e40023;
	background-color: #fff;
}*/

.contact_button a {
	position: relative;
	color: #fff;
	border: 1px solid #e40023;
	border-radius: 20px;
	padding: 7px 8px 6px 14px;
	width: 167px;
	display: block;
	background-color: #e40023;
	font-size: 1.5rem;
	font-weight: bold;
	transition: 0.7s;
}

.contact_button a:hover {
	opacity: 0.5;
}

/*
.contact_button a:hover {
	color: #e40023;
	background-color: #fff;
	border: 1px solid #e40023;
}
*/

.contact_button a:after {
	position: absolute;
	right: 10px;
	top: 30%;
	content: ">";
	color: #e40023;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0px;
	text-align: center;
	font-size: 1rem;
	transition: 0.7s;
}

/*
.contact_button a:hover:after {
	color: #fff;
	background-color: #e40023;
}*/

.tel_button a {
	font-size: 1.6rem;
	font-weight: bold;
	pointer-events: none;
}

.tel_button {
	position: relative;
}

.tel_button:before {
	position: absolute;
	content: url(img/tel_logo.svg);
	top: 20%;
	left: -22%;

}

.menu_list .flex {
	justify-content: space-around;
}

.menu_list {
	background-color: #f2f2f2;
	margin-top: 23px;
}

.menu_list li {
	padding: 16px 0px 14px 0px;
	font-size: 1.3rem;
	position: relative;
	width: 20%;
	text-align: center;
}

.menu_list li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	display: block;
	background-color: #d9d9d9;
	top: 30%;
	left: 0;
}

.menu_list li:last-child:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	display: block;
	background-color: #d9d9d9;
	top: 30%;
	right: 0;
}

.menu_list li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.menu_list li a:hover {
	opacity: 0.6;
}


/*-------------------------------- */
/*スマホ用ヘッダー
---------------------------------- */
#g-nav {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: -120%;
	left: 0;
	width: 100%;
	height: 70vh;
	/*ナビの高さ*/
	background: #fff;
	/*動き*/
	transition: all 0.6s;
	opacity: 0.95;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 70vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
	list-style: none;
	text-align: center;
}

#g-nav li a {
	color: #333;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	white-space: nowrap;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
	position: fixed;
	z-index: 9999;
	/*ボタンを最前面に*/
	/*top: 6px;*/
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

/*×に変化*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #666;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

nav.sp {
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	z-index: 999;
}

nav.pc {
	/*position: fixed;
	z-index: 999;*/
}

.sp_recest_button {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #e40023;
}

.sp_recest_button a {
	color: #e40023 !important;
}

.sp_contact_button {
	background-color: #e40023;
	border-radius: 20px;
	border: 1px solid #e40023;
}

.sp_contact_button a {
	color: #fff !important;
}

.sp_tel {
	font-size: 1.5rem;
	white-space: nowrap;
}

nav.pc.pd {
	position: fixed;
	padding-top: 10px;
	z-index: 999;
}

nav.pc.pd .menu_list {
	/* paddingプロパティに0.3秒のトランジションを追加 */
	margin-top: 10px;
}

nav.pc.pd .menu_list li {
	padding: 12px 0px
}

nav.pc {
	position: relative;
	/* デフォルトでは relative にしておく */
	transition: top 0.3s ease;
	/* topプロパティに0.3秒のトランジションを追加 */
	top: 0;
	/* ヘッダーの初期位置 */
}

nav.pc.pd {
	position: fixed;
	top: -100%;
	/* ページ上端からヘッダーが消えた状態 */
}

nav.pc.pd {
	position: fixed;
	top: 6%;
}

nav.pc.pd {
	position: fixed;
	padding-top: 10px;
	z-index: 999;
	-webkit-transition: top 0.65s ease-in;
}

nav.pc {
	position: relative;
	transition: top 0.6s ease;
	position: fixed;
	z-index: 9999;
	padding-bottom: 0px;
}



/*-------------------------------- */
/*FV
	---------------------------------- */
.mainimg {
	margin-top: 159px;
}

.mainimg img {
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.mainimg {
		padding-top: 88px;

	}
}

@media screen and (max-width: 480px) {
	.mainimg {
		padding-top: 61.75px;

	}
}

/*-------------------------------- */
/*CTAエリア
---------------------------------- */
.cta_bg {
	background-color: #b9372a;
	padding: 70px 20px;
}

.tel_area {
	line-height: 1.1;
	width: 50%;
	position: relative;
	text-align: center;
	z-index: 700;
}

.button_area {
	width: 50%;
	text-align: center;
	z-index: 700;
}

.cta {
	border: 8px solid #fff;
	justify-content: space-between;
	border-radius: 10px;
	padding: 51px 90px;
	align-items: center;
	gap: 20px;
	position: relative;
	margin-bottom: 0px;
	padding-top: 80px;
	background-color: #fff;
}


.cta:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color: #b9372a;
	width: 100%;
	height: 100%;
	z-index: 500;
	border-radius: 7px;
}

.cta_title {
	position: absolute;
	top: -21px;
	left: 8%;
	z-index: 600;
}

.button_area a {
	font-size: 2.5rem;
	background-color: #fff;
	color: #b9372a;
	padding: 21px 80px 21px 20px;
	font-weight: bold;
	border-radius: 10px;
	position: relative;
	white-space: nowrap;
	transition: 0.6s;
}

.button_area a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	font-size: 2.5rem;
	background-color: #fff;
	padding: 21px 80px 21px 20px;
	font-weight: bold;
	border-radius: 10px;
	white-space: nowrap;
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.6s;
	z-index: 500;
}

.button_area a:hover:before {
	opacity: 0.4;
}

.button_area a:after {
	position: absolute;
	content: ">";
	color: #fff;
	background-color: #b9372a;
	border-radius: 50%;
	top: 35%;
	left: 85%;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 1.5rem;
	padding-left: 2px;
	transition: 0.7s;
}

.tel_area a {
	font-size: 4.6rem;
	color: #fff8c1;
	font-weight: bold;
	pointer-events: none;
	white-space: nowrap;
}


.tel_area:after {
	position: absolute;
	top: 10%;
	right: 0;
	content: "";
	border-right: 1px dotted #fff;
	height: 67px;
}

.small {
	font-size: 2rem;
	color: #fff;
	margin-left: -2%;
}

.caution {
	color: #fff;
	font-size: 1.5rem;
	display: block;
	margin-top: 12px;
	font-weight: lighter;
}



/*-------------------------------- */
/*お悩み
---------------------------------- */
.worries_content.content.flex {
	justify-content: space-around;
	margin-bottom: 0px;
	gap: 60px;
}

.bg_color {
	background-color: #f4f5fc;
	padding-bottom: 200px;
	padding-top: 80px;
}

.worries_content .item2 {
	margin-top: 35px;
}

.worries_item .textarea {
	padding: 37px 30px 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 2px 7px #f3f3f3;
	position: relative;
}

.worries_item .imgarea {
	position: absolute;
	bottom: -55%;
	left: -13%;
}


.worries_item .worries_2 {
	bottom: -60%;
	left: -20%;
}

.worries_item .worries_3 {
	bottom: -54%;
	left: -5%;
}


.worries_item .textarea:before {
	position: absolute;
	top: -5%;
	content: url(img/symbol.svg);
}

.worries_item h4 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}

.worries_item p {
	font-size: 1.6rem;
}

.worries_solution {
	text-align: center;
	background-color: #f5a100;
	font-size: 5.2rem;
	padding: 70px 0 65px;
	margin-bottom: 80px;
	position: relative;
}

.worries_solution:before {
	position: absolute;
	content: "";
	top: -1px;
	left: 46%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #F4F5FC transparent transparent transparent;
}

.worries_solution h4 {
	color: #fff;
	font-weight: bold;
}

/*-------------------------------- */
/*選ばれる理由
---------------------------------- */
.reason_content {
	margin-bottom: 80px;
}

.reason_content .imgarea {
	flex-shrink: 0;
}

.reason_content .textarea {
	margin-right: 65px;
}

.text_top h4 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.text_top.flex {
	gap: 30px;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}


.text_bottom {
	font-size: 1.5rem;
	line-height: 1.7;
}

span.marker {
	display: inline;
	padding: 0px;
	background: linear-gradient(transparent 47%, #FFE49C 0%);
	font-weight: bold;
}

/*span.marker {
	font-weight: bold;
	position: relative;
	display: inline-block;
}*/

/*span.marker:before {
	content: "";
	background-color: #ffe49c;
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	z-index: -1;
}*/

.reason_content textarea.last {
	gap: 0px;
}

.reason_2 {
	width: 90%;
}

.reason_num {
	flex-shrink: 0;
}



@media screen and (max-width: 1000px) {
	.reason2_title {
		display: inline;
	}

	.reason_content .textarea {
		margin-right: 40px;
	}
}

@media screen and (max-width: 768px) {
	.reason_2 {
		width: 100%;
	}
}

/*-------------------------------- */
/*お客様の声
---------------------------------- */
.voice {
	margin-top: 100px;
}

.voice_container {
	margin-bottom: 70px;
}

.reverse {
	flex-direction: row-reverse;
}

.voice_container .imgarea {
	flex-shrink: 0;
}

.job_cat {
	background-color: #f5a100;
	color: #fff;
	margin-bottom: 14px;
	font-size: 1.8rem;
	padding: 6px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	min-width: 120px;
}

.voice_container .textarea {
	margin-left: 55px;
}

.reverse .textarea {
	margin-right: 39px;
	margin-left: 20px;
}

.reverse .imgarea {
	margin-right: -10px;
}

.voice_container .textarea h4 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 26px;
	line-height: 1.2;
	font-feature-settings: "palt";
}

.voice_container .textarea p {
	font-size: 1.5rem;
}

/*-------------------------------- */
/*ご紹介が可能な在留資格
---------------------------------- */
.job_type {
	margin-bottom: 200px;
}

.type_content {
	margin-bottom: 50px;

}

.job_type .textarea h4 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: 5px solid #ffa800;
	padding-left: 10px;
	margin-bottom: 25px;
}

.type_content .textarea p {
	font-size: 1.5rem;
	line-height: 1.7;
}

.type_content .imagearea {
	flex-shrink: 0;
	margin-left: 30px;
}

.type_category h5 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 25px;
}

.type_category_box1 {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.box1_item {
	width: calc(17% - 17px);
	margin-bottom: 17px;
}

.box2_item {
	width: calc(17% - 17px);
}

.box1_item img, .box2_item img {
	/*width: 100%;*/
}

.type_category_box2.flex {
	justify-content: center;
	gap: 17px;
	margin-bottom: 80px;
}

span.marker2 {
	font-weight: normal;
}

span.marker2:before {
	content: "";
	background-color: #fffc00;
}

.closing_text {
	border-top: 1px solid #f5a100;
	border-bottom: 1px solid #f5a100;
	padding: 30px 0px;
	max-width: 781px;
	margin: 0 auto;
}

.closing_text p {
	text-align: center;
	font-size: 2rem;
	line-height: 1.7;
	font-weight: bold;
}

.invi {
	display: none;
}

/*-------------------------------- */
/*8月末追加コンテンツ
	---------------------------------- */
.point_heading.flex {
	align-items: center;
	margin-bottom: 15px;
}

.point_area .point_heading h4 {
	font-size: 2.0rem;
	border-left: none;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 12px;
	line-height: 1.2;
}

.point_area {
	padding: 20px 20px 24px 20px;
	border: 1px solid #bababa;
	border-radius: 7px;
	background-image: url(img/point_bg.png);
	position: relative;
}

.point_icon {
	position: absolute;
	justify-content: end;
	top: 0px;
	right: -21px;
	display: flex;
	bottom: 0;
	align-items: flex-start;
}

.point_icon img {
	margin-top: -44px;
}

.point_area .point_text p {
	font-size: 1.4rem;
	line-height: 1.82;
}

.point_right {
	flex-shrink: 0;
	margin-left: 60px;
}

.type_content_2.flex {
	margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
	.point_icon {
		width: 22%;
	}
}


@media screen and (max-width: 768px) {
	.type_content .imagearea {
		flex-shrink: 0;
		margin-left: 0px;
		width: 100%;
	}

	.type_content .imagearea img {
		width: 100%;
	}

	.type_content .textarea {
		margin-bottom: 50px;
	}

	.type_category_box1 {
		flex-direction: row;
	}

	.type_category_box2.flex {
		flex-direction: row;
	}

	.closing_text {
		padding: 30px 0px;
	}

	.box1_item {
		width: calc(25% - 10px);
		margin-bottom: 17px;
		text-align: center;
	}

	.box2_item {
		width: calc(25% - 10px);
		text-align: center;
	}

	.box1_item img, .box2_item img {
		width: 100%;
	}

	.sp_invi {
		display: none;
	}

	.point_heading.flex {
		flex-direction: row;
		margin-bottom: 10px;
	}

	.point_icon {
		width: auto;
	}

	.point_left {
		margin-bottom: 30px;
	}

	.point_right {
		margin-left: 0px;
	}

	.point_right img {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.type_category_box2.flex {
		flex-wrap: wrap;
		gap: 14px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	.job_type .textarea h4 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.job_type .textarea p {
		font-size: 1.3rem;
	}

	.type_content .textarea {
		margin-bottom: 30px;
	}

	.box1_item, .box2_item {
		/*width: calc(50% - 10px);*/
		width: 30%;
	}

	.closing_text p {
		font-size: 1.5rem;
		font-feature-settings: "palt";
	}

	.invi {
		display: block;
	}

	.type_category h5 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.type_category_box1 {
		margin-bottom: 40px;
	}

	.job_type {
		margin-bottom: 120px;
	}

	.type_content {
		margin-bottom: 60px;
	}

	.box2_item {
		width: 37.5%;
	}

	.point_heading.flex {
		flex-direction: row;
	}

	.point_area .point_heading h4 {
		margin-bottom: 0px;
		font-size: 1.6rem;
	}

	.point_area .point_text p {
		font-size: 1.2rem;
	}

	.point_icon {
		width: 22%;
	}

	.point_icon img {
		margin-top: -32px;
	}

	.point_left {
		margin-bottom: 15px;
	}

}

/*-------------------------------- */
/*支援体制
---------------------------------- */

.support {
	margin-bottom: 153px;

}

.support .textarea h4 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: 5px solid #ffa800;
	padding-left: 10px;
	margin-bottom: 25px;
}

.support .textarea p {
	font-size: 1.5rem;
	line-height: 1.7;
}

.support .imagearea {
	flex-shrink: 0;
	margin-right: 45px;
}

@media (max-width: 1000px) {
	.support .imagearea {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.support_content.flex {
		flex-direction: column-reverse;
	}

	.support .imagearea {
		flex-shrink: 0;
		margin-left: 0px;
		width: 100%;
	}

	.support .imagearea img {
		width: 100%;
	}

	.support .textarea {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.support .textarea h4 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.support .textarea p {
		font-size: 1.3rem;
	}

	.support .textarea {
		margin-bottom: 30px;
	}

	.support {
		margin-bottom: 60px;
	}

}


/*-------------------------------- */
/*専門技術を習得して来日する外国籍人材
---------------------------------- */
.thought {
	/*background-color: #f8f8f8;*/
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 150px;
}

.thought .section_title {
	margin-bottom: 30px;
}

.thought .content {
	margin-bottom: 0px;
}

@media screen and (max-width: 480px) {
	.thought {
		padding-top: 0px;
		padding-bottom: 30px;
		margin-bottom: 80px;
	}

	.thought .content {
		margin-bottom: 30px;
	}
}

/*-------------------------------- */
/*CTA(新）
	---------------------------------- */
section.new_cta {
	background-color: #dc3c2c;
	padding-top: 65px;
	padding-bottom: 65px;
	margin-bottom: 100px;
}

.new_cta .content {
	margin-bottom: 0px;
}

.new_ctabg {
	background-color: #fff;
	border-radius: 10px;
	border: 8px solid #fff;
	padding: 70px 80px 50px;
	position: relative;
	z-index: 0;
}

.new_ctabg::after {
	background-color: #dc3c2c;
	border-radius: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	z-index: -1;
}

.title_area {
	position: absolute;
	top: -21px;
	right: 0;
	left: 0;
	bottom: 0px;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.title_area .sp {
	display: none !important;
}

span.intend.middle {
	font-size: 1.85rem;
	color: #fff;
	padding-left: 1%;
}

/* 電話番号欄 */

.cta_telarea {
	width: 50%;
	border-right: 1px dotted #fff;
}

.cta_btnarea {
	width: 50%;
	z-index: 50;
	padding-left: 50px;
}

.ctaflex.flex {
	align-items: center;
	justify-content: space-between;
}

.cta_telarea a {
	font-size: 5.7rem;
	color: #fff8c1;
	font-weight: bold;
	pointer-events: none;
	white-space: nowrap;
	line-height: 1;
}

/* お問い合わせボタン */
.contact_btn {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	line-height: 1;
	margin-bottom: 25px;
	transition: 0.6s;
	position: relative;
	max-width: 357px;
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.7);
}

.contact_btn:hover {
	/*background-color: #dc3c2c;*/
	transform: translateY(4px);

}

.contact_btn a {
	display: block;
	padding: 30px;
	font-size: 2.9rem;
	font-weight: bold;
	transition: 0.6s;
	color: #dc3c2c;
}

.contact_btn a:hover {
	/*color: #fff;*/
}

.contact_btn:after {
	/* 矢印のCSS */
	position: absolute;
	content: ">";
	color: #fff;
	background-color: #dc3c2c;
	border-radius: 50%;
	top: 35%;
	left: 85%;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 1.5rem;
	padding-left: 3px;
	transition: 0.6s;
	padding-top: 5px;
}

.contact_btn:hover:after {
	/* 矢印のホバー時CSS */
	/*position: absolute;
	content: ">";
	color: #dc3c2c;
	background-color: #fff;*/
}

/* 資料ダウンロードボタン */
.download_btn {
	background-color: #f5a100;
	border: 1px solid #f5a100;
	border-radius: 10px;
	line-height: 1;
	position: relative;
	transition: 0.6s;
	max-width: 357px;
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.7);
}

.download_btn:hover {
	/*background-color: #fff;
	border: 1px solid #fff;*/
	transform: translateY(4px);
}

.download_btn a {
	display: block;
	padding: 30px;
	font-size: 2.9rem;
	font-weight: bold;
	color: #fff;
	transition: 0.6s;
}

.download_btn a:hover {
	/*color: #f5a100;*/
}

.download_btn:after {
	/* 矢印のCSS */
	position: absolute;
	content: ">";
	color: #f5a100;
	background-color: #fff;
	border-radius: 50%;
	top: 35%;
	left: 85%;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 1.5rem;
	padding-left: 3px;
	transition: 0.6s;
	padding-top: 5px;
	transition: 0.6s;
}

.download_btn:hover:after {
	/* 矢印のホバー時CSS */
	/*position: absolute;
	content: ">";
	color: #fff;
	background-color: #f5a100;*/
}

@media screen and (max-width: 1100px) {
	.new_ctabg {
		padding: 70px 20px 50px;
	}

	.ctaflex.flex {
		align-items: unset;
		justify-content: unset;
		flex-direction: column;
		margin-top: 20px;
	}

	.cta_telarea {
		width: 100%;
		border-right: none;
		text-align: center;
		margin-bottom: 30px;
		z-index: 100;
	}

	.cta_telarea .intend {
		display: block;

	}

	.cta_btnarea {
		width: 100%;
		z-index: 50;
		padding-left: 0;
		display: flex;
		justify-content: space-around;
		gap: 10px;
	}

	.contact_btn {
		margin-bottom: 0px;
		width: 100%;
	}

	.download_btn {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.contact_btn, .download_btn {
		width: 90%;
	}

	.download_btn a {
		font-size: 2rem;
		padding: 20px;
	}

	.contact_btn a {
		font-size: 2rem;
		padding: 20px;
	}

	.cta_telarea {
		margin-bottom: 20px;
	}

	.new_ctabg {
		padding: 50px 20px 50px;
	}

	.cta_telarea a {
		font-size: 4.5rem;
	}

	.title_area .sp {
		display: block !important;
	}

	.title_area .pc {
		display: none !important;
	}

	.title_area {
		top: -6%;
	}

	span.intend.middle {
		font-size: 1.4rem;
	}
}


@media screen and (max-width: 600px) {
	.cta_telarea {
		margin-bottom: 10px;
	}

	.cta_telarea a {
		font-size: 5.2rem;
	}

	.cta_btnarea {
		flex-direction: column;
	}

	.contact_btn, .download_btn {
		margin: 0 auto;
		width: 100%;
	}

	.contact_btn a, .download_btn a {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 480px) {
	.cta_telarea a {
		font-size: 3.2rem;
		pointer-events: auto;
	}

	.contact_btn, .download_btn {
		width: 100%;
		max-width: 250px;
	}

	section.new_cta {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.new_ctabg {
		padding: 35px 0px 35px;
	}

	.contact_btn a, .download_btn a {
		padding: 15px;
	}

	.contact_btn:after, .download_btn:after {
		top: 22%;
		left: 82%;
	}

	.ctaflex.flex {
		margin-top: 10px;
	}

	.title_area {
		top: -5%;
	}

	.cta_btnarea {
		gap: 15px;
	}

	.cta_telarea {
		margin-bottom: 15px;
	}

	span.intend.middle {
		font-size: 1.1rem;
		margin-bottom: 3px;
	}
}

/*-------------------------------- */
/*採用までの流れ
---------------------------------- */
.flow_container.flex {
	justify-content: space-around;
	gap: 30px;
}

.flow_item {
	background-color: #f3f3f3;
	text-align: center;
	border-radius: 10px;
	position: relative;
	width: 25%;
}

.flow_item::after {
	position: absolute;
	content: url(img/flow_arrow.svg);
	top: 44%;
	right: -10%;
}

.flow_item:last-child::after {
	display: none;
}


.flow_num {
	font-size: 2.4rem;
	background-color: #ffd584;
	color: #fff;
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	margin-bottom: 35px;
	padding-top: 7px;
}

.num_02 {
	background-color: #f8c563;
}

.num_03 {
	background-color: #f5ae26;
}

.num_04 {
	background-color: #f5a100;
}

.flow_icon {
	margin-bottom: 33px;
}

.flow_text h5 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}

.flow_text {
	font-size: 1.5rem;
	text-align: start;
}

.flow_text p {
	padding: 0 26px 45px;
	font-feature-settings: "palt";
}


/*-------------------------------- */
/*よくある質問
---------------------------------- */
.qa_list {
	background-color: #f3f3f3;
	border-radius: 10px;
	padding: 10px 20px 25px 20px;
	margin-bottom: 57px;
}

.question {
	padding: 0px 0px 11px 0px;
	font-size: 2rem;
	font-weight: bold;
}

.answer {
	background-color: #fff;
	border-radius: 7px;
	padding: 27px 35px;
	font-size: 1.5rem;
}

.q_icon {
	font-size: 2.8rem;
	color: #f5a100;
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
	padding-right: 5px;
	padding-left: 2px;
}




/*-------------------------------- */
/*会社概要
---------------------------------- */
.company {
	margin-top: 100px;
}

table.companyBox {
	max-width: 1000px;
	border-collapse: collapse;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

table.companyBox th {
	background-color: #E1EDFB;
	text-align: left;
	width: 20%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7em;
	font-weight: 500;
	color: #333;
}

table.companyBox td {
	font-size: 1.5rem;
	line-height: 1.7em;
}

table.companyBox th, table.companyBox td {
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

table.companyBox td.add {
	padding-left: 0px;
}

.addList {
	margin-bottom: 10px;
}

.addText {
	margin-left: 10px;
}

/*-------------------------------- */
/*レスポンシブ
---------------------------------- */

@media screen and (max-width: 1100px) {
	.tel_area a {
		font-size: 4rem;
	}

	.reverse .imgarea {
		margin-right: 0px;

	}
}


@media screen and (max-width: 1000px) {

	.tel_area {
		width: 100%;
	}

	.button_area {
		width: 100%;
	}

	.tel_area {
		text-align: center;
	}

	.tel_area:after {
		display: none;
	}

	.tel_area {
		line-height: 1.1;
		width: 100%;
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}

	.tel_area {
		text-align: center;
	}

	.tel_area:after {
		display: none;
	}

	.cta.content.flex {
		flex-direction: column;
	}

	.ctaarea .small {
		display: block;
	}

	.cta_title {
		position: absolute;
		top: -7%;
		left: 0%;
	}
}


@media screen and (max-width: 768px) {
	header {
		height: auto;
	}

	.menu_list {
		display: none;
	}

	.cta .sp {
		display: none !important;
	}

	.cta .pc {
		display: block !important;
	}

	.flow_item {
		width: 100%;
	}

	.flow_item::after {
		display: none;
	}

	.flow_text {
		text-align: center;
	}

	table.companyBox {
		width: 100%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
		margin-bottom: 40px;
	}

	table.companyBox th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: auto;
		text-align: center;
	}

	table.companyBox td {
		display: block;
	}

	table.companyBox td {
		display: block;
	}


	.voice_container.flex {
		flex-direction: column-reverse;
		width: 100%;
	}

	.voice_container .textarea {
		margin-left: 0px;
		margin-bottom: 50px;
	}

	.voice_container .imgarea img {
		width: 100%;
	}

	.reverse .imgarea {
		margin-right: 0px;
	}

	.reason_content .textarea {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.reason_content .imgarea img {
		width: 100%;
	}

	.text_top.flex {
		flex-direction: row;
		padding-bottom: 20px;
	}

	.worries_item h4 {
		text-align: left;
	}

	.worries_content.content.flex {
		gap: 20px;
		flex-direction: row;
	}

	.worries_item h4 {
		font-size: 1.6rem;
	}

	.worries_item p {
		font-size: 1.4rem;
	}

	.worries_item .textarea {
		padding: 17px 15px 60px;
	}

	.tel_area {
		text-align: center;
		margin-bottom: 0px;
	}

	.tel_area:after {
		display: none;
	}

	.small {
		display: block;
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.cta {
		padding: 40px 20px;
	}

	.cta_bg {
		padding: 70px 20px;
	}

	.caution {
		margin-top: 0px;
	}

	.worries span.intend {
		display: block;
	}

	.section_title h3 {
		font-size: 2.8rem;
	}

	.worries_item .imgarea {
		position: absolute;
		bottom: -60%;
		left: -4%;
	}

	.worries_item .worries_2 {
		bottom: -70%;
		left: -20%;
	}

	.worries_item .worries_3 {
		bottom: -65%;
		left: -1%;
	}

	.worries_solution {
		font-size: 3.5rem;
		padding: 70px 20px 65px;
	}

	.worries_solution:before {
		position: absolute;
		content: "";
		top: -1px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 50px 0 50px;
		border-color: #F4F5FC transparent transparent transparent;
	}

	.text_top h4 {
		font-size: 2.4rem;
	}


	.section_title {
		margin-bottom: 50px;
	}

	.job_cat {
		font-size: 1.5rem;
		padding: 6px 10px;
		min-width: 100px;
	}

	.flow_text p {
		padding: 0 26px 35px;
		font-feature-settings: "palt";
	}

	.flow_num {
		margin-bottom: 25px;
	}

	.flow_text h5 {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}

	.answer {
		padding: 20px 20px;
	}

	.q_icon {
		font-size: 2rem;
	}

	.qa_list {
		padding: 15px 20px 25px 20px;
		margin-bottom: 35px;
	}

	.question {
		font-size: 1.8rem;
	}

	.tel_area {
		width: 100%;
		margin-top: 20px;
	}

	.button_area {
		width: 100%;
	}

	.cta_title {
		position: absolute;
		top: -8%;
		left: 0%;
	}

	.reason_num.sp {
		width: 6%;
	}

	.text_top.flex {
		gap: 20px;
	}

	.reason_num.sp img {
		width: 100%;
	}

	.mainimg {
		margin-top: 0px
	}
}

@media screen and (max-width: 700px) {
	.worries_content.content.flex {
		flex-direction: column;
	}

	.worries_item .imgarea {
		/*display: none;*/
		width: 35%;
	}

	.worries_item .textarea {
		padding: 35px 15px;
		margin-bottom: 80px;
	}

	.worries_content .item2 {
		margin-top: 0px;
	}

	.worries_item h4 {
		font-size: 2.0rem;
	}

	.worries_item p {
		font-size: 1.8rem;
	}

	.bg_color {
		padding-bottom: 60px;
	}

	.worries_solution {
		font-size: 3.0rem;
	}

	.worries_item h4 {
		text-align: center;
	}

	.worries_item p {
		text-align: center;
	}

	.worries_item .imgarea {
		position: absolute;
		bottom: -60%;
		left: 70%;
	}

	.worries_item .worries_2 {
		bottom: -40%;
		left: 64%;
	}

	.worries_item .worries_3 {
		bottom: -37%;
		left: 64%;
	}
}

@media screen and (max-width: 480px) {
	.cta_bg {
		padding: 50px 0px;
	}

	.tel_area a {
		font-size: 2.4rem;
	}

	.tel_area {
		margin-top: 30px;
	}

	.cta {
		padding: 20px 10px 35px 10px;
		border: 5px solid #fff;
	}

	.caution {
		font-size: 1.1rem;
	}

	.small {
		margin-bottom: 12px;
		font-size: 1.1rem;
	}

	.cta_bg {
		padding: 25px 20px;
	}

	.button_area a {
		font-size: 1.3rem;
		padding: 10px 40px 10px 23px;
	}

	.button_area a:after {
		top: 31%;
		left: 85%;
		width: 13px;
		height: 13px;
		font-size: 0.8rem;
	}

	.bg_color {
		padding-bottom: 60px;
		padding-top: 50px;
	}

	.section_title h3 {
		font-size: 2rem;
	}

	.section_title {
		text-align: center;
		margin-bottom: 40px;
		padding-right: 20px;
		padding-left: 20px;
		font-feature-settings: "palt";
	}

	.section_title span.intend {
		display: block;
	}

	.worries_item h4 {
		font-size: 1.6rem;
		text-align: left;
		margin-bottom: 7px;
	}

	.worries_item p {
		font-size: 1.3rem;
	}

	.worries_item .textarea {
		padding: 25px 15px;
		text-align: left;
		margin-bottom: 30px;
	}

	.worries_item .textarea:before {
		left: 5%
	}

	.worries_solution:before {
		position: absolute;
		content: "";
		top: -1px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 50px 0 50px;
		border-color: #F4F5FC transparent transparent transparent;
	}

	.worries_solution {
		font-size: 3rem;
		padding: 40px 20px 40px 20px;
		font-feature-settings: "palt";
		line-height: 1.2;
	}

	.worries_solution {
		margin-bottom: 60px;
	}

	.text_top h4 {
		font-size: 1.8rem;
	}

	.reason_content {
		margin-bottom: 40px;
	}

	.reason_num {
		width: 7%;
	}

	.text_top.flex {
		gap: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.text_bottom {
		font-size: 1.3rem;
	}

	span.marker:before {
		display: none;
	}

	span.marker {
		font-weight: normal;
	}

	.voice_container .textarea p {
		font-size: 1.3rem;
	}

	.voice_container .textarea h4 {
		font-size: 1.6rem;
		font-feature-settings: "palt";
		margin-bottom: 20px;
	}

	.job_cat {
		margin-bottom: 10px;
		font-size: 1.3rem;
		padding: 3px 7px;
		min-width: 95px;
	}

	.voice_container .textarea {
		margin-bottom: 30px;
	}

	.voice_container .textarea {
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.flow_text h5 {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.flow_icon {
		margin-bottom: 33px;
		width: 30%;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.flow_text {
		font-size: 1.3rem;
		text-align: center;
	}

	.flow_text p {
		padding: 0px 40px 25px;
		text-align: justify;
	}

	.flow_num {
		font-size: 2rem;
		width: 100%;
		margin-bottom: 17px;
		padding-top: 4px;
	}

	.question {
		padding: 0px 0px 11px 0px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.answer {
		padding: 17px 10px;
		font-size: 1.3rem;
	}

	.qa_list {
		border-radius: 10px;
		padding: 20px 10px 25px 10px;
		margin-bottom: 30px;
	}

	.q_icon {
		font-size: 1.6rem;
	}

	.logo_area {
		width: 35%;
		margin-left: -3px;
	}

	.logo_area img {
		margin-left: -4px;
	}

	.tel_area a {
		pointer-events: auto;
	}

	.worries_item .imgarea {
		position: absolute;
		bottom: -32%;
		left: 65%;
	}

	.worries_item .worries_2 {
		bottom: -35%;
		left: 60%;
		width: 38% !important;
	}

	.worries_item .worries_3 {
		bottom: -24%;
		left: 61%;
		width: 32% !important;
	}

	.worries_item h4 {
		text-align: left;
	}

	.worries_item p {
		text-align: left;
	}

	.cta_title {
		top: -7.1%;
	}

	.cta .sp {
		display: block !important;
	}

	.cta .pc {
		display: none !important;
	}

	.worries_item .imgarea {
		width: 29%;
	}

	.sp_intend {
		display: block;
	}

	section.ctaarea {
		margin-top: -1px;
	}

	.reason_num.sp {
		width: 8%;
	}

	.reason_num.sp img {
		width: 100%;
	}

	.mainimg {
		margin-top: 0px
	}

}

#reason, #voice, #flow, #company, #qa, #job_type, #support {
	padding-top: 172px;
}

#reason, #voice, #flow, #company, #qa, #job_type, #support {
	margin-top: -172px;
}

.space {
	margin-bottom: 0px !important;
}

.new_ctaspace {
	height: 100px;
}



@media screen and (max-width: 480px) {
	.new_ctaspace {
		height: 60px;
	}
}


@media screen and (max-width: 768px) {
	#reason, #voice, #flow, #company, #qa, #job_type, #support {
		padding-top: 76px;
	}

	#reason, #voice, #flow, #company, #qa, #job_type, #support {
		margin-top: -76px;
	}
}