﻿@charset "utf-8";

/* -----------------------------------------------------------
    サービスページ共通（punch、mold、coating、heat-treatment）
-------------------------------------------------------------- */
header {
	position: absolute !important;
}

.page-service .footer {
	background: transparent;
	padding: 70px 0;
}

.page-service footer .f_top_wrap, footer .f_btm_list, footer .f_pmark {
	display: none !important;
}

.page-service footer .f_b_left {
	margin: 0 auto;
}

.page-service footer .f_btm_wrap {
	margin: 0;
	padding: 0;
}

.scroll-hint-icon {
	z-index: 2;
}

@media screen and (min-width: 769px) {
	.scroll-hint-icon {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.under-h1 {
		top: 0;
	}

	.service-header__box {
		gap: 30px !important;
	}

	.page-service .footer {
		padding: 60px 0 100px;
	}
}

/* -----------------------------------------------------------
    service-area
-------------------------------------------------------------- */
.service-area {
	margin: 190px 0 0 0;
}

.service-area .service-box {
	margin: 40px 0 0;
}

.service-area .service-box-header {
	display: flex;
	gap: 30px;
}

.service-area .service-box-body {
	align-items: center;
	display: flex;
	margin: 50px 0 0;
	gap: 40px;
}

.service-area .service-box-img {
	width: 600px;
	aspect-ratio: 780/740;
	flex-shrink: 0;
}

.service-area .service-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-area .service-box-note > p {
	margin: 20px 0 0;
	line-height: 2.2;
}

.service-area .merit-box {
	margin: 30px 0 0;
	padding: 30px 30px 15px;
	border: solid 1px var(--main);
}

.service-area .merit-box .merit-ttl {
	font-size: 1.9rem;
	font-weight: 600;
	color: var(--main);
	line-height: 1;
	margin: 0 0 10px;
}

.service-area .merit-box ul li {
	border-bottom: dotted 2px #9aa8b2;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 1.8;
	padding: 8px 0 13px 25px;
}

.service-area .merit-box ul li::before {
	content: '\f14a';
	position: absolute;
	font-family: var(--webicon);
	font-weight: 800;
	top: 8px;
	left: 0;
	font-size: 1.8rem;
	color: var(--main);
}

.service-area .merit-box ul li:last-of-type {
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	.service-area {
		padding: 0 0 0 0;
		margin: 100px 0 0;
	}

	.service-area .service-box {
		margin: 20px 0 0;
		padding: 0;
	}

	.service-area .service-box-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.service-area .service-box-body {
		flex-direction: column;
		margin: 20px 0 0;
		gap: 0;
	}

	.service-area .service-box-img {
		width: 100%;
	}

	.service-area .merit-box {
		padding: 20px 20px 15px;
		margin: 20px 0 0;
	}

	.service-area .merit-box .merit-ttl {
		font-size: 1.8rem;
		margin: 0 0 5px;
	}

	.service-area .merit-box ul li {
		line-height: 1.6;
		padding: 10px 0 13px 25px;
	}

	.service-area .merit-box ul li::before {
		top: 10px;
	}
}

/* -----------------------------------------------------------
    流れ共通
-------------------------------------------------------------- */
.service-area .flow-box-ttl {
	margin: 60px 0 0;
	font-size: 2.7rem;
	color: var(--main);
	font-weight: bold;
}

.service-area .flow-box-wrap {
	position: relative;
	margin: 20px 0 0;
}

.service-area .flow-box-wrap::before {
	border-left: 1px solid var(--main);
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	height: calc(100% - 7px);
	width: 1px;
}

.service-area .flow-box {
	margin: 40px 0 0;
}

.service-area .flow-box:nth-child(3), .service-area .flow-box:nth-child(4) {
	position: relative;
}

.service-area .flow-box:nth-child(5) {
	margin: 35px 0 0;
}

.service-area .flow-box-header {
	align-items: center;
	display: flex;
	gap: 15px;
	padding: 0 0 0 15px;
}

.service-area .flow-box:nth-child(3) .flow-box-header, .service-area .flow-box:nth-child(4) .flow-box-header {
	position: absolute;
}

.service-area .flow-box-header .text {
	color: var(--cmnblack);
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: .06em;
}

.service-area .flow-box-header .num {
	align-items: center;
	color: var(--main);
	display: flex;
	justify-content: center;
	font: 400 2rem /1 var(--en);
	flex-shrink: 0;
	position: relative;
}

.service-area .flow-box-header .num::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--main);
	border-radius: 7px;
	top: 50%;
	left: -12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-area .flow-box-body {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 0 0 0;
	padding: 0 0 0 155px;
}

.service-area .flow-box-body:nth-child(n + 3) {
	margin: 40px 0 0;
}

.service-area .flow-box-img {
	aspect-ratio: 350/300;
	flex-shrink: 0;
	overflow: hidden;
	width: 350px;
}

.service-area .flow-box-img .img {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	opacity: 0;
}

.multi-active.flow-box-img .img {
	transform: scale(1);
	transition: opacity 2s ease, transform 1s ease;
	opacity: 1;
}

.service-area .flow-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-area .flow-box-text {
	width: 100%;
}

.service-area .flow-box-text .ttl {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.5;
}

.service-area .flow-box-text ul {
	border: solid 1px var(--main);
	padding: 10px 15px 12px 15px;
}

.service-area .flow-box-text ul li {
	font-size: 1.9rem;
	position: relative;
	line-height: 1.6;
	padding: 0 0 0 25px;
	font-weight: 600;
}

.service-area .flow-box-text ul li::before {
	content: '\f14a';
	position: absolute;
	font-family: var(--webicon);
	font-weight: 800;
	top: 3px;
	left: 0;
	font-size: 1.8rem;
	color: var(--main);
}

.service-area .flow-box-text .text {
	line-height: 2.2;
	margin: 20px 0 0;
}

.page-service .photograph-gallery {
	padding: 100px 0 0;
}

.page-service .photograph-gallery ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.page-service .photograph-gallery li {
	aspect-ratio: 1/1;
}

.page-service .photograph-gallery .col6 li {
	width: calc((100% - 75px) / 6);
}

.page-service .photograph-gallery .col7 li {
	width: calc((100% - 90px) / 7);
}

.page-service .photograph-gallery a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid var(--cmnborder);
	padding: 5px;
	position: relative;
}

.page-service .photograph-gallery a::before {
	content: '\f00e';
	position: absolute;
	font-family: var(--webicon);
	font-weight: 700;
	bottom: 10px;
	right: 10px;
	font-size: 1.5rem;
	color: var(--main);
}

.page-service .photograph-gallery img {
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 768px) {
	.service-area .flow-box-ttl {
		margin: 40px 0 0;
		font-size: 2.4rem;
	}

	.service-area .flow-box-wrap {
		margin: 30px 0 0;
	}

	.service-area .flow-box-wrap::before {
		top: 11px;
		left: 0;
		height: calc(100% - 11px);
	}

	.service-box-wrap::before {
		left: 22px;
	}

	.service-area .flow-box {
		margin: 5px 0 0;
	}

	.service-area .flow-box:nth-child(4) {
		margin: 25px 0 0;
	}

	.service-area .flow-box-header {
		gap: 0;
		margin: 0 0 10px;
		font-size: 1.8rem;
		padding: 0 0 0 5px;
	}

	.service-area .flow-box:nth-child(2) .flow-box-header, .service-area .flow-box:nth-child(3) .flow-box-header {
		position: relative;
	}

	.service-area .flow-box-header .text {
		font-size: 2.2rem;
		letter-spacing: .02em;
		padding: 0 0 5px;
		line-height: 1.3;
	}

	.service-area .flow-box-header .num {
		font-size: 1.6rem;
		width: 25px;
		height: auto;
		padding: 0 0 2px;
	}

	.service-area .flow-box-header .num::before {
		left: -9px;
	}

	.service-area .flow-box-body {
		padding: 0 0 0 30px;
		flex-direction: column;
		gap: 0;
	}

	.service-area .flow-box-body:nth-child(n+3) {
		margin: 30px 0 0;
	}

	.service-area .flow-box-img {
		width: 100%;
	}

	.service-area .flow-box:nth-child(4) .flow-box-img {
		margin: 45px 0 0;
	}

	.service-area .flow-box-text .ttl {
		font-size: 2.2rem;
		margin: 15px 0 15px;
	}

	.service-area .flow-box-text .text {
		line-height: 2.2;
		letter-spacing: .09em;
	}
	
	.service-area .flow-box:nth-child(4) .flow-box-text {
		margin: 20px 0 0;
	}

	.service-area .flow-box:nth-child(3) .flow-box-text ul {
		margin: 20px 0 0;
	}

	.service-area .flow-box-text ul li {
		line-height: 1.5;
		font-size: 1.6rem;
	}

	.service-area .flow-box-text ul li::before {
		top: 0;
	}

	.service-area .flow-box-attention {
		font-size: 1.5rem;
		padding: 16px 15px 16px 42px;
		line-height: 1.7;
	}

	.service-area .flow-box-attention::before {
		width: 25px;
		height: 25px;
		left: 10px;
	}

	.page-service .photograph-gallery {
		padding: 40px 0 0;
	}

	.page-service .photograph-gallery ul {
		gap: 10px;
	}

	.page-service .photograph-gallery li {
		width: calc((100% - 10px) / 2) !important;
	}
}

/* -----------------------------------------------------------
    strengths-area
-------------------------------------------------------------- */
.strengths-area {
	padding: 100px 0;
	margin: 100px 0 0;
	background: #ebf1f6;
}

.strengths-area .strengths-box {
	margin: 45px 0 0;
	background: #fff;
}

.strengths-area .strengths-box-body {
	display: flex;
	gap: 52px;
}

.strengths-area .strengths-box-img {
	width: 550px;
	flex-shrink: 0;
	height: 100%;
}

[data-punchstrength="box4"] .strengths-box-img, [data-moldstrength="box3"] .strengths-box-img, [data-coatingstrength="box4"] .strengths-box-img, [data-heatstrength="box4"] .strengths-box-img {
	background: #1c2c38;
}

[data-coatingstrength="box1"] .strengths-box-img, [data-heatstrength="box2"] .strengths-box-img {
	background: #b7c7d2;
}

.strengths-area .strengths-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 769px) {
	.strengths-area .strengths-box-img img {
		aspect-ratio: auto !important;
	}
}

.strengths-box-note {
	padding: 40px 50px 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.strengths-area .strengths-box-ttl {
	display: flex;
	border-bottom: solid 1px var(--main);
	font-size: 2.6rem;
	font-weight: 800;
	color: var(--main);
	padding: 0 0 10px;
	line-height: 1.5;
	position: relative;
	width: 100%;
}

.strengths-area .strengths-box-ttl::before {
	content: "";
	background: var(--main);
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 7px;
	height: 7px;
}

.strengths-area .strengths-box-ttl .num {
	font: italic 600 1.5rem/1 var(--en);
	display: flex;
	color: var(--main);
	align-items: center;
	gap: 5px;
	letter-spacing: 0;
	margin: 0 15px 0 0;
	font-weight: bold;
}

.strengths-area .strengths-box-ttl .num span {
	font-size: 2rem;
	letter-spacing: .07em;
}

.strengths-area .strengths-box-catch {
	font-size: 2.7rem;
	font-weight: 800;
	margin: 15px 0 0;
	line-height: 1.5;
}

.strengths-area .strengths-box-note .txt {
	margin: 12px 0 0;
}

.strengths-area .strengths-box-note .txt:first-of-type {
	margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
	.strengths-area {
		padding: 50px 0 50px 0;
		margin: 50px 0 0;
	}

	.strengths-area .strengths-box {
		margin: 20px 0 0;
	}

	.strengths-area .strengths-box-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.strengths-area .strengths-box-nm {
		padding: 6px 10px;
	}

	.strengths-area .strengths-box-nm .num {
		font-size: 1.4rem;
		flex-direction: row;
	}

	.strengths-area .strengths-box-nm .num span {
		font-size: 2.1rem;
		letter-spacing: .05em;
	}

	.strengths-area .strengths-box-catch .catch1 {
		font-size: 1.8rem;
	}

	.strengths-area .strengths-box-catch .catch2 {
		font-size: 2.3rem;
		letter-spacing: .07em;
	}

	.strengths-area .strengths-box-body {
		flex-direction: column;
		gap: 20px;
	}

	.strengths-box-note {
		padding: 0 20px 25px;
		justify-content: flex-start;
	}

	.strengths-area .strengths-box-ttl {
		font-size: 2.4rem;
		padding: 0 0 15px;
		flex-direction: column;
		gap: 2px;
	}

	.strengths-area .strengths-box-ttl::before {
		bottom: -4px;
	}

	.strengths-area .strengths-box-ttl .num {
		margin: 0;
		font-size: 1.4rem;
	}

	.strengths-area .strengths-box-ttl .num span {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.strengths-area .strengths-box-catch {
		font-size: 2rem;
	}

	.strengths-area .strengths-box-note .txt:first-of-type {
		margin: 15px 0 0;
	}

	.strengths-area .strengths-box-img {
		width: 100%;
		height: auto;
	}

	.strengths-area .strengths-box-img img {
		width: 100%;
		height: auto !important;
	}
}

/* -----------------------------------------------------------
    facility-area
-------------------------------------------------------------- */
.facility-area {
	margin: 105px 0 0;
}

.facility-area .facility-inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
	.facility-area {
		margin: 50px 0 0;
	}

	.facility-area .cmn-section-ttl-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.facility-area .equipment-ttl {
		width: calc(100% - 40px) !important;
		background: var(--main);
		color: #fff;
		font-size: 1.9rem !important;
		font-weight: 500;
		margin: 0 auto;
		padding: 4px 10px 8px 10px;
	}

	.facility-area .facility-inner {
		gap: 30px;
		margin: 20px 0 0;
	}

	.facility-area .equipment-box .equipment-pick {
		flex-wrap: nowrap;
		padding: 0 0 10px;
		margin: 0 !important;
		gap: 20px;
		align-items: flex-start;
	}

	.facility-area .equipment-scroll {
		overflow-x: scroll;
		margin: 0 0 10px;
		padding: 0 0 0 20px;
	}

	.facility-area .equipment-box .equipment-pick li {
		flex-wrap: wrap;
		margin: 0;
		width: 180px;
		flex-shrink: 0 !important;
	}

	.facility-area .equipment-box .equipment-pick li a {
		width: 100%;
	}

	.facility-area .equipment-box .equipment-box .photo-item {
		width: 100%;
	}

	.facility-area .equipment-box .equipment-other {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}

/* -----------------------------------------------------------
    client-area
-------------------------------------------------------------- */
.client-area {
	margin: 100px 0 0;
}

.client-box {
	margin: 60px 0 0;
}

.client-box .client-box-body {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.client-box-note {
	padding: 50px 0 0;
	position: relative;
}

.client-box-note::before {
	content: '';
	position: absolute;
	width: 154px;
	height: 122px;
	top: -20px;
	right: 0;
	background: url("../img/mold-client-ill.png") no-repeat top center / contain;
}

.client-box-note .note-list {
	display: flex;
	gap: 10px;
}

.client-box-note .note-item {
	border: solid 1px var(--cmnblack);
	font-weight: 500;
	font-size: 2rem;
	padding: 12px;
}

.client-box-note .note-txt {
	padding: 24px 0 0;
	line-height: 2.2;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.client-area .client-box-img {
	align-items: center;
	background: var(--cmnbg);
	display: flex;
	flex-shrink: 0;
	gap: 30px;
	padding: 35px 50px;
}

.client-area .client-box-img img {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	width: 210px;
}

.client-area .client-box-img dl {
	background: #fff;
	padding: 30px;
}

.client-area .client-box-img dt {
	color: var(--main);
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .02em;
}

.client-area .client-box-img dd {
	margin: 20px 0 0;
}

.client-area .client-box-img .img-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.client-area .client-box-img .img-item {
	align-items: flex-start;
	display: flex;
	gap: 8px;
}

.client-area .client-box-img .name {
	line-height: 1.2;
}

.client-area .client-box-img [class^="color"] {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	width: 20px;
}

.client-area .client-box-img .color1 {
	background: #d5ebf7;
}

.client-area .client-box-img .color2 {
	background: #8bafc7;
}

.client-area .client-box-img .color3 {
	background: #4a7694;
}

.client-area .client-box-img .color-netu1 {
	background: #bfe6ef;
}

.client-area .client-box-img .color-netu2 {
	background: #cbdbad;
}

.client-area .client-box-img .color-netu3 {
	background: #efe3bf;
}

.client-area .client-box-img .color-netu4 {
	background: #edc3d1;
}

.client-area .client-box-img .color-netu5 {
	background: #90b7dd;
}

@media screen and (max-width: 768px) {
	.client-area {
		margin: 30px 0 0;
	}

	.client-box {
		margin: 20px 0 0;
	}

	.client-box .client-box-body {
		display: block;
	}

	.client-box-note {
		padding: 40px 0 0;
	}

	.client-box-note::before {
		width: 94px;
		height: 122px;
		top: -10px;
	}

	.client-box .note-item {
		font-size: 1.6rem;
		padding: 7px;
	}

	.client-box-note .note-txt {
		font-size: 1.6rem;
		padding: 15px 0 0;
	}

	.client-area .client-box-img {
		flex-direction: column;
		gap: 15px;
		padding: 20px;
	}

	.client-area .client-box-img img {
		margin: 0 auto;
		width: 60%;
	}

	.client-area .client-box-img dl {
		padding: 20px;
	}

	.client-area .client-box-img dt {
		font-size: 1.7rem;
	}

	.client-area .client-box-img dd {
		margin: 15px 0 0;
	}

	.client-area .client-box-img .img-list {
		gap: 15px;
	}

	.client-area .client-box-img [class^="color"] {
		width: 15px;
		margin: 2px 0 0;
	}
}

/* -----------------------------------------------------------
    関連事例
-------------------------------------------------------------- */
.niwork-relation-area {
	margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
	.niwork-relation-area {
		margin: 50px 0 0;
	}
}

/* -----------------------------------------------------------
   お問い合わせ
-------------------------------------------------------------- */
.service-cv-area {
	border-top: solid 1px var(--sub);
	border-bottom: solid 1px var(--sub);
	padding: 50px 0;
}

.service-cv-area .inner {
	align-items: center;
	display: flex;
	gap: 50px;
}

.service-cv-area img {
	aspect-ratio: 500/350;
	flex-shrink: 0;
	width: 500px;
}

.service-circle {
	align-items: center;
	display: flex;
}

.service-circle-inner {
	display: flex;
	align-items: center;
	position: relative;
	height: 108px;
	padding: 0 50px 0 0;
}

.service-circle-block {
	width: 108px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.serviceCircle {
	overflow: visible;
	animation: rotation 18s linear infinite;
	font-family: var(--en);
}

.serviceCircle__circle {
	fill: none;
}

.serviceCircle__text {
	fill: #ccdbf5;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.service-cv-area .service-cv-ttl {
	font-size: 3.3rem;
	font-weight: 800;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 30px;
}

.service-cv-catch {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.66;
}

.service-cv-text {
	font-size: 1.8rem;
	padding: 30px 0 0;
}

.service-cv-body {
	display: flex;
	gap: 15px;
	align-items: center;
	margin: 30px 0 0;
}

.service-cv-tel {
	background: var(--tel);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-feature-settings: "palt";
	justify-content: center;
	gap: 5px;
	height: 90px;
	width: 305px;
	align-items: center;
}

.service-cv-tel-num {
	color: #fff;
	font: 600 3rem /1 var(--en);
	position: relative;
	padding: 0 0 0 28px;
	letter-spacing: .07em;
	width: fit-content;
	margin: 0 auto;
}

.service-cv-tel-num::before {
	content: "";
	background: url("../img/com_icon_tel_white.svg")center/contain no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 22px;
	height: 23px;
}

.service-cv-tel-time {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0;
}

.service-cv-tel-hour {
	font-size: 1.6rem;
	margin: 0 2px 0 4px;
}

.service-cv-mail {
	align-items: center;
	background: var(--cv);
	color: #fff;
	display: flex;
	height: 90px;
	line-height: 1.5;
	text-align: center;
	transition: 0.3s ease;
	padding: 0 20px;
	position: relative;
	justify-content: center;
	overflow: hidden;
	width: 305px;
}

.service-cv-mail::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: var(--cv2);
	transition: width cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
	z-index: 0;
}

@media screen and (min-width: 769px) {
	.service-cv-mail:hover::before {
		left: 0;
		width: 100%;
	}
}

.service-cv-mail-txt {
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 0 0 0 37px;
	position: relative;
	line-height: 1;
	z-index: 2;
}

.service-cv-mail-txt::before {
	background: url("../img/cmn_icon_mail.svg")center/contain no-repeat;
	content: "";
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 21px;
}

@media screen and (max-width: 768px) {
	.service-cv-area {
		border: none;
		padding: 0;
	}

	.service-cv-area img {
		width: 100%;
	}

	.service-cv-area .inner {
		display: block;
	}

	.service-cv-contents {
		padding: 20px 0 0;
	}

	.service-circle {
		flex-direction: column;
	}

	.service-circle-block {
		width: 80px;
		height: 80px;
	}

	.serviceCircle__text {
		font-size: 1.4rem;
	}

	.service-cv-area .service-cv-ttl {
		font-size: 2.7rem;
	}

	.service-cv-catch {
		font-size: 2.1rem;
		font-weight: 700;
		padding: 0 20px;
		text-align: center;
	}

	.service-cv-text {
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 15px 20px 0;
	}

	.service-cv-body {
		gap: 20px;
		margin: 25px 0 0;
		padding: 0 20px;
		flex-direction: column-reverse;
	}

	a[href^="tel:"].service-cv-tel {
		font-size: 1.7rem;
		gap: 10px;
		text-decoration: none !important;
		text-align: center;
		height: 88px;
		width: 100%;
	}

	.service-cv-tel-num {
		font-size: 2.6rem;
		margin: 0 auto;
		letter-spacing: .07em;
		padding: 0 0 0 30px;
		text-align: center;
		font-weight: bold;
	}

	.service-cv-tel-num::before {
		font-size: 2.3rem;
	}

	.service-cv-tel-time {
		font-size: 1.3rem;
	}

	.service-cv-tel-hour {
		font-size: 1.5rem;
	}

	.service-cv-mail {
		height: 80px;
		width: 100%;
		padding: 0 5px 2px 0;
	}

	.service-cv-mail::after {
		font-size: 1.5rem;
	}

	.service-cv-mail-txt {
		font-size: 2.1rem;
		width: fit-content;
	}

	.service-cv-mail-txt::before {
		left: 0;
	}
}

/* -----------------------------------------------------------
    faq-area
-------------------------------------------------------------- */
.faq-area {
	margin: 100px 0;
}

.faq-accordion {
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	.faq-area {
		margin: 50px 0;
	}

	.faq-accordion {
		margin: 15px 0 0;
	}
}

/* -----------------------------------------------------------
    footer
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.f_mid_area {
		padding: 0;
	}
}