
#FV .fv-img {
	position: relative;
	background-image: url(../image/service/service-top.png);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: auto;
	/* aspect-ratio: 480/111; */
	overflow: hidden;
	aspect-ratio: 1600/370;
}

#FV .fv-img .bread-crumbs {
    position: absolute;
    /* top: 1vw; */
    top: 0.156vw;
    left: 10.57%;
    font-size: 0.81rem;
    display: flex;
    gap: 10px;
    margin-block: 1rem;
}

#FV .fv-img .bread-crumbs a {
	text-decoration: underline;
	text-underline-offset: 0.313vw;
	padding-bottom: 0.104vw;
	transition: all 0.3s;
}

#FV .fv-img .bread-crumbs a:hover {
	opacity: 0.5;
}

#FV .sp {
	display: none;
}

#FV .fv-img h1 {
    position: absolute;
    top: 42%;
    left: 10.57%;
    word-break: keep-all;
    font-size: clamp(24px, 2.5vw, 48px)
}

#FV .fv-img h1::first-letter {
	color: #b1000e;
}

#FV nav {
	box-shadow: 0 0.156vw 0 #f5f5f5;
}

#FV nav .nav-ul-pc {
	display: block;
}

#FV nav .nav-ul-sp {
	display: none;
}

#FV nav .nav-ul-pc {
	width: 78.2%;
	height: 60px;
	margin: 0 auto;
	display: flex;
}

#FV nav .nav-ul-pc .nav-li {
	width: 33.3%;
	border-left: 0.052vw solid #f5f5f5;
}

#FV nav .nav-ul-pc .nav-li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


#FV nav .nav-ul-pc .nav-li a img {
	position: absolute;
	left: 0.052vw;
	margin-left: 1.042vw;
	width: 6%;
	aspect-ratio: 1/1;
}

#FV nav .nav-ul-pc .nav-li a p {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

#FV nav .nav-ul-pc .nav-li a p span {
	font-size: 10px;
	margin-top:10px;
}

#FV nav .nav-ul-pc .nav-li a:hover {
	color: #fff;
	background-color: #b1000e;
}

#FV nav .nav-ul-pc .nav-li:last-child {
	border-right: 0.052vw solid #f5f5f5;
}

#FV .fv-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 60px 0;
	text-align: center;
}

#FV .fv-description p {
	/* font-size: 1.094vw; */
	font-size: clamp(14px, 1.37vw, 33px);
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
}

#FV .fv-description img {
	margin: 1.771vw 0;
	width: 35%;
	height: auto;
	aspect-ratio: 1672/1636;
}

@media screen and (max-width: 768px) {

	#FV .fv-img {
		position: relative;
		background-image: url(../image/service/service-top.png);
		/* width: 119%; */
		width: 100%;
		overflow: hidden;
		/* 枠からはみ出した部分を隠す */
		object-fit: cover;
		object-position: 50% 50%;
		/* 画像の中心を基準に表示 */
		background-repeat: no-repeat;
		/* 画像の繰り返しをしない */
		height: auto;
		aspect-ratio: 480/111;
	}
	#FV .fv-img .bread-crumbs {
		position: absolute;
		top: -5px;
		left: 4.57%;
		font-size: 2.5vw;
	}
	#FV .fv-img .bread-crumbs a {
		text-decoration: underline;
		text-underline-offset: 6px;
		padding-bottom: 2px;
		transition: all 0.3s;
	}
	#FV .fv-img .bread-crumbs a:hover {
		opacity: 0.5;
	}
	#FV .sp {
		display: block;
	}
	#FV .fv-img h1 {
		position: absolute;
		top: 30%;
		left: 3.9%;
		word-break: keep-all;
		font-size: 5.5vw;
		line-height:28px;
	}
	#FV .fv-img h1::first-letter {
		color: #b1000e;
	}

	#FV nav {
		box-shadow: 0 3px 0 #f5f5f5;
	}

	#FV nav .nav-ul-pc {
		display: none;
	}

	#FV nav .nav-ul-sp {
		display: block;
	}
	#FV nav .nav-ul-sp {
		/* width: 78.2%; */
		width: 100%;
		/* height: 72px; */
		/* height: 15.5vw; */
		margin: 0 auto;
		display: flex;
	}
	#FV nav .nav-ul-sp .nav-li {
		width: 33.3%;
		border-left: 1px solid #f5f5f5;
	}
	#FV nav .nav-ul-sp .nav-li a {
		/* position: relative; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#FV nav .nav-ul-sp .nav-li a img {
		/* position: absolute; */
		left: 44%;
		/* bottom: -3.4vw; */
		bottom: -1.6vw;
		/* margin-left: 20px; */
		width: 3.5vw;
		aspect-ratio: 1 / 1;
		margin-bottom: 1vw;
	}
	#FV nav .nav-ul-sp .nav-li a p {
		/* font-size: 16px; */
		/* font-size: 2.5vw; */
		font-size: clamp(10px, 2.7vw, 24px);
		font-weight: bold;
		letter-spacing: -1;
		line-height: 1.4;
		text-align: center;
		padding-block: 15px 10px;
	}
	#FV nav .nav-ul-sp .nav-li a p span {
		/* font-size: 2.6vw;
		line-height: 2.3rem; */
		font-size: 2.6vw;
		line-height: 1;
	}
	#FV nav .nav-ul-sp .nav-li:hover {
		background-color: #b1000e;
		a {
			color: #fff;
		}
	}
	#FV nav .nav-ul-sp .nav-li:last-child {
		border-right: 1px solid #f5f5f5;
	}
	#FV .fv-description {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 32px 0;
		text-align: center;
		padding: 0 3.8%;
	}
	#FV .fv-description p {
		font-size: 16px;
		/* width: 80%; */
		width: 100%;
		margin: 0 auto;
		line-height: 32px;
		text-align: justify;
	}
	#FV .fv-description img {
		/* margin: 34px 0;
		width: 35%; */
		/* margin: 16px 0; */
		margin: 1vw 0 4vw 0;
		width: 61%;
		height: auto;
		aspect-ratio: 1672/1636;
	}
}

/* エンジニアリング */
#engineering {
	padding: 0.313vw 0;
}

#engineering .engineering__wrapper {
	width: 79%;
	margin: 0 auto;
}

#engineering .engineering__wrapper h2 {
	display: flex;
	align-items: center;
	padding: 0 1.771vw;
	height: 5.896vw;
	color: #fff;
	background-color: #006a95;
	font-size:24px;
}

#engineering .engineering__wrapper p {
	font-size: clamp(14px, 1.12vw, 27px);
	margin: 1.823vw 0 0 0.156vw;
	line-height: 30px;
}

#engineering .engineering__wrapper .engineering__contents {
	margin: 2.031vw 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* 各 li の高さを同じに揃える */
}

#engineering .engineering__wrapper .engineering__contents li {
	border: 0.052vw solid #e5e5e5;
	width: 49%;
	display:inline-table;
	margin-bottom:20px ;
}

#engineering .engineering__wrapper .engineering__contents .engineering__content-ul li {
	margin-bottom:0px ;
}

#engineering .engineering__wrapper .engineering__contents li h3 {
	display: flex;
	align-items: center;
	color: #005c97;
	background-color: #f0f0f0;
	height: 3.3vw;
	padding: 0 1.51vw;
	font-size: 1.302vw;
}

#engineering .engineering__wrapper .engineering__contents li p {
	display: block;
	padding: 0 1.51vw;
	font-size: 13px;
	/* font-size: clamp(10px, 1vw, 24px); */
	/* ↑文字落ちのためvw維持 */
	margin: 0.99vw 0 0;
	line-height: 20px;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content {
	display: flex;
	justify-content: space-between;
	/* padding: 0 40px; */
	padding:24px;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-ul
	li {
	display: flex;
	border: 0vw solid #e5e5e5;
	align-items: center;
	width: 100%;
	height: fit-content;
	margin-top: 3px;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-ul
	li
	img {
	width: 0.5vw;
	height: 0.5vw;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-ul
	li
	p {
	margin: 0 0 0 0.469vw;
	padding: 0;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-img {
	/* margin: 6px 0; */
	width: 35%;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-img
	.img-list {
	display: flex;
	width: 100%;
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-img
	.img-list
	img {
	width: 100%;
	/* aspect-ratio: 162/122; */
}

#engineering
	.engineering__wrapper
	.engineering__contents
	li
	.engineering__content
	.engineering__content-img
	p {
	text-align: center;
	padding: 0;
	margin: -0.208vw 0 0 0;
	font-size: 0.573vw;
}

#engineering .engineering__wrapper .engineering__contents li:nth-child(3),
#engineering .engineering__wrapper .engineering__contents li:nth-child(4),
#engineering .engineering__wrapper .engineering__contents li:nth-child(5) {
	height: 16.146vw;
}


#engineering
	.engineering__wrapper
	.engineering__contents
	li:nth-child(5)
	.engineering__content
	.engineering__content-img {
	width: 64%;
}

#engineering .engineering__wrapper .engineering__contents li p {
	margin: 1.406vw 0 0;
}

/* #engineering
	.engineering__wrapper
	.engineering__contents
	li:nth-child(5)
	.engineering__content
	.engineering__content-img
	.img-list {
	margin: 6px 0 0 -153px;
} */

#engineering .engineering__wrapper .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5%;
	width: 80%;
	margin: 30px auto 0 auto;
}

#engineering .engineering__wrapper .links a {
	position: relative;
	width: 35%;
	background-color: #b1000e;
	color: #fff;
	font-size: 0.964vw;
	aspect-ratio: 1035/180;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 2%;
	transition: all 0.3s;
}

#engineering .engineering__wrapper .links a span {
	position: absolute;
	display: flex;
	font-size: 13px;
}

#engineering .engineering__wrapper .links a img {
	margin: 0 7% 0 auto;
	width: 6px;
	transition: all 0.3s;
}

#engineering .engineering__wrapper .links a:last-child {
	letter-spacing: -0.073vw;
}

#engineering .engineering__wrapper .links a:hover {
	background-color: #7e000a;
}

#engineering .engineering__wrapper .links a:hover img {
	margin: 0 6% 0 auto;
}

@media screen and (max-width: 768px) {
	#engineering {
		padding: 6px 0;
	}

	#engineering .engineering__wrapper {
		/* width: 79%; */
		width: 91%;
		margin: 0 auto;
	}

	#engineering .engineering__wrapper h2 {
		/* display: flex;
		align-items: center;
		padding: 0 34px;
		height: 94px;
		color: #fff;
		background-color: #006a95;
		font-size: 30px; */
		display: flex;
		align-items: center;
		/* padding: 0 10vw; */
		height: 16vw;
		color: #fff;
		background-color: #006a95;
		font-size: 4.17vw;
		justify-content: center;
	}

	#engineering .engineering__wrapper p {
		font-size: 1rem;
		margin: 4.8vw 0 0 0;
		line-height: 1.6;
		padding:10px;
	}

	#engineering .engineering__wrapper .engineering__contents {
		margin: 7vw 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#engineering .engineering__wrapper .engineering__contents li {
		border: 1px solid #e5e5e5;
		width: 100%;
		margin: 0 0 20px;
		height: 56vw;
	}

	#engineering .engineering__wrapper .engineering__contents li h3 {
		display: flex;
		align-items: center;
		color: #005c97;
		background-color: #f0f0f0;
		height: 2rem;
		padding: 0.5vw 4vw;
		font-size: 4vw;
	}

	#engineering .engineering__wrapper .engineering__contents li p {
		display: block;
		padding: 0 16px;
		font-size: 0.8rem;
		margin: 20px 0 0;
		line-height: 1.5em;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content {
		display: flex;
		justify-content: space-between;
		/* padding: 0 40px; */
		padding: 0 4vw;
		margin: 15px 0;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-ul
		li {
		/* display: flex;
		border: 0px solid #e5e5e5;
		align-items: center;
		width: 100%;
		height: fit-content;
		margin: 1vw 0; */
		display: flex;
		border: 0px solid #e5e5e5;
		align-items: center;
		width: 100%;
		height: fit-content;
		/* margin: 0; */
		margin: 0.6vw 0;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-ul
		li
		img {
		width: 1.2vw;
		height: 1.2vw;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-img {
		/* margin: 6px 0;
		width: 30%;    */
		margin: 1vw -2vw 0px 0vw;
		/* width: 30.5%; */
		width: 40%;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-img
		.img-list {
		display: flex;
		/* width: 78%; */
		width: 100%;
		margin: 0 auto;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-img
		p {
		text-align: center;
		padding: 0;
		margin: 1vw 0 0 0;
		font-size: 2.3vw;
	}

	#engineering .engineering__wrapper .engineering__contents li:nth-child(2) {
		height: 50vw;
	}

	#engineering .engineering__wrapper .engineering__contents li:nth-child(3) {
		height: 52vw;
	}
	#engineering .engineering__wrapper .engineering__contents li:nth-child(4) {
		height: 51vw;
	}
	#engineering .engineering__wrapper .engineering__contents li:nth-child(5) {
		height: 52vw;
	}

	/* #engineering
		.engineering__wrapper
		.engineering__contents
		li:nth-child(5)
		.engineering__content
		.engineering__content-img
		.img-list {
		margin: 6px 0 0 -153px;
	} */

	#engineering
		.engineering__wrapper
		.engineering__contents
		li:nth-child(5)
		.engineering__content {
		position: relative;
	}

	/* #engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-img
		.img-list
		.service-item05 {
		position: absolute;
		width: 28%;
		left: 33vw;
	} */

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-img
		.img-list
		.service-item06 {
		position: absolute;

		left: 59vw;
		width: 28%;
	}

	#engineering
		.engineering__wrapper
		.engineering__contents
		li
		.engineering__content
		.engineering__content-img
		.li5-p {
		position: absolute;
		top: 21vw;
		left: 59vw;
		font-size: 2.5vw;
	}

	#engineering .engineering__wrapper .links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 2vw auto 0vw auto;
	}

	#engineering .engineering__wrapper .links a {
		aspect-ratio: 500/80;
		width: 100%;
		margin-bottom: 2vw;
	}

	#engineering .engineering__wrapper .links a span {
		position: absolute;
		display: flex;
		font-size: 3.5vw;
	}
}

#maintenance {
	margin: 5.365vw 0;
}

#maintenance .maintenance__wrapper {
	width: 79%;
	margin: 0 auto;
}

#maintenance .maintenance__wrapper h2 {
	display: flex;
	align-items: center;
	padding: 0 1.771vw;
	height: 4.896vw;
	color: #fff;
	background-color: #006a95;
	font-size: 1.563vw;
}

#maintenance .maintenance__wrapper p {
	/* font-size: 0.938vw; */
	font-size: clamp(14px, 1.12vw, 27px);
	margin: 1.823vw 0 0 0.156vw;
	line-height: 30px;
}

#maintenance .maintenance__wrapper .maintenance__contents {
	margin: 2.031vw 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* 各 li の高さを同じに揃える */

}

#maintenance .maintenance__wrapper .maintenance__contents li {
	border: 0.052vw solid #e5e5e5;
	width: 49%;
	margin: 0 0 1.406vw;
	display:table;
}

#maintenance .maintenance__wrapper .maintenance__contents li h3 {
	display: flex;
	align-items: center;
	color: #007793;
	background-color: #f0f0f0;
	height: 3.594vw;
	padding: 0 1.51vw;
	font-size: 1.302vw;
}

#maintenance
	.maintenance__wrapper
	.maintenance__contents
	li
	.maintenance__content {
	padding: 0 1.823vw;
	margin: 0.885vw 0;
}

#maintenance
	.maintenance__wrapper
	.maintenance__contents
	li
	.maintenance__content
	.maintenance__content-ul
	li {
	display: flex;
	border: 0vw solid #e5e5e5;
	align-items: center;
	width: 100%;
	height: fit-content;
	margin: 0;
}

#maintenance
	.maintenance__wrapper
	.maintenance__contents
	li
	.maintenance__content
	.maintenance__content-ul
	li
	img {
	width: 0.5vw;
	height: 0.5vw;
}

#maintenance
	.maintenance__wrapper
	.maintenance__contents
	li
	.maintenance__content
	.maintenance__content-ul
	li
	p {
	margin: 0 0 0 0.469vw;
	padding: 0;
	font-size: 13px;
	line-height: 1.79;
}

#maintenance
	.maintenance__wrapper
	.maintenance__contents
	li
	.maintenance__content
	.maintenance__content-img {
	margin: 0.938vw 0 0 0;
	/* width: 30%; */
	width: 57%;
	display: flex;
}

#maintenance
	.maintenance__wrapper
	.maintenance__contents
	li
	.maintenance__content
	.maintenance__content-img
	img {
	margin-right: 0.677vw;
	width: 100%;
	/* aspect-ratio: 162/122; */
}

#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3),
#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(4),
#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(5) {
	height: 1.146vw;
}

#maintenance .maintenance__wrapper .links {
	display: flex;
	justify-content: space-between;
	width: 56%;
	margin: 2.188vw auto 0 auto;
}

#maintenance .maintenance__wrapper .links a {
	position: relative;
	width: 48.5%;
	background-color: #b1000e;
	color: #fff;
	font-size: 0.964vw;
	aspect-ratio: 1035/180;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 2%;
	transition: all 0.3s;
}

#maintenance .maintenance__wrapper .links a span {
	position: absolute;
	display: flex;
	font-size: 13px;
}

#maintenance .maintenance__wrapper .links a img {
	margin: 0 7% 0 auto;
	width: 6px;
	transition: all 0.3s;
}

#maintenance .maintenance__wrapper .links a:last-child {
	letter-spacing: -0.073vw;
}

#maintenance .maintenance__wrapper .links a:hover {
	background-color: #7e000a;
}

#maintenance .maintenance__wrapper .links a:hover img {
	margin: 0 6% 0 auto;
}

@media screen and (max-width: 768px) {
	#maintenance {
		margin: 20vw 0;
	}
	#maintenance .maintenance__wrapper {
		width: 91%;
		margin: 0 auto;
	}

	#maintenance .maintenance__wrapper h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		height: 16vw;
		color: #fff;
		background-color: #006a95;
		font-size: 4vw;
		letter-spacing: -0.3vw;
	}

	#maintenance .maintenance__wrapper p {
		font-size: 1rem;
		margin: 4vw 0 5vw 0;
		line-height: 1.6;
		padding:10px;
	}

	#maintenance__content-ul li img{
		width:1.2vw;
		height:1.2vw;
	}
	.maintenance__content-ul li {
		display: flex;
		align-items: flex-start; /* 各要素を上端に揃える */
		gap: 8px; /* 画像とテキスト間の余白（任意で調整） */
	  }
	  
	  .maintenance__content-ul li img {
		flex-shrink: 0; /* 画像が縮まらないように */
		margin: 0; /* 余分な余白をなくす */
	  }

	#maintenance .maintenance__wrapper .maintenance__contents {
		margin: 3.2vw 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#maintenance .maintenance__wrapper .maintenance__contents li {
		border: 1px solid #e5e5e5;
		width: 100%;
		/* height: 51vw; */
		height: 51vw;
		margin: 0 0 27px;
		/* display: inline-block; */
		/* height: 51vw; */
	}


	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3) {
		height: 61vw;
		margin: 0 0 27px;

		/* display: inline-block; */
	}

	#maintenance .maintenance__wrapper .maintenance__contents li h3 {
		display: flex;
		align-items: center;
		color: #007793;
		background-color: #f0f0f0;
		height: 9vw;
		padding: 0 3.5vw;
		font-size: 4vw;
	}

	#maintenance
		.maintenance__wrapper
		.maintenance__contents
		li
		.maintenance__content
		.maintenance__content-ul
		li
		p {
		margin: 0 0 0 0.469vw;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.79;
	}

	#maintenance .maintenance__wrapper .maintenance__contents li .maintenance__content .maintenance__content-ul li img {
		width: 1.2vw;
		height: 1.2vw;
	}

	#maintenance
		.maintenance__wrapper
		.maintenance__contents
		li
		.maintenance__content {
		padding: 0 4vw;
		margin: 17px 0;
		/* text-align: center; */
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
	}

	#maintenance
		.maintenance__wrapper
		.maintenance__contents
		li
		.maintenance__content
		.maintenance__content-ul {
		align-self: start;
	}

	#maintenance .maintenance__wrapper .links {
		flex-direction: column;
		width: 62%;
	}

	#maintenance .maintenance__wrapper .links a {
		position: relative;
		width: 100%;
		background-color: #b1000e;
		color: #fff;
		font-size: 18.5px;
		aspect-ratio: 500/80;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 4%;
		transition: all 0.3s;
	}

	#maintenance .maintenance__wrapper .links a span {
		font-size: 3.5vw;
	}
}

@media screen and (max-width: 768px) {
	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(1) {
		height: 61vw;
		margin: 0 0 27px;
	}

	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(2) {
		height: 61vw;
		margin: 0 0 27px;
	}

	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3) {
		height: 61vw;
		margin: 0 0 40px;
	}

	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3) {
		height: 61vw;
	}
}

#suggestion {
	margin: 7.083vw 0 -0.26vw 0;
}

#suggestion .suggestion__wrapper {
	width: 79%;
	margin: 0 auto;
    margin: 0 auto;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 0;  
}

#suggestion .suggestion__wrapper h2 {
	display: flex;
	align-items: center;
	padding: 0;
	color: #fff;
	background-color: #007793;
	font-size: 1.615vw;
	padding: 0 1.771vw;
	height: 4.896vw;
}

#suggestion .suggestion__wrapper p {
	font-size: clamp(14px, 1.12vw, 27px);
	/* margin: 1.823vw 0 0 0.156vw; */
	line-height: 30px;
}

#suggestion .suggestion__wrapper .ex {
	font-weight:bold;
	letter-spacing: 1px;
}

#suggestion .suggestion__wrapper .suggestion__contents__wrapper {
	margin: 1.823vw 0 1.563vw;
	border:0.052vw solid #e5e5e5

}

#suggestion .suggestion__wrapper .suggestion__contents__wrapper h3 {
	display: flex;
	align-items: center;
	color: #008997;
	background-color: #f0f0f0;
	height: 3.594vw;
	padding: 0 1.51vw;
	font-size: 1.302vw;
}

*, *:before, *:after {
	box-sizing: border-box;
  }

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper
	.suggestion__contents {
			display: grid;
			grid-template-columns: repeat(3, 1fr);

}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper
	.suggestion__contents
	.suggestion__content {
		box-sizing: border-box;
}
.suggestion__content:not(:nth-child(3n+1)) {
	border-left: 1px solid #f0f0f0; /* 線の色、太さはお好みで調整 */
}
.suggestion__lead {
	margin-block: 3%;
}
#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper
	.suggestion__contents
	.suggestion__content
	.ex
	img {
	width: 0.5vw;
	height: 0.5vw;
	/* margin: 0 0.417vw 0 0; */
	margin: 0 2% 0 0;
}
.suggestion__content {
	padding: 7%;
}
#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper
	.suggestion__contents
	.suggestion__content
	.content {
	font-size: 13px;
	margin: 0.208vw 0 0.833vw 0;
	line-height:20px;
}

.suggestion__content__area {
	padding:10px 20px;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper
	.suggestion__contents
	.suggestion__content
	img {
	/* margin-bottom: 11%;
	margin-left: 20%;
	width: 190px; */
	margin: -6% 0% 0 16%;
	width: 71%;
	/* aspect-ratio: 615/444; */
	/* aspect-ratio: 205/148; */
}

#suggestion .suggestion__wrapper .suggestion__contents__wrapper2 {
	margin: 1.563vw 0;
	border: 0.052vw solid #e5e5e5;
}

#suggestion .suggestion__wrapper .suggestion__contents__wrapper2 h3 {
	display: flex;
	align-items: center;
	color: #008997;
	background-color: #f0f0f0;
	height: 3.594vw;
	padding: 0 1.51vw;
	font-size: 1.302vw;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2 {
	margin: 1.51vw 0 0 2.604vw;
	display: block;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2
	p {
	margin: 0 0 0 0;
	font-size: 13px;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2
	.suggestion__content2 {
	border: 0vw solid #e5e5e5;
	/* width: 27.8%; */
	/* height: fit-content; */
	margin: 1.146vw 0 1.771vw 0;
	padding: 0;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2
	.suggestion__content2
	li {
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 13px;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2
	.suggestion__content2
	li
	img {
	width: 0.5vw;
	height: 0.5vw;
	margin: 0 0.417vw 0 0;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2
	.suggestion__content2
	li
	p {
	margin: 0 0 0 0;
	font-size: 13px;
	font-weight:bold;
}

#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper2
	.suggestion__contents2
	.suggestion__content2
	.content {
	font-size: 0.781vw;
	margin: 0.208vw 0 0.833vw 0;
}

#suggestion .suggestion__wrapper .links {
	display: flex;
	justify-content: space-between;
	width: 56%;
	margin: 2.292vw auto 0 auto;
}

#suggestion .suggestion__wrapper .links a {
	position: relative;
	width: 48.5%;
	background-color: #b1000e;
	color: #fff;
	font-size: 0.964vw;
	aspect-ratio: 1035/180;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 2%;
	transition: all 0.3s;
}

#suggestion .suggestion__wrapper .links a span {
	position: absolute;
	display: flex;
	font-size: 13px;
}

#suggestion .suggestion__wrapper .links a img {
	margin: 0 7% 0 auto;
	width: 6px;
	transition: all 0.3s;
}

#suggestion .suggestion__wrapper .links a:last-child {
	letter-spacing: -0.073vw;
}

#suggestion .suggestion__wrapper .links a:hover {
	background-color: #7e000a;
}

#suggestion .suggestion__wrapper .links a:hover img {
	margin: 0 6% 0 auto;
}

@media screen and (max-width: 768px) {
	#suggestion {
		margin: 21vw 0 -5px 0;
	}
	#suggestion .suggestion__wrapper {
		width: 91%;
	}

	#suggestion .suggestion__wrapper h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		height: 16vw;
		color: #fff;
		background-color: #007793;
		font-size: 4.4vw;
	}

	#suggestion .suggestion__wrapper p {
		font-size: 1rem;
		margin: 4vw 0 0 0;
		line-height: 5.5vw;
		padding:3px;
	}

	#suggestion .suggestion__wrapper .suggestion__contents__wrapper {
		margin: 4vw 0 30px;
	}
	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.ex {
		display: flex;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0;
		/* font-size: 13px; */
		font-size: clamp(10px, 3.7vw, 24px);
		font-weight:bold;
		line-height: 1.79;
	}

	#suggestion .suggestion__wrapper .suggestion__contents__wrapper h3 {
		display: flex;
		align-items: center;
		color: #008997;
		background-color: #f0f0f0;
		height: 9vw;
		padding: 0 3.5vw;
		font-size: 4vw;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents {
		margin: 0 0 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border: 1px solid #e5e5e5;
	}
	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content {
		border: 0px solid #e5e5e5;
		/* width: 86%; */
		width: 96.2%;
		height: fit-content;
		margin: 0;
		/* padding: 28.3px 35.5px 0px; */
		padding: 3vw 0 0 3vw;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.sp
		.content {
		font-size: 15px;
		margin: 2vw 0 16px 0;
		width: 65%;
	}

	#suggestion
	.suggestion__wrapper
	.suggestion__contents__wrapper
	.suggestion__contents
	.suggestion__content
	.ex
	img {
	width: 1vw;
	height: 1vw;
	margin: 0 2% 0 0;
}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.s-sp {
		display: flex;
		justify-content: space-between;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.s-sp
		img {
		margin: -10% 0% 0 0%;
		width: 40%;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.s-sp
		.content {
		font-size: 0.9rem;
		margin: 1vw 0 0 0;
		width: 65%;
		line-height: 1.6;
	}

	#suggestion .suggestion__wrapper .suggestion__contents__wrapper2 h3 {
		display: flex;
		align-items: center;
		color: #008997;
		background-color: #f0f0f0;
		height: 69px;
		padding: 0 3vw;
		font-size: 4vw;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper2
		.suggestion__contents2 {
		margin: 2vw 0 0 0;
		padding: 0 3.8vw;
		display: block;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper2
		.suggestion__contents2
		p {
		margin: 0 0 0 0;
		font-size: 3vw;
		line-height: 1.7;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper2
		.suggestion__contents2
		.suggestion__content2 {
		border: 0px solid #e5e5e5;
		/* width: 27.8%; */
		/* height: fit-content; */
		margin: 10px 0 18px 0;
		padding: 0;
	}
	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper2
		.suggestion__contents2
		.suggestion__content2
		li {
		display: flex;
		margin: 1vw 0 0 0;
		padding: 0;
		line-height: 1.79;
	}

	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper2
		.suggestion__contents2
		.suggestion__content2
		li
		img {
		width: 0.9vw;
		height: 0.9vw;
		margin: -3px 6px 0 0;
	}

	#suggestion .suggestion__wrapper .links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 62%;
		margin: 8vw auto 0 auto;
	}

	#suggestion .suggestion__wrapper .links a {
		position: relative;
		width: 100%;
	}

	#suggestion .suggestion__wrapper .links a span {
		position: absolute;
		display: flex;
		font-size: 3.4vw;
	}
}






@media screen and (max-width: 768px) {
	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.sp
		img {
		margin: -10% 0% 0 0%;
		width: 30%;
	}

	/* #suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper
		.suggestion__contents
		.suggestion__content
		.ex {
		font-size: 105%;
	} */



	#suggestion
		.suggestion__wrapper
		.suggestion__contents__wrapper2
		.suggestion__contents2
		.suggestion__content2
		li
		p {
		font-size: 13px;
		}

	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3),
	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(4),
	#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(5) {
		height: 61vw;
	}
}

.to-top {
	position: fixed;
	bottom: 5%;
	right: 2.5%;
	z-index: 100;
}

#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3),
#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(4),
#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(5) {
	height: 18.823vw;
}

#global-nav.m_fixed {
	left: 0;
	position: fixed;
	width:100%;
	background-color:white;
	z-index: 100;
}