@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');

/* 共通_全体 */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	width: 100%;
	height: auto;
}
a:hover img {
	opacity: 0.5;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin: 0;
	padding: 0;
}
main {
	width: max(100%, 1200px);
	margin: 0 auto;
	padding: 65px 0 0 0;
	overflow: hidden;
}
.bold {
	font-weight: bold;
}

/* ヘッダー */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: max(100%, 1200px);
	height: 65px;
	background-color: rgba(255,255,255,0.95);
	padding: 0 max(2.5%, 30px) 0 max(5%, 60px);
	position: fixed;
	top: 0;
	z-index: 99;
}
a.logo_hd {
	display: block;
	width: 150px;
}
a.logo_hd img {
	transition: opacity 0.2s ease-out;
}

/* ヘッダーメニュー */
header nav {
	width: calc(100% - 190px);
}
.menu-list {
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	line-height: 1.2;
}
.menu-item {
	text-align: center;
	position: relative;
}
.menu-item::before {
	content: "";
	width: 100%;
	height: 25px;
	border-left: 1px solid #C8C9CA;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -10;
}
.menu-item:last-of-type::before {
	border-right: 1px solid #C8C9CA;
}
.menu-item > a {
	display: flex;
	align-items: center;
	height: 65px;
	color: #657083;
	text-decoration: none;
	padding: 0 max(1vw, 20px);
	transition: color 0.2s ease-out;
}
a.drop-menu:hover {
	cursor: default;
}
.drop-menu-list {
	width: max-content;
	min-width: 100%;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
a.drop-menu:hover ~ .drop-menu-list, .drop-menu-list:hover {
	opacity: 1;
	visibility: visible;
}
.drop-menu-list li {
	padding: 12px 25px;
}
.drop-menu-list a {
	color: #005BAB;
	text-decoration: none;
	transition: color 0.2s ease-out;
}
.menu-item a:not(.drop-menu):hover {
	color: #000000;
	text-decoration: underline;
}

/* 共通_タイトル */
.ul_yellow {
	background: linear-gradient(transparent 70%, #ffff7f 0%);
	margin-bottom: 0;
}

/* Google広告ページ */
/* Title */
.title_blue_cm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: calc(100% - (50% - 40%));
	min-width: 1200px;
	text-align: center;
	color: #FFFFFF;
	font-size: 42px;
	background: linear-gradient(-45deg, #00459D 20%, #005BAB 20%);
	border-radius: 0 100px 100px 0;
	padding: 25px 0 25px calc(50% - 40%);
}
.explain_cm_blue {
	text-align: center;
	color: #002A6F;
	font-size: 40px;
	font-weight: normal;
	margin: 30px 0;
}

/* Movie */
.movie {
	display: flex;
	justify-content: center;
	background: linear-gradient(-45deg, #EEEEEF 20%, #F6F6F6 20%);
	padding: 30px 0;
}
.movie .wrap {
	width: 440px;
}
.movie .wrap:first-of-type {
	margin-right: 50px;
}
.frame_movie {
	width: 100%;
	height: 0;
	margin-bottom: 10px;
	padding-top: 56.25%;
	position: relative;
}
.frame_movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cat_movie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cat_movie li {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1;
	background-color: #63B5D5;
	border-radius: 6px;
	margin: 5px 0 0 5px;
	padding: 6px 12px;
}
.cat_movie li:first-of-type {
	margin-left: 0;
}

/* Area */
.area {
	margin-top: 50px;
}
.area h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	max-width: 1200px;
	min-width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(-45deg, #00459D 20%, #005BAB 20%);
	border-radius: 300px;
	margin: 0 auto;
	padding: 20px 50px;
}
.mainplace {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 1200px;
	min-height: 281px;
	background: no-repeat center left/auto 281px url("../images/cm/cm_07-2.png");
	margin: 50px auto 0;
	padding-right: 20px;
}
.txt_mainplace {
	max-width: 800px;
	transform: translateY(-15px);
}
.txt_mainplace dt {
	color: #002A6F;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #C8C9CA;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.txt_mainplace dd:first-of-type {
	font-size: 22px;
	font-weight: bold;
}
.txt_mainplace dd:last-of-type {
	font-size: 15px;
	margin-top: 10px;
}

/* ブース事例共通 */
.wd_booth, .sys_booth, .pkg_booth {
	line-height: 1.1;
	padding: 40px 0;
}
.headline_works {
	width: max(75vw, 1200px);
	margin: 0 auto;
}
.headline_works .inner {
	height: 100px;
	background-color: #FFFFFF;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
	position: relative;
}
.wd_booth .headline_works .inner, .pkg_booth .headline_works .inner {
	border-radius: 60px 0 0 60px;
	margin-right: calc(50% - 50vw);
}
.headline_works h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	max-width: 1200px;
	height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	padding: 9px 40px;
	position: absolute;
}
.wd_booth .headline_works h2, .pkg_booth .headline_works h2 {
	right: max(50vw, 600px);
	transform: translateX(50%);
}
@media (max-width: 1200px) {
	.wd_booth .headline_works .inner, .pkg_booth .headline_works .inner {
		margin-right: auto;
	}
}
.headline_works h2 span:nth-of-type(2) {
	font-size: 28px;
	font-weight: 600;
	margin-right: 1.5em;
}
.headline_works h2 span:last-of-type {
	font-size: 45px;
	font-weight: 900;
}
.headline_works h2 span:first-of-type, .headline_works h2 span:nth-of-type(3) {
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 800;
	margin-right: 0.2em;
}
.detail_works {
	text-align: center;
	width: 1160px;
	color: #FFFFFF;
	font-size: 22px;
	border-radius: 100px;
	margin: 25px auto 20px;
	padding: 10px;
}
ul.img_works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.pkg_cm ul.img_works {
	padding-bottom: 20px;
}
.img_works li {
	width: 24.5%;
	margin-bottom: 0.75%;
}
.pkg_cm .img_works li {
	margin-bottom: 0;
}
a.btn_works {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 480px;
	height: 60px;
	font-size: 25px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 100px;
	border: 2px solid;
	margin: 30px auto 0;
	padding: 0 50px;
	transition: opacity 0.2s ease-out;
}
a.btn_works:hover {
	opacity: 0.6;
}

/* 木工ブース */
.wd_booth {
	background-color: #FFFAE4;
}
.wd_booth .headline_works h2 {
	color: #E95500;
}
.wd_booth .headline_works h2 span:first-of-type, .wd_booth .headline_works h2 span:nth-of-type(3) {
	text-shadow: 1px 1px 0 #E95500, 1px -1px 0 #E95500, -1px 1px 0 #E95500, -1px -1px 0 #E95500;
}
.wd_booth .detail_works {
	background-color: #F5A200;
}
.wd_booth a.btn_works {
	color: #E95513;
	border-left-color: #E95513;
}

/* システムブース */
.sys_booth {
	background-color: #E0EFF7;
}
.sys_booth .headline_works .inner {
	border-radius: 0 60px 60px 0;
	margin-left: calc(50% - 50vw);
}
@media (max-width: 1200px) {
	.sys_booth .headline_works .inner {
		margin-left: auto;
	}
}
.sys_booth .headline_works h2 {
	color: #003F8E;
	left: max(50vw, 600px);
	transform: translateX(-50%);
}
.sys_booth .headline_works h2 span:first-of-type, .sys_booth .headline_works h2 span:nth-of-type(3) {
	text-shadow: 1px 1px 0 #003F8E, 1px -1px 0 #003F8E, -1px 1px 0 #003F8E, -1px -1px 0 #003F8E;
}
.sys_booth .detail_works {
	background-color: #3399CC;
}
.sys_booth .btn_works {
	color: #003F8E;
	border-color: #003F8E;
}

/* パッケージブース */
.pkg_booth {
	background-color: #E9FFEE;
}
.pkg_booth .headline_works h2 {
	color: #00533F;
}
.pkg_booth .headline_works h2 span:first-of-type, .pkg_booth .headline_works h2 span:nth-of-type(3) {
	text-shadow: 1px 1px 0 #00533F, 1px -1px 0 #00533F, -1px 1px 0 #00533F, -1px -1px 0 #00533F;
}
.pkg_booth .detail_works {
	background-color: #00A968;
}
.pkg_booth .btn_works {
	color: #00533F;
	border-color: #00533F;
}
.price_package {
	display: flex;
	justify-content: center;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 15px 0;
}
.price {
	display: flex;
	justify-content: center;
	align-items: center;
}
.circle_price_orange, .circle_price_red {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 20px;
}
.circle_price_orange p, .circle_price_red p {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.3;
}
.circle_price_orange {
	background-color: #CF5933;
}
.circle_price_red {
	background-color: #C30D23;
}
.price_blue_pack {
	font-family: "Roboto", sans-serif;
	color: #002A6F;
	font-size: 90px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.025em;
	margin-left: 15px;
}
.price_black_pack {
	text-align: center;
	color: #1D221D;
}
.price_black_pack span {
	font-size: 28px;
}
.price_package .price:first-of-type {
	margin-right: 40px;
}
.pkg_booth .highlight_red {
	text-align: center;
	color: #C30D23;
	font-size: 40px;
	font-weight: bold;
}
.pkg_booth .explanation {
	text-align: center;
	margin-top: 10px;
}

/* Step */
.step {
	margin: 100px auto 80px;
}
.title_top {
	display: flex;
	align-items: baseline;
	width: 1160px;
	margin: 0 auto;
}
.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;
}
.step .explain {
	width: 1160px;
	font-size: 14px;
	margin: 5px auto 15px;
}
.step .wrap {
	display: flex;
	justify-content: center;
	background-color: #F6F6F6;
}
.diagram_step {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 1160px;
	height: 490px;
	position: relative;
}
.diagram_step li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 245px;
	height: 160px;
	margin-right: 60px;
}
.diagram_step li:nth-of-type(4n) {
	margin-right: 0;
}
.diagram_step li:nth-of-type(-n+4) {
	margin-top: 30px;
}
.diagram_step li:nth-last-of-type(-n+4) {
	margin-bottom: 40px;
}
.step_num {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Roboto", sans-serif;
	width: fit-content;
	line-height: 1;
	color: #002A6F;
	transform: translateX(30px);
}
.step_num p {
	width: fit-content;
}
.step_num p:first-of-type {
	font-size: 18px;
}
.step_num p:last-of-type {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.step_tile_w, .step_tile_g {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 50px;
	position: relative;
}
.step_tile_w {
	color: #002A6F;
	background-color: #FFFFFF;
	border: 2px solid #002A6F;
}
.step_tile_g {
	color: #FFFFFF;
	background-color: #657083;
	border: 2px solid #657083;
}
.step_tile_w .note {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	margin: 0 0 0.25em 0.5em;
}
.diagram_step li .circle, .diagram_step li .circle2 {
	width: 10px;
	height: 10px;
	background-color: #002A6F;
	border-radius: 50%;
	position: absolute;
}
.diagram_step li .circle {
	top: calc(50% - 5px);
	left: -6px;
}
.diagram_step li .circle2 {
	top: -5px;
	left: 116px;
}
.diagram_step .line, .diagram_step .line2, .diagram_step .line3, .diagram_step .line4 {
	position: absolute;
}
.diagram_step .line, .diagram_step .line4 {
	width: 100%;
	border-bottom: 2px solid #002A6F;
	left: 0;
}
.diagram_step .line2, .diagram_step .line3 {
	border: solid #002A6F;
}
.diagram_step .line {
	top: 139px;
}
.diagram_step .line2 {
	width: 896px;
	height: 70px;
	border-width: 0 2px 2px 0;
	border-bottom-right-radius: 20px;
	top: 190px;
	right: 122px;
}
.diagram_step .line3 {
	width: 20px;
	height: 90px;
	border-width: 2px 0 0 2px;
	border-top-left-radius: 20px;
	top: 258px;
	left: 122px;
}
.diagram_step .line4 {
	bottom: 89px;
}

/* ONE-STOP Service */
.bg_onestop {
	width: 1200px;
	height: 800px;
	background: no-repeat top center/contain url("../images/onestop/onestop2.jpg");
	margin: 0 auto 40px;
	position: relative;
}
.features {
	display: flex;
	align-items: center;
	position: absolute;
}
.features dt {
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	font-size: 46px;
	font-weight: 800;
	text-shadow: 1px 1px 0 #444444, 1px -1px 0 #444444, -1px 1px 0 #444444, -1px -1px 0 #444444;
	margin-right: 0.25em;
}
.features dd {
	color: #343434;
}
.f01 {
	top: 15%;
	right: 11%;
}
.f02 {
	top: 45.5%;
	left: 1.5%;
}
.f03 {
	bottom: 4.5%;
	right: 3%;
}
.features_sub {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #343434;
	position: absolute;
}
.features_sub.fs02 {
	align-items: flex-start;
}
.features_sub dt {
	text-align: right;
	font-size: 18px;
}
.features_sub dd {
	font-size: 14px;
	margin-top: 0.2em;
}
.features_sub.fs01 dt {
	max-width: 500px;
}
.fs01 {
	bottom: 86.5%;
	right: 12%;
}
.fs02 {
	bottom: 56.5%;
	left: 1.5%;
}
.fs03 {
	bottom: 15%;
	right: 4%;
}
.department {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 210px;
	height: 70px;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
}
.d01 {
	color: #D2413F;
	bottom: 81%;
	left: 28.5%;
}
.d02 {
	color: #26A4A3;
	bottom: 27%;
	left: 17.5%;
}
.d03 {
	width: 190px;
	color: #327ABE;
	bottom: 52.5%;
	left: 60.5%;
}
.role {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 175px;
	color: #343434;
	font-size: 13px;
	line-height: 1.7;
	position: absolute;
}
.r01 {
	top: 24%;
	left: 30%;
}
.r02 {
	top: 78%;
	left: 19%;
}
.r03 {
	top: 52%;
	left: 61.5%;
}
.catch {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 465px;
	min-height: 62px;
	background-color: #005BAB;
	border-radius: 200px;
	padding: 5px 30px;
	position: absolute;
	top: 73.5%;
	right: 0;
	transform: translateY(-50%);
}
.catch p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.3;
}
.sdgs_diagram {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 3px 3px 3px #D84D59, 3px -3px 3px #D84D59, -3px 3px 3px #D84D59, -3px -3px 3px #D84D59, 0px 3px 3px #D84D59, 0px -3px 3px #D84D59, -3px 0 3px #D84D59, 3px 0 3px #D84D59;
	position: absolute;
}
.sdgs_diagram span {
	font-size: 0.8em;
}
.s01 {
	text-align: left;
	top: 54%;
	left: 82%;
}
.s02 {
	top: 61%;
	right: 13%;
}
.s03 {
	top: 63%;
	right: 2%;
}

/*
.surveysystem {
	width: max(62.5vw, 1200px);
	margin: 0 auto;
}
.surveysystem_cm {
	display: block;
	height: 0;
	background: no-repeat top right/cover url("../images/cm/cm_09-2.png");
	border-radius: 0 250px 250px 0;
	margin-left: calc(50% - 50vw);
	padding-top: 20%;
	position: relative;
	transition: opacity 0.2s ease-out;
}
.surveysystem_cm .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #FFFFFF;
	position: absolute;
	left: 50vw;
	top: 0;
	transform: translateX(-60%);
	transition: opacity 0.2s ease-out;
}
.surveysystem_cm:hover {
	opacity: 0.8;
}
.surveysystem_cm:hover .inner {
	opacity: 0.5;
}
.surveysystem_cm .title_top {
	width: max-content;
	margin: 0;
}
.surveysystem_cm .title_sub1 {
	font-size: max(2.2vw, 42px);
	color: #FFFFFF;
}
.surveysystem_cm .title_sub2 {
	font-size: max(1.56vw, 30px);
	color: #FFFFFF;
}
.surveysystem_cm p {
	padding-left: 1.5%;
}
.surveysystem_cm p:first-of-type {
	font-size: max(0.94vw, 18px);
	margin-bottom: 1em;
	margin-top: 0.25em;
}
.surveysystem_cm p:last-of-type {
	font-size: max(1.25vw, 24px);
	font-weight: bold;
}
*/

/* SDG's */
.sdgs {
	width: max(72.5vw, 1200px);
	margin: 0 auto 70px;
}
.frame_sdgs {
	display: flex;
	align-items: center;
	height: 200px;
	background-color: #FFFFFF;
	border: solid #005BAB;
	border-width: 2px 0 2px 2px;
	border-radius: 100px 0 0 100px;
	margin-right: calc(50% - 50vw);
	position: relative;
}
.sdgs .inner {
	display: flex;
	align-items: center;
	position: absolute;
	right: 50vw;
	transform: translateX(50%);
}
.txt_sdgs {
	display: flex;
	flex-direction: column;
	padding-right: 40px;
}
.sdgs h2 {
	display: flex;
	align-items: center;
	width: max-content;
}
.title_sub3, .title_sub4 {
	color: #00459D;
}
.title_sub3 {
	font-family: "Roboto", sans-serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	margin-right: 20px
}
.title_sub4 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 800;
}
.sdgs .explanation {
	font-size: 16px;
	margin-top: 0.5em;
	padding-left: 0.25em;
}
.logo_sdgs {
	width: 230px;
}
@media (max-width: 1200px) {
	.frame_sdgs {
		margin-right: auto;
	}
	.sdgs .inner {
		right: 600px;
	}
}

/* Contact */
.contact {
	margin: 50px 0 70px;
}
.txt_contact {
	text-align: center;
	color: #C30D23;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
a.bnr_contact {
	display: block;
	text-align: center;
	width: max-content;
	max-width: 960px;
	min-width: 580px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00459D;
	border-radius: 200px;
	margin: 0 auto;
	padding: 20px 30px;
	transition: opacity 0.2s ease-out;
}
.bnr_contact p:first-of-type {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 12px;
	padding: 0 40px 12px;
}
.bnr_contact p:last-of-type {
	font-size: 25px;
}
a.bnr_contact:hover {
	opacity: 0.7;
}

/*　footer　*/
footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	min-width: 1200px;
	color: #FFFFFF;
	font-size: 14px;
	background: no-repeat top center/cover url("../images/08-2.jpg");
	padding: 30px max(3vw, 36px) 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 50px 1.5em 0;
}
.footer_navi dl:last-of-type {
	margin-right: 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;
}
