@charset "utf-8";

/*=====================================
	株式会社キョーシン 2020.
	CONTENTS用CSS
=====================================*/
.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/*==============================
	CONTENTS - HEADER
==============================*/
header {
	max-height: 576px;
}

.bg-slider_sp {
	height: auto;
}

#cont {
	position: relative;
	height: 100vh;
	min-height: 1000px;
}

.header-box {
	position: relative;
}

.page-visual {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 480px;
	color: #fff;
	text-align: center;
	z-index: -100;
}

/**コンテンツタイトル*/
.v_company {
	background: url("../images/contents/company/company-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_construction {
	background: url("../images/contents/construction/construction-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_product {
	background: url("../images/contents/construction/product-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_equipment {
	background: url("../images/contents/construction/equipment-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_cons_case {
	background: url("../images/contents/construction/cons_case-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_recruit {
	background: url("../images/contents/recruit/recruit-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_entry {
	background: url("../images/contents/recruit/entry-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_contact {
	background: url("../images/contents/contact/contact-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_privacy {
	background: url("../images/contents/privacy/privacy-top_pc.jpg") center center no-repeat;
	background-size: cover;
}

.v_network_camera {
	background: url("../images/contents/network_camera/camera_mainImg.jpg") center center no-repeat;
	background-size: cover;
}

.v_news {
	background: url("../images/contents/news/news_pc.jpg") center center no-repeat;
	background-size: cover;
}

/*スマホ版*/
@media screen and (max-width: 420px) {
	.v_company {
		background: url("../images/contents/company/company-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_construction {
		background: url("../images/contents/construction/construction-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_product {
		background: url("../images/contents/construction/product-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_equipment {
		background: url("../images/contents/construction/equipment-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_cons_case {
		background: url("../images/contents/construction/cons_case-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_recruit {
		background: url("../images/contents/recruit/recruit-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_entry {
		background: url("../images/contents/recruit/entry-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_contact {
		background: url("../images/contents/contact/contact-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_privacy {
		background: url("../images/contents/privacy/privacy-top_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_cocohelpavp {}

	.v_network_camera {
		background: url("../images/contents/network_camera/camera_mainImg.jpg") center center no-repeat;
		background-size: cover;
	}

	.v_news {
		background: url("../images/contents/news/news_sp.jpg") center center no-repeat;
		background-size: cover;
	}
}

.page-visual-ttl {
	position: relative;
	padding-bottom: 70px;
	color: #fff;
	font-size: 2rem;
}

.page-visual .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 40px;
	font-weight: 600;
}

.page-visual .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.page-visual-ttl::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 40px;
	margin-left: -1px;
	background-color: #fff;
}

.page-visual-ttl::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	bottom: -40px;
	width: 2px;
	height: 40px;
	margin-left: -1px;
	background-color: #005657;
}

/*タブレット版*/
@media screen and (max-width: 640px) {
	.page-visual {
		height: 230px;
	}
}

/*==============================
	CONTENTS
==============================*/
.section {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}

.section_text {
	margin-top: 20px;
	margin-bottom: 30px;
}

.section_text p {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.0em;
	font-feature-settings: "palt";
}

.link_btn {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	padding: 16px;
	margin: 20px;
	color: #004b4c;
	font-weight: bold;
	line-height: 1.4rem;
	user-select: none;
	border-width: 0;
	border-style: solid;
	border-radius: 12% / 50%;
	background: transparent;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.2s, transform 0.2s;
}

/**IE11*/
_:-ms-lang(x)::-ms-backdrop,
.link_btn {
	display: inline-block;
	cursor: pointer;
	width: 200px;
	padding: 16px;
	margin: 20px;
	color: #004b4c;
	font-weight: bold;
	line-height: 1.4rem;
	user-select: none;
	border-width: 0;
	border-style: solid;
	border-radius: 12% / 50%;
	background: transparent;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.2s, transform 0.2s;

}

.link_btn:hover {
	color: #004b4c;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.link_btn:active {
	transition-duration: 0.05s;
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
}

.link_btn:focus,
.link_btn:focus:hover {
	color: #004b4c;
}

/**1000px以下用*/
@media only screen and (max-width: 999px) {
	.section {
		width: 80%;
	}

	.section_text p {
		font-size: 1.0rem;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.section {
		width: 88%;
	}

	.section#company_04 {
		width: 100%;
	}
}

/*==============================
	CONTENTS - COMPANY
==============================*/
.company_box {
	width: 1000px;
	color: #222;
	text-align: center;
	margin: 0 auto 130px;
	letter-spacing: 0.1em;
}

.company_box h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 55px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

/**代表挨拶*/
.greeting {
	width: 100%;
	max-width: 1000px;
}

.greeting_l,
.greeting_r {
	display: table-cell;
	vertical-align: middle;
}

.greeting_l {
	width: 580px;
}

.greeting_l p {
	text-align: left;
	font-size: 1.0rem;
	line-height: 2.0;
	padding-right: 5%;
	padding-bottom: 8px;
}

.greeting_r {
	width: 400px;
}

.greeting_r .img01 {
	width: 100%;
}

.greeting_r .img02 {
	width: 80%;
}

.greeting_r p {
	font-weight: bold;
}

.greeting_r .pre_sign {
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}

.greeting_r .pre_sign .text01 {
	font-size: 1.2rem;
	font-weight: bold;
}

.vision p {
	font-size: 1.2rem;
	line-height: 2.5;
}

.vision .box_brackets {
	width: 500px;
	margin: 0 auto;
}

@media only screen and (max-width: 428px) {
	.greeting_l p {
		padding-left: 5%;
	}
}

/*********************/
.greeting {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}

.greeting h3 {
	width: 100%;
	font-size: xx-large;
}

.greeting_img {
	width: 30%;
}

.greeting_img .img01 {
	max-width: 300px;
}

.greeting_text {
	width: 65%;
}

.greeting_text p {
	text-align: left;
	line-height: 1.7;
}

.company_box h3 {
	font-size: x-large;
	text-align: left;
	padding-bottom: 30px;
}

.company_box .box_brackets h3 {
	font-size: x-large;
	text-align: center;
	/* padding-bottom: 30px; */
}

.section#company {
	padding: 100px 0 0;
	background: #fafafa;
	width: 100%;
	padding-bottom: 10px;
}

.section#company_02 {
	/* background: #fafafa; */
	width: 100%;
	padding: 150px 0;
}

#company_02 .company_box {
	margin-bottom: 0;
	/* padding-bottom: 70px; */
}

/*修飾枠(かぎかっこ)*/
.box_brackets {
	position: relative;
	padding: 0.25em 1em;
	width: 500px;
	margin: 0 auto 2em;
}

.box_brackets:before,
.box_brackets:after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 20px;
	height: 30px;
}

.box_brackets:before {
	top: 0;
	left: 0;
	border-top: solid 1.5px #006ab7;
	border-left: solid 1.5px #006ab7;
}

.box_brackets:after {
	right: 0;
	bottom: 0;
	border-right: solid 1.5px #006ab7;
	border-bottom: solid 1.5px #006ab7;
}

.box_brackets p {
	margin: 0;
	padding: 0;
}

.section#company_03 {
	width: 100%;
	margin-bottom: 70px;
	/* background: url(../images/contents/company/company_03_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	padding: 150px 0;
	/* filter: brightness(70%); */
	position: relative;
	z-index: 0;
}

.section#company_03:before {
	content: '';
	background-image: url('../images/contents/company/company_03_back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: brightness(70%);
	z-index: -1;
}

.section#company_03 p {
	color: #fff;
}

#company_03 .company_box {
	margin-bottom: 0;
	padding-bottom: 70px;
}

#company_03 .company_box h2 {
	color: #fff;
}

/*********************/
/**1000px以下用*/
@media only screen and (max-width: 999px) {
	.company_box {
		width: 80%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.company_box {
		width: 95%;
	}

	.greeting_l,
	.greeting_r {
		display: block;
		width: 100%;
	}

	.greeting_r p {
		font-size: 0.9rem;
	}

	.greeting_r .img02 {
		margin-left: 10%;
	}

	/* .vision .box_brackets {
		width: 90%;
	} */

	.box_brackets {
		width: 90%;
	}

	.company_box .box_brackets h3 {
		padding: 20px 30px;
	}

	.company_box.vision p {
		padding-bottom: 5px;
	}

	.greeting {
		gap: 20px 10px;
	}

	.greeting_img,
	.greeting_text {
		width: 90%;
	}

	.pre_sign {
		margin-top: 10px;
	}

	.company_box h3 {
		padding-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
}

/**会社概要用table*/
.company_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}

.company_inner h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 100px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.company_table {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 100px;
	border-collapse: collapse;
}

table.company_table tr {
	border-bottom: solid 2px white;
}

table.company_table tr:last-child {
	border-bottom: none;
}

table.company_table th {
	position: relative;
	width: 30%;
	color: #fff;
	padding: 10px 0;
	text-align: left;
	text-align: center;
	font-weight: bold;
	background-color: #0c6c6d;
}

table.company_table th:after {
	position: absolute;
	display: block;
	top: calc(50% - 10px);
	right: -10px;
	width: 0px;
	height: 0px;
	content: "";
	border-left: 10px solid #0c6c6d;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

table.company_table td {
	width: 70%;
	padding: 10px 0;
	text-align: center;
	background-color: #eee;
}

table.company_table .t_box {
	width: 80%;
	text-align: left;
	margin-left: 10%;
	margin-top: 10px;
	line-height: 1.5;
}

/*.mar_bottom10 {
	margin-bottom: 10px;
}*/
table.company_table .t_box p {
	line-height: 1.5;
}

table.company_table .t_box .title {
	font-weight: bold;
}

/**1000px以下用*/
@media only screen and (max-width: 999px) {
	.company_inner {
		width: 80%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.company_inner {
		width: 95%;
	}

	table.company_table {
		width: 100%;
	}
}

/**アクセスマップ用table*/
.map_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}

.map_inner h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

.map_inner .map_title {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
}

.map_inner .map_access {
	margin-bottom: 20px;
	padding-left: 2%;
	text-align: left;
	font-size: 1.0rem;
	font-weight: bold;
}

.map_area {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.map_inner iframe {
	width: 100%;
	height: 500px;
	border: 0;
}

/**1000px以下用*/
@media only screen and (max-width: 999px) {
	.map_inner {
		width: 80%;
	}

	.map_area {
		width: 100%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.map_inner {
		width: 95%;
	}
}

/*==============================
	CONTENTS - CONSTRUCTION
==============================*/
.cons_inlink {
	width: 90%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 300px;
}

.cons_inlink h2 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

/*IE用*/
_:-ms-lang(x)::-ms-backdrop,
.cons_inlink .link_btn {
	width: 200px;
}

.cons_main {
	width: 1000px;
	margin: 0 auto 300px;
}

.cons_main h3 {
	font-size: 1.8rem;
	margin-bottom: 50px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

.cons_main .cons_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}

.cons_main .cons_inner h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 100px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

.cons_main .cons_inner h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #20334d;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin: 0 auto;
}

.cons_main .cons_inner p {
	line-height: 1.5;
}

.cons {
	width: 100%;
	max-width: 1000px;
	margin-top: 50px;
}

.cons_box {
	width: 100%;
	max-width: 980px;
}

.cons_box-l,
.cons_box-r {
	display: table-cell;
	vertical-align: middle;
	width: 490px;
	height: 166px;
}

.cons_box-l {}

.cons_box-r {
	font-size: 0.9rem;
	text-align: left;
	padding-left: 2%;
}

.cons_con_link {
	width: 100%;
	max-width: 1000px;
	margin-top: 30px;
	margin-bottom: 70px;
}

.cons_con_link .link_btn {
	width: 200px;
}

/*IE用*/
_:-ms-lang(x)::-ms-backdrop,
.cons_con_link .link_btn {
	width: 250px;
}

/**1000px以下用*/
@media only screen and (max-width: 999px) {

	.cons_main,
	.cons_main .cons_inner {
		width: 100%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.cons_main .cons_inner p {
		text-align: left;
		font-size: 0.95rem;
	}

	.cons_box {
		margin-bottom: 30px;
	}

	.cons_box-l,
	.cons_box-r {
		display: block;
		width: 98%;
		height: auto;
	}

	.cons_box-l {
		text-align: center;
		margin: 0 auto;
	}

	.cons_box-r {
		padding-top: 10px;
	}
}

/*==============================
	CONTENTS - MAIN
==============================*/
p.hl-bl {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	border-left: 10px solid #004b4c;
}

h2.mate {
	font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	color: #20334d;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin: 0 auto;
}

.material_list {
	margin-top: 150px;
}

.m_list_box {
	margin-top: 50px;
	margin-bottom: 50px;
}

.material_box {
	width: 100%;
	max-width: 1000px;
	padding-bottom: 50px;
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.section_text p {
		font-size: 0.9rem;
	}

	.material_list {
		margin-top: 50px;
	}

	h2.mate {
		font-size: 1.7rem;
	}

	p.hl-bl {
		font-size: 1.3rem;
	}
}

/*==============================
	CONTENTS - PRODUCT
==============================*/
#product .cons_inlink {
	margin-top: 10px;
	margin-bottom: 100px;
}

.product_box_l,
.product_box_r {
	display: table-cell;
	vertical-align: top;
	padding-top: 30px;
}

.product_box_l {
	margin: 0;
	text-align: left;
	margin-left: 20px;
}

.product_box_l .m_img {
	width: 400px;
}

.product_box_r {
	text-align: left;
	padding-left: 10px;
}

.product_box_r p {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5rem;
	margin-left: 20px;
	margin-bottom: 10px;
}

.p_link {
	width: 90%;
	max-width: 1000px;
	text-align: left;
}

.official_inlink,
.dl_inlink {
	width: 90%;
	max-width: 1000px;
}

.official_inlink .link_btn {
	width: 180px;
}

/**IE11*/
_:-ms-lang(x)::-ms-backdrop,
.link_btn {
	width: 200px;
}

/*.dl_inlink {
    text-align: center;
    margin: 0 auto;
}*/
.dl_inlink p {
	font-size: 0.9rem;
	margin-left: 28px;
	margin-bottom: 0;
}

.dl_inlink .link_btn {
	width: 300px;
}

.product_box_r .dl_inlink .link_btn {
	width: 120px;
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	#product .section_text p {
		font-size: 0.9rem;
	}

	#product .m_list_box {
		margin-bottom: 0;
	}

	.product_box_l,
	.product_box_r {
		display: block;
		width: 98%;
		margin-left: 2.5%;
	}

	.product_box_l .m_img {
		width: 98%;
	}

	.product_box_r p {
		width: 95%;
		margin-left: 0;
	}

	.dl_inlink .link_btn {
		width: 50%;
	}
}

/*==============================
	CONTENTS - EQUIPMENT
==============================*/
#eq .cons_inlink {
	margin-top: 10px;
	margin-bottom: 100px;
}

.equipment_box_l,
.equipment_box_r {
	display: table-cell;
	vertical-align: top;
	padding-top: 30px;
}

.equipment_box_l {
	margin: 0;
	text-align: left;
	margin-left: 20px;
}

.equipment_box_l .m_img {
	width: 400px;
}

.equipment_box_r {
	text-align: left;
	padding-left: 10px;
}

.equipment_box_r p {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.7rem;
	margin-left: 20px;
	margin-bottom: 10px;
}

/*お問い合わせボタン*/
.eq_area {
	display: table-cell;
	padding-top: 20px;
	padding-left: 40px;
}

.eq_button {
	position: relative;
	width: 160px;
	padding: 1.0em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1),
		transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	vertical-align: bottom;
	color: #fff;
	font-weight: bold;
	border: none;
	border-width: 0;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	z-index: 1;
}

/**Edge*/
_:-ms-lang(x)::backdrop,
.eq_button {
	position: relative;
	width: 180px;
	padding: 1.0em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1),
		transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	vertical-align: bottom;
	color: #fff;
	font-weight: bold;
	border: none;
	border-width: 0;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	z-index: 1;
}

/**IE11*/
_:-ms-lang(x)::-ms-backdrop,
.eq_button {
	position: relative;
	width: 200px;
	padding: 1.0em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1),
		transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	vertical-align: bottom;
	color: #fff;
	font-weight: bold;
	border: none;
	border-width: 0;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	z-index: 1;
}

.eq_button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: box-shadow 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	background: #16bcac;
	z-index: -1;
}

.eq_button:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: '';
	transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1),
		width 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 0;
	background: #004b4c;
	z-index: -1;
}

.eq_button:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	color: #fff;
}

.eq_button:hover:after {
	width: 5px;
	opacity: 1;
}

.eq_button:hover:before {
	box-shadow: inset 0 -1px 0 #1a237e, inset 0 1px 0 #1a237e, inset -1px 0 0 #1a237e;
}

.eq_button:active:before {
	box-shadow: inset 0 -3px 0 #1a237e, inset 0 3px 0 #1a237e, inset -3px 0 0 #1a237e;
}

.eq_button:focus,
.eq_button:focus:hover {
	color: #fff;
}

/*下線付きリンク*/
a.eq_link {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

/*料金テーブル*/
table.price_table {
	width: 98%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	border-spacing: 0;
}

table.price_table p {
	margin: 0;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.0rem;
}

table.price_table th {
	padding: 10px 15px;
	border-bottom: solid 2px #fb5144;
}

table.price_table td {
	padding: 10px 20px;
	text-align: center;
	border-bottom: solid 2px #ddd;
}

/**1000px以下の場合*/
@media only screen and (max-width: 999px) {
	.eq_area {
		display: block;
		padding-left: 20%;
	}
}

/**タブレット用*/
@media only screen and (max-width: 800px) {

	.equipment_box_l,
	.equipment_box_r {
		display: block;
		width: 98%;
		margin-left: 2.5%;
	}

	.equipment_box_l .m_img {
		width: 98%;
	}

	.equipment_box_r p {
		width: 95%;
		margin-left: 0;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {}

/*==============================
	CONTENTS - CONS_CASE
==============================*/
#cc .cons_inlink {
	margin-top: 10px;
	margin-bottom: 100px;
}

.material_box {
	width: 100%;
	max-width: 1000px;
}

/*記事：ロングタイプ*/
.material_box_l {
	padding: 0 50px;
}

.material_box_l p {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.material_box_li {
	text-align: left;
	padding-left: 10px;
}

.material_box_li p {
	text-align: left;
	padding: 5px;
	line-height: 1.5;
}

.material_box_li .m_img {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 5px;
}

.material_box_li .m_img img {}

/*記事：映像タイプ*/
.material_video {
	display: table-cell;
	width: 50%;
}

.material_video iframe {
	width: 435px;
	height: 245px;
	padding: 5px;
}

/**スマホの場合*/
@media only screen and (max-width: 428px) {
	.material_box_l {
		padding: 0 10px;
	}

	.material_box_li .m_img {
		display: block;
		width: 98%;
	}

	.material_video {
		display: block;
		width: 100%;
	}

	.material_video iframe {
		width: 98%;
	}
}

/*==============================
	CONTENTS - CONTACT
==============================*/
.contact_main {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.contact_main h1 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

.contact_main p {
	font-size: 1.0rem;
	line-height: 1.5;
}

.contact_text {
	margin: 50px auto;
}

.contact_text p {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2.0em;
	font-feature-settings: "palt";
}

p.attention {
	color: crimson;
	font-weight: 600;
}

/**1000px以下*/
@media only screen and (max-width: 999px) {
	.contact_main {
		width: 95%;
	}
}

/**タブレット用*/
@media only screen and (max-width: 840px) {}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.contact_text p {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 375px) {
	.contact_text p {
		font-size: 0.8rem;
	}
}

/*==============================
	CONTENTS - RECRUIT
==============================*/
.rec_message {
	margin-top: 50px;
	padding-bottom: 100px;
}

.rec_message h2 {
	width: 1000px;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: .1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	position: relative;
}

.rec_message h2::before {
	background-color: #F34213;
	content: "";
	height: 1px;
	left: -220px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
}

.rec_message h3 {
	margin-bottom: 115px;
	margin-top: 115px;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	text-align: center;
}

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

.rec_message_inner {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.rec_message_inner>div:nth-child(1) {
	max-width: 60%;
}

.main_message,
.rec_name {
	/* margin-top: 60px; */
	font-size: 18px;
	line-height: 2.5;
}

.rec_name {
	text-align: center;
}

.rec-cate {
	display: flex;
	justify-content: space-between;
	gap: 20px
}


.rec-cate_item {
	width: 30%;
	margin: 50px auto 70px;
}

.rec-cate_item a,
.iphone .rec-cate_item a {
	/**/
	position: relative;
	width: 100%;
	max-width: 235px;
	overflow: hidden;
}



.rec-cate_item a:hover {
	color: #F34213;
	text-decoration: none;
}

.rec-cate_item .imgbox {
	overflow: hidden;
	margin: 0 auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.rec-cate_item .imgbox img {
	transition: 1s all;
	/* height: 100%; */
	/* width: auto; */
}

.rec-cate_item .imgbox img:hover {
	/* transition: filter 0.5s ease; */
	/* フィルター変更時のアニメーション */
	transform: scale(1.2, 1.2);
	transition: 1s all;
}



.rec-cate_item a h4,
.iphone .rec-cate_item a h4 {
	/**/
	position: absolute;
	/* display: inline-block; */
	bottom: 20px;
	right: -10px;
	text-align: right;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	/* font-family: 'メイリオ', 'Meiryo', sans-serif; */
	margin-top: 15px;
	padding: 0.7em 1em;
	background-color: #F34213;
	color: #ffffff;
	max-width: 250px;
	width: fit-content;
	height: fit-content;
	white-space: nowrap
}

.welfare_container {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

.welfare_descriptionList {
	border-top: 1px dashed #ef8200;
	margin-top: 45px;
}

.welfare_descriptionList>div {
	border-bottom: 1px dashed #ef8200;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
	padding-top: 25px;
}

.welfare_descriptionList>div>dt {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	width: 205px;
}

.welfare_descriptionList>div>dd {
	width: calc(100% - 205px);
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
}

.welfare_date {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .1em;
	margin-top: 20px;
	text-align: right;
}

.faq_container {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	margin-top: 115px;
	padding: 0;
	border-top: 1px dashed #ef8200;
}

.faq_container .details {
	/* background-color: white; */
	/* filter: drop-shadow(2px 2px 3px #B5B5B5); */
	/* margin-bottom: 20px; */
	border-bottom: 1px dashed #ef8200;
	padding-bottom: 45px;
	padding-top: 45px;

	background-position: right top 10px;
	background-repeat: no-repeat;
	background-size: 22px 25px;
	cursor: pointer;
	font-size: 22px;
	letter-spacing: .1em;
	line-height: 2;

	position: relative;
}



.faq_container .summary {
	cursor: pointer;
	font-weight: 400;
	/* padding: 20px; */
	/* color: #0c6c6d; */
	/*4D4D4D 0c6c6d*/
	list-style: none;
	/* margin-top: 35px; */
	padding-left: 70px;
	padding-right: 30px;
	position: relative;
}

.faq_container .summary::-webkit-details-marker {
	display: none;
}

.faq_container .summary>span {
	font-size: 22px;
	font-weight: 500;
	left: 0;
	letter-spacing: .2em;
	position: absolute;
}

.summary_plus_box {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
}

.summary_plus {
	display: inline-block;
	vertical-align: middle;
	color: #ef8200;
	line-height: 1;
	min-width: 24px;
	height: 2px;
	background-color: #ef8200;
	position: relative;
	right: 0;


	@include mq("sp") {
		min-width: 16px;
	}

	&::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		border-radius: inherit;
		transform: rotate(90deg);
		transition: 0.3s;
	}
}

details[ open] .summary_plus::before {
	transform: rotate(0deg);
}

.faq_container .answer {
	overflow: hidden;
	/* color: #4D4D4D; */
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
	margin-top: 35px;
	padding-left: 70px;
	position: relative;
	font-weight: 400;
}

.faq_container .answer>span {
	font-size: 22px;
	font-weight: 500;
	left: 0;
	letter-spacing: .2em;
	line-height: 1.6364;
	position: absolute;
}

/*1000以下*/
@media only screen and (max-width: 999px) {
	.rec_message h2::before {
		left: 0;
		width: 55px;
	}

	.rec_message h2 {
		font-size: 18px;
		letter-spacing: .05em;
		margin-top: 20px;
		padding-left: 65px;
		width: fit-content;
		margin-left: 0;
		font-weight: 400;
	}

	.rec_message h3 {
		font-size: 18px;
		margin-top: 35px;
		margin-bottom: 0;
	}

	.rec_message_inner {
		margin: 50px 20px;
		flex-wrap: wrap;
		max-width: 90%;
		flex-direction: column-reverse;
	}

	.rec_message_inner>div {
		width: 100%;
	}

	.rec_message_inner>div:nth-child(1) {
		max-width: 100%;
	}

	.rec_message_inner>div img {
		max-width: 300px;
	}

	.rec_name {
		font-size: 16px;
	}

	.main_message {
		font-size: 14px;
		letter-spacing: .05em;
		line-height: 2.2857;
	}

	.rec-cate {
		margin-top: 35px;
		padding-right: 20px;
		padding-left: 10px;
		gap: 15px 5px;
		flex-wrap: wrap;
	}

	.rec-cate_item {
		width: 48%;
		margin: 0;
	}

	.rec-cate_item .imgbox {
		height: 100px;
		width: 100%;
	}

	.iphone .rec-cate_item .imgbox {
		/* position: absolute; */
	}

	.rec-cate_item a h4 {
		font-size: 12px;
		bottom: -10px;

	}

	/*iphone　表示崩れ*/
	.iphone .rec-cate_item a {
		display: inline-block;
		vertical-align: middle;
	}

	.iphone .rec-cate_item a h4 {
		bottom: 0px;
		right: 0;
	}

	/*iphone　表示崩れ*/

	.welfare_descriptionList {
		margin-top: 10px;
	}

	.welfare_descriptionList>div>dt {
		font-size: 13px;
		width: 130px;
		font-weight: 400;
		letter-spacing: .05em;
		line-height: 1.7692;
		padding-left: 10px;
	}

	.welfare_descriptionList>div>dd {
		width: calc(100% - 140px);

	}

	.welfare_descriptionList>div>dd p {
		font-size: 13px;
		font-weight: 400;
		letter-spacing: .05em;
		line-height: 1.7692;
	}

	.welfare_descriptionList>div {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.welfare_date {
		font-size: 11px;
	}

	.faq_container {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.faq_container .details {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 15px;
		font-weight: 300;
		letter-spacing: .05em;
		line-height: 1.53333333;
	}

	.faq_container .answer {
		font-size: 13px;
		line-height: 1.76923077;
		letter-spacing: .1em
	}

	.faq_container .summary>span,
	.faq_container .answer>span {
		font-size: 15px;
		font-weight: 300;
		left: 10px;
		letter-spacing: .05em;
	}

	.summary_plus {
		min-width: 15px;
	}

	.summary_plus_box {
		top: -2px;
	}
}

/*スマホ用*/
@media only screen and (max-width: 428px) {}

/*リクルートページ2*/
.occupation_container {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

h3.occupation_heading {
	border-bottom: 1px solid #ef8200;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .1em;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-top: 15px;
	position: relative;
	margin-bottom: 40px;
	text-align: left;
	line-height: 1;
}

.occupation_section p {
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
	font-weight: 400;
}

.occupation__insert {
	margin-bottom: 45px;
	margin-top: 40px;
}

.occupation__insert img {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.u-d-n-up-md {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.u-d-n-down-md {
		display: none !important;
	}
}



.occupation_heading span {
	align-items: center;
	background-color: #ef8200;
	color: #fff;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.occupation_descriptionList {
	/* border-top: 1px dashed #ef8200; */
	margin-top: 45px;
}

.occupation_descriptionList>div {
	border-bottom: 1px dashed #ef8200;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
	padding-top: 25px;
}

.occupation_descriptionList>div>dt {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	width: 205px;
}

.occupation_descriptionList>div>dd {
	width: calc(100% - 205px);
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
}

.occupation_date {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .1em;
	margin-top: 20px;
	text-align: right;
}

.occupation_descriptionList.mt25 {
	margin-top: 25px;
	margin-left: 200px;
	width: 100%;
}

.occupation_descriptionList>div.border_existence {
	border-top: 1px dashed #ef8200;
}

.occupation_descriptionList>div.border_none {
	border-bottom: none;
}

.rec_message details {
	border-bottom: 1px dashed #ef8200;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
	padding-top: 25px;
	max-width: 1000px;
	/* width: 90%; */
	margin: auto;
}

.rec_message summary {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	position: relative;
	list-style: none;
	width: 100%;
}

.rec_message .summary::-webkit-details-marker {
	display: none;
}

.rec_message .summary>span {
	font-size: 22px;
	font-weight: 500;
	left: 0;
	letter-spacing: .2em;
	position: absolute;
}

.rec_message .summary_plus_box {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
}

.rec_message .summary_plus {
	display: inline-block;
	vertical-align: middle;
	color: #ef8200;
	line-height: 1;
	min-width: 24px;
	height: 2px;
	background-color: #ef8200;
	position: relative;
	right: 0;


	@include mq("sp") {
		min-width: 16px;
	}

	&::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		border-radius: inherit;
		transform: rotate(90deg);
		transition: 0.3s;
	}
}

.rec_message details[ open] .summary_plus::before {
	transform: rotate(0deg);
}

.rec_message .answer {
	overflow: hidden;
	/* color: #4D4D4D; */
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
	margin-top: 35px;
	padding-left: 70px;
	position: relative;
	font-weight: 400;
}

.rec_message .answer>span {
	font-size: 22px;
	font-weight: 500;
	left: 0;
	letter-spacing: .2em;
	line-height: 1.6364;
	position: absolute;
}


@media only screen and (max-width: 768px) {
	h3.occupation_heading {
		font-size: 15px;
		padding-bottom: 10px;
		padding-left: 40px;
		padding-top: 5px;
		margin-bottom: 0;
	}

	.occupation_heading span {
		font-size: 13px;
		height: 25px;
		width: 25px;
	}

	.occupation_section p {
		font-size: 13px;
		letter-spacing: .05em;
		margin-top: 20px;
	}

	.occupation__insert {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.occupation_descriptionList {
		margin-top: 0;
	}

	.occupation_descriptionList>div>dt {
		font-size: 13px;
		font-weight: 300;
		letter-spacing: .05em;
		line-height: 1.7692;
		padding-left: 10px;
		width: 125px;
	}

	.rec_message details {
		width: 90%;
	}

	.rec_message summary {
		font-size: 13px;
		font-weight: 300;
		letter-spacing: .05em;
		line-height: 1.7692;
		padding-left: 10px;
		width: 90%;
		/* margin: 25px auto; */
	}

	.occupation_descriptionList>div>dd {
		padding-right: 10px;
		width: calc(100% - 150px);
	}

	.occupation_descriptionList>div>dd p {
		font-size: 13px;
		font-weight: 300;
		letter-spacing: .05em;
		line-height: 1.7692;
	}

	.occupation_descriptionList.mt25 {
		margin-left: 0;
		margin-right: 0;
	}
}

/*ジョブポスト*/
.jobpost_container {
	margin-top: 45px;
	display: flex;
	justify-content: center;

}

.jobpost-button {
	line-height: 1.5;
	background-color: #F34213;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-bottom: 30px;
}

.jobpost-button:hover {
	background-color: #f58566;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.jobpost-button {
		font-size: 14px;
		padding: 8px 16px;
	}
}


/*既存要確認-----------------------------------------------*/
.rec-box {
	width: 100%;
	max-width: 1000px;
	color: #222;
	text-align: center;
	margin: 130px auto 100px;
	letter-spacing: 0.1em;
	box-shadow: 3px 3px 0px #F34213;
	border: 1px solid #F34213;
	padding: 30px 20px 60px;
}

.rec-box h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 55px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

.rec-text_box {
	display: flex;
	gap: 30px;
}

.rec-text_box div:nth-child(1) {
	width: 500px;
}

.rec-text_box div img {
	max-width: 250px;
}

.rec-text_box p {
	font-feature-settings: "palt";
}

.rec-text_box .rec_text {
	font-size: 1.0rem;
	line-height: 2.0;
	text-align: left;
}

.rec-text_box .rec_name {
	/* padding-top: 20px;
	font-size: 0.8rem;
	font-weight: bold; */
}

/*スマホ用*/
@media only screen and (max-width: 428px) {
	.rec-box {
		width: 90%;
		margin-bottom: 70px;
	}

	.rec-box h2 {
		font-size: 1.1rem;
		;
		line-height: 2.0em;
		letter-spacing: 0.05em;
		margin-bottom: 35px;
	}

	.rec-text_box {
		flex-wrap: wrap;
	}

	.rec-text_box div {
		width: 90%;
		margin: auto;
	}

	.rec-text_box p {
		text-align: left;
		line-height: 1.8rem;
	}

	.rec-text_box .rec_name {
		/* text-align: center; */
	}

	.rec-text_box .rec_text {
		font-size: 0.9rem;
	}
}




/*  */



.recruit_inner {
	width: 1000px;
	margin: 0 auto;
	/* padding-top: 50px; */
	text-align: center;
}

.recruit_inner h1 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 100px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}

.recruit_inner h2,
.inner_div h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	/*color: #0c6c6d;*/
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin: 0 auto;
}

.recruit_inner p {
	line-height: 1.5;
}

/**1000px以下*/
@media only screen and (max-width: 999px) {
	.recruit_inner {
		width: 90%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.recruit_inner {
		width: 100%;
	}

	.recruit_inner p {
		text-align: left;
		font-size: 0.95rem;
	}




}

@media only screen and (max-width: 360px) {
	.recruit_inner {
		width: 95%;
	}
}

/*　採用情報 2024　*/
#account,
#Repair_engineer {
	background: #dcdcdc;
}

#networkengineer,
#constructionengineer {
	background: #fafafa;
}

.inner_div {
	max-width: 700px;
	margin: auto;
	padding: 50px 15px;
	font-family: 'Noto Sans JP', sans-serif;
}

.inner_div:first-of-type {
	border-top: none;
}

.rec_h2_2 {
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 28px;
	margin-bottom: 1em;
	padding: 0.7em 0.5em 0.7em 1em;
	border-bottom: 2px solid rgba(247, 148, 4, 0.3);
	position: relative;
	color: #F34213;
	/* text-shadow: 1px 1px 3px; */
}

.rec_h2_2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #F34213;
}

.rec_h2 {
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 28px;
	margin-bottom: 1em;
	padding: 0.7em 0.5em 0.7em 1em;
	border-bottom: 2px solid rgba(12, 108, 109, 0.3);
	position: relative;
	color: #0c6c6d;
	/* text-shadow: 1px 1px 3px; */
}

.rec_h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #0c6c6d;
}

.inner_div p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-left: 30px;
}

.recruit_info_box {
	margin-top: 25px;
	line-height: 1.5;
}

.inner_div dl {
	display: flex;
	margin-bottom: 15px;
	border-bottom: solid 1px #dcdcdc;
	/* line-height: 2.5; */
	padding: 10px 0;
}

#account .inner_div dl,
#Repair_engineer .inner_div dl {
	border-bottom: solid 1px #ffffff;
}

.inner_div dl dt {
	width: 100px;
	color: #333;
	text-align: justify;
	text-align-last: justify;
	padding: 0 30px;
	/* line-height: 1.5; */
}

.inner_div dl dd {
	/* width: 80%; */
	padding: 0 30px;
	/* line-height: 1.5; */
}


#number {
	/* margin-top: 100px; */
	padding-top: 50px;
	padding-bottom: 50px;
}



/* ここまで調整用スタイル */




/*採用情報_テーブル*/
.p_rec_box {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.p_rec_box .table01 {
	width: 60%;
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 2px 2px 4px gray;
	margin: 30px auto;
	font-family: 'Noto Sans JP', sans-serif;
}

.p_rec_box .table01 tr {
	cursor: pointer;
	border-bottom: solid 1px #eee;
}

.p_rec_box .table01 tr:hover {
	background-color: #d4f0fd;
}

.p_rec_box .table01 th,
.p_rec_box .table01 td {
	height: 120px;
	padding: 20px auto;
	text-align: center;
}

.p_rec_box .table01 th {
	width: 100px;
	padding: 10px 15px;
	text-align: center;
}

.p_rec_box .table01 td {
	width: auto;
}

.p_rec_box .table01 td p {
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;
}

.p_rec_box .table01 td p.remarks {
	font-size: 0.8rem;
}

.p_rec_box .table01 th .icon {
	width: 70px;
	height: 70px;
	color: #fff;
	padding-top: 18px;
	margin: 15px;
	text-align: center;
	font-size: 2.0rem;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #FFB140;
}

/*マイナビ*/
.mynavi {
	max-width: 1000px;
	margin: 10px auto;
	text-align: center;
}

.mynavi img {
	width: 200px;
	height: 59px;
	border: 0;
}

/**Edge*/
_:-ms-lang(x)::backdrop,
.mynavi img {
	width: 200px;
	height: 59px;
	border: 0;
	padding-left: 40%;
}

/**IE11*/
_:-ms-lang(x)::-ms-backdrop,
.mynavi img {
	width: 200px;
	height: 59px;
	border: 0;
	margin-left: 40%;
}

.mynavi p {
	margin: 5px auto;
	font-size: 0.9rem;
	font-weight: bold;
}


.remarks {
	font-size: 0.8rem;
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.p_rec_box .table01 {
		width: 95%;
	}

	.p_rec_box .table01 th p {
		text-align: center;
	}

	.p_rec_box .table01 td p {
		font-size: 0.9rem;
		padding-left: 1%;
	}

	.inner_div h2 {
		font-size: 24px;
		padding-left: 20px;
		padding-bottom: 10px;
	}

	.inner_div p {
		font-size: 14px;
		padding-left: 10px;
	}

	.recruit_info_box {
		font-size: 14px;
	}

	.inner_div dl {
		margin-bottom: 0;
	}

	.inner_div dl dt {
		padding: 0 10px;
		width: 60px;
		text-align-last: center;
	}

	.inner_div dl dd {
		padding: 0 10px;
		width: 70%;
	}

	#faq .answerInner {
		padding-left: 20px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 380px) {
	.p_rec_box .table01 td p {
		font-size: 0.8rem;
	}
}

.recbtn_area {
	width: 100%;
	padding-bottom: 100px;
	padding-top: 100px;
	/* background-color: rgba(105, 181, 181, 0.7); */
	background-color: #F7F3E8;
	/* background-image: linear-gradient(160deg, #0C6C6D 0%, #69b5b5 70%, #a7dfe8 100%); */
}

.recbtn_area>div {
	max-width: 1000px;
	width: 100%;
	display: flex;
	margin: auto;
}

.recbtn_area p {
	/* color: #ffffff; */
}

.recbtn_area .rec_btn {
	width: 50%;
	max-width: 500px;
}

.rec_btn .link_btn {
	color: #ffffff;
	background-color: #ef8200;
	/* box-shadow: 0 0 0 1px rgba(105, 181, 181, 1); */
}

.rec_btn .link_btn:hover {
	color: #ffffff;
}

.answerInner .rec_btn {
	text-align: center;
}

.contactbox_rec {
	background: rgba(243, 66, 19, 0.8);
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.recbtn_area>div {
		flex-wrap: wrap;
	}

	.recbtn_area .rec_btn {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.contactbox_rec {
		padding: 14px 10px 10px;
	}

	.contact_rec {
		display: block !important;
	}

	.contact_rec .contactarea {
		display: block !important;
		bottom: 0;
		width: 100%;
		right: 0;
	}

	.contactbox .sug {
		writing-mode: initial;
	}

	.contact_rec .contactarea button.close {
		right: 0;
		position: absolute;
		bottom: 35px;
	}

	.contactbox .sug {
		font-size: 28px !important;
	}

}

.welfare_box {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-items: center;
}

.welfare_box div {
	width: 40%;
	height: 100px;
	padding: 10px;
	border: 1px solid #f34213;
}

.welfare_box h3 {
	text-align: center;
	font-weight: 700;
	color: #f34213;
	padding-bottom: 20px;
}

/*==============================
	CONTENTS - ENTRY
==============================*/
.entry_main {
	width: 100%;
	max-width: 1000px;
}

.entry_main h2 {
	font-size: 2.0rem;
	font-weight: bold;
}

.entry_main .entry_text01 {
	font-size: 1.0rem;
}

.entry_main .entry_text02 {
	font-size: 1.1rem;
	font-weight: bold;
}

.entry_main h3 {
	position: relative;
	display: inline-block;
	padding: 20px 55px;
	font-size: 1.3rem;
	font-weight: bold;
}

.entry_main h3:before,
.entry_main h3:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	width: 45px;
	height: 2px;
	border-top: solid 1px #0c6c6d;
	border-bottom: solid 1px #0c6c6d;
}

.entry_main h3:before {
	left: 0;
}

.entry_main h3:after {
	right: 0;
}

.entry_link .link_btn {
	width: 200px;
}

.entry_main .entry_tel,
.entry_main .entry_mailing,
.entry_main .entry_dl {
	margin: 70px auto;
}

.entry_main .entry_tel .entry_telfax {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry_main .entry_mailing .entry_add {
	width: 320px;
	text-align: left;
	margin: 0 auto;
	margin-top: 15px;
}

.entry_main .entry_dl .entry_dlbtn {
	margin: 10px auto;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.entry_link .link_btn {
	width: 250px;
}

/*スマホ用*/
@media only screen and (max-width: 380px) {
	.entry_main h3 {
		font-size: 1.1rem;
	}
}

/*エントリーフォーム*/
.mailform {
	width: 680px;
	margin: 0 auto;
	margin-top: 50px;
}

.mailform .need {
	width: 33px;
}

.mailform dl {
	padding: 12px;
	margin-bottom: 5px;
	border-radius: 4px;
}

.mailform dt {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	text-align: right;
}

.mailform dd {
	display: table-cell;
	vertical-align: middle;
	width: 368px;
	padding-left: 8px;
}

.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd select,
dd textarea {
	width: 315px;
	max-width: 100%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 14px;
	background: #f4f4ff;
	border-radius: 4px;
	border: 1px solid #ddddea;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
}

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"] {
	box-shadow: none;
	border: 5px solid #ccc;
}

.mailform dd .nest {
	margin: 10px 0;
	padding-left: 45px;
}

.mailform dd textarea {
	resize: vertical;
	width: 350px;
	height: 120px;
	box-sizing: border-box;
}

.mailform dd input[type="file"] {
	margin: 5px auto;
}

.mailform .submit_area {
	margin-top: 30px;
}

.mailform .btn {
	border: none;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}

.mailform .btn.btn-lg {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.mailform .btn.btn-primary {
	color: #fff;
	background: #0c6c6d;
	border: 1px solid #0c6c6d;
}

/*スマホ用*/
@media only screen and (max-width: 428px) {
	.entry_main h2 {
		font-size: 1.8rem;
	}

	.entry_main .entry_tel p {
		width: 100%;
		text-align: center;
	}

	.entry_main .entry_mailing p.entry_text01 {
		width: 100%;
		text-align: center;
	}

	.mailform {
		width: 100%;
		text-align: left;
		margin-bottom: 70px;
	}

	.mailform dt,
	.mailform dd {
		display: block;
	}

	.mailform dt {
		text-align: left;
		padding-bottom: 10px;
	}

	.mailform dt,
	.mailform dd,
	.mailform dd textarea {
		width: 90%;
	}
}

/*==============================
	CONTENTS - PRIVACY
==============================*/
.privacy_box {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.privacy_text {
	margin-top: 50px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.7;
}

/**1000px以下用*/
@media only screen and (max-width: 999px) {
	.privacy_box {
		width: 80%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.privacy_box {
		width: 95%;
	}

	.privacy_text {
		font-size: 1.0rem;
	}
}

/*==============================
	CONTENTS - ERROR
==============================*/
.error_box {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.error_img {
	max-width: 200px;
	margin-top: 50px;
}

/**Edge*/
_:-ms-lang(x)::backdrop,
.error_img {
	max-width: 200px;
	margin-top: 50px;
	margin-left: 40%;
}

/**IE11*/
_:-ms-lang(x)::-ms-backdrop,
.error_img {
	max-width: 200px;
	margin-top: 50px;
	margin-left: 40%;
}

.error_text {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.7;
}

.error_link-box {
	width: 98%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**1000px以下用*/
@media only screen and (max-width: 999px) {
	.error_box {
		width: 80%;
	}
}

/**スマホ用*/
@media only screen and (max-width: 428px) {
	.error_box {
		width: 95%;
	}

	.error_text {
		font-size: 1.0rem;
	}
}

/*==============================
CONTENTS - cocohelp
==============================*/
.header_cocohelpvp {
	max-height: 100vh;
}

.v_cocohelpavp {
	height: auto;
	max-height: 100vh;
}

.v_cocohelpavp::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.v_cocohelpavp video.p_video {
	object-fit: contain;
	/*cover*/
	z-index: -100;
}

.v_cocohelpavp_ttl {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 50vh;
	text-align: center;
}

.v_cocohelpavp_ttl h1 {
	color: #fff;
	font-size: 5.0rem;
	font-weight: bold;
}

.v_cocohelpavp_ttl .s_50 {
	left: 50%;
	bottom: 25%;
}

p.hl-aa {
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	/*border-left: 10px solid #004b4c;*/
	border-radius: 0.5em;
	background-color: darkgray;
}

.center {
	/*text-align: center;*/
	/*width: 100%;*/
	/*margin: auto;*/
}

.center .eq_area {
	display: block;
	/*vertical-align: middle;*/
}

.cocohelp_list1 {
	text-align: left;
	margin-left: 20px;
}

.cocohelp_list1 ul {
	color: #1e366a;
	border-top: solid #1e366a 1px;
	/*上のボーダー*/
	border-bottom: solid #1e366a 1px;
	/*下のボーダー*/
	padding: 0.5em 0 0.5em 1.5em;
}

.cocohelp_list1 ul li {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.0;
}

.cocohelp_list1 ul li i {
	padding-right: 10px;
}

.cocohelp_list1 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.balloon1 {
	position: relative;
	margin-top: 50px;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	background-color: #004b4c;
	margin-left: 230px;
	/* 左に余白を設ける */
	margin-bottom: 20px;
	text-align: left;
	height: 150px;
}

.balloon1 .icon {
	position: absolute;
	left: -230px;
	top: 0;
}

.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #004b4c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.balloon2 {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #004b4c;
	margin-right: 230px;
	/* 右に余白を設ける */
	text-align: left;
	height: 160px;
}

.balloon2 .icon {
	position: absolute;
	right: -230px;
	top: 0;
}

.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #004b4c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.balloon_title {
	font-size: 1.2rem;
	font-weight: 600;
}

.balloon_txt {
	font-size: 1.0rem;
	line-height: 1.5;
}

hr.balloon {
	margin: 10px 0;
}

.coco_right {
	display: block;
	margin-top: 10px;
	text-align: right;
}

.con_coco {
	width: 700px;
	max-width: 800px;
	margin: 100px auto;
	text-align: center;
	background-color: #000;
}

.con_coco video.p_video {
	width: 100%;
}

.margin_b {
	margin-bottom: 50px;
}

/**リンクボタン*/
.coco_btn-area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.coco_btn-area .comment {}

.coco_btn-area .comment span {
	color: #004b4c;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.0;
}

.coco_btn-area .coco_btn {
	max-width: 300px;
	margin: 0 auto;
}

a.cc_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	background: #16bcac;
	border: 1px solid #16bcac;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 1.0rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

a.cc_btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}

a.cc_btn:hover {
	color: #222;
	background: #fff;
}

a.cc_btn:hover:before {
	border-top: 2px solid #16bcac;
	border-right: 2px solid #16bcac;
}

@media screen and (max-width: 428px) {
	.cocohelp_list1 {
		margin-left: 0;
	}

	.v_cocohelpavp_ttl h1 {
		font-size: 3.0rem;
	}

	.v_cocohelpavp_ttl .s_50 {
		bottom: 35%;
	}

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

	.balloon_title {
		font-size: 1.0rem;
	}

	.balloon1 {
		height: 180px;
		margin-left: 80px;
	}

	.balloon1 .icon {
		left: -105px;
	}

	.balloon2 {
		height: 350px;
		margin-right: 80px;
	}

	.balloon2 .icon {
		right: -105px;
	}

	.balloon1 .icon img,
	.balloon2 .icon img {
		width: 90px;
	}

	.cocohelp_list1 ul {
		padding: 0.5em 0 0.5em 0.1em;
	}

	.cocohelp_list1 ul li {
		font-size: 1.0rem;
	}

	.coco_btn-area .comment span {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 375px) {
	.v_cocohelpavp_ttl {
		top: 45%;
	}

	.balloon1 {
		height: 200px;
	}

	.balloon2 {
		height: 410px;
	}

	.balloon_title {
		line-height: 1.2;
	}

	.coco_btn-area .comment span {
		font-size: 1.1rem;
	}
}