@charset "utf-8";

.main{
	padding-top: var(--header-height);
}



/*-------------------------------
	メインビジュアル
-------------------------------*/

.Mainvisual{
	height: calc(100svh - var(--header-height));
	background: var(--maincolor);
	padding-top: 5rem;
	padding-bottom: 5rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: clip;
}
.Mainvisual__inner{
	width: 100%;
	background: var(--maincolor);
}
.Mainvisual__content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Mainvisual__character{
	width: calc(100% - 50rem);
	padding-left: 12.6rem;
	position: relative;
	z-index: 6000;
}
.Mainvisual__character-inner{
	background: var(--maincolor);
	width: 70.5rem;
	position: relative;
}
.Mainvisual__character-inner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-image: url(../images/index/img_mainvisual-face-frame.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.Mainvisual__character-image{
	width: 100%;
}
.Mainvisual__character-image:nth-of-type(2),
.Mainvisual__character-image:nth-of-type(3){
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.Mainvisual__character-image img{
	width: 100%;
}
.Mainvisual__title{
	width: 50rem;
	margin-bottom: 7rem;
}
.Mainvisual__title img{
	width: 100%;
}
.Mainvisual__slider{
	transform: scaleX(-1);
	margin-top: -13.8rem;
	width: 100%;
}
.Mainvisual__slider::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 35%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 6000;
}
.Mainvisual__slider-inner{
	transition-timing-function: linear;
}
.Mainvisual__slider-item{
	width: 12.4rem;
	margin-left: 3.8rem;
	margin-right: 3.8rem;
	/* margin-left: 15.5rem;
	margin-right: 1rem;
	width: 32.4rem; */
}
.Mainvisual__slider-item img{
	width: 100%;
	transform: scaleX(-1);
}

@keyframes face_yurayura {

	0%{
		transform: translateY(0);
	}
	35%{
		transform: translateY(5rem);
	}
	45%{
		transform: translateY(0);
	}
	55%{
		transform: translateY(5rem);
	}
	65%{
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}

}
@keyframes face_change_hidden {

	/* 0%{
		opacity: 1;
	}
	27.5%{
		opacity: 1;
	}
	30%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	52.5%{
		opacity: 1;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	} */
	0%{
		opacity: 1;
	}
	27.5%{
		opacity: 1;
	}
	30%{
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	65%{
		opacity: 1;
	}
	70%{
		opacity: 0;
	}
	85%{
		opacity: 0;
	}
	95%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}

}
@keyframes face_change_active {

	/* 0%{
		opacity: 0;
	}
	27.5%{
		opacity: 0;
	}
	30%{
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	52.5%{
		opacity: 0;
	}
	75%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	} */
	0%{
		opacity: 0;
	}
	27.5%{
		opacity: 0;
	}
	30%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	65%{
		opacity: 0;
	}
	70%{
		opacity: 1;
	}
	85%{
		opacity: 1;
	}
	95%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}

}

.Mainvisual__character.-on2{
	animation: face_yurayura 2s linear;
}
.Mainvisual__character.-on2 .Mainvisual__character-image:nth-of-type(1){
	animation: face_change_hidden 2s linear;
}
.Mainvisual__character.-on2 .Mainvisual__character-image:nth-of-type(2){
	animation: face_change_active 2s linear;
}
.Mainvisual__character.-on3{
	animation: face_yurayura 2s linear;
}
.Mainvisual__character.-on3 .Mainvisual__character-image:nth-of-type(1){
	animation: face_change_hidden 2s linear;
}
.Mainvisual__character.-on3 .Mainvisual__character-image:nth-of-type(3){
	animation: face_change_active 2s linear;
}

.fixedContact{
	transition: var(--transition);
	width: 19.3rem;
	position: fixed;
	right: 1.2rem;
	bottom: 0;
	z-index: 9000;
}
.fixedContact a{
	display: block;
}
.fixedContact img{
	width: 100%;
}
.fixedContact.is-hide{
	opacity: 0 !important;
	visibility: hidden !important;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Mainvisual__title{
		width: 40rem;
	}
	.Mainvisual__character{
		width: calc(100% - 40rem);
		padding-left: 7.5rem;
	}
	.Mainvisual__character-inner{
		width: 65rem;
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Mainvisual__title{
		width: 35rem;
	}
	.Mainvisual__character{
		width: calc(100% - 35rem);
		padding-left: 5rem;
	}
	.Mainvisual__character-inner{
		width: 55rem;
	}
	.Mainvisual__slider-item{
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Mainvisual__title{
		width: 30rem;
	}
	.Mainvisual__character{
		width: calc(100% - 30rem);
	}
	.Mainvisual__character-inner{
		width: 50rem;
	}
	.Mainvisual__slider-item{
		width: 10rem;
	}

}
@media screen and (max-width:768px){

	.Mainvisual{
		padding-top: 0;
		padding-bottom: 0;
	}
	.Mainvisual__content{
		flex-direction: column;
	}
	.Mainvisual__character{
		width: 100%;
		padding-left: 22rem;
	}
	.Mainvisual__character-inner{
		width: 56.8rem;
	}
	.Mainvisual__title{
		width: 100%;
		margin-bottom: 10.5rem;
	}
	.Mainvisual__slider{
		margin-top: -18rem;
	}
	.Mainvisual__slider-item{
		width: 13.4rem;
		margin-left: 2.6rem;
		margin-right: 2.6rem;
		/* width: 32.6rem; */
	}

	.fixedContact{
		width: 20rem;
		right: 4.5rem;
		opacity: 0;
		visibility: hidden;
	}
	.fixedContact.on{
		opacity: 1;
		visibility: visible;
	}

}



/*-------------------------------
	About
-------------------------------*/

.About__inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.About__text-wrap{
	margin-bottom: 5.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.About__text{
	/* color: transparent; */
	width: fit-content;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: calc(6.4 / 2.4);
	text-align: center;
    /* background-image: linear-gradient(
        90deg,
        var(--blackcolor) 0%,
        var(--blackcolor) 50%,
        var(--maincolor) 50%,
        var(--maincolor) 100%
    );
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;

	transition: background-position 1s ease-in-out; */
}
.About__text.-on{
	/* background-position: 0 0; */
}
.About__copy{
	width: fit-content;
	/* color: transparent; */
	position: relative;
	font-size: 4.2rem;
	padding-bottom: 1.2rem;
	line-height: calc(4.6 / 4.2);
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    /* background-image: linear-gradient(
        90deg,
        var(--blackcolor) 0%,
        var(--blackcolor) 50%,
        var(--maincolor) 50%,
        var(--maincolor) 100%
    );
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;

	transition: background-position 1s ease-in-out; */
}
.About__copy::after{
	background: var(--subcolor2);
	content: "";
	display: block;
	width: calc(100% - .5em);
	height: .5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scaleX(0);
	transition: transform 1s ease-in-out;
	transform-origin: right;
	transition-delay: .5s;
}
.About__copy span{
	line-height: calc(4.6 / 4.2);
	display: block;
}
.About__copy.-on{
	background-position: 0 0;
}
.About__copy.-on::after{
	transform: scaleX(1);
	transform-origin: left;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.About__text-wrap{
		margin-bottom: 4rem;
	}
	.About__text{
		font-size: 3.5rem;
		line-height: calc(7 / 3.5);
	}
	.About__copy{
		font-size: 5.4rem;
		padding-bottom: 0;
		line-height: calc(9.4 / 5.4);
	}
	.About__copy::after{
		display: none;
	}
	.About__copy span{
		padding-bottom: 1rem;
		position: relative;
	}
	.About__copy span:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.About__copy span::after{
		background: var(--subcolor2);
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		transform: scaleX(0);
		transition: transform 1s ease-in-out;
		transform-origin: right;
		transition-delay: .5s;
	}
	.About__copy.-on span{
		background-position: 0 0;
	}
	.About__copy.-on span::after{
		transform: scaleX(1);
		transform-origin: left;
	}

}



/*-------------------------------
	Service
-------------------------------*/

.Service{
	background: var(--bgcolor);
	padding-top: 18rem;
	padding-bottom: 23rem;
	position: relative;
	overflow: clip;
}
.Service__circle{
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Service__circle::before{
	background: var(--bgcolor);
	content: "";
	display: block;
	width: 300%;
	height: 100%;
	border-radius: 50%;
	margin-left: 0%;
}
.Service__title{
	margin-bottom: 2.5rem;
}
.Service__copy{
	font-size: 2rem;
	margin-bottom: 10.5rem;
	font-weight: 700;
	line-height: calc(4 / 2);
	text-align: center;
}

.Service__item-body{
	position: relative;
}
.Service__item:not(:last-child){
	margin-bottom: 10rem;
}
.Service__item-header{
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Service__item-number{
	width: 10.6rem;
	height: 10.9rem;
	padding-top: 2.3rem;
	margin-bottom: 1.5rem;
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 900;
	background-image: url(../images/index/bg_service-title.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Service__item-title{
	font-size: 4.2rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	line-height: calc(4.6 / 4.2);
}
.Service__item-text{
	font-size: 2rem;
	font-weight: 700;
	line-height: calc(3 / 2);
	text-align: center;
}

.Service__item-subtitle{
	width: fit-content;
	margin-bottom: 4.5rem;
	row-gap: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Service__item-subtitle > span{
	background: var(--subcolor2);
	font-size: 3.2rem;
	padding: .5rem 2.2rem .5rem 1rem;
	font-weight: 700;
	line-height: calc(4.3 / 3.2);
	color: #fff;
}
/* PCのみ改行 */
.Service__item-spbr {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	row-gap: 1rem;
}
.Service__item-spbr > span {
	background: var(--subcolor2);
	font-size: 3.2rem;
	padding: .5rem 2.2rem .5rem 1rem;
	font-weight: 700;
	line-height: calc(4.3 / 3.2);
	color: #fff;
}
.Service__item-spbr > span > span {
	width: .5em;
	line-height: 1;
	display: inline-block;
}
/* PCのみ改行 */
.Service__item-subtitle > span > span{
	width: .5em;
	line-height: 1;
	display: inline-block;
}
.Service__item-answer{
	font-size: 2.4rem;
	padding-bottom: .3rem;
	padding-left: 1.5rem;
	padding-right: .8rem;
	line-height: calc(4 / 2.4);
	font-weight: 700;
	width: fit-content;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.Service__item-answer::before{
	content: "";
	display: block;
	width: 9rem;
	height: 4.6rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.Service__item-answer::after{
	background: var(--subcolor2);
	content: "";
	display: block;
	width: 100%;
	height: .5rem;
	border-radius: .5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Service__item-answer span{
	transition: var(--transition);
	width: calc(100% - 9rem);
	padding-left: 2.2rem;
	line-height: calc(4 / 2.4);
	display: block;
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	transition-delay: 3s;
}

.Service__item-body{
	width: 100%;
	padding-bottom: 4.5rem;
	position: relative;
	z-index: 5000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.Service__item-balloon{
	width: 57.5rem;
	margin-bottom: 9.2rem;
}
.Service__item-balloon picture{
	width: 100%;
	display: block;
}
.Service__item-balloon img{
	transition: var(--transition);
	width: 100%;
	opacity: 0;
	transform: translateY(5rem) scale(0);
	position: relative;
	z-index: 5000;
}

.Service__item-image{
	position: absolute;
}
.Service__item-image picture{
	width: 100%;
	display: block;
}
.Service__item-image img{
	transition: var(--transition);
	width: 100%;
	position: relative;
	z-index: -1;
	opacity: 0;
	transform: translateY(5rem);
	transition-delay: 1s;
}

.Service__item-content{
	transition: var(--transition);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	transition-delay: 2s;
}

.Service__item:nth-of-type(1) .Service__item-body{
	padding-left: 6.6rem;
}
.Service__item:nth-of-type(1) .Service__item-image{
	width: 67rem;
	right: 0;
	bottom: 0;
}
.Service__item:nth-of-type(1) .Service__item-image::before{
	transition: var(--transition);
	content: "";
	display: block;
	width: 6.7rem;
	height: 8.3rem;
	background-image: url(../images/index/img_service1-2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 4.6rem;
	top: 9.2rem;
	z-index: 6000;
	opacity: 0;
	transform: translateY(5rem);
	transition-delay: 1s;
}
.Service__item:nth-of-type(1) .Service__item-content{
	padding-left: 10.8rem;
}
.Service__item:nth-of-type(1) .Service__item-answer::before{
	background-image: url(../images/index/icon_service-title1.svg);
}
.Service__item:nth-of-type(2) .Service__item-body{
	padding-right: 1.5rem;
	align-items: flex-end;
}
.Service__item:nth-of-type(2) .Service__item-balloon{
	margin-right: 5.4rem;
}
.Service__item:nth-of-type(2) .Service__item-image{
	width: 66.6rem;
	left: 0;
	bottom: 0;
}
.Service__item:nth-of-type(2) .Service__item-answer::before{
	background-image: url(../images/index/icon_service-title2.svg);
}
.Service__item:nth-of-type(3) .Service__item-body{
	width: 100%;
	max-width: calc(100% - (6.8rem * 2));
	margin-left: auto;
	margin-right: auto;
}
.Service__item:nth-of-type(3) .Service__item-content{
	padding-left: 4.8rem;
}
.Service__item:nth-of-type(3) .Service__item-balloon{
	margin-bottom: 13rem;
}
.Service__item:nth-of-type(3) .Service__item-image{
	width: 60rem;
	right: 0;
	bottom: 0;
}
.Service__item:nth-of-type(3) .Service__item-answer::before{
	background-image: url(../images/index/icon_service-title3.svg);
}

.Service__item-body.-on .Service__item-balloon img{
	opacity: 1;
	transform: translateY(0) scale(1);
}
.Service__item-body.-on .Service__item-image img,
.Service__item-body.-on .Service__item-image::before{
	opacity: 1;
	transform: translateY(0);
}
.Service__item-body.-on .Service__item-content{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.Service__item-body.-on .Service__item-answer span{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

	:root{
		--scale: .85;
	}
	.Service__item-body{
		width: calc(120.2rem * var(--scale));
		padding-bottom: calc(4.5rem * var(--scale));
		margin-left: auto;
		margin-right: auto;
	}
	.Service__item-balloon{
		width: calc(57.5rem * var(--scale));
		margin-bottom: calc(9.2rem * var(--scale));
	}
	.Service__item-subtitle{
		margin-bottom: calc(4.5rem * var(--scale));
		row-gap: calc(1rem * var(--scale));
	}
	.Service__item-subtitle > span{
		font-size: calc(3.2rem * var(--scale));
		padding: calc(.5rem * var(--scale)) calc(2.2rem * var(--scale)) calc(.5rem * var(--scale)) calc(1rem * var(--scale));
	}
	/* PCのみ改行 */
	.Service__item-spbr > span {
		font-size: calc(3.2rem * var(--scale));
		padding: calc(.5rem * var(--scale)) calc(2.2rem * var(--scale)) calc(.5rem * var(--scale)) calc(1rem * var(--scale));
	}
	/* PCのみ改行 */
	.Service__item-answer{
		font-size: calc(2.4rem * var(--scale));
		padding-bottom: calc(.3rem * var(--scale));
		padding-left: calc(1.5rem * var(--scale));
		padding-right: calc(.8rem * var(--scale));
	}
	.Service__item-answer::before{
		width: calc(9rem * var(--scale));
		height: calc(4.6rem * var(--scale));
	}
	.Service__item-answer span{
		width: calc(100% - (9rem * var(--scale)));
		padding-left: calc(2.2rem * var(--scale));
	}

	.Service__item:nth-of-type(1) .Service__item-body{
		padding-left: calc(6.5rem * var(--scale));
	}
	.Service__item:nth-of-type(1) .Service__item-content{
		padding-left: calc(10.8rem * var(--scale));
	}
	.Service__item:nth-of-type(1) .Service__item-image{
		width: calc(67rem * var(--scale));
	}
	.Service__item:nth-of-type(1) .Service__item-image::before{
		width: calc(6.7rem * var(--scale));
		height: calc(8.3rem * var(--scale));
		left: calc(4.6rem * var(--scale));
		top: calc(9.2rem * var(--scale));
	}

	.Service__item:nth-of-type(2) .Service__item-body{
		padding-right: calc(1.5rem * var(--scale));
	}
	.Service__item:nth-of-type(2) .Service__item-balloon{
		margin-right: calc(5.4rem * var(--scale));
	}
	.Service__item:nth-of-type(2) .Service__item-image{
		width: calc(66.6rem * var(--scale));
	}

	.Service__item:nth-of-type(3) .Service__item-body{
		width: calc(120.2rem * var(--scale));
		max-width: calc(106.6rem * var(--scale));
	}
	.Service__item:nth-of-type(3) .Service__item-content{
		padding-left: calc(4.8rem * var(--scale));
	}
	.Service__item:nth-of-type(3) .Service__item-balloon{
		margin-bottom: calc(13rem * var(--scale));
	}
	.Service__item:nth-of-type(3) .Service__item-image{
		width: calc(60rem * var(--scale));
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	:root{
		--scale: 1;
	}

	.Service__item-body{
		width: 100%;
		padding-bottom: 0;
	}
	.Service__item-image{
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.Service__item-content{
		margin-top: -10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
	}
	.Service__item-subtitle{
		width: 100%;
	}
	.Service__item-balloon{
		margin-bottom: 2.5rem;
		margin-left: auto;
		margin-right: auto;
	}

	.Service__item:nth-of-type(1) .Service__item-body{
		padding-left: 0;
	}
	.Service__item:nth-of-type(1) .Service__item-content{
		padding-left: 0;
	}

	.Service__item:nth-of-type(2) .Service__item-balloon{
		margin-right: auto;
	}

	.Service__item:nth-of-type(3) .Service__item-body{
		width: 100%;
	}
	.Service__item:nth-of-type(3) .Service__item-content{
		padding-left: 0;
	}
	.Service__item:nth-of-type(3) .Service__item-balloon{
		margin-bottom: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Service__item-content{
		width: 100%;
		align-items: flex-start;
	}
	.Service__item-answer{
		padding-left: 0;
	}

}
@media screen and (max-width:768px){

	.Service{
		padding-top: var(--padding-topbottom);
		padding-bottom: 22.5rem;
	}
	.Service__circle::before{
		width: 500%;
	}
	.Service__title{
		margin-bottom: 5rem;
	}
	.Service__copy{
		font-size: 3rem;
		margin-bottom: 8rem;
		line-height: calc(6 / 3);
	}

	.Service__item-header{
		margin-bottom: 5rem;
	}
	.Service__item-number{
		width: 13.7rem;
		height: 14.2rem;
		padding-top: 3rem;
		margin-bottom: 2.8rem;
		font-size: 4.5rem;
	}
	.Service__item-title{
		font-size: 5.4rem;
		margin-bottom: 2rem;
		padding-left: .5em;
		line-height: calc(8 / 5.4);
		text-align: center;
	}
	.Service__item-text{
		font-size: 2.8rem;
		line-height: calc(4.8 / 2.8);
	}

	.Service__item-subtitle{
		margin-bottom: 3.8rem;
	}
	.Service__item-subtitle > span{
		font-size: 3.5rem;
		padding: 1rem 2.2rem .5rem 1.5rem;
		line-height: calc(5.6 / 3.5);
	}
	/* PCのみ改行 */
	.Service__item-spbr {
		flex-flow: row;
		gap: 0;
	}
	.Service__item-spbr > span {
		font-size: 3.5rem;
		line-height: calc(5.6 / 3.5);
		text-wrap: nowrap;
	}
	.Service__item-spbr > span:first-child {
		padding: 1rem 0 .5rem 1.5rem;
	}
	.Service__item-spbr > span:last-child {
		padding: 1rem 2rem .5rem 0;
	}
	/* PCのみ改行 */
	.Service__item-answer{
		width: 100%;
		font-size: 3rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 0;
		line-height: calc(5.2 / 3);
		align-items: center;
	}
	.Service__item-answer::before{
		width: 13.7rem;
		height: 7rem;
	}
	.Service__item-answer::after{
		/* height: .4rem; */
		height: 4px;
	}
	.Service__item-answer span{
		width: calc(100% - 13.7rem);
		padding-left: 2.2rem;
		line-height: calc(5.2 / 3);
	}

	.Service__item-body{
		padding-bottom: 0;
	}

	.Service__item-balloon{
		width: 100%;
		margin-bottom: 5rem;
	}

	.Service__item-image{
		position: static;
	}
	.Service__item-content{
		width: 100%;
	}

	.Service__item:nth-of-type(1) .Service__item-body{
		padding-left: 0;
	}
	.Service__item:nth-of-type(1) .Service__item-image{
		width: 100%;
	}
	.Service__item:nth-of-type(1) .Service__item-image::before{
		display: none;
	}
	.Service__item:nth-of-type(1) .Service__item-content{
		padding-left: 0;
	}
	.Service__item:nth-of-type(2) .Service__item-body{
		padding-right: 0;
		align-items: flex-start;
	}
	.Service__item:nth-of-type(2) .Service__item-balloon{
		margin-right: 0;
	}
	.Service__item:nth-of-type(2) .Service__item-image{
		width: 100%;
	}
	.Service__item:nth-of-type(3) .Service__item-body{
		width: 100%;
		max-width: 100%;
	}
	.Service__item:nth-of-type(3) .Service__item-content{
		padding-left: 0;
	}
	.Service__item:nth-of-type(3) .Service__item-balloon{
		margin-bottom: 5rem;
	}
	.Service__item:nth-of-type(3) .Service__item-image{
		width: 100%;
	}

}



/*-------------------------------
	Merit
-------------------------------*/

.Merit{
	padding-bottom: 16rem;
}
.Merit__title{
	margin-bottom: 7.5rem;
}

.Merit__item-wrap{
	width: 100%;
	gap: 5.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	counter-reset: number 0;
}
.Merit__item{
	border: 2px solid var(--maincolor);
	width: calc((100% - (5.8rem * 1)) / 2);
	height: 33rem;
	position: relative;
}
.Merit__item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: -1;
}
.Merit__item-header{
	width: 100%;
	margin-bottom: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Merit__item-body{
	width: 100%;
	height: 100%;
	padding: 2rem 5.8rem;
	background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Merit__item-body-inner{
	width: 100%;
}
.Merit__item-title{
	width: fit-content;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: calc(4 / 2.4);
}
.Merit__item-title::before{
	content: counter(number, decimal-leading-zero);
	color: var(--maincolor);
	display: block;
	width: fit-content;
	font-size: 4rem;
	margin-bottom: 1.8rem;
	font-weight: 700;
	line-height: .88;
	counter-increment: number 1;
}
.Merit__item-title span{
	line-height: calc(4 / 2.4);
	display: block;
}
.Merit__item-image img{
	width: 100%;
}
.Merit__item-text-wrap{
	width: 100%;
}
.Merit__item-text{
	font-size: 1.6rem;
	line-height: calc(2.6 / 1.6);
}
.Merit__item-text.-hosoku{
	font-size: 1.2rem;
	margin-top: .6rem;
	line-height: calc(2.6 / 1.2);
}
.Merit__item-text.-hosoku::before{
	content: "※";
	line-height: calc(2.6 / 1.2);
}

.Merit__item:nth-of-type(1) .Merit__item-image{
	width: 10.6rem;
	height: 13.4rem;
}
.Merit__item:nth-of-type(2) .Merit__item-body{
	padding-right: 2.8rem;
}
.Merit__item:nth-of-type(2) .Merit__item-image{
	width: 19.6rem;
	height: 15.4rem;
}
.Merit__item:nth-of-type(2) .Merit__item-text-wrap{
	padding-right: 3rem;
}
.Merit__item:nth-of-type(3) .Merit__item-body{
	padding-right: 3rem;
}
.Merit__item:nth-of-type(3) .Merit__item-text-wrap{
	padding-right: 2.8rem;
}
.Merit__item:nth-of-type(3) .Merit__item-image{
	width: 15rem;
	height: 14.8rem;
}
.Merit__item:nth-of-type(4) .Merit__item-header{
	padding-right: 2.4rem;
}
.Merit__item:nth-of-type(4) .Merit__item-image{
	width: 10.6rem;
	height: 14.1rem;
}

.Merit__item:nth-of-type(5){
	width: 100%;
	height: 31rem;
}
.Merit__item:nth-of-type(5) .Merit__item-body{
	padding-right: 5rem;
}
.Merit__item:nth-of-type(5) .Merit__item-body-inner{
	width: 41.4rem;
	padding-right: 2.5rem;
}
.Merit__item:nth-of-type(5) .Merit__item-header{
	column-gap: 2.4rem;
	justify-content: flex-start;
}
.Merit__item:nth-of-type(5) .Merit__item-image{
	width: 12.8rem;
	height: 13.9rem;
}
.Merit__price{
	width: calc(100% - 41.4rem);
	padding: 3.6rem 2.8rem 2.6rem;
	position: relative;
	z-index: 5000;
}
.Merit__price::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .08;
}
.Merit__price-title{
	font-size: 2rem;
	margin-bottom: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin-left: -.5em;
}
.Merit__price-text{
	font-size: 1.6rem;
	line-height: calc(2.6 / 1.6);
	font-weight: bold;
}
.Merit__price-text-inner{
	width: 100%;
	line-height: calc(2.6 / 1.6);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Merit__price-text-inner span{
	line-height: calc(2.6 / 1.6);
	display: block;
}
.Merit__price-text-inner span:nth-of-type(1){
	width: 4.8rem;
}
.Merit__price-text-inner span:nth-of-type(2){
	width: calc(100% - 4.8rem);
}
.Merit__price-text.-hosoku{
	font-size: 1.2rem;
	margin-top: .6rem;
	line-height: calc(2.6 / 1.2);
	font-weight: 400;
}
.Merit__price-text.-hosoku::before{
	content: "※";
	font-size: 1.2rem;
	line-height: calc(2.6 / 1.2);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Merit__item-wrap{
		gap: 3.5rem;
	}
	.Merit__item{
		width: calc((100% - (3.5rem * 1)) / 2);
	}
	.Merit__item-body{
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.Merit__item-header{
		align-items: flex-end;
	}

	.Merit__item:nth-of-type(1) .Merit__item-image{
		width: calc(10.6rem * .8);
		height: auto;
	}

	.Merit__item:nth-of-type(2) .Merit__item-body{
		padding-right: 3.5rem;
	}
	.Merit__item:nth-of-type(2) .Merit__item-image{
		width: calc(19.6rem * .8);
		height: auto;
	}
	.Merit__item:nth-of-type(2) .Merit__item-text-wrap{
		padding-right: 0;
	}

	.Merit__item:nth-of-type(3) .Merit__item-image{
		width: calc(15rem * .8);
		height: auto;
	}

	.Merit__item:nth-of-type(4) .Merit__item-header{
		padding-right: 0;
	}
	.Merit__item:nth-of-type(4) .Merit__item-image{
		width: calc(10.6rem * .8);
		height: auto;
	}

	.Merit__item:nth-of-type(5) .Merit__item-body{
		padding-right: 3rem;
	}
	.Merit__item:nth-of-type(5) .Merit__item-image{
		width: calc(12.8rem * .8);
		height: auto;
	}
	.Merit__price{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Merit__item-wrap{
		max-width: 76.6rem;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
	}
	.Merit__item{
		width: 100%;
		height: 27.5rem;
	}
	.Merit__item-body{
		flex-direction: column;
	}
	.Merit__item-title br{
		display: none;
	}

	.Merit__item:nth-of-type(5){
		height: auto;
	}
	.Merit__item:nth-of-type(5) .Merit__item-body-inner{
		width: 100%;
		margin-bottom: 2.5rem;
		padding-right: 0;
	}
	.Merit__item:nth-of-type(5) .Merit__item-header{
		justify-content: space-between;
	}
	.Merit__item:nth-of-type(5) .Merit__item-text br{
		display: none;
	}
	.Merit__price{
		width: 100%;
		padding: 2.5rem;
	}

}
@media screen and (max-width:768px){

	.Merit{
		padding-bottom: var(--padding-topbottom);
	}
	.Merit__title{
		margin-bottom: 9.5rem;
	}

	.Merit__item-wrap{
		gap: 5.8rem;
		flex-direction: column;
	}
	.Merit__item{
		width: 100%;
		height: auto;
	}
	.Merit__item::before{
		left: 1rem;
		top: 1rem;
	}
	.Merit__item-header{
		margin-bottom: 2.8rem;
	}
	.Merit__item-body{
		padding: 3rem 4.5rem 4rem;
	}
	.Merit__item-title{
		font-size: 3.5rem;
		padding-top: 2rem;
		line-height: calc(5.4 / 3.5);
	}
	.Merit__item-title::before{
		font-size: 5rem;
		margin-bottom: 2.8rem;
	}
	.Merit__item-title span{
		line-height: calc(5.4 / 3.5);
	}
	.Merit__item-image img{
		width: 100%;
	}
	.Merit__item-text{
		font-size: 2.8rem;
		line-height: calc(4.8 / 2.8);
	}
	.Merit__item-text.-hosoku{
		font-size: 2.4rem;
		margin-top: 1.2rem;
		line-height: calc(3.4 / 2.4);
	}
	.Merit__item-text.-hosoku::before{
		line-height: calc(3.4 / 2.4);
	}

	.Merit__item:nth-of-type(1) .Merit__item-body{
		padding-top: 5rem;
	}
	.Merit__item:nth-of-type(1) .Merit__item-header{
		padding-right: 1.6rem;
	}
	.Merit__item:nth-of-type(1) .Merit__item-title{
		padding-top: 0;
	}
	.Merit__item:nth-of-type(1) .Merit__item-image{
		width: 13.7rem;
		height: 17.4rem;
	}
	.Merit__item:nth-of-type(2) .Merit__item-body{
		padding-right: 3.5rem;
	}
	.Merit__item:nth-of-type(2) .Merit__item-image{
		width: 25.6rem;
		height: 20.1rem;
	}
	.Merit__item:nth-of-type(2) .Merit__item-text-wrap{
		padding-right: 1rem;
	}
	.Merit__item:nth-of-type(3) .Merit__item-body{
		padding-right: 3rem;
	}
	.Merit__item:nth-of-type(3) .Merit__item-text-wrap{
		padding-right: 2.8rem;
	}
	.Merit__item:nth-of-type(3) .Merit__item-image{
		width: 19.6rem;
		height: 19.3rem;
	}
	.Merit__item:nth-of-type(4) .Merit__item-header{
		padding-right: 2rem;
	}
	.Merit__item:nth-of-type(4) .Merit__item-title{
		padding-top: 2rem;
	}
	.Merit__item:nth-of-type(4) .Merit__item-image{
		width: 13.8rem;
		height: 18.5rem;
	}

	.Merit__item:nth-of-type(5){
		height: auto;
	}
	.Merit__item:nth-of-type(5) .Merit__item-body{
		padding-right: 4.5rem;
		flex-direction: column;
	}
	.Merit__item:nth-of-type(5) .Merit__item-body-inner{
		width: 100%;
		padding-right: 0;
	}
	.Merit__item:nth-of-type(5) .Merit__item-header{
		padding-right: 1.5rem;
		column-gap: 2.4rem;
		justify-content: space-between;
	}
	.Merit__item:nth-of-type(5) .Merit__item-image{
		width: 17.4rem;
		height: 18.9rem;
	}
	.Merit__price{
		width: 100%;
		margin-top: 3.2rem;
		padding: 3.8rem 3.6rem 3rem;
	}
	.Merit__price-title{
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	.Merit__price-text{
		font-size: 2.4rem;
		line-height: calc(3.4 / 2.4);
	}
	.Merit__price-text-inner{
		line-height: calc(3.4 / 2.4);
		font-weight: 700;
	}
	.Merit__price-text-inner span:nth-of-type(1){
		width: 7.5rem;
		line-height: calc(3.4 / 2.4);
	}
	.Merit__price-text-inner span:nth-of-type(2){
		width: calc(100% - 7.5rem);
		line-height: calc(3.4 / 2.4);
	}
	.Merit__price-text.-hosoku{
		width: 100%;
		font-size: 2.4rem;
		line-height: calc(3.4 / 2.4);
		margin-top: 1rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.Merit__price-text.-hosoku::before{
		font-size: 2.4rem;
		line-height: calc(3.4 / 2.4);
	}

}



/*-------------------------------
	Q&A
-------------------------------*/

.Qa{
	background: var(--bgcolor);
}
.Qa__title{
	margin-bottom: 7.5rem;
}

.Qa__item-wrap{
	width: 100%;
	max-width: 76.6rem;
	row-gap: 1.8rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Qa__item{
	border: 2px solid var(--maincolor);
	width: 100%;
	padding: 2rem 2rem 2.4rem;
	background: #fff;
	cursor: pointer;
}
.Qa__item-title{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Qa__item-title::before{
	content: "Q";
	font-size: 2rem;
	font-weight: 900;
	line-height: 3rem;
}
.Qa__item-title span{
	width: calc(100% - 2.1rem);
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 1.4rem;
	line-height: calc(3 / 1.8);
	position: relative;
}
.Qa__item-title span::before,
.Qa__item-title span::after{
	transition: var(--transition);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.8rem;
	height: .3rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Qa__item-title span::after{
	transform: translateY(-50%) rotate(90deg);
}
.Qa__item-title.on span::after{
	transform: translateY(-50%) rotate(0deg);
}
.Qa__item-body{
	width: 100%;
	padding-top: 2rem;
	padding-right: 4rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Qa__item-body::before{
	color: var(--maincolor);
	content: "A";
	font-size: 2rem;
	font-weight: 900;
	line-height: 2.1rem;
}
.Qa__item-text{
	color: var(--maincolor);
	width: calc(100% - 1.8rem);
	padding-left: 2rem;
	font-weight: 700;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Qa__title{
		margin-bottom: 9rem;
	}

	.Qa__item-wrap{
		max-width: 100%;
		row-gap: 2.6rem;
	}
	.Qa__item{
		padding: 2rem;
	}
	.Qa__item-title::before{
		font-size: 4rem;
		line-height: 4.6rem;
	}
	.Qa__item-title span{
		width: calc(100% - 4rem);
		padding-right: 7rem;
		font-size: 3rem;
		padding-left: 2.2rem;
		line-height: calc(4.6 / 3);
		text-align: left;
	}
	.Qa__item-title span::before,
	.Qa__item-title span::after{
		width: 3.6rem;
		height: 3px;
	}
	.Qa__item-body{
		padding-top: 2.2rem;
		padding-right: 7rem;
		padding-bottom: .5rem;
	}
	.Qa__item-body::before{
		font-size: 4rem;
		line-height: 4.6rem;
	}
	.Qa__item-text{
		width: calc(100% - 4rem);
		font-size: 3rem;
		padding-left: 2.2rem;
		line-height: calc(4.6 / 3);
	}

}



/*-------------------------------
	Flow
-------------------------------*/

.Flow{
	padding-bottom: 0;
}
.Flow__title{
	margin-bottom: 2.5rem;
}
.Flow__copy{
	font-size: 2rem;
	font-weight: 700;
	line-height: calc(3 / 2);
	margin-bottom: 7.2rem;
	text-align: center;
}

.Flow__item-wrap{
	width: 100%;
	column-gap: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	counter-reset: number 0;
}
.Flow__item{
	border: 2px solid var(--maincolor);
	transition: 1s all var(--transition-easing);
	width: calc((100% - (5rem * 3)) / 4);
	height: 35rem;
	position: relative;
	transform: translateY(5rem);
	opacity: 0;
}
.Flow__item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: .8rem;
	top: .8rem;
	z-index: -1;
}
.Flow__item:not(:last-child)::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 1.5rem;
	height: 3rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(calc(50% + 3rem),-50%);
}
.Flow__item-inner{
	width: 100%;
	height: 100%;
	padding: 4.2rem 1.5rem 2.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	background: #fff;
}
.Flow__item-inner::before{
	color: var(--maincolor);
	content: counter(number,decimal-leading-zero);
	width: fit-content;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: .86;
	counter-increment: number 1;
	display: block;
	position: absolute;
	left: 0;
	top: 4.2rem;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.Flow__item-image{
	width: 15.8rem;
	height: 10rem;
	margin-bottom: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.Flow__item-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.Flow__item-text{
	height: calc((1em * (3 / 2)) * 3);
	font-size: 2rem;
	font-weight: 700;
	line-height: calc(3 / 2);
	text-align: center;
}

.Flow__item:nth-of-type(1) .Flow__item-image{
	padding-left: .3rem;
}
.Flow__item:nth-of-type(1) .Flow__item-image img{
	max-height: 9rem;
}
.Flow__item:nth-of-type(2) .Flow__item-image{
	padding-left: .7rem;
}

.Flow__item-wrap.-on .Flow__item{
	transform: translateY(0);
	opacity: 1;
}
.Flow__item-wrap.-on .Flow__item:nth-of-type(2){
	transition-delay: 1s;
}
.Flow__item-wrap.-on .Flow__item:nth-of-type(3){
	transition-delay: 2s;
}
.Flow__item-wrap.-on .Flow__item:nth-of-type(4){
	transition-delay: 3s;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Flow__item{
		width: calc((100% - (3.5rem * 3)) / 4);
	}
	.Flow__item-inner{
		padding: 2.5rem 1rem;
	}
	.Flow__item-wrap{
		column-gap: 3.5rem;
	}
	.Flow__item:not(:last-child)::after{
		transform: translate(calc(50% + 2.4rem),-50%);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Flow__item-wrap{
		max-width: 45rem;
		row-gap: 5rem;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
	}
	.Flow__item{
		width: 100%;
	}
	.Flow__item:not(:last-child)::after{
		width: 3rem;
		height: 1.5rem;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		transform: translate(-50%,calc(50% + 1.4rem));
		right: unset;
		left: 50%;
		top: 100%;
	}

}
@media screen and (max-width:768px){

	.Flow{
		padding-bottom: var(--padding-topbottom);
	}
	.Flow__title{
		margin-bottom: 4rem;
	}
	.Flow__copy{
		font-size: 2.8rem;
		line-height: calc(4.8 / 2.8);
		margin-bottom: 8.5rem;
	}

	.Flow__item-wrap{
		width: 100%;
		row-gap: 8.8rem;
		flex-direction: column;
	}
	.Flow__item{
		width: 100%;
		height: auto;
	}
	.Flow__item::before{
		left: 1rem;
		top: 1rem;
	}
	.Flow__item:not(:last-child)::after{
		width: 4.8rem;
		height: 2.4rem;
		left: 50%;
		top: calc(100% + 4.4rem);
		right: unset;
		transform: translate(-50%,calc(-50% + .5rem));
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}
	.Flow__item-inner{
		padding: 11.5rem 4rem 4rem;
	}
	.Flow__item-inner::before{
		font-size: 4rem;
		top: 4rem;
	}
	.Flow__item-image{
		margin-bottom: 3.5rem;
	}
	.Flow__item-text{
		height: auto;
		font-size: 3rem;
		line-height: calc(3.9 / 3);
	}

	.Flow__item:nth-of-type(1) .Flow__item-image{
		width: 15.6rem;
		height: 13.4rem;
		padding-left: 0;
	}
	.Flow__item:nth-of-type(1) .Flow__item-image img{
		max-height: none;
	}
	.Flow__item:nth-of-type(2) .Flow__item-image{
		width: 11.8rem;
		height: 14.8rem;
		margin-left: 1rem;
		padding-left: 0;
	}
	.Flow__item:nth-of-type(3) .Flow__item-image{
		width: 24.4rem;
		height: 15.4rem;
	}
	.Flow__item:nth-of-type(4) .Flow__item-image{
		width: 16.8rem;
		height: 14.9rem;
	}

}



/*-------------------------------
	Contact
-------------------------------*/

.Contact{
	background: var(--maincolor);
	padding-top: 18.5rem;
	padding-bottom: 11.5rem;
	margin-top: -7.4rem;
}
.Contact__title{
	width: 100%;
	margin-bottom: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Contact__title-en{
	font-size: 10rem;
	margin-bottom: 2.4rem;
	padding-bottom: .4rem;
	line-height: .82;
	font-weight: 700;
	color: #fff;
}
.Contact__title-jp{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.Contact__copy{
	font-size: 2rem;
	margin-bottom: 3.5rem;
	font-weight: 700;
	line-height: calc(3 / 2);
	color: #fff;
	text-align: center;
}
.Contact__item-wrap{
	width: 100%;
	max-width: 96.6rem;
	column-gap: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.Contact__item{
	width: calc((100% - 2.5rem) / 2);
}
.Contact__item a{
	width: 100%;
	height: 10rem;
	border-radius: 5rem;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.Contact__item a::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 2.3rem;
	height: 1.5rem;
	position: absolute;
	right: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Contact__item a:hover::after{
	background-image: url(../images/common/icon_arrow-white.svg) !important;
}

.Contact__item:nth-of-type(1) a{
	color: var(--subcolor2);
}
.Contact__item:nth-of-type(1) a:hover{
	background: var(--subcolor2);
	color: #fff;
}

.Contact__item:nth-of-type(2) a{
	color: var(--subcolor1);
}
.Contact__item:nth-of-type(1) a::after{
	background-image: url(../images/common/icon_arrow-subcolor2.svg);
}
.Contact__item:nth-of-type(2) a:hover{
	background: var(--subcolor1);
	color: #fff;
}
.Contact__item:nth-of-type(2) a::after{
	background-image: url(../images/common/icon_arrow-subcolor1.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Contact__item-wrap{
		row-gap: 2.5rem;
		flex-direction: column;
	}
	.Contact__item{
		width: 100%;
		max-width: 76.6rem;
	}

}
@media screen and (max-width:768px){

	.Contact{
		padding-top: 7rem;
		padding-bottom: 12.8rem;
		margin-top: 0;
	}
	.Contact__title{
		margin-bottom: 5.5rem;
	}
	.Contact__title-en{
		font-size: 13rem;
		margin-bottom: 3.5rem;
	}
	.Contact__title-jp{
		font-size: 3.6rem;
	}
	.Contact__copy{
		font-size: 3rem;
		margin-bottom: 10rem;
		line-height: calc(5.2 / 3);
	}
	.Contact__item-wrap{
		width: 100%;
		max-width: 100%;
		row-gap: 5rem;
		flex-direction: column;
	}
	.Contact__item{
		width: 100%;
	}
	.Contact__item a{
		height: 10rem;
		font-size: 3.6rem;
	}
	.Contact__item a::after{
		width: 5.2rem;
		height: 2rem;
		right: 2.8rem;
	}

}