@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
Theme Name: taiseikensetu
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#container {
	text-align: left;
	overflow-x: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	border-top: 0.5rem solid #22405b;
}
#gHeader .hInner {
	margin: 0 auto;
	padding: 1.1rem 0 1.6rem;
	width: 100.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hInner h1 {
	margin-top: -0.3rem;
	color: #000;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0;
}
#gHeader .hInner .linkList {
	margin: 0.2rem 0.5rem 0 0;
	display: flex;
}
#gHeader .hInner .linkList li {
	margin-left: 1.7rem;
	position: relative;
}
#gHeader .hInner .linkList a {
	padding: 5.8rem 0 0;
	min-width: 6.6rem;
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.72;
	text-align: center;
	background: url(img/common/icon01.png) no-repeat center top / 5.7rem;
}
#gHeader .hInner .linkList li:last-child a {
	background-image: url(img/common/icon02.png);
}
#gHeader #gNavi {
	padding-bottom: 1.8rem;
}
#gHeader #gNavi ul {
	margin: 0 auto;
	padding-left: 3.3rem;
	width: 104rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5.7rem;
}
#gHeader #gNavi ul a {
	position: relative;
	display: block;
	width: fit-content;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.267;
}
#gHeader #gNavi ul a::before {
	position: absolute;
	bottom: -0.8rem;
	left: 0;
	right: 0;
	height: 0.2rem;
	background: #22405b;
	content: '';
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}
#gHeader #gNavi ul li.home a {
	margin-top: -0.4rem;
}
#gHeader #gNavi ul a.spec {
	letter-spacing: -0.1em;
}
#gHeader #gNavi ul a.spec::before {
	bottom: -0.8rem;
}
#gHeader #gNavi ul li.home a::before {
	bottom: -0.6rem;
}
#gHeader #gNavi ul .on a::before {
	opacity: 1;
	visibility: visible;
}
#gHeader #gNavi ul .home img {
	width: 3.1rem;
}
@media all and (min-width: 897px) {
	#gHeader .hInner .linkList a:hover {
		opacity: 0.7;
	}
	#gHeader #gNavi ul a:hover::before {
		opacity: 1;
		visibility: visible;
	}
	#gHeader .hInner .menu,
	#gHeader .menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		min-width: inherit;
	}
	#gHeader .hInner {
		padding: 0.8rem 1.5rem;
		width: auto;
	}
	#gHeader .hInner h1 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#gHeader .hInner .linkList {
		display: none;
	}
	#gHeader .hInner .menu {
		width: 2rem;
		height: 1.2rem;
		position: relative;
		cursor: pointer;
		z-index: 999;
	}
	#gHeader .hInner .menu .line {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		transition: 0.3s ease;
	}
	#gHeader .hInner .menu .line:nth-child(2) {
		margin-top: 0.6rem;
	}
	#gHeader .hInner .menu .line:nth-child(3) {
		margin-top: 1.2rem;
	}
	#gHeader .hInner .menu.on .line:nth-child(1),
	#gHeader .hInner .menu.on .line:nth-child(3) {
		margin-top: 0.6rem;
		transform: rotate(45deg);
	}
	#gHeader .hInner .menu.on .line:nth-child(3) {
		transform: rotate(-45deg);
	}
	#gHeader .hInner .menu.on .line:nth-child(2) {
		opacity: 0;
	}
	#gNavi {
		display: none;
	}
	#gHeader .menuBox {
		padding: 6rem 2rem;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background-color: #fff;
		overflow: auto;
		z-index: 998;
	}
	#gHeader .menuBox .linkList01 {
		margin-bottom: 3rem;
	}
	#gHeader .menuBox .linkList01 li {
		border-bottom: 1px solid rgba(150, 150, 150, 0.5);
	}
	#gHeader .menuBox .linkList01 a {
		padding: 0.5rem 0;
		min-height: 4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.5;
	}
	#gHeader .menuBox .linkList01 .home img {
		width: 3.1rem;
		height: 3.1rem;
		text-align: center;
	}
	#gHeader .menuBox .linkList02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#gHeader .menuBox .linkList02 li {
		text-align: center;
	}
	#gHeader .menuBox .linkList02 li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#gHeader .menuBox .linkList02 a {
		min-width: 10rem;
		padding: 4.5rem 0.5rem 0;
		display: inline-block;
		font-size: 1.4rem;
		position: relative;
		background: url(img/common/icon01.png) no-repeat center top / 4rem;
	}
	#gHeader .menuBox .linkList02 li:last-child a {
		background-image: url(img/common/icon02.png);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #fff;
	border-top: 1px solid #8ebacb;
}
#gFooter .fInner {
	margin: 0 auto;
	padding: 1.7rem 0 1.4rem;
	width: 1010px;
	display: flex;
	align-items: center;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .fLogo01 {
	margin: 1rem 4.5rem 0 0;
	width: 18.2rem;
}
#gFooter .fLogo02 {
	width: 18.7rem;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 1rem 1rem;
		width: auto;
		justify-content: center;
	}
	#gFooter .fLogo01,
	#gFooter .fLogo02 {
		width: auto;
	}
	#gFooter .fLogo01 {
		margin: 0.5rem 1rem 0 0;
        max-width: 9rem;
	}
	#gFooter .fLogo02 {
		max-width: 12rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 100rem;
}
.smlContent {
	padding: 0 57px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		padding: 0 1.5rem;
		width: auto;
	}
	.smlContent {
		padding: 0 2rem !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.3rem;
	padding-bottom: 0.2rem;
	position: relative;
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
}
.headLine01.style01 {
	margin-bottom: 37px;
	padding-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
}
.headLine01::before {
	width: 82px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background : #22405B;
	content: "";
}
.headLine01.style01::before {
	width: 102px;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 20px !important;
		font-size: 3rem;
		padding-bottom: 4px !important;
	}
	.headLine01.style01 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 a {
	margin: 0 auto;
	padding: 5px 55px 5px 28px;
	width: 850px;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	box-sizing: border-box;
	font-feature-settings: "palt";
	background: #4B75C1 url(img/common/icon_share.png) no-repeat right 24px center / 25px;
}
.comBtn01 a .left,
.comBtn01 a .right {
	display: inline-block;
}
.comBtn01 a .left {
	margin-left: -0.5em;
}
.comBtn01 a .right {
	margin-right: -0.5em;
}
.comBtn01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn01 a {
		padding: 5px 24px 5px 5px;
		width: auto;
		max-width: 345px;
		min-height: 60px;
		font-size: 1.3rem;
		background-size: 16px;
		background-position: right 5px center;
	}
}
@media all and (max-width: 374px) {
	.comBtn01 a {
		min-height: 46px;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#top #main {
	padding-top: 0;
	background-color: #fff;
}
#top #main .mainImg img {
	width: 100%;
}
#top #main .bgBox {
	padding: 0.6rem 0 9.8rem;
	background: #8ebacb url(img/index/bg01.png) no-repeat center bottom -0.2rem / 119.8rem;
}
#top #main .bgBox .note {
	margin: 0 -2.6rem 3.4rem 0;
	text-align: right;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#top #main .bgBox .subBgBox {
	padding: 0 5.8rem;
	background: #FFF;
	border-radius: 0.5rem;
}
#top #main .news {
	padding: 4.7rem 0 9.3rem;
}
#top #main .newsList li {
	padding: 1.5rem 1.3rem 0.8rem;
	font-weight: 500;
	display: flex;
	font-size: 1.6rem;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
#top #main .newsList li .date {
	padding-right: 0;
	width: 8.5rem;
	flex-shrink: 0;
	box-sizing: border-box;
}
#top #main .newsList li .ttl {
	flex: 1;
}
#top #main .newsList li a {
	color: #326e9e;
	text-decoration: underline;
}
#top #main .newsList li a.pdfLink::after {
	margin-left: 1rem;
	display: inline-block;
	width: 2.5rem;
	height: 2.7rem;
	background: url(img/common/icon06.png) no-repeat left top / 100%;
	content: '';
	vertical-align: -0.5rem;
}
#top #main .notice {
	padding: 0 0 7.6rem;
}
#top #main .notice .headLine01 {
	margin-bottom: 3.9rem;
}
@media all and (min-width: 897px) {
	#top #main .notice .newsList li .ttl:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#top #main .mainImg {
		width: auto;
	}
	#top #main .mainImg img {
		width: 100%;
	}
	#top #main .bgBox {
		padding: 2.5rem 0 6rem;
		background-size: 60rem;
	}
	#top #main .bgBox .note {
		margin: 0 0 2.5rem;
		font-size: 1.4rem;
	}
	#top #main .bgBox .subBgBox {
		padding: 0 2rem;
	}
	#top #main .news {
		padding: 4rem 0;
	}
	#top #main .newsList li {
		padding: 0.7rem 0;
		display: block;
		font-size: 1.4rem;
	}
	#top #main .newsList li .date {
		padding-right: 0;
		width: auto;
		display: block;
	}
	#top #main .newsList li a.pdfLink::after {
		margin-left: 0.5rem;
		width: 1.6rem;
		height: 2rem;
		vertical-align: -0.6rem;
	}
	#top #main .notice {
		padding: 1.5rem 0 4rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 2.1rem 3.4rem 3.7rem;
}
#pagePath ul {
	display: flex;
	flex-wrap: wrap;
}
#pagePath ul li {
	color: #000;
	font-size: 1.3rem;
	font-weight: 500;
}
#pagePath ul li a {
	color: #326e9e;
}
#pagePath ul li a {
	text-decoration: underline;
}
#pagePath ul li:not(:last-child)::after {
	margin: 0 1.8rem 0 1.8rem;
	display: inline-block;
	content: ">";
}
@media all and (min-width: 897px) {
	#pagePath ul li a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 2rem 2rem 3rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-top: 0.3rem;
	padding-top: 3.5rem;
	min-height: 16rem;
	background: #a5c8d5 url(img/common/page_bg.png) no-repeat center bottom -0.2rem / 120rem;
	box-sizing: border-box;
}
.pageTitle .hTitle {
	color: #22405b;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-top: 0.3rem;
		padding-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background-size: 60rem;
		min-height: 12rem;
	}
	.pageTitle .hTitle {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comWhiteBox
------------------------------------------------------------*/
.comWhiteBox {
	margin: 0 auto;
	padding-bottom: 80px;
	width: 1000px;
	background-color: #fff;
}
@media all and (max-width: 896px) {
	.comWhiteBox {
		padding-bottom: 60px !important;
		width: auto;
		min-height: calc(100vh - 26.6rem);
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	orderOfConstruction
------------------------------------------------------------*/
#orderOfConstruction #pagePath {
	padding-block-end: 5.3rem;
}
#orderOfConstruction #main .comWhiteBox {
	padding-bottom: 9.9rem;
}
#orderOfConstruction .smlContent {
	padding: 0 5.5rem;
}
#orderOfConstruction .comWhiteBox .inner {
	margin-bottom: 7.9rem;
}
#orderOfConstruction .comWhiteBox .inner .textImg {
	margin: 0 auto 3.3rem;
	max-width: 83.8rem;
}
#orderOfConstruction .comWhiteBox .area {
	margin-right: -2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}
#orderOfConstruction .comWhiteBox .area .imgBox:first-child {
	width: 25rem;
}
#orderOfConstruction .comWhiteBox .area .imgBox:nth-child(2) {
	width: 31rem;
}
#orderOfConstruction .comWhiteBox .area .imgBox:nth-child(3) {
	width: 31.1rem;
}
#orderOfConstruction .comWhiteBox .area .imgBox .photoBox {
	margin-bottom: 2rem;
}
#orderOfConstruction .comWhiteBox .area .imgBox .text {
	line-height: 1.75;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	#orderOfConstruction #pagePath {
		padding-block-end: 3rem;
	}
	#orderOfConstruction .comWhiteBox .inner {
		margin-bottom: 9.9rem;
		display: block;
	}
	#orderOfConstruction .comWhiteBox .inner .textImg {
		margin: 0 0 3.3rem;
		max-width: inherit;
	}
	#orderOfConstruction .comWhiteBox .inner .textImg img {
		width: 100%;
	}
	#orderOfConstruction .comWhiteBox .area {
		margin-right: 0;
		display: block;
	}
	#orderOfConstruction .comWhiteBox .area .imgBox {
		margin-bottom: 3rem;
		width: auto !important;
	}
	#orderOfConstruction .comWhiteBox .area .imgBox:last-child {
		margin-bottom: 0;
	}
	#orderOfConstruction .comWhiteBox .area .imgBox .photoBox {
		margin-bottom: 2rem;
	}
	#orderOfConstruction .comWhiteBox .area .imgBox .photoBox img {
		width: 100%;
	}
	#orderOfConstruction .comWhiteBox .area .imgBox .text {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .comWhiteBox {
	padding-bottom: 9.2rem;
}
#contact #pagePath {
	margin-bottom: 2.3rem;
}
#contact .textList {
	margin: 0 auto;
	width: 93.4rem;
	display: flex;
	justify-content: space-between;
}
#contact .textList li {
	width: calc((100% - 3.6rem) / 2);
}
#contact .textList .h3Ttl {
	margin-bottom: 1.8rem;
	padding: 0.6rem 2rem 0.9rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.04em;
	background-color: #22405b;
}
#contact .textList p {
	margin: 0 1.2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#contact .textList .txt01 {
	margin-bottom: 4.1rem;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#contact .textList .txt01:last-child {
	margin-bottom: 0;
}
#contact .textList .txt02 {
	margin-top: 11px;
	line-height: 2;
}
#contact .textList .txt02 span {
	margin-bottom: -5px;
	display: block;
}
.popupBox {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}
.popupBox .innerBox {
	margin: 0 auto;
	padding: 20px 60px;
	max-height: 500px;
	overflow: auto;
	box-sizing: border-box;
	background-color: #fff;
}
.contactBox .title {
	color: #003458;
	font-size: 2.4rem;
	text-align: center;
}
.contactBox .mailForm dl {
	color: #333;
	font-size: 1.6rem;
}
.contactBox .mailForm input[type="text"],
.contactBox .mailForm input[type="email"],
.contactBox .mailForm textarea {
	padding: 2px;
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contactBox .mailForm .submit {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.contactBox .mailForm .submit input {
	width: 268px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 25px;
	background-color: #326E9E;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: 0.3s ease;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	right: -17px;
	top: auto;
	bottom: 100%;
	color: #fff;
}
.mfp-container {
	padding: 50px;
	overflow: hidden;
}
.contactBox .mailForm textarea {
	height: 126px;
	resize: vertical;
}
@media all and (min-width: 897px) {
	.contactBox .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact #pagePath {
		margin-bottom: 0;
	}
	#contact .textList {
		margin: 0 2rem;
		width: auto;
		display: block;
	}
	#contact .textList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#contact .textList li:last-child {
		margin-bottom: 0;
	}
	#contact .textList .h3Ttl {
		margin-bottom: 1.5rem;
		padding: 0.6rem 1rem 0.8rem;
		font-size: 1.6rem;
	}
	#contact .textList p {
		margin: 0;
	}
	#contact .textList .txt01 {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	.popupBox {
		max-width: inherit;
	}
	.popupBox .innerBox {
		padding: 20px;
		max-height: inherit;
	}
	.popupBox .wpcf7-spinner {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mfp-container {
		padding: 50px 10px;
	}
}
/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 a {
	margin: 0 auto;
	padding: 0 0 0.2rem;
	width: 26.8rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	box-sizing: border-box;
	border-radius: 2.5rem;
	background: #326e9e url(img/common/icon03.png) no-repeat right 1.9rem center / 0.8rem;
}
.comBtn02.nolink a {
	position: relative;
	pointer-events: none;
}
.comBtn02.nolink a::before {
	margin-left: -7.5rem;
	position: absolute;
	top: -3.7rem;
	left: 50%;
	width: 14.9rem;
	height: 2.1rem;
	background: url(img/common/imgtext01.png) no-repeat left top / 100%;
	content: '';
}
.comBtn02 a.no {
	pointer-events: none;
}
.comBtn02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		padding: 0 3rem 0.2rem 2rem;
		width: 21rem;
		height: 4rem;
		font-size: 1.4rem;
		background-position: right 1.5rem center;
	}
	.comBtn02.nolink a::before {
		margin-left: -6rem;
		position: absolute;
		top: -2.5rem;
		left: 50%;
		width: 12rem;
		height: 1.8rem;
		background: url(img/common/imgtext01.png) no-repeat left top / 100%;
		content: '';
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 22px;
	padding-bottom: 5px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#topics .comWhiteBox {
	padding-bottom: 67px;
}
#topics .headLine01 {
	margin-bottom: 43px;
}
#topics #main .outerBox {
	margin-bottom: 96px;
	display: flex;
	gap: 0 67px;
}
#topics #main .smlContent {
	padding-right: 51px;
}
#topics #main #conts {
	flex: 1;
}
#topics #main #conts p {
	margin-bottom: 24px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.03em;
	word-break: break-all;
}
#topics #main #conts p a:hover {
	opacity: 0.7;
}
#topics #main #conts p:last-child {
	margin-bottom: 0;
}
#topics #main #sideBar {
	margin-top: 16px;
	width: 230px;
}
#topics #main #sideBar .title {
	margin-bottom: 17px;
	padding: 3px 0 4px 10px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	background-color: #22405b;
}
#topics #main #sideBar .textList {
	margin-left: 5px;
}
#topics #main #sideBar .textList:not(:last-child) {
	margin-bottom: 20px;
}
#topics #main #sideBar .textList li {
	margin-left: 1.3em;
	text-indent: -1.3em;
	font-weight: 500;
	line-height: 2.142;
}
#topics #main #sideBar .textList span {
	color: #22405b;
}
#topics #main #sideBar .textList a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#topics #main #conts .newsList li a:hover,
	#topics #main #sideBar .textList a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#topics #main .outerBox {
		display: block;
	}
	#topics #main #sideBar {
		width: auto;
	}
	#topics #main #sideBar .title {
		margin-bottom: 12px;
	}
}
/*------------------------------------------------------------
	processPhotoDetail
------------------------------------------------------------*/
#processPhotoDetail #main .comWhiteBox {
	padding-bottom: 74px;
}
#processPhotoDetail #main .smlContent {
	padding: 0 52px 0 53px;
}
#processPhotoDetail #main .headLine01 {
	margin-bottom: 12px;
}
#processPhotoDetail #main .date {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
}
#processPhotoDetail #main .imgList {
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 37px 0;
}
#processPhotoDetail #main .imgList:last-of-type {
	margin-bottom: 69px;
}
#processPhotoDetail #main .imgList li {
	width: calc(50% - 28px);
}
#processPhotoDetail #main .imgList li .photo {
	width: 100%;
	aspect-ratio: 419 / 314;
}
#processPhotoDetail #main .imgList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#processPhotoDetail #main .imgList p {
	margin: 15px 0 0 4px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.556;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	#processPhotoDetail #main .imgList {
		margin-bottom: 60px;
		display: block;
		gap: 0;
	}
	#processPhotoDetail #main .imgList li {
		width: auto;
	}
	#processPhotoDetail #main .imgList li img {
		width: 100%;
	}
	#processPhotoDetail #main .imgList li:not(:last-child) {
		margin-bottom: 18px;
	}
	#processPhotoDetail #main .imgList li .photo {
		width: auto;
		text-align: center;
		aspect-ratio: auto;
	}
	#processPhotoDetail #main .imgList li .photo img {
		width: auto;
		height: auto;
		object-fit: none;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 32px;
	padding: 4px 0 5px;
	color: #22405b;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
	border-top: 1px solid rgba(150, 150, 150, 0.5);
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 28px !important;
		padding: 4px 0;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 17px;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	processPhoto
------------------------------------------------------------*/
#processPhoto #pagePath {
	margin-bottom: 2.3rem;
}
#processPhoto #main .comWhiteBox {
	padding-bottom: 10rem;
}
#processPhoto #main .smlContent {
	padding: 0 5.4rem 0 5.4rem;
}
#processPhoto #main .headLine05 {
	margin-bottom: 3.7rem;
}
#processPhoto #main .btnList {
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap-reverse;
	gap: 1.9rem 2.2rem;
	flex-direction: row-reverse;
}
#processPhoto #main .btnList li {
	width: calc((100% - 8.8rem) / 5);
}
#processPhoto #main .textList:not(:last-child),
#processPhoto #main .btnList:not(:last-child) {
	margin-bottom: 70px;
}
#processPhoto #main .btnList a {
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	border-radius: 2.5rem;
	background: #326e9e url(img/common/icon03.png) no-repeat right 1.9rem top calc(50% + 0.2rem) / 0.8rem;
}
#processPhoto #main .btnList a:hover {
	opacity: 0.7;
}
#processPhoto #main .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
}
#processPhoto #main .textList li {
	width: 25%;
	list-style: disc;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#processPhoto #main .imgList {
    margin-bottom: 9.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 0;
}
#processPhoto #main .imgList li {
    width: calc((100% - 1rem) / 2);
}
#processPhoto #main .imgList li a {
    display: block;
}
#processPhoto #main .imgList li a:hover {
    opacity: 0.7;
}
#processPhoto #main .imgList li .date {
    margin-bottom: 0.7rem;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
#processPhoto #main .imgList li .photo {
    aspect-ratio: 400 / 283;
}
#processPhoto #main .imgList li .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media all and (min-width: 897px) {
	#processPhoto #main .textList li a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#processPhoto #main .headLine05 {
		margin-bottom: 3.7rem;
		text-align: left;
	}
	#processPhoto #main .btnList {
		margin: 0 auto -9px;
		justify-content: space-between;
		gap: 0;
	}
	#processPhoto #main .btnList:not(:last-child) {
		margin-bottom: 21px;
	}
	#processPhoto #main .btnList li {
		margin-bottom: 9px;
		width: calc(50% - 4px);
	}
	#processPhoto #main .btnList a {
		padding-bottom: 0.2rem;
	}
		
	#processPhoto #main .textList {
		margin: 0 20px;
		justify-content: space-between;
	}
	#processPhoto #main .textList li {
		width: calc(50% - 4px);
	}
	#processPhoto #main .imgList {
        margin-bottom: 5rem;
        display: block;
    }
    #processPhoto #main .imgList li {
        margin-bottom: 2rem;
        width: auto;
    }
    #processPhoto #main .imgList li:last-child {
        margin-bottom: 0;
    }
    #processPhoto #main .imgList li .date {
        margin-bottom: 0;
        font-size: 1.8rem;
    }
}
@media all and (max-width: 374px) {
	#processPhoto #main .textList li {
		width: calc(50% - 12px);
	}
}
/*------------------------------------------------------------
	shieldProgress
------------------------------------------------------------*/
#shieldProgress #main .smlContent ul li {
	list-style-type: disc;
	font-weight: 500;
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	#shieldProgress #main .smlContent ul li a:hover {
		text-decoration: underline;
	}
	#shieldProgress .comWhiteBox {
		min-height: 520px;
	}
}
@media all and (max-width: 896px) {
	#shieldProgress #main .smlContent ul li {
		list-style-position: inside;
		margin-left: 1.4em;
		font-size: 1.4rem;
		text-indent: -1.4em;
	}
	#shieldProgress .comWhiteBox {
		min-height: 474px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding: 0 1.6rem 0.2rem;
	min-height: 3.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.136;
	text-align: center;
	letter-spacing: 0.03em;
	box-sizing: border-box;
	background-color: #22405b;
}
.headLine02.style01 {
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 1.8rem;
	}
	.headLine02.style01 {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.3rem;
	padding: 0.3rem 1rem;
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03em;
	background-color: #22405b;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comNotice
------------------------------------------------------------*/
.comNotice {
	display: flex;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4375;
}
.comNotice > span {
	padding: 8px 0 8px 65px;
	display: inline-block;
	background: url(img/process_sheet/icon.png) no-repeat left center / 43px;
}
@media all and (max-width: 896px) {
	.comNotice {
		font-size: 1.2rem;
	}
	.comNotice .indentTxt {
		margin-left: 1em;
		display: inline-block;
		text-indent: -1em;
	}
	.comNotice > span {
		padding-left: 46px;
	}
}
/*------------------------------------------------------------
	businessSummary
------------------------------------------------------------*/
#businessSummary #pagePath {
	margin-bottom: 1.6rem;
}
#businessSummary .smlContent {
	padding: 0 5rem;
}
#businessSummary .comWhiteBox {
	padding-bottom: 10.8rem;
}
#businessSummary .photo {
	margin: 0 auto;
	max-width: 80rem;
}
#businessSummary .site {
	margin-bottom: 8.2rem;
}
#businessSummary .site .headLine03 {
	margin-bottom: 4.1rem;
}
#businessSummary .outline {
	margin-bottom: 8.2rem;
}
#businessSummary .outline .headLine03 {
	margin-bottom: 2.2rem;
}
#businessSummary .outline .text {
	margin-bottom: 2.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#businessSummary .outline .photo {
	margin-bottom: 2.4rem;
}
#businessSummary .outline .textArea {
	margin: 0 auto;
	padding: 1.3rem 1.8rem;
	max-width: 85rem;
	border: 1px solid #ff0000;
	border-radius: 0.2rem;
	box-sizing: border-box;
}
#businessSummary .outline .textArea .innText {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: 0.03em;
}
#businessSummary .segmental {
	margin-bottom: 6.9rem;
}
#businessSummary .segmental .headLine03 {
	margin-bottom: 4.6rem;
}
#businessSummary .segmental .textBox {
	margin: 1.4rem auto 0;
	max-width: 80rem;
}
#businessSummary .segmental .textBox .title {
	padding-left: 1em;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-indent: -1em;
}
#businessSummary .segmental .textBox .note {
	padding-left: 1em;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-indent: -1em;
}
#businessSummary .soilscape .headLine03 {
	margin-bottom: 2.2rem;
}
#businessSummary .soilscape .textList {
	margin-bottom: 3.5rem;
}
#businessSummary .soilscape .textList li {
	padding-left: 1.5rem;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#businessSummary .soilscape .textList li::before {
	position: absolute;
	top: 0.8rem;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	background: #8ebacb;
	border-radius: 50%;
	content: '';
}
#businessSummary .soilscape .photo {
	max-width: 90rem;
}
@media all and (max-width: 896px) {
	#businessSummary #pagePath {
		margin-bottom: 0;
	}
	#businessSummary .photo {
		margin: 0;
		max-width: inherit;
	}
	#businessSummary .photo img {
		width: 100%;
	}
	#businessSummary .site {
		margin-bottom: 6rem;
	}
	#businessSummary .site .headLine03 {
		margin-bottom: 3rem;
	}
	#businessSummary .outline {
		margin-bottom: 5rem;
	}
	#businessSummary .outline .headLine03 {
		margin-bottom: 2.2rem;
	}
	#businessSummary .outline .text {
		margin-bottom: 2.8rem;
		font-size: 1.4rem;
	}
	#businessSummary .outline .textArea {
		margin: 0;
		padding: 1.3rem 1rem;
		max-width: inherit;
	}
	#businessSummary .outline .textArea .innText {
		font-size: 1.4rem;
	}
	#businessSummary .segmental {
		margin-bottom: 5rem;
	}
	#businessSummary .segmental .headLine03 {
		margin-bottom: 3rem;
	}
	#businessSummary .segmental .textBox {
		max-width: inherit;
	}
	#businessSummary .segmental .textBox .title {
		font-size: 1.6rem;
	}
	#businessSummary .segmental .textBox .note {
		font-size: 1.4rem;
	}
	#businessSummary .soilscape .textList {
		margin-bottom: 2.5rem;
	}
	#businessSummary .soilscape .textList li {
		padding-left: 1.2rem;
		font-size: 1.4rem;
	}
	#businessSummary .soilscape .textList li::before {
		top: 0.8rem;
		width: 1rem;
		height: 1rem;
	}
	#businessSummary .soilscape .photo {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	constructionAbout
------------------------------------------------------------*/
#constructionAbout #pagePath {
	padding-bottom: 5.4rem;
}
#constructionAbout #main .comWhiteBox {
	padding-bottom: 10rem;
}
#constructionAbout #main .smlContent {
	padding: 0 5.4rem;
}
#constructionAbout #main .comWhiteBox .inner {
	margin-bottom: 9.7rem;
}
#constructionAbout #main .subInner:not(:last-child) {
	margin-bottom: 6rem;
}
#constructionAbout #main .subInner .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#constructionAbout #main .subInner .imgBox .photo {
	width: 40rem;
}
#constructionAbout #main .subInner .imgBox .textBox {
	margin-top: -0.5rem;
	width: calc(100% - 44rem);
}
#constructionAbout #main .subInner .imgBox .textBox .innText {
	font-size: 1.6rem;
	line-height: 1.75;
}
#constructionAbout #main .subInner .textList {
	margin: -1.3rem 0 7.5rem;
}
#constructionAbout #main .subInner .textList li {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	display: flex;
}
#constructionAbout #main .subInner .photo01 {
	margin: 3.6rem 0 9.6rem;
}
#constructionAbout #main .subInner .photo02 {
	margin-top: -0.4rem;
}
#constructionAbout #main .subInner .text {
	margin: -0.7rem 0 7.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#constructionAbout #main .comWhiteBox .inner {
		margin-bottom: 7rem;
	}
	#constructionAbout #main .subInner:not(:last-child) {
		margin-bottom: 4rem;
	}
	#constructionAbout #main .subInner .imgBox {
		display: block;
	}
	#constructionAbout #main .subInner .imgBox .photo {
		margin-bottom: 2rem;
		width: auto;
	}
	#constructionAbout #main .subInner .imgBox .photo img {
		width: 100%;
	}
	#constructionAbout #main .subInner .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#constructionAbout #main .subInner .imgBox .textBox .innText {
		font-size: 1.4rem;
	}
	#constructionAbout #main .subInner .textList {
		margin: 0;
	}
	#constructionAbout #main .subInner .textList li {
		font-size: 1.4rem;
	}
	#constructionAbout #main .subInner .textList li .sub {
		white-space: nowrap;
	}
	#constructionAbout #main .subInner .photo01 {
		margin: 0;
	}
	#constructionAbout #main .subInner .text {
		margin: 0 0 4rem;
		font-size: 1.4rem;
	}
	#constructionAbout #main .subInner .photo01 img,
	#constructionAbout #main .subInner .photo02 img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	processSheet
------------------------------------------------------------*/
#processSheet #pagePath {
	padding-bottom: 5.4rem;
}
#processSheet #main .comWhiteBox {
	padding-bottom: 9.4rem;
}
#processSheet #main .smlContent {
	padding: 0 5rem;
}
#processSheet #main .headLine02 {
	margin-bottom: 3.4rem;
}
#processSheet #main .comBtn02 {
	margin-bottom: 6.3rem;
}
#processSheet #main .img img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#processSheet #main .comBtn02 {
		margin-bottom: 3rem;
	}
	#processSheet #main .headLine02 {
		margin-bottom: 4rem;
	}
	#processSheet #main .img {
		margin: 0 0 2rem;
	}
}
/*------------------------------------------------------------
	pneumaticCaissonConstructionMethod
------------------------------------------------------------*/
#pneumaticCaissonConstructionMethod #main .comWhiteBox {
	padding-bottom: 10.1rem;
}
#pneumaticCaissonConstructionMethod #main .smlContent {
	padding: 0 5.4rem;
}
#pneumaticCaissonConstructionMethod #main .headLine01 {
	margin-bottom: 3.9rem;
}
#pneumaticCaissonConstructionMethod #main .headLine02 {
	margin-bottom: 4.1rem;
}
#pneumaticCaissonConstructionMethod #main .subInner {
	margin-bottom: 5rem;
	padding: 0 1.9rem 4.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #8ebacb;
}
#pneumaticCaissonConstructionMethod #main .subInner:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#pneumaticCaissonConstructionMethod #main .subInner .textBox {
	margin-top: -0.6rem;
	width: calc(100% - 45.6rem);
}
#pneumaticCaissonConstructionMethod #main .subInner .textBox.style01 {
	padding-top: 8.2rem;
}
#pneumaticCaissonConstructionMethod #main .subInner .textBox .headLine09 {
	margin-bottom: 0.3rem;
}
#pneumaticCaissonConstructionMethod #main .subInner .textBox .text {
	margin-right: -4rem;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: -0.04em;
}
#pneumaticCaissonConstructionMethod #main .subInner .textBox .subPhoto {
	margin-top: 2.9rem;
	width: 16.1rem;
}
#pneumaticCaissonConstructionMethod #main .subInner .photo {
	width: 40rem;
}
#pneumaticCaissonConstructionMethod #main .subInner .photo.style01 {
	width: 37.4rem;
}
@media all and (max-width: 896px) {
	#pneumaticCaissonConstructionMethod #main .headLine02 {
		font-size: 1.5rem;
	}
	#pneumaticCaissonConstructionMethod #main .subInner {
		margin-bottom: 5rem;
		padding: 0 0 5rem;
		display: block;
	}
	#pneumaticCaissonConstructionMethod #main .subInner .textBox {
		margin-top: 0;
		padding-top: 0 !important;
		width: auto;
	}
	#pneumaticCaissonConstructionMethod #main .subInner .textBox .text {
		margin-right: 0;
		font-size: 1.4rem;
	}
	#pneumaticCaissonConstructionMethod #main .subInner .textBox .subPhoto {
		margin-top: 1.5rem;
		width: 12rem;
	}
	#pneumaticCaissonConstructionMethod #main .subInner .photo {
		margin-bottom: 2rem;
		width: auto !important;
	}
	#pneumaticCaissonConstructionMethod #main .subInner .photo img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep
------------------------------------------------------------*/
#orderOfConstructionStep #main .smlContent {
	padding: 0 50px;
}
#orderOfConstructionStep #main .achorList {
	margin-bottom: 31px;
	display: flex;
	justify-content: center;
}
#orderOfConstructionStep #main .achorList li {
	margin-right: 29px;
	position: relative;
}
#orderOfConstructionStep #main .achorList li:last-child {
	margin-right: 0;
}
#orderOfConstructionStep #main .achorList li:last-child::before {
	display: none;
}
#orderOfConstructionStep #main .achorList li::before {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
	content: "｜";
}
#orderOfConstructionStep #main .achorList li a {
	margin-right: 46px;
	display: inline-block;
	color: #2F4A72;
	font-size: 1.5rem;
	font-weight: 500;
	text-decoration: underline;
}
#orderOfConstructionStep #main .achorList li:last-child a {
	margin-right: 0;
}
#orderOfConstructionStep #main .imgBox .photoBox {
	margin: 0 auto;
}
#orderOfConstructionStep #main .imgBox .bgBox {
	margin: 0 37px;
	padding: 13px 26px 19px;
	display: flex;
	border-radius: 3px;
	background-color: rgba(62, 143, 147, 0.1);
}
#orderOfConstructionStep #main .imgBox .bgBox .ttl {
	padding-right: 10px;
	min-width: 169px;
	flex-shrink: 0;
	color: #22405b;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}
#orderOfConstructionStep #main .imgBox .bgBox .innerBox {
	padding: 2px 0 0 30px;
	position: relative;
}
#orderOfConstructionStep #main .imgBox .bgBox .innerBox::before {
	width: 1px;
	position: absolute;
	left: 0;
	top: 5px;
	bottom: -1px;
	background-color: #22405b;
	content: "";
}
#orderOfConstructionStep #main .imgBox .bgBox .innerBox p {
	font-weight: 500;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep #main .imgBox .bgBox .innerBox p.strong {
	margin-bottom: 2px;
	font-size: 1.6rem;
}
#orderOfConstructionStep #main .comWhiteBox {
	padding-bottom: 81px;
}
#orderOfConstructionStep #main .headLine01 {
	margin-bottom: 51px;
}
#orderOfConstructionStep #main .headLine05 {
	margin-bottom: 25px;
}
#orderOfConstructionStep #main .headLine02 {
	margin-bottom: 29px;
}
#orderOfConstructionStep.step01 #main .sec01 {
	margin-bottom: 64px;
}
#orderOfConstructionStep.step01 #main .sec01 > p {
	margin-bottom: 50px;
	font-weight: 700;
	text-align: center;
}
#orderOfConstructionStep.step01 #main .sec01 .imgBox .photoBox {
	margin-bottom: 51px;
	width: 831px;
}
#orderOfConstructionStep.step01 #main .sec02 {
	margin-bottom: 51px;
}
#orderOfConstructionStep.step01 #main .sec02 .headLine02 {
	margin-bottom: 22px;
}
#orderOfConstructionStep.step01 #main .sec02 .imgBox .textBox {
	margin-bottom: 26px;
}
#orderOfConstructionStep.step01 #main .sec02 .imgBox p:not(.comNotice) {
	margin-bottom: 22px;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step01 #main .sec02 .imgBox .comNotice {
	font-size: 1.5rem;
	line-height: 1.533;
	text-align: center;
}
#orderOfConstructionStep.step01 #main .sec02 .imgBox .photoBox {
	width: 801px;
}
#orderOfConstructionStep.step01 #main .sec03 {
	margin-bottom: 49px;
}
#orderOfConstructionStep.step01 #main .sec03 .headLine02 {
	margin-bottom: 32px;
}
#orderOfConstructionStep.step01 #main .sec03 .imgBox .photoBox {
	margin-bottom: 50px;
	width: 800px;
}
@media all and (min-width: 897px) {
	#orderOfConstructionStep #main .achorList li a:hover {
		text-decoration: none;
	}
	#orderOfConstructionStep.step01 #main .sec02 .imgBox .comNotice > span {
		padding: 8px 27px 8px 54px;
	}
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep #main .achorList {
		display: block;
	}
	#orderOfConstructionStep #main .achorList li {
		padding-left: 20px;
	}
	#orderOfConstructionStep #main .achorList li::before {
		width: 15px;
		height: 1px;
		display: block !important;
		right: auto;
		left: 0;
		top: 15px;
		background-color: rgba(150, 150, 150, 0.5);
		content: "";
	}
	#orderOfConstructionStep #main .headLine02 {
		margin-bottom: 26px;
	}
	#orderOfConstructionStep #main img {
		width: 100%;
	}
	#orderOfConstructionStep.step01 #main .sec01 .imgBox .photoBox {
		width: auto;
	}
	#orderOfConstructionStep #main .imgBox .bgBox {
		margin: 0;
		padding: 10px 15px 15px;
		display: block;
	}
	#orderOfConstructionStep #main .imgBox .bgBox .ttl {
		margin-bottom: 12px;
		padding: 0;
	}
	#orderOfConstructionStep #main .imgBox .bgBox .innerBox {
		padding-left: 0;
	}
	#orderOfConstructionStep #main .imgBox .bgBox .innerBox::before {
		display: none;
	}
	#orderOfConstructionStep #main .imgBox .bgBox .innerBox p.strong {
		font-size: 1.3rem;
	}
	#orderOfConstructionStep #main .imgBox .photoBox {
		width: auto !important;
	}
	#orderOfConstructionStep.step01 #main .sec01 {
		margin-bottom: 40px;
	}
	#orderOfConstructionStep.step01 #main .sec02 .imgBox p:not(.comNotice) {
		font-size: 1.6rem;
	}
	#orderOfConstructionStep.step01 #main .sec02 .imgBox .comNotice {
		font-size: 1.1rem;
	}
	#orderOfConstructionStep #main .comBtn02 a {
		width: 260px;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	margin: 0 auto;
	padding: 14px 29px 20px;
	width: 825px;
	display: flex;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: rgba(62, 143, 147, 0.1);
}
.comBgBox .ttl {
	padding-right: 7px;
	min-width: 230px;
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}
.comBgBox .innerBox {
	padding: 2px 0 0 32px;
	position: relative;
}
.comBgBox .innerBox::before {
	width: 1px;
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 2px;
	background-color: #22405b;
	content: "";
}
.comBgBox .innerBox p,
.comBgBox .innerBox ul li {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.comBgBox .innerBox p.txt01 {
	margin-bottom: 1px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.comBgBox .innerBox p.txt02 {
	margin-left: 1em;
	color: #F04B2D;
	text-indent: -1em;
}
.comBgBox .innerBox p.txt02 a {
	color: #2F4A72;
	text-decoration: underline;
}
.comBgBox .innerBox ul {
	margin-bottom: 2px;
}
.comBgBox .innerBox ul li {
	margin-left: 1em;
	line-height: 1.867;
	text-indent: -1em;
}
.comBgBox .innerBox ul li span:not(.txt) {
	color: #22405b;
}
@media all and (min-width: 897px) {
	.comBgBox .innerBox p.txt02 a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding: 10px;
		width: auto;
		display: block;
	}
	.comBgBox .ttl {
		margin-bottom: 12px;
		padding: 0;
	}
	.comBgBox .innerBox {
		padding-left: 0;
	}
	.comBgBox .innerBox::before {
		display: none;
	}
	.comBgBox .innerBox p,
	.comBgBox .innerBox ul li {
		font-size: 1.2rem;
	}
	.comBgBox .innerBox p.txt01 {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 14px;
	text-align: center;
}
.headLine07 span {
	width: 221px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #22405b;
	font-size: 2rem;
	letter-spacing: 0.03em;
	border: 1px solid #22405b;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	orderOfConstructionStep 02
------------------------------------------------------------*/
#orderOfConstructionStep.step02 #main .sec01 {
	margin-bottom: 39px;
}
#orderOfConstructionStep.step02 #main .sec01 .headLine02 {
	margin-bottom: 34px;
}
#orderOfConstructionStep.step02 #main .sec01 .imgBox p:not(.comNotice) {
	margin-bottom: 26px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step02 #main .sec01 .imgBox .comNotice {
	margin-bottom: 42px;
}
#orderOfConstructionStep.step02 #main .sec01 .imgBox .comNotice .small {
	margin-top: -7px;
	font-size: 1.4rem;
	display: block;
}
#orderOfConstructionStep.step02 #main .sec01 .imgBox .photoBox {
	width: 681px;
}
#orderOfConstructionStep.step02 #main .sec02 {
	margin-bottom: 74px;
}
#orderOfConstructionStep.step02 #main .sec02 .headLine02 {
	margin-bottom: 20px;
}
#orderOfConstructionStep.step02 #main .sec02 .photoBox {
	margin: 0 auto;
	width: 819px;
}
#orderOfConstructionStep.step02 #main .sec03 {
	margin-bottom: 52px;
}
#orderOfConstructionStep.step02 #main .sec03 .headLine02 {
	margin-bottom: 32px;
}
#orderOfConstructionStep.step02 #main .sec03 .imgBox .photoBox {
	margin-bottom: 51px;
	width: 800px;
}
@media all and (min-width: 897px) {
	#orderOfConstructionStep.step02 #main .sec01 .imgBox .comNotice > span {
		padding: 8px 12px 8px 55px;
	}
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step02 #main .sec01 .imgBox .comNotice .small {
		margin-top: 0;
		font-size: 0.9rem;
	}
	#orderOfConstructionStep.step02 #main .sec02 .photoBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep 03
------------------------------------------------------------*/
#orderOfConstructionStep.step03 #main .comWhiteBox {
	padding-bottom: 87px;
}
#orderOfConstructionStep.step03 #main .sec01 {
	margin-bottom: 72px;
}
#orderOfConstructionStep.step03 #main .sec01 .headLine02 {
	margin-bottom: 34px;
}
#orderOfConstructionStep.step03 #main .sec01 .imgBox .headLine07 {
	margin-bottom: 37px;
}
#orderOfConstructionStep.step03 #main .sec01 .imgBox .photoBox {
	margin-bottom: 28px;
	width: 792px;
}
#orderOfConstructionStep.step03 #main .bgBox {
	padding: 15px 0 15px 29px;
}
#orderOfConstructionStep.step03 #main .bgBox dl {
	display: flex;
	flex-wrap: wrap;
}
#orderOfConstructionStep.step03 #main .bgBox dl dt,
#orderOfConstructionStep.step03 #main .bgBox dl dd {
	font-weight: 500;
}
#orderOfConstructionStep.step03 #main .bgBox dl dt {
	margin-left: 1em;
	margin-right: 10px;
	width: 119px;
	text-indent: -1em;
}
#orderOfConstructionStep.step03 #main .bgBox dl dd {
	width: calc(100% - 143px);
}
#orderOfConstructionStep.step03 #main .bgBox dl dt span {
	color: #22405b;
}
#orderOfConstructionStep.step03 #main .bgBox dl span.color01 {
	color: #F04B2D;
}
#orderOfConstructionStep.step03 #main .bgBox dl dd ul li {
	font-size: 1.3rem;
	line-height: 1.384;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step03 #main .bgBox dl.style01 dt {
	width: 134px;
}
#orderOfConstructionStep.step03 #main .bgBox dl.style01 dd {
	width: calc(100% - 158px);
}
#orderOfConstructionStep.step03 #main .bgBox dl.style02 dt {
	width: 201px;
}
#orderOfConstructionStep.step03 #main .bgBox dl.style02 dd {
	width: calc(100% - 225px);
}
#orderOfConstructionStep.step03 #main .sec01 hr {
	margin: 43px auto 26px;
	width: 826px;
	border: none;
	border-top: 1px solid rgba(150, 150, 150, 0.3);
}
#orderOfConstructionStep.step03 #main .comNotice {
	margin: 0 auto 21px;
	width: 768px;
	display: block;
	text-align: left;
}
#orderOfConstructionStep.step03 #main .comNotice .small {
	margin-top: 0;
	display: block;
	font-size: 1.4rem;
}
#orderOfConstructionStep.step03 #main .sec01 .imgBox02 .photoBox {
	margin-bottom: 30px;
	width: 784px;
}
#orderOfConstructionStep.step03 #main .sec01 .imgBox03 .photoBox {
	margin-bottom: 30px;
	width: 773px;
}
#orderOfConstructionStep.step03 #main .sec02 {
	margin-bottom: 44px;
}
#orderOfConstructionStep.step03 #main .sec02 .headLine02 {
	margin-bottom: 32px;
}
#orderOfConstructionStep.step03 #main .sec02 .imgBox .photoBox {
	margin-bottom: 51px;
	width: 800px;
}
#orderOfConstructionStep.step03 #main .sec02 .imgBox ul.style01 {
	margin-top: 6px;
}
#orderOfConstructionStep.step03 #main .sec02 .imgBox ul.style01 li {
	color: #F04B2D;
	font-size: 1.5rem;
	line-height: 1.467;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step03 #main .sec02 .imgBox ul.style01 a {
	color: #2F4A72;
	text-decoration: underline;
}
#orderOfConstructionStep.step03 #main .sec02 .imgBox .comBgBox {
	padding-bottom: 30px;
}
#orderOfConstructionStep.step03 #main .sec02 .imgBox .comBgBox .innerBox ul li .txt {
	margin: 0 1em 0 0;
	width: 7.3em;
	display: inline-block;
	text-indent: 0;
}
@media all and (min-width: 897px) {
	#orderOfConstructionStep.step03 #main .sec02 .imgBox ul.style01 a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step03 #main .bgBox dl {
		display: block;
	}
	#orderOfConstructionStep.step03 #main .bgBox dl dt,
	#orderOfConstructionStep.step03 #main .bgBox dl dd {
		width: auto;
	}
	#orderOfConstructionStep.step03 #main .bgBox dl dt {
		margin-right: 0;
	}
	#orderOfConstructionStep.step03 #main .bgBox dl dd:not(:last-child) {
		margin-bottom: 12px;
	}
	#orderOfConstructionStep.step03 #main .bgBox dl.style01 dt,
	#orderOfConstructionStep.step03 #main .bgBox dl.style01 dd,
	#orderOfConstructionStep.step03 #main .bgBox dl.style02 dt,
	#orderOfConstructionStep.step03 #main .bgBox dl.style02 dd {
		width: auto;
	}
	#orderOfConstructionStep.step03 #main .bgBox {
		padding: 10px;
	}
	#orderOfConstructionStep.step03 #main .comNotice .small {
		margin-top: 0;
		font-size: 1rem;
	}
	#orderOfConstructionStep.step03 #main .comNotice > span {
		padding-left: 50px;
	}
	#orderOfConstructionStep.step03 #main .bgBox dl dd ul li {
		font-size: 1.1rem;
	}
	#orderOfConstructionStep.step03 #main .sec01 hr {
		width: auto;
	}
	#orderOfConstructionStep.step03 #main .sec02 .imgBox ul.style01 li {
		font-size: 1.2rem;
	}
	#orderOfConstructionStep.step03 #main .sec02 .imgBox .comBgBox {
		padding-bottom: 15px;
	}
}
/*------------------------------------------------------------
	unloadingRoute
------------------------------------------------------------*/
#unloadingRoute #pagePath {
	margin-bottom: 1.6rem;
}
#unloadingRoute .comWhiteBox {
	padding-bottom: 9.4rem;
}
#unloadingRoute .topBox {
	margin-bottom: 3.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#unloadingRoute .topBox .lBox {
	margin-top: -1rem;
	width: calc(100% - 50rem);
}
#unloadingRoute .topBox .lBox .title {
	margin-bottom: -0.3rem;
	color: #22405b;
	font-size: 2rem;
	font-weight: 500;
}
#unloadingRoute .topBox .lBox .text {
	font-size: 1.6rem;
	font-weight: 500;
}
#unloadingRoute .topBox .textImg {
	margin-right: -1.6rem;
	width: 48.7rem;
}
#unloadingRoute .subArea {
	padding: 0 4.6rem 0 6rem;
}
#unloadingRoute .subArea .area:not(:last-child) {
	margin-bottom: 4.3rem;
}
#unloadingRoute .subArea .hTitle {
	padding: 0.4rem 12rem 0.5rem 1.5rem;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	background: #22405b;
	position: relative;
}
#unloadingRoute .subArea .hTitle .date {
	margin-top: -0.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.8rem;
}
#unloadingRoute .subArea .map {
	margin-bottom: 1rem;
}
#unloadingRoute .subArea .text {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
}
@media all and (max-width: 896px) {
#unloadingRoute #pagePath {
	margin-bottom: 1.6rem;
}
	#unloadingRoute .topBox {
		margin-bottom: 3.8rem;
		display: block;
	}
	#unloadingRoute .topBox .lBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#unloadingRoute .topBox .lBox .title {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#unloadingRoute .topBox .lBox .text {
		font-size: 1.4rem;
	}
	#unloadingRoute .topBox .textImg {
		margin-right: 0;
		width: auto;
	}
	#unloadingRoute .topBox .textImg img {
		width: 100%;
	}
	#unloadingRoute .subArea {
		padding: 0;
	}
	#unloadingRoute .subArea .area:not(:last-child) {
		margin-bottom: 3rem;
	}
	#unloadingRoute .subArea .hTitle {
		padding: 0.4rem 7rem 0.4rem 0.8rem;
		font-size: 1.4rem;
	}
	#unloadingRoute .subArea .hTitle .date {
		margin-top: 0;
		right: 0.5rem;
		font-size: 1.2rem;
	}
	#unloadingRoute .subArea .map {
		margin-bottom: 2rem;
	}
	#unloadingRoute .subArea .map img {
		width: 100%;
	}
	#unloadingRoute .subArea .text {
		font-size: 1.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	topics top
------------------------------------------------------------*/
#topics.top #pagePath {
	margin-bottom: 1rem;
}
#topics.top #main .comWhiteBox {
	padding-bottom: 119px;
}
#topics.top #main .outerBox {
	margin-bottom: 0;
}
#topics.top #main #conts .newsList + .headLine03 {
	margin-top: 8rem;
}
#topics.top #main #conts .newsList li {
	margin-bottom: 1.4rem;
	padding: 0 1rem 1.1rem;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
#topics.top #main #conts .newsList li .date {
	flex-shrink: 0;
	width: 10.1rem;
}
#topics.top #main #conts .newsList li a {
	color: #326e9e;
	text-decoration: underline;
}
#topics.top #main #conts .newsList li a.pdfLink::after {
	margin-left: 1rem;
	display: inline-block;
	width: 2.5rem;
	height: 2.7rem;
	background: url(img/common/icon06.png) no-repeat left top / 100%;
	content: '';
	vertical-align: -0.5rem;
}
@media all and (min-width: 897px) {
	#topics.top #main #conts .newsList li a:hover {
		text-decoration: none;
	}
	#topics.top #main .comWhiteBox {
		min-height: 481px;
	}
}
@media all and (max-width: 896px) {
	#topics.top #main #conts .newsList + .headLine03 {
		margin-top: 5rem;
	}
	#topics.top #main #conts .newsList li {
		padding: 0 0 1rem;
		font-size: 1.4rem;
	}
	#topics.top #main #conts .newsList li .date {
		flex-shrink: 0;
		width: 8.5rem;
	}
	#topics.top #main #conts .newsList li a.pdfLink::after {
		margin-left: 0.5rem;
		width: 1.6rem;
		height: 2rem;
		vertical-align: -0.6rem;
	}
	#topics.top #main .comWhiteBox {
		min-height: 474px;
	}
}

/*------------------------------------------------------------
	groundSubsidence
------------------------------------------------------------*/
#groundSubsidence #main .smlContent {
	padding: 0 110px;
}
#groundSubsidence #main .headLine01.style01 {
	margin-bottom: 44px;
	line-height: 1.25;
}
#groundSubsidence #main .headLine01.style01::before {
	bottom: -4px;
}
#groundSubsidence #main .textList {
	min-height: 343px;
}
#groundSubsidence #main .textList li {
	padding-left: 17px;
	position: relative;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 0.03em;
}
#groundSubsidence #main .textList a {
	color: #2F4A72;
	text-decoration: underline;
}
#groundSubsidence #main .textList li::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 16px;
	background-color: #333;
	content: "";
}
@media all and (min-width: 897px) {
	#groundSubsidence #main .textList a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 49px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.136;
	letter-spacing: 0.03em;
}
.headLine08::before {
	content: "＜";
}
.headLine08::after {
	content: "＞";
}
@media all and (max-width: 896px) {
	.headLine08 {
		margin-bottom: 28px;
		font-size: 1.9rem;
	}
}
/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
	margin-bottom: 0.6rem;
	color: #22405b;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.headLine09.center {
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine09 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	informationCenter
------------------------------------------------------------*/
#informationCenter .comWhiteBox {
	padding-bottom: 39.3rem;
}
#informationCenter #pagePath {
	margin-bottom: 7.2rem;
}
#informationCenter #main .text {
	color: #22405b;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.4rem;
}
@media all and (max-width: 896px) {
	.comLinkList {
		display: block;
	}
	.comLinkList li {
		margin-bottom: 5rem;
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep 04
------------------------------------------------------------*/
#orderOfConstructionStep.step04 #main .comWhiteBox {
	padding-bottom: 9.8rem;
}
#orderOfConstructionStep.step04 .headLine09 {
	margin-bottom: 4.1rem;
}
#orderOfConstructionStep.step04 .photoArea {
	margin-bottom: 13rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#orderOfConstructionStep.step04 .photoArea .lArea {
	width: 54.6rem;
}
#orderOfConstructionStep.step04 .photoArea .rArea {
	margin-bottom: 0.2rem;
	width: 30rem;
}
#orderOfConstructionStep.step04 .photoArea .rArea .text {
	margin-bottom: 0.3rem;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step04 .headLine09 {
		margin-bottom: 2rem;
	}
	#orderOfConstructionStep.step04 .photoArea {
		margin-bottom: 8rem;
		display: block;
	}
	#orderOfConstructionStep.step04 .photoArea img {
		width: 100%;
	}
	#orderOfConstructionStep.step04 .photoArea .lArea {
		margin-bottom: 4rem;
		width: auto;
	}
	#orderOfConstructionStep.step04 .photoArea .rArea {
		margin-bottom: 0;
		width: auto;
	}
	#orderOfConstructionStep.step04 .photoArea .rArea .text {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep 05
------------------------------------------------------------*/
#orderOfConstructionStep.step05 #main .comWhiteBox {
	padding-bottom: 9.8rem;
}
#orderOfConstructionStep.step05 .comWhiteBox .headLine09 {
	margin-bottom: 2.1rem;
}
#orderOfConstructionStep.step05 .comWhiteBox .text {
	margin-bottom: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.01em;
}
#orderOfConstructionStep.step05 .comWhiteBox .photo {
	margin-bottom: 11rem;
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step05 .comWhiteBox .headLine09 {
		margin-bottom: 2.1rem;
	}
	#orderOfConstructionStep.step05 .comWhiteBox .text {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	#orderOfConstructionStep.step05 .comWhiteBox .photo {
		margin-bottom: 6rem;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep 06
------------------------------------------------------------*/
#orderOfConstructionStep.step06 #main .comWhiteBox {
	padding-bottom: 10rem;
}
#orderOfConstructionStep.step06 .headLine09 {
	margin-bottom: 1.2rem;
}
#orderOfConstructionStep.step06 .headLine03 {
	margin-bottom: 3.7rem;
	padding: 0.3rem 1.7rem;
	min-height: 3.4rem;
}
#orderOfConstructionStep.step06 .photo {
	margin-bottom: 6.8rem;
}
#orderOfConstructionStep.step06 .subArea {
	margin-bottom: 5rem;
	padding: 0 4.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#orderOfConstructionStep.step06 .subArea .stepBox {
	width: 20rem;
}
#orderOfConstructionStep.step06 .subArea .stepBox .text {
	margin-bottom: 9.7rem;
	position: relative;
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #8ebacb;
	border-radius: 0.6rem;
	box-sizing: border-box;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}
#orderOfConstructionStep.step06 .subArea .stepBox .text::before {
	margin-left: 0.4rem;
	position: absolute;
	top: 6.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.1rem;
	height: 7.2rem;
	background: url(img/common/icon05.png) no-repeat left top / 100%;
	content: '';
}
#orderOfConstructionStep.step06 .subArea .stepBox .text:last-child {
	margin-bottom: 0;
}
#orderOfConstructionStep.step06 .subArea .stepBox .text:last-child::before {
	display: none;
}
#orderOfConstructionStep.step06 .subArea .innPhoto {
	margin: -0.2rem 1rem 0 0;
	width: 54.9rem;
}
#orderOfConstructionStep.step06 .outText {
	margin-bottom: 6.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.01em;
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step06 .headLine03 {
		margin-bottom: 3rem;
		padding: 0.3rem 1rem;
	}
	#orderOfConstructionStep.step06 .photo {
		margin-bottom: 5rem;
	}
	#orderOfConstructionStep.step06 .photo img {
		width: 100%;
	}
	#orderOfConstructionStep.step06 .subArea {
		margin-bottom: 5rem;
		padding: 0;
		display: block;
	}
	#orderOfConstructionStep.step06 .subArea .stepBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#orderOfConstructionStep.step06 .subArea .stepBox .text {
		margin-bottom: 6.8rem;
		font-size: 1.6rem;
	}
	#orderOfConstructionStep.step06 .subArea .stepBox .text::before {
		margin-left: 0;
		top: 5.8rem;
		width: 3.1rem;
		height: 5rem;
		background-image: url(img/common/icon04_sp.png);
	}
	#orderOfConstructionStep.step06 .subArea .innPhoto {
		margin: 0;
		width: auto;
	}
	#orderOfConstructionStep.step06 .subArea .innPhoto img {
		width: 100%;
	}
	#orderOfConstructionStep.step06 .outText {
		margin-bottom: 4rem;
		font-size: 1.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	businessEffect
------------------------------------------------------------*/
#businessEffect #pagePath {
	padding-bottom: 5.3rem;
}
#businessEffect .comWhiteBox {
	padding-bottom: 9.7rem;
}
#businessEffect .subArea {
	padding: 0 4.9rem;
}
#businessEffect .subArea .area:not(:last-child) {
	margin-bottom: 3.1rem;
}
#businessEffect .subArea .headLine03 {
	margin-bottom: 1.6rem;
	padding: 0.2rem 1.7rem 0.3rem;
}
#businessEffect .subArea .text {
	margin-bottom: 0.7rem;
	font-size: 1.6rem;
	font-weight: 700;
}
#businessEffect .subArea .textList {
	margin-bottom: 4rem;
}
#businessEffect .subArea .textList li {
	padding: 0 0 0 1.6rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
}
#businessEffect .subArea .textList li:last-child {
	margin-bottom: 0 !important;
}
#businessEffect .subArea .textList li::before {
	position: absolute;
	top: 0.8rem;
	left: 0.1rem;
	width: 1.4rem;
	height: 1.4rem;
	background: #8ebacb;
	border-radius: 50%;
	content: '';
}
#businessEffect .subArea .photo01 {
	margin: 0 auto;
	max-width: 73.7rem;
}
#businessEffect .subArea .photo02 {
	margin: 2.4rem auto 2.6rem;
	max-width: 90rem;
}
#businessEffect .subArea .subBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#businessEffect .subArea .subBox .lBox {
	width: calc(100% - 22rem);
}
#businessEffect .subArea .subBox .lBox .text {
	margin-bottom: 1.7rem;
	letter-spacing: -0.06em;
}
#businessEffect .subArea .subBox .lBox .textList {
	max-width: 61rem;
}
#businessEffect .subArea .subBox .photo03 {
	margin: 0.6rem 1.8rem 0 0;
	width: 20rem;
}
#businessEffect .subArea .imgBox {
	margin: 2.1rem 0 5.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#businessEffect .subArea .imgBox .textBox {
	width: calc(100% - 28.5rem);
}
#businessEffect .subArea .imgBox .photo04 {
	margin: -1.1rem 0.8rem 0 0;
	width: 24.9rem;
}
#businessEffect .subArea .headLine03.bg01 {
	background: #8ebacb;
}
#businessEffect .subArea .imgArea {
	margin-bottom: 3rem;
	padding: 0 0.6rem 5.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(142, 186, 203, 0.5);
}
#businessEffect .subArea .imgArea:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#businessEffect .subArea .imgArea .textBox {
	width: calc(100% - 48rem);
}
#businessEffect .subArea .imgArea .textBox .title {
	margin-bottom: 0.8rem;
	font-size: 2.2rem;
	font-weight: 700;
}
#businessEffect .subArea .imgArea .textBox .title .number {
	font-size: 2.7rem;
	vertical-align: -0.2rem;
}
#businessEffect .subArea .imgArea .textBox .innText {
	padding: 0 0.6rem;
	font-size: 1.6rem;
	line-height: 1.81;
}
#businessEffect .subArea .imgArea .textBox .innPhoto {
	margin: 1.6rem auto 0;
	max-width: 40rem;
}
#businessEffect .subArea .imgArea .textBox .innPhoto.spec {
	margin: 2.6rem auto 0;
	max-width: 31rem;
}
#businessEffect .subArea .imgArea .rPhoto {
	margin: 1.6rem -0.5rem 0 0;
	width: 45rem;
}
@media all and (max-width: 896px) {
	#businessEffect #pagePath {
		padding-bottom: 3rem;
	}
	#businessEffect .subArea {
		padding: 0 1.5rem;
	}
	#businessEffect .subArea img {
		width: 100%;
	}
	#businessEffect .subArea .headLine03 {
		padding: 0.3rem 1rem;
	}
	#businessEffect .subArea .text {
		font-size: 1.4rem;
	}
	#businessEffect .subArea .textList {
		margin-bottom: 3rem;
	}
	#businessEffect .subArea .textList li {
		font-size: 1.4rem;
	}
	#businessEffect .subArea .textList li::before {
		width: 1rem;
		height: 1rem;
	}
	#businessEffect .subArea .photo01 {
		margin: 0;
		max-width: inherit;
	}
	#businessEffect .subArea .photo02 {
		margin: 0 0 2rem;
		max-width: inherit;
	}
	#businessEffect .subArea .subBox {
		display: block;
	}
	#businessEffect .subArea .subBox .lBox {
		width: auto;
	}
	#businessEffect .subArea .subBox .lBox .text {
		margin-bottom: 1rem;
		letter-spacing: 0;
	}
	#businessEffect .subArea .subBox .lBox .textList {
		max-width: inherit;
	}
	#businessEffect .subArea .subBox .photo03 {
		margin: 0;
		width: auto;
	}
	#businessEffect .subArea .imgBox {
		margin: 0;
		display: block;
	}
	#businessEffect .subArea .imgBox .textBox {
		width: auto;
	}
	#businessEffect .subArea .imgBox .photo04 {
		margin: 0;
		width: auto;
	}
	#businessEffect .subArea .imgArea {
		margin-bottom: 3rem;
		padding: 0 0 3rem;
		display: block;
	}
	#businessEffect .subArea .imgArea:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#businessEffect .subArea .imgArea .textBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#businessEffect .subArea .imgArea .textBox .title {
		font-size: 1.6rem;
	}
	#businessEffect .subArea .imgArea .textBox .title .number {
		margin-right: 0.3rem;
		font-size: 1.8rem;
		vertical-align: -0.1rem;
	}
	#businessEffect .subArea .imgArea .textBox .innText {
		padding: 0;
		font-size: 1.4rem;
	}
	#businessEffect .subArea .imgArea .textBox .innPhoto {
		margin: 2rem 0 0 !important;
		max-width: inherit;
	}
	#businessEffect .subArea .imgArea .textBox .innPhoto.spec {
		margin: 0;
		max-width: inherit;
	}
	#businessEffect .subArea .imgArea .rPhoto {
		margin: 0;
		width: auto;
	}
}
.coming-soon {
	color: #22405b;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}