:root {
	--size-h2: 4vw;
	--size-h2a: 4vw;
	--size-h3: 4vw;
	--size-h4: 2.5vw;
	--size-h4b: 2.5vw;
	}

/***** メニューに関するＣＳＳ *****/

.navi ul .service_li a {
	color: var(--color-pink);
	font-weight: bold;
	}

/***** コンテンツに対するＣＳＳ *****/

dl, dt, dd {
	display: block;
	}

main {
	width: 100vw;
	height: auto;
	background: var(--color-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.page_title {
	width: 100%;
	height: 50vw;
	margin-top: 7vw;
	background: url(../image/service/aifeel_back.svg) center center / auto 100% no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.page_title h2 {
	box-sizing: border-box;
	width: 40%;
	margin-bottom: 5vw;
	padding: 6% 2%;
	background: var(--color-white);
	line-height: 5vw;
	box-shadow: 0 0 2vw var(--color-white);
	border-radius: 50%;
	font-size: var(--size-h2);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.page_title h2::after {
	content: "Service";
	color: var(--color-green);
	font-size: 4vw;
	font-family: 'CherryBombOne';
	letter-spacing: 0.3vw;
	}

.content {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20vw;
	padding: 10vw 0 15vw 0;
	background: #e8f1e1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.comment {
	position: absolute;
	top: -4%;
	background: var(--color-white);
	padding: 2%;
	border: solid 0.2vw var(--color-lightgray);
	border-radius: 0.5vw;
	box-shadow: 0.5vw 0.5vw 0.5vw var(--color-lightgray);
	font-size: 1.8vw;
	line-height: 4vw;
	text-align: center;
	}

.subentry {
	width: 100%;
	margin: 10vw 0;
	display: flex;
	flex-direction: column;
	align-items: end;
	}

.reverse {
	align-items: start;
	}

h3 {
	color: var(--color-orange);
	width: 95%;
	font-size: 4vw;
	font-weight: bold;
	letter-spacing: 0.5vw;
	line-height: 100%;
	flex-shrink: 0;
	}

.subentry p {
	width: 95%;
	padding: 1% 0 1% 1%;
	background: var(--color-orange);
	border-radius: 3vw 0 0 3vw;
	font-size: 1vw;
	font-family: 'CherryBombOne';
	color: var(--color-white);
	text-align: left;
	display: flex;
	align-items: center;
	}

.content hgroup p:after {
	border-top: 0.2vw solid;
	content: "";
	width: 90%;
	margin-left: 1%;
	}

.service {
	width: 100%;
	height: auto;
	padding: 2% 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: self-end;
	}

section {
	position: relative;
	border-radius: 1000% 15vw 15vw 25vw;
	width: 90%;
	height: 50vw;
	margin: 15vw 0;
	background: var(--color-white);
	display: flex;
	}

.handmade {
	border: solid 1vw var(--color-pink);
	}

.pulamodel {
	border: solid 1vw var(--color-yellowgreen);
	}

.pc {
	border: solid 1vw var(--color-green);
	}

h4 {
	position: absolute;
	top: 30%;
	right: 3%;
	font-size: 2.5vw;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	}

h4::before {
	font-size: 3vw;
	font-family: 'CherryBombOne';
	text-align: right;
	}

.handmade h4::before {
	content: "PRODUCTION.1";
	color: var(--color-pink);
	}

.pulamodel h4::before {
	content: "PRODUCTION.2";
	color: var(--color-yellowgreen);
	}

.pc h4::before {
	content: "PRODUCTION.3";
	color: var(--color-green);
	}

section p {
	position: absolute;
	top: 70%;
	right: 0;
	width: 38%;
	font-size: 1.2vw;
	line-height: 2.5vw;
	}

section .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 100%;
	z-index: 1;
	}

section .photo img {
	position: absolute;
	aspect-ratio: 4/3;
	border-radius: 1vw;
	box-shadow: 0 10vw 25vw -10vw var(--color-black);
	transition: transform 0.3s ease;
	}

.photoA, .photoD, .photoG {
	top: -5%;
	left: -10%;
	width: 75%;
	z-index: -10;
	}

.photoB, .photoE, .photoH {
	top: 25%;
	left: 20%;
	width: 60%;
	z-index: -20;
	}

.photoC, .photoF, .photoI {
	top: 45%;
	left: 43%;
	width: 50%;
	z-index: -30;
	}

.photoB:hover, .photoE:hover, .photoH:hover {
	transition: all 0.3s;
	transform: scale(1.1);
	z-index: 10;
	}

.photoC:hover,  .photoF:hover, .photoI:hover {
	transition: all 0.3s;
	transform: scale(1.3);
	z-index: 10;
	}

.daily-flow {
	width: 90%;
	margin: 5vw 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	}

.on-site {
	aspect-ratio: 4/3;
	width: 45%;
	border-radius: 1vw;
	}

.on-site_Photo {
	background: url(../image/service/000test.jpg) center center / auto 100% no-repeat;
	}

.schedule {
	width: 40%;
	}

dl {
	width: 90%;
	height: auto;
	font-size: 1.2vw;
	line-height: 2.5vw;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	}

dt {
	width: 45%;
	height: auto;
	padding: 2%;
	display: flex;
	align-items: center;
	}

dd {
	width: 45%;
	height: auto;
	padding: 2%;
	}





@media (max-width: 960px){





main {
	width: 100%;
	}

.page_title {
	width: 98%;
	background: url(../image/service/aifeel_back.svg) center center / 100% auto no-repeat;
	margin: 20% 0 15% 0;
	}

.page_title h2 {
	width: 48%;
	margin-top: 5%;
	padding: 8% 2%;
	font-size: 6vw;
	}

.page_title h2::after {
	margin-top: 4%;
	font-size: 4.5vw;
	}

.content {
	margin-top: 20vw;
	}

.comment {
	top: -15vw;
	font-size: 3.5vw;
	width: 90%;
	line-height: 6vw;
	border: solid 0.3vw var(--color-lightgray);
	border-radius: 2vw;
	}

.subentry {
	margin: 30vw 0 15vw 0;
	}

.reverse {
	align-items: start;
	}

h3 {
	font-size: 5vw;
	}

.subentry p {
	padding: 2% 0 2% 2%;
	border-radius: 5vw 0 0 5vw;
	font-size: 2.5vw;
	}

.content hgroup p:after {
	border-top: 0.4vw solid;
	width: 85%;
	}

section {
	border-radius: 25vw 15vw 15vw 1000%;
	width: 60%;
	height: 75vw;
	margin: 15vw 0 30vw 0;
	}

.handmade {
	background: var(--color-pink);
	border: solid 2vw var(--color-pink);
	}

.pulamodel {
	background: var(--color-yellowgreen);
	border: solid 2vw var(--color-yellowgreen);
	}

.pc {
	background: var(--color-green);
	border: solid 2vw var(--color-green);
	}

h4 {
	box-sizing: border-box;
	top: 55%;
	left: -55%;
	right: auto;
	padding: 0 5%;
	font-size: 4vw;
	background: linear-gradient(to right, rgba( 255, 255, 255, 0.2) , rgba( 255, 255, 255, 0.5) , rgba( 255, 255, 255, 0.8) , rgba( 255, 255, 255, 0.8) , rgba( 255, 255, 255, 0.8));
	border-radius: 2vw;
	z-index: 10;
	}

h4::before {
	font-size: 6.5vw;
	text-align: left;
	}

section p {
	top: 100%;
	left: -45%;
	right: auto;
	width: 130%;
	font-size: 3.5vw;
	line-height: 5vw;
	}

section .photo {
	order: 1;
	top: 5%;
	left: -38%;
	right: 0;
	aspect-ratio: 4/3;
	width: 80vw;
	height: auto;
	border-radius: 2vw;
	box-shadow: 0 10vw 25vw -20vw var(--color-black);
	overflow: hidden;
	}

.anime-framee {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	}


section .photo img {
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	transition: none;
	}

.photoA, .photoD, .photoG {
	animation: service-animation-01 24s infinite;
	z-index: -10;
	top: 0;
	left: 0;
	}

.photoB, .photoE, .photoH {
	animation: service-animation-02 24s infinite;
	z-index: -20;
	top: 0;
	left: 0;
	}

.photoC, .photoF, .photoI {
	animation: service-animation-03 24s infinite;
	z-index: -30;
	top: 0;
	left: 0;
	}

.photoB:hover, .photoE:hover, .photoH:hover {
	display: none;
	}

.photoC:hover,  .photoF:hover, .photoI:hover {
	display: none;
	}

.daily-flow {
	flex-direction: column;
	}

.on-site {
	width: 100%;
	margin-top: 20%;
	border-radius: 2vw;
	}

.on-site_Photo {
	background: url(../image/service/000test.jpg) center center / 100% auto no-repeat;
	}

.schedule {
	width: 90%;
	}

dl {
	font-size: 3vw;
	line-height: 4.5vw;
	}

dt {
	flex-basis: 55%;
	}

dd {
	flex-basis: 40%;
	}
}