/* page style**************************************************************************************/
/*************** PAGE ***************/
.mv {
	padding: 50px 1em;
	background: url("/service/assets/img/mv_pc_2x.png") no-repeat center/cover;
}
.mv > .wrapper {
	margin: auto;
}
.mv > .wrapper > .content-wrap .title-catch-wrap .title {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .title-catch-wrap .title {
		font-size: 20px;
	}
}
.mv > .wrapper > .content-wrap .title-catch-wrap .catch {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .title-catch-wrap .catch {
		font-size: 16px;
	}
}
.mv > .wrapper > .content-wrap .cta-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 18px;
	margin: 40px auto 0;
	padding: 0 35px;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item {
	width: 100%;
	max-width: 470px;
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 70px 20px 30px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item {
		padding: 1em 40px 1em .5em;
	}

	.mv > .wrapper > .content-wrap .cta-flex {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		padding: 0 0;
	}

}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .arrow-right {
	width: 1.75em;
	height: 1.75em;
	text-indent: 100%;
	background: #0d7ebe;
	border-radius: 100vw;
	position: absolute;
	top: 50%;
	right: 25px;
	translate: 0 -50%;
	aspect-ratio: 1/1;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .arrow-right {
		right: .5em;
	}
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .arrow-right::after {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-mask: url("/service/assets/img/cta_arrow.svg") no-repeat center/.75em .75em;
	mask: url("/service/assets/img/cta_arrow.svg") no-repeat center/.75em .75em;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	rotate: -90deg;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt .sml {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #0d7ebe;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt .sml {
		font-size: 14px;
	}
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt .ttl {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: .03em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt .ttl {
		font-size: 20px;
	}
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt .detail {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .03em;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 1023px) {
	.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item .item-txt .detail {
		font-size: 14px;
	}
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item:hover {
	background: #0d7ebe;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item:hover .arrow-right {
	background: #ffffff;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item:hover .arrow-right::after {
	background: #0d7ebe;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item:hover .item-txt .sml {
	color: #ffffff;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item:hover .item-txt .ttl {
	color: #ffffff;
}
.mv > .wrapper > .content-wrap .cta-flex .cta-flex-item:hover .item-txt .detail {
	color: #ffffff;
}

section.inner-pad-def, aside.inner-pad-def {
	padding: 80px 1em 120px;
}
@media screen and (max-width: 1023px) {
	section.inner-pad-def, aside.inner-pad-def {
		padding: 60px 1em;
	}
}
section.inner-pad-def > .wrapper, aside.inner-pad-def > .wrapper {
	max-width: 1080px;
	margin: auto;
}

section#sec-service .flex-col3,
section#sec-rental .flex-col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 60px 33px;
	margin-top: 80px;
}
@media screen and (max-width: 1023px) {
	section#sec-service .flex-col3,
	section#sec-rental .flex-col3{
		margin-top: 40px;
	}
}
section#sec-service .flex-col3 .col-item,
section#sec-rental .flex-col3 .col-item {
	max-width: 338px;
}

@media screen and (max-width: 1023px) {
	section#sec-service .flex-col3 .col-item,
	section#sec-rental .flex-col3 .col-item {
		max-width: 100%; /* 338pxの制限を解除 */
	}
}

section#sec-service .flex-col3 .col-item .col-ttl-img-warp,
section#sec-rental .flex-col3 .col-item .col-ttl-img-warp{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
}
section#sec-service .flex-col3 .col-item .col-ttl-img-warp .content-list-wrap,
section#sec-rental .flex-col3 .col-item .col-ttl-img-warp .content-list-wrap{
	width: 100%;
	margin: 30px auto 0;
}
@media screen and (max-width: 1023px) {
	section#sec-service .flex-col3 .col-item .col-ttl-img-warp .content-list-wrap,
	section#sec-rental .flex-col3 .col-item .col-ttl-img-warp .content-list-wrap{
		margin-top: .5em;
	}
}
section#sec-service .flex-col3 .col-item .col-ttl-img-warp .content-list-wrap .flex-j-start,
section#sec-rental .flex-col3 .col-item .col-ttl-img-warp .content-list-wrap .flex-j-start{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
section#sec-service .flex-col3 .col-item .col-ttl-img-warp .img-wrap,
section#sec-rental .flex-col3 .col-item .col-ttl-img-warp .img-wrap {
	margin: 0 auto;
}
section#sec-service .btn-wrap,
section#sec-rental .btn-wrap{
	margin-top: 80px;
}
@media screen and (max-width: 1023px) {
	section#sec-service .btn-wrap,
	section#sec-rental .btn-wrap{
		margin-top: 60px;
	}
}
section#sec-service .btn-wrap .btn.bg-txt,
section#sec-rental .btn-wrap .btn.bg-txt{
	width: 100%;
	max-width: 405px;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #222222;
}
@media screen and (max-width: 1023px) {
	section#sec-service .btn-wrap .btn.bg-txt,
	section#sec-rental .btn-wrap .btn.bg-txt
	{
		font-size: 16px;
	}
}
section#sec-service .btn-wrap .btn.bg-txt:hover,
section#sec-rental .btn-wrap .btn.bg-txt:hover{
	color: #222222;
	background: #ffffff;
}

section#sec-solution .flex-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 60px 40px;
	margin-top: 80px;
}
@media screen and (max-width: 1023px) {
	section#sec-solution .flex-col2 {
		margin-top: 40px;
	}
}
section#sec-solution .flex-col2 .col-item {
	max-width: 520px;
}
section#sec-solution .flex-col2 .col-item .flex-j-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
section#sec-solution .btn-wrap {
	margin-top: 80px;
}
@media screen and (max-width: 1023px) {
	section#sec-solution .btn-wrap {
		margin-top: 60px;
	}
}
section#sec-solution .btn-wrap .btn.bg-txt {
	width: 100%;
	max-width: 405px;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #222222;
}
section#sec-solution .btn-wrap .btn.bg-txt:hover {
	color: #222222;
	background: #ffffff;
}

.sec-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 1em;
}
.sec-ttl .ja {
	font-size: 36px;
	font-weight: 700;
}
@media screen and (max-width: 1023px) {
	.sec-ttl .ja {
		font-size: 20px;
	}
}
.sec-ttl .en {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #0d7ebe;
	position: relative;
	padding-left: 18px;
	margin-left: -18px;
}
@media screen and (max-width: 1023px) {
	.sec-ttl .en {
		font-size: 14px;
	}
}
.sec-ttl .en::before {
	content: "";
	width: 10px;
	height: 4px;
	background: #0d7ebe;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
}

.description-wrap {
	margin-top: 30px;
}
@media screen and (max-width: 1023px) {
	.description-wrap {
		margin-top: 1em;
	}
}
.description-wrap:first-child {
	margin-top: auto;
}
.description-wrap p {
	font-size: 22px;
}
@media screen and (max-width: 1023px) {
	.description-wrap p {
		font-size: 16px;
	}
}

.col-item {
	width: 100%;
}
.col-item .col-upper-ttl {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width: 1023px) {
	.col-item .col-upper-ttl {
		font-size: 16px;
	}
}
.col-item .col-upper-ttl::before {
	content: "";
	width: 1em;
	height: 1em;
	-webkit-mask: url(/service/assets/img/col_upper_ttl_arrow.svg) no-repeat center/contain;
	mask: url(/service/assets/img/col_upper_ttl_arrow.svg) no-repeat center/contain;
	background: #0d7ebe;
	aspect-ratio: 1/1;
}
.col-item .col-lower-ttl-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 7px;
	margin-top: 14px;
}
@media screen and (max-width: 1023px) {
	.col-item .col-lower-ttl-flex {
		margin-top: .5em;
	}
}
.col-item .col-lower-ttl-flex .lower {
	font-size: 16px;
	background: #f8f9fa;
	border-radius: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 10px;
	padding: .25em 1.5em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 1023px) {
	.col-item .col-lower-ttl-flex .lower {
		font-size: 14px;
	}
}
.col-item .col-lower-ttl-flex .lower.bg-white {
	background: #ffffff;
}
.col-item .col-lower-ttl-flex .lower::before {
	content: "";
	width: 8px;
	height: 10px;
	background: #0d7ebe;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.col-item .col-lower-ttl-flex .lower:hover {
	color: #ffffff;
	background: #0d7ebe;
}
.col-item .col-lower-ttl-flex .lower:hover::before {
	background: #ffffff;
}


.col-item .img-wrap {
	width: 100%;
	max-width: 520px;
	border-radius: 5px;
	display: block;
	margin: 40px auto 0;
	overflow: hidden;
}


.col-item .img-wrap.img_rent{
	border: solid 1px #cecece;
}



@media screen and (max-width: 1023px) {
	.col-item .img-wrap {
		margin-top: 1em;
	}
}
.col-item .img-wrap img {
	width: 100%;
	display: block;
}
.col-item .txt-wrap {
	font-size: 16px;
	line-height: 1.875;
	display: block;
	margin-top: 30px;
}
@media screen and (max-width: 1023px) {
	.col-item .txt-wrap {
		margin-top: .5em;
	}
}

a.col-item {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a.col-item * {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a.col-item:hover img {
	opacity: .5;
}
a.col-item:hover * {
	color: #0d7ebe;
}
a.col-upper-ttl {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a.col-upper-ttl:hover {
	color: #0d7ebe;
}
a.img-wrap {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a.img-wrap:hover {
	opacity: .5;
}
/* --- 計測器・測定器レンタルのレイアウト --- */

/* PC表示：Flexboxで左右に分ける */
.sec-rental-2col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start; /* 【修正】中央揃えから「上端揃え」に変更 */
	gap: 40px;
}

/* 左側のテキストエリア */
.sec-rental-2col .text-area {
	flex: 1;
	min-width: 0; /* 【追加】テキストが長くなっても枠を押し広げないようにする魔法のコード */
}

/* 右側の画像エリア */
.sec-rental-2col .image-area {
	width: 45%; /* 【修正】隙間（gap）を考慮して安全な幅に調整 */
	max-width: 500px;
}

.sec-rental-2col .image-area .img-wrap {
	margin: 0;
	width: 100%; 
	border-radius: 5px; /* 【追加】他の画像に合わせて5pxの角丸にする */
	overflow: hidden;   /* 【追加】角丸からはみ出た部分を綺麗に切り取る */
}
.sec-rental-2col .image-area img {
	width: 100%;
	height: auto;
	display: block;
}

/* スマホ・タブレット（1023px以下）は縦積み */
@media screen and (max-width: 1023px) {
	.sec-rental-2col {
		flex-direction: column;
		gap: 30px;
	}
	.sec-rental-2col .image-area {
		width: 100%;
		max-width: 100%;
	}
}
