@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin: 0;
    padding: 0;
}
main {
	width: 100%;
	min-width: 1500px;
	margin: 0 auto;
    padding: 65px 0 0 0;
}
img {
	width: 100%;
	height: auto;
}
a:hover img {
	opacity: 0.5;
}
.bold {
	font-weight: bold;
}

/* ヘッダー */
header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 1500px;
	height: 65px;
    background-color: rgba(255, 255, 255, 0.95);
	margin: 0;
	padding: 18px max(2.5%, 30px) 0px max(5%, 60px);
    position: fixed;
	top: 0;
	z-index: 10;
}
header .logo {
	width: 164px;
}
header .logo img {
	transition: 0.2s ease-out;
}

/* ヘッダーメニュー */
.nav-menu ul {
	list-style: none;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.menu-list {
	display: flex;
}
.menu-item {
	position: relative;
	height: 30px;
	border-left: 1px solid #C8C9CA;
}
li.menu-item:last-of-type {
	border-right: 1px solid #C8C9CA;
}
.menu-item a {
	display: block;
	text-align: center;
	color: #657083;
	text-decoration: none;
	padding: 7px 20px;
}
.menu-item a:hover {
	color: #000;
	text-decoration: underline;
}
.drop-menu > a {
	padding-bottom: 32px;
}
.drop-menu-list {
	position: absolute;
	left: 50%;
	top: 47px;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
.drop-menu-list ul {
	width: max-content;
	min-width: 100%;
	background-color: #fff;
	margin-left: -50%;
}
.drop-menu-list a {
	color: #005BAB;
	padding: 12px 25px;
}
.drop-menu:hover .drop-menu-list {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s;
}

/* TOP_タイトル */
.title_main {
	max-width: calc(100% - (50% - 750px));
	background: linear-gradient(-45deg, #00459D 20%, #005BAB 20%);
	border-radius: 0 200px 200px 0;
	padding: 12px 0 12px calc(50% - 750px);
}
.title_main h1 {
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
}
.title_main h1 > span {
	display: block;
}
.title_main h1 > span:first-of-type {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
.title_main2 {
	max-width: 1500px;
	text-align: center;
	font-size: 22px;
	margin: 5px auto;
}
.title_main2 p::before, .title_main2 p::after {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1px;
	background-color: #000;
	margin-bottom: 7px;
}
.title_main2 p::before {
	margin-right: 15px;
}
.title_main2 p::after {
	margin-left: 15px;
}

/* スライドショー写真　*/
.image_main {
	margin: 0;
	padding-top: 180px;
	width: 100%;
}

/* スライドショー動画埋込 */
.wrap_slide {
	display: flex;
}
section.video {
	position: relative;
	width: 50%;
	overflow: hidden;
}
section.video video {
	position: absolute;
	top: -12%;
	left: -10%;
	width: 140%;
}

/* 取引先ロゴ */
section.area_logo {
	min-width: 1500px;
	padding: 10px 0 40px;
}
.area_logo ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.area_logo li {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* CONTENTS */
.button_contact_top {
	display: flex;
	justify-content: flex-end;
}
.button_contact_top a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: max(40%, 700px);
	height: 58px;
	color: #FFFFFF;
	font-size: 25px;
	text-decoration: none;
	background-color: #00459D;
	border-radius: 100px 0 0 100px;
	padding-left: max(5.2vw, 100px);
	transition: opacity 0.2s ease-out;
}
.button_contact_top a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

section.work, section.point, section.step_exhibition {
	margin-top: 100px;
	padding: 0 100px;
}
section.work {
	margin-top: -8px;
}
section.point {
	padding-right: 0;
}
.content {
	display: flex;
	align-items: center;
}

/* 共通_タイトル */
.title_top {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.title_sub1 {
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 55px;
	font-weight: 900;
	letter-spacing: -0.05em;
}
.title_sub2 {
	font-family: "Roboto", sans-serif;
	color: #939393;
	font-size: 45px;
	font-weight: 900;
	margin-left: 1em;
}

/* 共通_本文 */
.explanation {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin: 10px 0 30px;
}

/* 共通_リンクボタン */
.button_vertical { /* 縦並び */
	width: 30%;
	font-size: 22px;
}
.work .button_vertical {
	padding-left: 3%;
}
.point .button_vertical {
	padding-right: 3%;
}
/*.button_vertical div {
	border-radius: 100px;
	margin: 20px 0;
}*/
a.button_blue, a.button_white {
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	margin: 20px 0;
	padding: 10px 0;
	transition: 0.2s ease-out;
}
a.button_blue {
	color: #FFFFFF;
	background-color: #00459D;
}
a.button_white {
	color: #002A6F;
	background-color: #FFFFFF;
	border: 1px solid #002A6F;
}
a.button_blue:hover {
	text-decoration: underline;
	opacity: 0.7;
}
a.button_white:hover {
	text-decoration: underline;
	background-color: rgba(0,69,157,0.1);
	opacity: 0.5;
}

/*　施工事例_Work　*/
.img_work {
	display: flex;
	justify-content: space-between;
	width: 70%;
}
.img_work li {
	width: 32%;
}
.img_work a {
	display: block;
}
.img_work a img {
	transition: opacity 0.2s ease-out;
}

/*　社内体制_Point　*/
.structure { /* 工場写真+白文字 */
	display: block;
	width: 70%;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	background: no-repeat top center/cover url("../images/08-2.jpg");
	border-radius: 200px 0 0 200px;
	padding-right: 50px;
	transition: opacity 0.2s ease-out;
}
.structure dl {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding-left: 15%;
	padding-top: 3.7%;
	padding-bottom: 4%;
	transition: opacity 0.2s ease-out;
}
.structure dt:first-of-type {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -0.05em;
}
.structure dt:last-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-left: 1.5em;
}
.structure dd {
	width: 100%;
	line-height: 2;
	margin-top: 35px;
}
.structure:hover {
	opacity: 0.8;
}
.structure:hover dl {
	opacity: 0.5;
}

/*　ご出展までの流れ_Step */
.step {
	width: 100%;
	position: relative;
	padding-top: 26%;
}
.step img, .step div {
	position: absolute;
}
.step div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13%;
	height: 18%;
}
.step img {
	width: 100%;
	top: 0;
	left: 0;
}
.step div:nth-of-type(-n+4) {
	top: 22.5%;
}
.step div:nth-of-type(n+5) {
	top: 69.75%;
}
.step div:nth-of-type(4n+1) {
	left: 14%;
}
.step div:nth-of-type(4n+2) {
	left: 33.75%;
}
.step div:nth-of-type(4n+3) {
	left: 53.5%;
}
.step div:nth-of-type(4n+4) {
	left: 73.25%;
}
.step div p {
	text-align: center;
	font-size: max(1.2vw, 14.5px);
	line-height: 1.2;
	color: #00459D;
}
.step div p span {
	font-size: max(0.8vw, 9px);
}
.step div:nth-of-type(2) p, .step div:nth-of-type(4) p, .step div:nth-of-type(5) p, .step div:nth-of-type(7) p {
	color: #fff;
}

/*　問合せリンクボタン　*/
.contact {
	display: flex;
	justify-content: flex-start;
}
.contact a {
	width: 50%;
	background: linear-gradient(-45deg, #00459D 30%, #005BAB 30%);
	border-radius: 0 200px 200px 0;
	margin-top: 50px;
}

/*　採用情報リンクボタン　*/
.recruit {
	display: flex;
	justify-content: flex-end;
}
.recruit a {
	width: 45%;
	background: no-repeat top center/cover url("../images/recruit/recruit_bg.jpg");
	border-radius: 200px 0 0 200px;
	margin-bottom: 70px;
}
.recruit a h2, .recruit a p {
	transition: opacity 0.2s ease-out;
}

.contact a, .recruit a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 180px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: max(6.67%, 100px);
	transition: opacity 0.2s ease-out;
}
.contact .title_top, .recruit .title_top {
	line-height: 1;
}
.contact .title_sub1, .recruit .title_sub1 {
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 800;
}
.contact .title_sub2, .recruit .title_sub2 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
}
.contact p, .recruit p {
	font-size: 22px;
	margin-top: 0.75em;
}
.contact a:hover {
	opacity: 0.7;
}
.recruit a:hover {
	opacity: 0.8;
}
.recruit a:hover h2, .recruit a:hover p {
	opacity: 0.5;
}

/*　フッター　*/
footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	min-width: 1500px;
	color: #FFFFFF;
	font-size: 14px;
	background: no-repeat top center/cover url("../images/08-2.jpg");
	padding: 30px max(3vw, 45px) 20px;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.left_column {
	width: 360px;
}
.address img {
	width: 288px;
	height: 48px;
	margin-bottom: 1em;
}
ul.factory {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin-top: 1em;
}
.factory li::after {
	content: "｜";
	display: inline-block;
	margin: 0 0.5em;
}
.factory li:last-of-type::after {
	content: "";
	margin: 0;
}
.right_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 730px;
}
.footer_navi {
	display: flex;
	flex-wrap: wrap;
}
.footer_navi dl {
	margin: 0 0 1.5em 50px;
}
.footer_navi dl:first-of-type {
	margin-left: 0;
}
.right_column dt {
	font-weight: bold;
}
.footer_navi dd {
	margin: 0.5em 0;
}
.footer_navi dd::before {
	content: "―";
	display: inline-block;
	margin-right: 0.5em;
}
.footer_navi_chd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
}
.footer_navi_chd dt {
	margin-left: 50px;
}
.footer_navi_chd dt:first-of-type {
	margin-left: 0;
}
.copy {
	width: 100%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.075em;
}
