@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}

@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #212121;
	text-decoration: none;
	transition: 0.3s ease;
}
a:visited {
	color: #212121;
}
a:hover {
	color: #212121;
}
a:active {
	color: #212121;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #212121;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
#container {
	text-align: left;
	overflow-x: hidden;
    word-break: break-word;
}
#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.4rem;
		line-height: 1.8;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	min-width: 120rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #fff;
	border-bottom: 3px solid #3E8F93;
}
#gHeader .hInner {
	margin: 0 auto;
	padding: 0.5rem 0 0.9rem;
	width: 103.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hInner h1 {
	margin-left: 1.8rem;
	font-size: 2.4rem;
	font-weight: 500;
}
#gHeader .linkList {
	margin: 0 2rem -2rem 0;
	gap: 0 1.5rem;
	display: flex;
}
#gHeader .linkList li {
	position: relative;
	width: 19rem;
}
#gHeader .linkList a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.5rem;
	color: #fff;
	font-size: 1.5rem;
	padding-left: 2.5rem;
	background-color: #43A9A5;
	border-radius: 100vmax;
}
#gHeader .linkList a::before {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/common/icon01.png) no-repeat left center / 100%;
	content: "";
}
#gHeader .linkList .contactStyle a {
	background-color: #F37965;
}
#gHeader .linkList .contactStyle a::before {
	width: 2.4rem;
	height: 1.8rem;
	left: 2.5rem;
	background: url(img/common/icon02.png) no-repeat left center / 100%;
}
#gHeader #gNavi {
	margin-top: 1.2rem;
	background-color: rgba(255, 255, 255, 0.9);
}
#gHeader #gNavi ul {
	margin: 0 auto;
	width: 100rem;
	display: flex;
}
#gHeader #gNavi ul li {
	margin-left: -0.1rem;
}
#gHeader #gNavi ul a {
	width: 11.5rem;
	height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	color: #403D55;
	color: #212121;
	border-right: 1px solid #EAEAEA;
	line-height: 1.267;
}
#gHeader #gNavi ul li:first-child a {
	border-left: 1px solid #EAEAEA;
}
#gHeader #gNavi ul .on a {
	/* color: #B81E1E; */
	background-color: rgba(183, 226, 219, 0.4);
}
#gHeader #gNavi ul .home a {
	width: 7.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gHeader #gNavi ul .home.on a {
	background: url(img/common/icon_home.png) no-repeat center rgba(183, 226, 219, 0.4);
	background-size: 3.1rem auto;
}
#gHeader #gNavi ul .home.on a img {
	visibility: hidden;
}
#gHeader #gNavi ul .home img {
	width: 3.1rem;
}
@media all and (min-width: 897px) {
	#gHeader .linkList a:hover {
		opacity: 0.7;
	}
	#gHeader #gNavi ul a:hover {
		background-color: rgba(183, 226, 219, 0.4);
	}
	#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;
		margin-left: 0;
		line-height: 1.5;
	}

	#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: #212121;
		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: 2rem;
	}
	#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.on a {
		background: url(img/common/icon_home.png) no-repeat center;
		background-size: 3.1rem auto;
	}
	#gHeader .menuBox .linkList01 .home.on img {
		visibility: hidden;
	}
	#gHeader .menuBox .linkList01 .home img {
		width: 3.1rem;
		height: 3.1rem;
		text-align: center;
	}
	#gHeader .linkList {
		justify-content: center;
		margin: 0;
	}
	#gHeader .linkList a::before { 
		width: 2rem !important;
		left: 2rem;
	}
	#gHeader .linkList a {
		padding-left: 1rem;
	}
	#gHeader .linkList .contactStyle a::before {
		left: 1rem; 
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #fff;
}
#top + #gFooter {
	border-top: 1px solid rgba(150, 150, 150, 0.5);
}
#gFooter .fInner {
	margin: 0 auto;
	padding: 3.1rem 0 2.9rem;
	width: 101rem;
	display: flex;
	align-items: center;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .fLogo01 {
	margin: 1rem 3.4rem 0 0;
	width: 18.2rem;
}
#gFooter .fLogo02 {
	width: 11.2rem;
}
#gFooter .fLogo03 {
	margin: 0.5rem 0 0 5rem;
	width: 13.5rem;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		gap: 0 1rem;
		align-items: flex-start;
		padding: 2rem 2rem;
		width: auto;
		justify-content: center;
	}
	#gFooter .fLogo01,
	#gFooter .fLogo02 {
		width: auto;
		max-width: inherit;
	}
	#gFooter .fLogo01 {
		width: 17rem;
		margin: 0 1rem 0 0;
	}
	#gFooter .fLogo02 {
		width: 10rem;
	}
	#gFooter .fLogo03 {
		margin: 0 0 0 1rem;
		max-width: 4.5rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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
------------------------------------------------------------*/
#wpadminbar {
}
#main {
	margin-top: 15.2rem;
	padding: 2.1rem 0 7.4rem;
	position: relative;
	z-index: 1;
	background-color: #EDE9E6;
}
#main:after {
	width: 100%;  
	height: 60.6rem;
	background : linear-gradient(180deg, rgba(80, 167, 194, 1) 0.01%, rgba(90, 173, 197, 1) 11.02%, rgba(118, 189, 203, 1) 29.96%, rgba(163, 214, 214, 1) 54.38%, rgba(183, 226, 219, 1) 64.4%, rgba(237, 233, 230, 1) 99.93%);
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
	z-index: -1;
}

.content {
	margin: 0 auto;
	width: 100rem;
}
.smlContent {
	padding: 0 5.7rem;
}
@media all and (max-width: 896px) {
	#main {
		margin-top: 4.6rem;
		padding-bottom: 3rem;
		padding-top: 2rem;
	}
	#main::after { 
		height: 20rem;
	}
	.content {
		margin: 0;
		padding: 0 1.5rem;
		width: auto;
	}
	.smlContent {
		padding: 0 2rem !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	text-align: center;
	margin-bottom: 4rem;
	font-size: 2rem;
	font-weight: 500;
	color: #212121;
	padding: 0.3rem 0;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
	border-top: 1px solid rgba(150, 150, 150, 0.5);
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem !important;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 a {
	margin: 0 auto;
	padding: 0.5rem 5.5rem 0.5rem 2.8rem;
	width: 85rem;
	min-height: 9rem;
	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: #212121 url(img/common/icon_share.png) no-repeat right 2.4rem center / 2.5rem;
}
.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: 0.5rem 2.4rem 0.5rem 0.5rem;
		width: auto;
		max-width: 34.5rem;
		min-height: 6rem;
		font-size: 1.3rem;
		background-size: 1.6rem;
		background-position: right 0.5rem center;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#top #main .mainImg {
	margin-bottom: 4.5rem;
}
#top #main .mainImg img {
	width: 100%;
	border-radius: 1.3rem;
}
#top #main .comWhiteBox {
	padding: 1rem 4rem 4rem;
	min-height: inherit;
}
#top #main .comWhiteBox .coming-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#top #main .news {
	padding-bottom: 4.7rem;
}
#top #main .newsList li {
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
#top #main .newsList li {
	padding: 1.4rem 0;
	font-weight: 500;
	display: flex;
}
#top #main .newsList li .date {
	padding-right: 1rem;
	width: 11rem;
	flex-shrink: 0;
	box-sizing: border-box;
}
#top #main .newsList li .ttl {
	flex: 1;
}
#top #main .notice .newsList li .ttl {
	color: #F37965;
	flex: inherit;
	text-decoration: underline;
}
#top .comBtn01 a {
	background-color: #3B7D23;
}
@media all and (min-width: 897px) {
	#top #main .notice .newsList li .ttl:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#top #main .mainImg {
		width: auto;
	}
	#top #main .mainImg img {
		width: 100%;
		border-radius: 1rem;
	}
	#top #main .news {
		padding-bottom: 5rem;
	}
	#top #main .newsList li {
		padding: 0.7rem 0;
	}
	#top #main .newsList li .date {
		padding-right: 1rem;
		width: 8rem;
	}
	#top #main .notice {
		padding: 1.5rem 0 4rem;
	}
	#top #main .comWhiteBox {
		padding: 2rem 2rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 2.4rem 2.8rem 6rem;
}
#pagePath ul {
	display: flex;
	flex-wrap: wrap;
}
#pagePath ul li {
	font-size: 1.3rem;
	font-weight: 500;
}
#pagePath ul li,
#pagePath ul li a {
	color: #212121;
}
#pagePath ul li:first-child a {
	text-decoration: underline;
}
#pagePath ul li:not(:last-child)::after {
	margin: 0 1.8rem 0 1.7rem;
	display: inline-block;
	content: ">";
}
@media all and (min-width: 897px) {
	#pagePath ul li a:hover {
		text-decoration: underline;
	}
	#pagePath ul li:first-child a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 2rem 2rem 1.4rem;
		padding-block-end: 4rem !important;
	}
}
/*------------------------------------------------------------
	comWhiteBox
------------------------------------------------------------*/
.comWhiteBox {
	min-height: 54.6rem;
	box-sizing: border-box;
	border-radius: 1rem;
	margin: 0 auto;
	padding-bottom: 6.7rem;
	width: 100rem;
	background-color: #fff;
}
@media all and (max-width: 896px) {
	.comWhiteBox {
		padding-bottom: 4rem !important;
		width: auto;
	}
}
/*------------------------------------------------------------
	orderOfConstruction
------------------------------------------------------------*/
#orderOfConstruction .comWhiteBox {
	padding-bottom: 3.7rem;
}
#orderOfConstruction .headLine01.style01 {
	margin-bottom: 6.2rem;
}
#orderOfConstruction .smlContent {
	padding: 0 5rem;
}
#orderOfConstruction .textImg {
	text-align: center;
	margin-bottom: 3.6rem;
}
#orderOfConstruction p {
	margin-bottom: 3.7rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}
#orderOfConstruction .img {
	margin: 0 auto 10.5rem;
	max-width: 90.2rem;
}
#orderOfConstruction .orderList {
	margin-bottom: 9.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 4.4rem;
}
#orderOfConstruction .orderList li {
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#orderOfConstruction .orderList li span {
	min-width: 20.5rem;
	height: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px dashed #5EB86E;
}
#orderOfConstruction .orderList li.item02 span {
	border-color: #5F68F9;
}
#orderOfConstruction .orderList li.item03 span {
	border-color: #F04B2D;
}
#orderOfConstruction .orderList li::after {
	width: 3.9rem;
	height: 3.1rem;
	position: absolute;
	right: -4.1rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/common/icon_arrow01.png) no-repeat center / 100%;
	content: "";
}
#orderOfConstruction .orderList li.item02::after {
	background-image: url(img/common/icon_arrow02.png);
}
#orderOfConstruction .orderList li:last-child::after {
	display: none;
}
#orderOfConstruction .btnList {
	margin: -4.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 2.7rem;
}
#orderOfConstruction .btnList p {
	margin: 0.5rem 0 0;
	color: #2F4A72;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
#orderOfConstruction .btnList span {
	margin-bottom: 0.6rem;
	text-align: center;
	display: block;
}
#orderOfConstruction .btnList span img {
	width: 14.9rem;
}
@media all and (max-width: 896px) {
	#orderOfConstruction .img {
		margin-bottom: 5rem;
	}
	#orderOfConstruction .img img {
		width: 100%;
	}
	#orderOfConstruction .orderList {
		margin-bottom: 6rem;
		gap: 4.4rem 0;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	#orderOfConstruction .orderList li {
		margin: 0 auto;
		max-width: 28rem;
		width: 100%;
	}
	#orderOfConstruction .orderList li::after {
		top: calc(100% + 0.7rem);
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	#orderOfConstruction .btnList {
		flex-direction: column;
		margin-top: 0;
	}
	#orderOfConstruction .btnList .comBtn02 {
		margin-bottom: 1.5rem;
	}
	#orderOfConstruction .btnList .comBtn02:last-child {
		margin-bottom: 0;
	}
	#orderOfConstruction .btnList .comBtn02 a {
		max-width: 26.4rem;
		width: auto;
	}
	#orderOfConstruction .btnList p {
		font-size: 1.5rem;
	}
	#orderOfConstruction .textImg {
		margin-bottom: 2rem;
	}
	#orderOfConstruction .textImg img {
		width: 100%;
	}
	#orderOfConstruction p {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .headLine01 {
	margin-bottom: 5.1rem;
}
#contact .textList {
	margin: 0 auto;
	width: 84.5rem;
	display: flex;
	justify-content: space-between;
}
#contact .textList li {
	width: calc(50% - 4.2rem);
}
#contact .textList .h3Ttl {
	margin-bottom: 1.8rem;
	padding: 0.6rem 2rem 0.8rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	background-color: #43A9A5;
}
#contact .textList p {
	margin: 0 1rem 1.2rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#contact .textList p .txtSpan {
	display: flex;
}
#contact .textList p .txtSpan .subSpan {
	flex-shrink: 0;
}
#contact .textList p:last-child {
	margin-bottom: 0;
}
.popupBox {
	margin: 0 auto;
	max-width: 90rem;
	position: relative;
}
.popupBox .innerBox {
	margin: 0 auto;
	padding: 2rem 6rem;
	max-height: 50rem;
	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: 0.2rem;
	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 2rem;
}
.contactBox .mailForm .submit input {
	width: 26.8rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 2.5rem;
	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: -1.7rem;
	top: auto;
	bottom: 100%;
	color: #fff;
}
.mfp-container {
	padding: 5rem;
	overflow: hidden;
}
.contactBox .mailForm textarea {
	height: 12.6rem;
	resize: vertical;
}
@media all and (min-width: 897px) {
	.contactBox .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact .textList {
		padding: 0 2rem;
		display: block;
		width: auto;
	}
	#contact .textList li {
		margin-bottom: 2rem;
		width: auto;
	}
	#contact .textList li:last-child {
		margin-bottom: 0;
	}
	#contact .textList .h3Ttl {
		margin-bottom: 1.4rem;
	}
	#contact .textList .txt01 {
		font-size: 1.4rem;
	}
	#contact #main .comBtn02 a {
		width: 24rem;
	}
	.popupBox {
		max-width: inherit;
	}
	.popupBox .innerBox {
		padding: 2rem;
		max-height: inherit;
	}
	.popupBox .wpcf7-spinner {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mfp-container {
		padding: 5rem 1rem;
	}
}
/*------------------------------------------------------------
	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: 100vmax;
	background: #43A9A5 url(img/common/icon_arrow03.png) no-repeat right 1.9rem center / 0.8rem;
}
.comBtn02 a.no {
	pointer-events: none;
}
.comBtn02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn02 {
		margin-bottom: 2rem;
	}
	.btnList li:last-child .comBtn02 {
		margin-bottom: 0;
	}
	.comBtn02 a {
		font-size: 1.6rem !important;
		width: auto;
		max-width: 32rem;
		height: 4rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	letter-spacing: 0.04em;
	padding: 0 1.5rem 0.3rem;
	margin: 0 0 2.4rem;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
	background-color: #43A9A5;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-inline: 0 !important;
		font-size: 1.7rem;
		margin: 0 0 3.4rem;
	}
}
/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#topics .comWhiteBox {
	padding-bottom: 6.7rem;
}
#topics .headLine01 {
	margin-bottom: 4.3rem;
}
#topics #main .outerBox {
	margin: 0 auto 9.6rem;
	max-width: 85rem;
	display: flex;
	gap: 0 6.7rem;
}
#topics #main .outerBox h2 {
	margin-bottom: 2.8rem;
	color: #fff;
	font-weight: 500;
	padding: 0.2rem 2rem;
	background-color: #43A9A5;
}

#topics #main #conts {
	flex: 1;
}
#topics #main #conts p {
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.03em;
}
#topics #main #conts p:last-child {
	margin-bottom: 0;
}
#topics #main #sideBar {
	margin-top: 1.6rem;	
	width: 23rem;
}
#topics #main #sideBar .title {
	margin-bottom: 1.7rem;
	padding: 0.3rem 0 0.4rem 1rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	background-color: #43A9A5;
}
#topics #main #sideBar .textList {
	margin-left: 0.5rem;
}
#topics #main #sideBar .textList:not(:last-child) {
	margin-bottom: 2rem;
}
#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: #F37965;
}
#topics #main #sideBar .textList a {
	text-decoration: underline;
}

@media all and (min-width: 897px) {
	#topics #main #sideBar .textList a:hover,
	#topics #main #conts .newsList li a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#topics #main .outerBox {
		padding-inline: 2rem;
		max-width: inherit;
		display: block;
	}
	#topics #main #sideBar {
		width: auto;
	}
	#topics #main #sideBar .title {
		margin-bottom: 1.2rem;
	}
}
/*------------------------------------------------------------
	processPhotoDetail
------------------------------------------------------------*/
#processPhotoDetail #pagePath {
	padding-bottom: 1.4rem;
}
#processPhotoDetail #main .comWhiteBox {
	padding-bottom: 7.4rem;
}
#processPhotoDetail #main .smlContent {
	padding: 0 5.2rem 0 5.3rem;
}
#processPhotoDetail #main .date {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	font-weight: 500;
}
#processPhotoDetail #main .imgList {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3.7rem 0;
}
#processPhotoDetail #main .imgList:last-of-type {
	margin-bottom: 6.9rem;
}
#processPhotoDetail #main .imgList li {
	width: calc(50% - 2.8rem);
}
#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: 1.5rem 0 0 0.4rem;
	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: 6rem;
		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: 1.8rem;
	}
	#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: 1.8rem;
	color: #212121;
	font-size: 3.3rem;
	font-weight: 500;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2.8rem !important;
		padding: 0.4rem 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) {
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	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) {
}


/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 4.9rem;
	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: 2.8rem;
		font-size: 1.9rem;
	}
}

/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
	margin-bottom: 1.4rem;
	text-align: center;
}
.headLine09 span {
	width: 22.1rem;
	height: 5.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #212121;
	font-size: 2rem;
	letter-spacing: 0.03em;
	border: 1px solid #4B75C1;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}

#main .btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 3.5rem;
}

@media all and (max-width: 896px) {
	#main .btnList {
		padding-top: 0;
		margin-left: 0;
		display: block;
	}
}
/*------------------------------------------------------------
	processPhoto
------------------------------------------------------------*/
#processPhoto .comWhiteBox {
	padding-bottom: 11.9rem;
}
#processPhoto .smlContent {
	padding: 0 5.4rem 0 5.4rem;
}
#processPhoto .headLine01 {
	margin-bottom: 3.3rem;
}
#processPhoto .btnList {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap-reverse;
	gap: 0.9rem 0.8rem;
	flex-direction: row-reverse;
}
#processPhoto .textList:not(:last-child),
#processPhoto .btnList:not(:last-child) {
	margin-bottom: 7rem;
}
#processPhoto .btnList li {
	width: calc((100% / 6) - 0.7rem);
}
#processPhoto .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: #43A9A5 url(img/common/icon_arrow03.png) no-repeat right 1.9rem center / 0.8rem;
}
#processPhoto .btnList a:hover {
	opacity: 0.7;
}
#processPhoto .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 0;
}
#processPhoto .textList li {
	width: 25%;
	list-style: disc;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	#processPhoto .textList li a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#processPhoto .btnList {
		margin: 0 auto -0.9rem;
		justify-content: space-between;
		gap: 0;
	}
	#processPhoto .btnList:not(:last-child) {
		margin-bottom: 2.1rem;
	}
	#processPhoto .btnList li {
		margin-bottom: 0.9rem;
		width: calc(50% - 0.4rem);
	}
	#processPhoto .textList {
		margin: 0 2rem;
		justify-content: space-between;
	}
	#processPhoto .textList li {
		width: calc(50% - 0.4rem);
	}
}
/*------------------------------------------------------------
	shieldProgress
------------------------------------------------------------*/
#shieldProgress #main .smlContent .list li {
	list-style-type: disc;
	font-weight: 500;
	font-size: 1.6rem;
}
#shieldProgress .list {
	margin-left: 1rem;
}
@media all and (min-width: 897px) {
	#shieldProgress #main .smlContent .list li a:hover {
		text-decoration: underline;
	}
	#shieldProgress .comWhiteBox {
		min-height: 52rem;
	}
}
@media all and (max-width: 896px) {
	#shieldProgress #main .smlContent .list li {
		list-style-position: inside;
		margin-left: 1.4em;
		font-size: 1.4rem;
		text-indent: -1.4em;
	}
	#shieldProgress .comWhiteBox {
		min-height: 47.4rem;
	}
	#shieldProgress .list {
		margin-left: 0;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	line-height: 1.4;
	padding: 0 2rem;
	color: #fff;
	margin: 0 auto 2.3rem;
	max-width: 100rem;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.headLine02.style01 {
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 1.8rem;
	}
	.headLine02.style01 {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	color: #212121;
	margin: 0 1.3rem 2rem;
	padding-left: 3rem;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	position: relative;
	font-weight: 500;
}
.headLine03::before {
	width: 2.1rem;  
	height: 2.1rem;
	background-color: #F37965;
	position: absolute;  
	top: 0.8rem;
	left: 0;
	content: ""; 
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 0 2rem;
	}
	.headLine03::before {
		top: 0.6rem;
	}
}
/*------------------------------------------------------------
	comNotice
------------------------------------------------------------*/
.comNotice {
	display: flex;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4375;
}
.comNotice > span {
	padding: 0.8rem 0 0.8rem 6.5rem;
	display: inline-block;
	background: url(img/process_sheet/icon.png) no-repeat left center / 4.3rem;
}
@media all and (max-width: 896px) {
	.comNotice {
		font-size: 1.2rem;
	}
	.comNotice .indentTxt {
		margin-left: 1em;
		display: inline-block;
		text-indent: -1em;
	}
	.comNotice > span {
		min-height: 2.3rem;
		padding-left: 4.6rem;
	}
}
/*------------------------------------------------------------
	businessSummary
------------------------------------------------------------*/
#businessSummary #pagePath {
	padding-bottom: 1.4rem;
}
#businessSummary .headLine04 {
	font-size: 1.6rem;
	margin-inline: 1.9rem 3.2rem;
}
#businessSummary p {
	line-height: 1.75;
}
#businessSummary .imgBox {
	padding: 2rem 3.5rem 4rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2.4rem;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
#businessSummary .imgBox .photoBox {
	width: 39rem;
	order: 2;
	margin-left: 2rem;
}
#businessSummary .imgBox .textBox {
	flex: 1;
	padding-top: 2rem;
}
#businessSummary .imgBox .textBox p {
	line-height: 1.75;
}
#businessSummary .subInner {
	padding: 0 1.7rem 4.7rem;
}
#businessSummary .subInner:last-child {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}
#businessSummary .imgList {
	margin-bottom: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.2rem;
	align-items: flex-end;
}
#businessSummary .imgList li {
	width: calc((100% + 27rem) / 2);
}
#businessSummary .imgList li:last-child {
	width: calc((100% - 38rem) / 2);
	padding-right: 1rem;
}
#businessSummary .imgList .item {
	padding-bottom: 1rem;
}
#businessSummary .imgList p {
	font-size: 0.9rem;
	font-weight: 500;
	min-height: 2.8rem;
	line-height: 1.46;
	margin: 0.5rem 0 0 1.7rem;
}
#businessSummary .imgList li:last-child p {
	margin-left: 0;
	font-size: 1rem;
}
#businessSummary .smlContent {
	padding: 0 4.9rem;
}
#businessSummary .specifications {
	padding-bottom: 3.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#businessSummary .specifications .photoBox {
	width: 41.4rem;
	margin: -3rem 4.7rem 0 2rem;
	order: 2;
}
#businessSummary .specifications .lBox {
	width: 32.2rem;
	margin-left: 1.2rem;
	margin-top: -0.2rem;
}
#businessSummary .specifications table {
	width: 100%;
	border-collapse: collapse;
}
#businessSummary .specifications table th {
	width: 33%;
	padding: 0.5rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #212121;
	line-height: 1.1;
}
#businessSummary .specifications table td {
	padding: 0.1rem 0.5rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
	border: 1px solid #212121;
}
#businessSummary .textList {
	display: flex;
	align-items: flex-start;
}
#businessSummary .businessList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2rem;
	margin-bottom: -0.3rem;
	padding: 0 5rem 0 1rem;
}
#businessSummary .businessList > li {
	width: calc((100% - 2rem) / 2);
}
#businessSummary .textList dt,
#businessSummary .textList dd {
	font-weight: 500;
	letter-spacing: 0.03em;
}
#businessSummary .textList dt {
	margin-right: 1.5rem;
	flex-shrink: 0;
	width: 9.6rem;
	min-height: 3rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid currentColor;
	box-sizing: border-box;
	background-color: #fff;
}
#businessSummary .textList dd {
	flex: 1;
	line-height: 1.8;
}
#businessSummary .textList dd .list li {
	text-indent: -1em;
	padding-left: 1em;
}
/* #businessSummary .textList dd span {
	margin-top: 0.4rem;
	display: inline-block;
	line-height: 1.428;
} */
#businessSummary .subInner02 {
	margin-bottom: 4.8rem;
	border-bottom: 1px solid #E2E2E2;	
}
#businessSummary .textList dd .list li .txtSpan {
	/* display: inline-flex; */
	text-indent: 0;
	padding: 0;
}
#businessSummary .textList dd .list li .subSpan {
	flex-shrink: 0;
}
@media all and (min-width: 897px) {
	#businessSummary .imgList .photo {
		display: flex;
		align-items: center !important;
		min-height: 26.8rem;
	}
}
@media all and (max-width: 896px) {
	#businessSummary .imgBox {
		align-items: flex-start;
		padding: 0 0 3rem;
		flex-direction: column-reverse;
	}
	#businessSummary .imgBox .photoBox {
		margin: 0 0 2rem;
		width: 100%;
	}
	#businessSummary .imgBox .photoBox img {
		width: 100%;
	}
	#businessSummary .imgBox .textBox {
		padding: 0;
	}
	#businessSummary .subInner {
		margin-bottom: 2rem;
		padding: 0 0 3rem;
	}
	#businessSummary .imgList {
		align-items: flex-start;
		flex-direction: column;
		gap: 4rem 0;
	}
	#businessSummary .imgList li {
		padding: 0 !important;
		width: 100% !important;
	}
	#businessSummary .imgList p {
		margin-left: 0;
	}
	#businessSummary .imgList .photo {
		text-align: center;
	}
	#businessSummary .specifications {
		padding-bottom: 0;
		flex-direction: column-reverse;
	}
	#businessSummary .specifications .photoBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#businessSummary .specifications .photoBox img {
		width: 100%;
	}
	#businessSummary .specifications .lBox {
		width: auto;
		margin: 0;
	}
	#businessSummary .businessList {
		padding: 0;
		gap: 2rem 0;
		flex-direction: column;
	}
	#businessSummary .businessList > li {
		width: 100%;
	}
	#businessSummary .textList {
		display: block;
	}
	#businessSummary .textList dt,
	#businessSummary .textList dd {
		width: 100%;
	}
	#businessSummary .textList dt {
		margin: 0 0 1rem;
	}
	#businessSummary .textList dd .list li .txtSpan {
		display: inline-flex;
	}
}
/*------------------------------------------------------------
	constructionAbout
------------------------------------------------------------*/
#constructionAbout .comWhiteBox {
	padding-bottom: 7.5rem;
}
#constructionAbout .smlContent {
	padding: 0 5.1rem;
}
#constructionAbout .headLine01 {
	margin-bottom: 5.3rem;
}
#constructionAbout .imgBox {
	margin-bottom: 3.9rem;
	display: flex;
	gap: 0 3rem;
}
#constructionAbout .imgBox .photoBox {
	width: 46rem;
}
#constructionAbout .imgBox .textBox {
	margin-top: -0.3rem;
	flex: 1;
}
#constructionAbout .imgBox .textBox p {
	font-weight: 500;
	letter-spacing: 0.03em;
}
#constructionAbout .imgBox dl {
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.75;
	justify-content: space-between;
}
#constructionAbout .imgBox dt {
	width: 6.5rem;
}
#constructionAbout .imgBox dd {
	width: calc(100% - 6.5rem);
}
#constructionAbout .imgBox p {
	line-height: 1.75;
	letter-spacing: 0;
}
#constructionAbout .imgBox p a {
	color: #F37965;
	text-decoration: underline;
}
#constructionAbout .btnList {
	padding-top: 4.3rem;
}
#constructionAbout .comBtn02 a {
	letter-spacing: -0.03em;
	width: 30rem;
	font-size: 1.8rem;
}
#constructionAbout .comBtn02 span {
	display: block;
	text-align: center;
}
#constructionAbout .movie .sub {
	position: relative;
}
#constructionAbout .movie .sub .playBtn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#constructionAbout .movie .sub a {
	width: 100%;
	height: 100%;
	display: block;
}
#constructionAbout .movie {
	max-width: 50rem;
	margin: 0 auto;
}
#constructionAbout .movieSub {
	aspect-ratio: 1000 / 566;
	position: relative;
}
#constructionAbout .movieSub video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#constructionAbout .movie p {
	text-align: center;
	margin: 0 0 2rem;
}
#constructionAbout .movie p:has(a[target="_blank"]) {
	margin-bottom: 5rem;
}
#constructionAbout .movie .sub a:hover {
	opacity: 0.7;
}
#constructionAbout .movie p a {
	color: #F37965;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
#constructionAbout .imgBox .textBox a:hover {
	text-decoration: none;
}
#constructionAbout .movie p a:hover {
	text-decoration: none;
}
}
@media all and (max-width: 896px) {
	#constructionAbout .imgBox {
		padding-top: 0;
		display: block;
	}
	#constructionAbout .imgBox .photoBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#constructionAbout .imgBox .photoBox img {
		width: 100%;
	}
	#constructionAbout .movie p a {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	processSheet
------------------------------------------------------------*/
#processSheet .comWhiteBox {
	padding-bottom: 2.5rem;
}
#processSheet .smlContent {
	padding: 0 5rem;
}
#processSheet .comBtn02 {
	margin-bottom: 5.3rem;
}
#processSheet .img {
	margin: 0 2.4rem 1rem 2.5rem;
}
#processSheet .text {
	width: fit-content;
	margin: 0 20px 0 auto;
	text-indent: -1em;
	padding-left: 1em;
}
@media all and (max-width: 896px) {
	#processSheet .comBtn02 {
		margin-bottom: 3rem;
	}
	#processSheet .img {
		margin: 0 0 1rem;
	}
	#processSheet .text {
		width: auto;
		text-align: left;
	}
}
/*------------------------------------------------------------
	pneumaticCaissonConstructionMethod
------------------------------------------------------------*/
#pneumaticCaissonConstructionMethod .comWhiteBox {
	padding-bottom: 7.6rem;
}
#pneumaticCaissonConstructionMethod .smlContent {
	padding: 0 5rem;
}
#pneumaticCaissonConstructionMethod .headLine01 {
	margin-bottom: 3.9rem;
}
#pneumaticCaissonConstructionMethod .imgBox01 {
	margin-bottom: 6rem;
}
#pneumaticCaissonConstructionMethod .imgBox01 .photoBox {
	margin: 0 auto 4.4rem;
	padding-right: 3.4rem;
	width: 53.2rem;
}
#pneumaticCaissonConstructionMethod .imgBox01 p {
	font-weight: 500;
	line-height: 1.75;
}
#pneumaticCaissonConstructionMethod .imgBox01 p + p {
	margin-top: 2.8rem;
}
#pneumaticCaissonConstructionMethod .imgBox02 {
	margin: 0 0 0 -0.8rem;
	display: flex;
}
#pneumaticCaissonConstructionMethod .imgBox02 + .imgBox02 {
	margin-top: 6.7rem;
}
#pneumaticCaissonConstructionMethod .imgBox02 .photoBox {
	margin: 0 2.9rem 0 0;
	width: 49.3rem;
}
#pneumaticCaissonConstructionMethod .imgBox02 .textBox {
	flex: 1;
}
#pneumaticCaissonConstructionMethod .imgBox02 p {
	line-height: 1.75;
	font-weight: 500;
}
#pneumaticCaissonConstructionMethod .imgBox02 p + p {
	margin-top: 1.2rem;
}
#pneumaticCaissonConstructionMethod .imgBox02 .textBox .innerBox {
	margin: 4.9rem 1.0rem 5.2rem 0;
}
#pneumaticCaissonConstructionMethod .imgBox02 .textBox .innerBox .photo {
	margin: 0 0 0.5rem auto;
	width: 36.4rem;
}
#pneumaticCaissonConstructionMethod .imgBox02 .textBox .innerBox p {
	text-align: right;
}
#pneumaticCaissonConstructionMethod .comBtn02 {
	margin-top: 9.5rem;
}

@media all and (min-width: 897px) {
	#pneumaticCaissonConstructionMethod .comBtn02 a {
		width: 30rem;
		font-size: 1.8rem;
	}
}

@media all and (max-width: 896px) {
	#pneumaticCaissonConstructionMethod #pagePath {
		padding-bottom: 3rem;
	}
	#pneumaticCaissonConstructionMethod .headLine02 {
		font-size: 1.5rem;
	}
	#pneumaticCaissonConstructionMethod .imgBox01 {
		margin-bottom: 3rem;
	}
	#pneumaticCaissonConstructionMethod .imgBox01 .photoBox {
		margin-bottom: 3rem;
		padding: 0;
		width: auto;
	}
	#pneumaticCaissonConstructionMethod .imgBox02 {
		margin-left: 0;
		display: block;
	}
	#pneumaticCaissonConstructionMethod .imgBox02 .photoBox {
		margin: 0 0 1.4rem;
		width: auto;
	}
	#pneumaticCaissonConstructionMethod .imgBox02 .textBox .innerBox {
		margin: 3rem 0;
	}
	#pneumaticCaissonConstructionMethod .imgBox02 .textBox .innerBox .photo {
		width: auto;
	}
	#pneumaticCaissonConstructionMethod .comBtn02 {
		margin-top: 6rem;
	}
	#pneumaticCaissonConstructionMethod .imgBox01 .photoBox img,
	#pneumaticCaissonConstructionMethod .imgBox02 .photoBox img,
	#pneumaticCaissonConstructionMethod .imgBox02 .textBox .innerBox .photo img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep
------------------------------------------------------------*/
#main .coming-soon {
	padding-top: 1.6rem;
	min-height: 20rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #F37965;
}
#main .coming-soon:last-child {
	min-height: 15rem;
}
#orderOfConstructionStep .smlContent {
	padding: 0 5rem;
}
#orderOfConstructionStep .achorList {
	margin-bottom: 3.1rem;
	display: flex;
	justify-content: center;
}
#orderOfConstructionStep .achorList li {
	margin-right: 2.9rem;
	position: relative;
}
#orderOfConstructionStep .achorList li:last-child {
	margin-right: 0;
}
#orderOfConstructionStep .achorList li:last-child::before {
	display: none;
}
#orderOfConstructionStep .achorList li::before {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5rem;
	font-weight: 500;
	color: #212121;
	content: "｜";
}
#orderOfConstructionStep .achorList li a {
	margin-right: 4.6rem;
	display: inline-block;
	color: #2F4A72;
	font-size: 1.5rem;
	font-weight: 500;
	text-decoration: underline;
}
#orderOfConstructionStep .achorList li:last-child a {
	margin-right: 0;
}
#orderOfConstructionStep .imgBox .photoBox {
	margin: 0 auto;
}
#orderOfConstructionStep .imgBox .bgBox {
	font-size: 1.4rem;
	margin: 0 3.7rem;
	padding: 1.3rem 2.6rem 1.9rem;
	display: flex;
	border-radius: 0.3rem;
	background-color: rgba(62, 143, 147, 0.1);
}
#orderOfConstructionStep .imgBox .bgBox .ttl {
	padding-right: 1rem;
	min-width: 16.9rem;
	flex-shrink: 0;
	color: #43A9A5;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}
#orderOfConstructionStep .imgBox .bgBox .innerBox {
	padding: 0.2rem 0 0 3rem;
	position: relative;
}
#orderOfConstructionStep .imgBox .bgBox .innerBox::before {
	width: 1px;
	position: absolute;
	left: 0;
	top: 0.5rem;
	bottom: -0.1rem;
	background-color: #43A9A5;
	content: "";
}
#orderOfConstructionStep .imgBox .bgBox .innerBox p {
	font-weight: 500;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep .imgBox .bgBox .innerBox p.strong {
	margin-bottom: 0.2rem;
	font-size: 1.6rem;
}
#orderOfConstructionStep.step01 #main .sec01 {
	margin-bottom: 6.4rem;
}
#orderOfConstructionStep.step01 #main .sec01 > p {
	font-size: 1.4rem;
	margin-bottom: 5rem;
	font-weight: 700;
	text-align: center;
}
#orderOfConstructionStep.step01 #main .sec01 .imgBox .photoBox {
	margin-bottom: 5.1rem;
	width: 83.1rem;
}
#orderOfConstructionStep.step01 #main .sec02 {
	margin-bottom: 5.1rem;
}
#orderOfConstructionStep.step01 #main .sec02 .headLine02 {
	margin-bottom: 2.2rem;
}
#orderOfConstructionStep.step01 #main .sec02 .imgBox .textBox {
	margin-bottom: 2.6rem;
}
#orderOfConstructionStep.step01 #main .sec02 .imgBox p:not(.comNotice) {
	margin-bottom: 2.2rem;
	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: 80.1rem;
}
#orderOfConstructionStep.step01 #main .sec03 {
	margin-bottom: 4.9rem;
}
#orderOfConstructionStep.step01 #main .sec03 .headLine02 {
	margin-bottom: 3.2rem;
}
#orderOfConstructionStep.step01 #main .sec03 .imgBox .photoBox {
	margin-bottom: 5rem;
	width: 80rem;
}

@media all and (min-width: 897px) {
	#orderOfConstructionStep .achorList li a:hover {
		text-decoration: none;
	}
	#orderOfConstructionStep.step01 #main .sec02 .imgBox .comNotice > span {
		padding: 0.8rem 2.7rem 0.8rem 5.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .coming-soon {
		min-height: 10rem;
	}
	#orderOfConstructionStep .achorList {
		display: block;
	}
	#orderOfConstructionStep .achorList li {
		padding-left: 2rem;
	}
	#orderOfConstructionStep .achorList li::before {
		width: 1.5rem;
		height: 1px;
		display: block !important;
		right: auto;
		left: 0;
		top: 1.5rem;
		background-color: rgba(150, 150, 150, 0.5);
		content: "";
	}
	#orderOfConstructionStep .imgBox .photoBox {
		width: auto !important;
	}
	#orderOfConstructionStep .imgBox .bgBox {
		font-size: 1.2rem;
		margin: 0;
		padding: 1rem 1.5rem 1.5rem;
		display: block;
	}
	#orderOfConstructionStep .imgBox .bgBox .ttl {
		margin-bottom: 1.2rem;
		padding: 0;
	}
	#orderOfConstructionStep .imgBox .bgBox .innerBox {
		padding-left: 0;
	}
	#orderOfConstructionStep .imgBox .bgBox .innerBox::before {
		display: none;
	}
	#orderOfConstructionStep .imgBox .bgBox .innerBox p.strong {
		font-size: 1.3rem;
	}
	#orderOfConstructionStep.step01 #main .sec01 .imgBox .photoBox {
		width: auto;
	}
	#orderOfConstructionStep.step01 #main .sec01 {
		margin-bottom: 4rem;
	}
	#orderOfConstructionStep.step01 #main .sec02 .imgBox p:not(.comNotice) {
		font-size: 1.6rem;
	}
	#orderOfConstructionStep.step01 #main .sec02 .imgBox .comNotice {
		font-size: 1.1rem;
	}
	#orderOfConstructionStep.step01 #main .sec01 > p{
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	margin: 0 auto;
	padding: 1.4rem 2.9rem 2rem;
	width: 82.5rem;
	display: flex;
	box-sizing: border-box;
	border-radius: 0.3rem;
	background-color: rgba(62, 143, 147, 0.1);
}
.comBgBox .ttl {
	padding-right: 0.7rem;
	min-width: 23rem;
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}
.comBgBox .innerBox {
	padding: 0.2rem 0 0 3.2rem;
	position: relative;
}
.comBgBox .innerBox::before {
	width: 0.1rem;
	position: absolute;
	left: 0;
	top: 0.5rem;
	bottom: 0.2rem;
	background-color: #43A9A5;
	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: 0.1rem;
	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: 0.2rem;
}
.comBgBox .innerBox ul li {
	margin-left: 1em;
	line-height: 1.867;
	text-indent: -1em;
}
.comBgBox .innerBox ul li span:not(.txt) {
	color: #43A9A5;
}
@media all and (min-width: 897px) {
	.comBgBox .innerBox p.txt02 a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding: 1rem;
		width: auto;
		display: block;
	}
	.comBgBox .ttl {
		margin-bottom: 1.2rem;
		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;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	orderOfConstructionStep 02
------------------------------------------------------------*/
#orderOfConstructionStep.step02 .sec01 {
	margin-bottom: 3.9rem;
}
#orderOfConstructionStep.step02 .sec01 .headLine02 {
	margin-bottom: 3.4rem;
}
#orderOfConstructionStep.step02 .sec01 .imgBox p:not(.comNotice) {
	margin-bottom: 2.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step02 .sec01 .imgBox .comNotice {
	margin-bottom: 4.2rem;
}
#orderOfConstructionStep.step02 .sec01 .imgBox .comNotice .small {
	margin-top: -0.7rem;
	font-size: 1.4rem;
	display: block;
}
#orderOfConstructionStep.step02 .sec01 .imgBox .photoBox {
	width: 68.1rem;
}
#orderOfConstructionStep.step02 .sec02 {
	margin-bottom: 7.4rem;
}
#orderOfConstructionStep.step02 .sec02 .headLine04 {
	margin-bottom: 2rem;
}
#orderOfConstructionStep.step02 .sec02 .photoBox {
	margin: 0 auto;
	width: 81.9rem;
}
#orderOfConstructionStep.step02 .sec03 {
	margin-bottom: 5.2rem;
}
#orderOfConstructionStep.step02 .sec03 .headLine02 {
	margin-bottom: 3.2rem;
}
#orderOfConstructionStep.step02 .sec03 .imgBox .photoBox {
	margin-bottom: 5.1rem;
	width: 80rem;
}
@media all and (min-width: 897px) {
	#orderOfConstructionStep.step02 #main .sec01 .imgBox .comNotice > span {
		padding: 0.8rem 1.2rem 0.8rem 5.5rem;
	}
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step02 .sec01 .imgBox .comNotice .small {
		margin-top: 0;
		font-size: 0.9rem;
	}
	#orderOfConstructionStep.step02 .sec02 .photoBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	orderOfConstructionStep 03
------------------------------------------------------------*/
#orderOfConstructionStep.step03 .comWhiteBox {
	padding-bottom: 8.7rem;
}
#orderOfConstructionStep.step03 .sec01 {
	margin-bottom: 7.2rem;
}
#orderOfConstructionStep.step03 .sec01 .headLine02 {
	margin-bottom: 3.4rem;
}
#orderOfConstructionStep.step03 .sec01 .imgBox .headLine09 {
	margin-bottom: 3.7rem;
}
#orderOfConstructionStep.step03 .sec01 .imgBox .photoBox {
	margin-bottom: 2.8rem;
	width: 79.2rem;
}
#orderOfConstructionStep.step03 .bgBox {
	padding: 1.5rem 0 1.5rem 2.9rem;
}
#orderOfConstructionStep.step03 .bgBox dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
#orderOfConstructionStep.step03 .bgBox dl dt,
#orderOfConstructionStep.step03 .bgBox dl dd {
	font-weight: 500;
}
#orderOfConstructionStep.step03 .bgBox dl dt {
	margin-left: 1em;
	margin-right: 1rem;
	width: 11.9rem;
	text-indent: -1em;
}
#orderOfConstructionStep.step03 .bgBox dl dd {
	width: calc(100% - 14.3rem);
}
#orderOfConstructionStep.step03 .bgBox dl dt span {
	color: #43A9A5;
}
#orderOfConstructionStep.step03 .bgBox dl span.color01 {
	color: #F04B2D;
}
#orderOfConstructionStep.step03 .bgBox dl dd ul li {
	font-size: 1.3rem;
	line-height: 1.384;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step03 .bgBox dl.style01 dt {
	width: 13.4rem;
}
#orderOfConstructionStep.step03 .bgBox dl.style01 dd {
	width: calc(100% - 15.8rem);
}
#orderOfConstructionStep.step03 .bgBox dl.style02 dt {
	width: 20.1rem;
}
#orderOfConstructionStep.step03 .bgBox dl.style02 dd {
	width: calc(100% - 22.5rem);
}
#orderOfConstructionStep.step03 .sec01 hr {
	margin: 4.3rem auto 2.6rem;
	width: 82.6rem;
	border: none;
	border-top: 1px solid rgba(150, 150, 150, 0.3);
}
#orderOfConstructionStep.step03 .comNotice {
	margin: 0 auto 2.1rem;
	width: 76.8rem;
	display: block;
	text-align: left;
}
#orderOfConstructionStep.step03 .comNotice .small {
	margin-top: 0;
	display: block;
	font-size: 1.4rem;
}
#orderOfConstructionStep.step03 .sec01 .imgBox02 .photoBox {
	margin-bottom: 3rem;
	width: 78.4rem;
}
#orderOfConstructionStep.step03 .sec01 .imgBox03 .photoBox {
	margin-bottom: 3rem;
	width: 77.3rem;
}
#orderOfConstructionStep.step03 .sec02 {
	margin-bottom: 4.4rem;
}
#orderOfConstructionStep.step03 .sec02 .headLine02 {
	margin-bottom: 3.2rem;
}
#orderOfConstructionStep.step03 .sec02 .imgBox .photoBox {
	margin-bottom: 5.1rem;
	width: 80rem;
}
#orderOfConstructionStep.step03 .sec02 .imgBox ul.style01 {
	margin-top: 0.6rem;
}
#orderOfConstructionStep.step03 .sec02 .imgBox ul.style01 li {
	color: #F04B2D;
	font-size: 1.5rem;
	line-height: 1.467;
	letter-spacing: 0.03em;
}
#orderOfConstructionStep.step03 .sec02 .imgBox ul.style01 a {
	color: #2F4A72;
	text-decoration: underline;
}
#orderOfConstructionStep.step03 .sec02 .imgBox .comBgBox {
	padding-bottom: 3rem;
}
#orderOfConstructionStep.step03 .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 .sec02 .imgBox ul.style01 a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#orderOfConstructionStep.step03 .bgBox dl {
		font-size: 1.2rem;
		display: block;
	}
	#orderOfConstructionStep.step03 .bgBox dl dt,
	#orderOfConstructionStep.step03 .bgBox dl dd {
		width: auto;
	}
	#orderOfConstructionStep.step03 .bgBox dl dt {
		margin-right: 0;
	}
	#orderOfConstructionStep.step03 .bgBox dl dd:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	#orderOfConstructionStep.step03 .bgBox dl.style01 dt,
	#orderOfConstructionStep.step03 .bgBox dl.style01 dd,
	#orderOfConstructionStep.step03 .bgBox dl.style02 dt,
	#orderOfConstructionStep.step03 .bgBox dl.style02 dd {
		width: auto;
	}
	#orderOfConstructionStep.step03 .bgBox {
		padding: 1rem;
	}
	#orderOfConstructionStep.step03 .comNotice .small {
		margin-top: 0;
		font-size: 1rem;
	}
	#orderOfConstructionStep.step03 .comNotice > span {
		padding-left: 5rem;
	}
	#orderOfConstructionStep.step03 .bgBox dl dd ul li {
		font-size: 1.1rem;
	}
	#orderOfConstructionStep.step03 .sec01 hr {
		width: auto;
	}
	#orderOfConstructionStep.step03 .sec02 .imgBox ul.style01 li {
		font-size: 1.2rem;
	}
	#orderOfConstructionStep.step03 .sec02 .imgBox .comBgBox {
		padding-bottom: 1.5rem;
	}
}
/*------------------------------------------------------------
	unloadingRoute
------------------------------------------------------------*/
#unloadingRoute .comWhiteBox {
	padding-bottom: 4.8rem;
}
#unloadingRoute .headLine01 {
	margin-bottom: 4.6rem;
}
#unloadingRoute .bigPhoto {
	text-align: center;
	margin-bottom: 7rem;
}
#unloadingRoute .bigPhoto:last-child {
	margin-bottom: 0;
}
#unloadingRoute .smlContent p {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.556;
	letter-spacing: 0.03em;
}
#unloadingRoute .img {
	margin: 0 auto 4.2rem;
	width: 76.2rem;
}
#unloadingRoute .smlContent .text {
	text-align: left;
	margin: -3rem 2rem 4rem;
}
#unloadingRoute .smlContent .text small {
	display: block;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	#unloadingRoute .img {
		width: auto;
	}
	#unloadingRoute .img img {
		width: 100%;
	}
	#unloadingRoute .smlContent p {
		font-size: 1.5rem;
	}
	#unloadingRoute .smlContent .text {
		margin: 0 0 4rem;
	}
	#unloadingRoute .bigPhoto {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	topics top
------------------------------------------------------------*/
#topics.top .comWhiteBox {
	padding-bottom: 11.9rem;
}
#topics.top .outerBox {
	margin-bottom: 0;
}
#topics.top .headLine01 {
	margin-bottom: 4.9rem;
}
#topics.top #conts .newsList {
	padding-left: 1rem;
	margin-bottom: 5rem;
}
#topics.top #conts .newsList:last-child {
	margin-bottom: 0;
}
#topics.top #conts .newsList li {
	margin-bottom: 0.7rem;
	font-weight: 500;
}
#topics.top #conts .newsList li a {
	display: inline-block;
	color: #212121;
	text-decoration: underline;
	position: relative;
	padding-left: 3rem;
}
#topics.top #conts .newsList li a::before {
	width: 1.6rem;  
	height: 1.6rem;
	background-color: #F37965;
	position: absolute;  
	top: 0.9rem;
	left: 0;
	content: ""; 
}
#topics.top #sideBar {
	margin-top: 1rem;
}
@media all and (max-width: 896px) {
	#topics.top #conts .newsList li {
		padding: 0 0 1rem;
	}
	#topics.top #conts .newsList li a::before {
		width: 1.3rem;
		height: 1.3rem;
		top: 0.7rem;
	}
	#topics.top #conts .newsList li a {
		padding-left: 2rem;
	}
	#topics.top .comWhiteBox {
		min-height: 47.4rem;
	}
}

/*------------------------------------------------------------
	groundSubsidence
------------------------------------------------------------*/

#groundSubsidence .headLine01.style01 {
	margin-bottom: 4.4rem;
	line-height: 1.25;
}
#groundSubsidence .headLine01.style01::before {
	bottom: -0.4rem;
}
#groundSubsidence .textList {
	min-height: 34.3rem;
}
#groundSubsidence .textList li {
	padding-left: 1.7rem;
	margin-bottom: 1rem;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
#groundSubsidence .textList li:last-child {
	margin-bottom: 0;
}
#groundSubsidence .textList a {
	color: #2F4A72;
	text-decoration: underline;
}
#groundSubsidence .textList li::before {
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0.8rem;
	background-color: #F37965;
	content: "";
}
@media all and (min-width: 897px) {
	#groundSubsidence .textList a:hover {
		text-decoration: none;
	}
}


/*------------------------------------------------------------
slurry_shield_tunneling_method
------------------------------------------------------------*/
#slurry_shield_tunneling_method .headLine04 {
	margin-bottom: 2.5rem;
}
#slurry_shield_tunneling_method .imgBox {
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#slurry_shield_tunneling_method .imgBox + .imgBox {
	margin-top: -1.5rem;
}
#slurry_shield_tunneling_method .imgBox:last-child {
	margin-bottom: 0;
}
#slurry_shield_tunneling_method .imgBox .photoBox {
	width: 46rem;
	margin-right: 4.8rem;
}
#slurry_shield_tunneling_method .imgBox .textBox {
	flex: 1;
	margin-top: -0.5rem;
}
#slurry_shield_tunneling_method .imgBox p {
	line-height: 1.75;
	margin-bottom: 2.8rem;
}
#slurry_shield_tunneling_method .imgBox p:last-child {
	margin-bottom: 0;
}
#main .comTabUl {
	margin-bottom: 4rem;
	display: flex;
	gap: 0 4.5rem;
	border-bottom: 5px solid #43A9A5;
}
#main .comTabUl li {
	width: calc((100% - 4.5rem) / 2);
}
#main .comTabUl .on a {
	color: #fff;
	background-color: #43A9A5;
}
#main .comTabUl a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3.9rem;
	background-color: #D9EEED;
	border-radius: 0.7rem 0.7rem 0 0;
	text-align: center;
	padding: 0.5rem;
	font-size: 1.9rem;
	font-weight: 500;
	color: #43A9A5;
}

@media all and (min-width: 897px) {
	#slurry_shield_tunneling_method .comBtn02 {
		margin-top: 12.5rem;
	}
	#slurry_shield_tunneling_method .comBtn02 a {
		width: 30rem;
		font-size: 1.8rem;
	}
	#main .comTabUl a:hover {
		color: #fff;
		background-color: #43A9A5;
	}
}

@media all and (max-width: 896px) {
	#slurry_shield_tunneling_method .imgBox {
		display: block;
	}
	#slurry_shield_tunneling_method .imgBox .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#slurry_shield_tunneling_method .imgBox .photoBox img {
		width: 100%;
	}
	#slurry_shield_tunneling_method .comBtn02 {
		margin: 10rem auto 0;
	}
	#main .comTabUl {
		gap: 0 2rem;
	}
	#main .comTabUl a {
		min-height: 3.4rem;
		font-size: 1.5rem;
	}
	#main .comTabUl li {
		width: calc((100% - 2rem) / 2);
	}
	#constructionAbout .movie {
		padding-top: 0;
		max-width: inherit;
	}
}
