@charset "UTF-8";

@media screen and (min-width: 1033px){
	.page-title{
		margin-bottom: 7.2rem;
	}
}

/* +++横スクロールの設定のためのスタイル+++ */
.wrapper{
    width: 800%;
    height: 100vh;
}

#footer .bg-scroll{
	display: none;
}

/* +++.bread-crumbs+++ */
.bread-crumbs{
	margin-bottom: 13rem;
}

/* +++#sec01+++ */
#sec01{
	background: url(../images/service04-sec01-bg01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.box01{
	max-width: 123rem;
	width: 100%;
	background: rgba(255,255,255,.4);
	backdrop-filter: blur(20px);
	box-shadow: 0 2.1rem 3rem #197CB1;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 3rem 0;
	margin: 4.5rem auto 0;
	/* margin: 2.5rem auto 0; */
	overflow: hidden;
}
#sec01 .box01{
	padding-block: 1.5rem;
}
.service-list{
	justify-content: center;
}
.service-list li{
	width: 33.3333333%;
	padding: 0 3.8rem;
	height: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-block: 1.5rem;
}
.service-list li:not(:last-of-type){
	border-right: 1px solid rgba(255,255,255,.6);
}
.service-list li a:before{
	content: "";
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-right: 2rem;
}
.service-list li:nth-of-type(1) a:before{
	background-image: url(../images/service04-icon01.png);
}
.service-list li:nth-of-type(2) a:before{
	background-image: url(../images/service04-icon02.png);
}
.service-list li:nth-of-type(3) a:before{
	background-image: url(../images/service04-icon03.png);
}
.service-list li:nth-of-type(4) a:before{
	background-image: url(../images/service04-icon04.png);
}
.service-list li:nth-of-type(5) a:before{
	background-image: url(../images/service04-icon05.png);
}
.service-list li a:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 1em;
	background: url(../images/arrow-white01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: 2rem;
}


/* +++#sec02+++ */
#sec02,
#sec03,
#sec04,
#sec05,
#sec06{
/*
	padding-top: 13.8rem;
*/
	padding-top: 9rem;
}
.outline .pic{
	width: calc(50% - 1.5rem);
	margin-right: -3rem;
	border-radius: 2rem;
	overflow: hidden;
}
.outline .text{
	width: calc(50% + 4.5rem);
	border-radius: 2rem;
	padding: 4rem;
	position: relative;
	z-index: 9;
}
.button-area{
	margin-top: 2rem;
	width: 100%;
	align-items: flex-end;
}
.button-area a{
	width: calc(50% - 2.1rem);
}

.result-area{
	padding-right: 3rem;
	width: 100%;
	margin-inline: 0;
}
.result-area .pic img{
/*
	height: 20rem;
*/
	aspect-ratio: 28 / 20;
}
.result-head{
	width: 27%;
}
.result-area .slide-area{
	width: 73%;
}
.result-head h3{
	height: 4.2rem;
	margin-bottom: 2rem;
}
.result-head h3 img{
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
}
.result-area .button05{
	border: none;
	width: 21.6rem;
	height: 6rem;
}
.slide-area .pic{
	padding-inline: 1rem;
}
.slide-area .pic img{
	border-radius: 2rem;
}
.slide-arrow01,
.slide-arrow02,
.slide-arrow03,
.slide-arrow04,
.slide-arrow05{
	display: flex;
	margin-left: auto;
	margin-top: 1rem;
}
.slide-arrow{
	width: 2rem;
	margin-left: 1rem;
	cursor: pointer;
}
.slide-arrow img{
	display: block;
	width: 100%;
}
.slide-area h4{
	font-size: 1.4rem;
	margin-top: 1.2rem;
	font-weight: 400;
}
.slick-track{
	display: flex;
}
.slick-slide {
	height: auto !important;
}

.prev-arrow01,
.prev-arrow02,
.prev-arrow03,
.prev-arrow04,
.prev-arrow05{
	background-image: url(../images/prev-arrow01.svg);
}
.next-arrow01,
.next-arrow02,
.next-arrow03,
.next-arrow04,
.next-arrow05{
	background-image: url(../images/next-arrow01.svg);
}
.slide-arrow01,
.slide-arrow02,
.slide-arrow03,
.slide-arrow04,
.slide-arrow05{
	display: flex;
	margin-left: auto;
	margin-top: 1rem;
}
.slide-arrow{
	width: 2rem;
	height: 2rem;
	margin-left: 1rem;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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


/* +++.bread-crumbs+++ */
	.bread-crumbs{
		margin-bottom: 3rem;
	}
/* +++#sec01+++ */
	.btn-list{
		width: 100%;
		padding-block: 1.5rem;
	}
	.btn-list li,
	.btn-list li:nth-of-type(2) a{
		width: 100%;
	}
	#sec01 p{
		text-align: left;
	}
	.box01{
		max-width: 100%;
		border-radius: 1.2rem;
		padding: 1rem 1.5rem;
		margin: 3rem auto 0;
	}
	.service-list{
		display: block;
	}
	.service-list li{
		width: 100%;
		padding: 1rem 0;
		height: auto;
	}
	.service-list li a{
		justify-content: flex-start;
		width: 100%;
	}
	.service-list li:not(:last-of-type){
		border-right: none;
	}
	.service-list li a:before{
		width: 3.6rem;
		height:3.6rem;
		margin-right: 1rem;
	}
	.service-list li a:after{
		width: 1.2rem;
		height: 1em;
		margin-left: auto;
		margin-right: 0;
	}


/* +++#sec02+++ */
	#sec02,
	#sec03,
	#sec04{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.outline .pic{
		width: 100%;
		margin-right: 0;
		margin-bottom: -2.4rem;
		border-radius: 1.2rem;
		overflow: hidden;
	}
	.outline .text{
		width: calc(100% - 2.4rem);
		border-radius: 1.2rem;
		padding: 3rem 1.5rem;
		margin: 0 auto;
	}
	.button-area{
		margin-top: 3rem;
		display: block;
		padding: 0 1.5rem;
	}
	.button-area a{
		width: 100%;
	}
	.button-area .button05{
		margin-top: 2rem;
	}
	.result-area{
		padding: 3rem 1.5rem;
		width: 100%;
	}
	.result-head{
		width: 100%;
	}
	.result-head h3{
		height: 3rem;
	}
	.result-head h3 img{
		display: block;
		height: 100%;
		width: auto;
		margin-left: 0;
	}
	.result-area .slide-area{
		width: 100%;
	}
	.result-area .button05{
		width: calc(100% - 3rem);
		height: 4rem;
		margin: 2rem auto 0;
	}
	.slide-area .pic{
		padding-inline: .5rem;
	}
	.slide-area .pic img{
		border-radius: 1.2rem;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.slide-arrow01,
	.slide-arrow02,
	.slide-arrow03,
	.slide-arrow04{
		display: flex;
		margin-left: auto;
		margin-top: 1rem;
		width: 100%;
		justify-content: flex-end;
	}

	/* +++#sec05+++ */
	#sec05 .box01{
		padding: 3rem 1.5rem;

	}
	.slide-outer{
		width: 100%;
		max-width: 100%;
		margin: 2rem auto 0;
	}
	#sec05 p{
		text-align: left;
	}

	.slide-arrow01,
	.slide-arrow02,
	.slide-arrow03,
	.slide-arrow04{
		display: flex;
		margin-left: auto;
		margin-top: 1rem;
		width: 100%;
		justify-content: flex-end;
	}

}


@media screen and (min-width: 769px) and (max-width: 1032px){
	.contents{
		max-width: 73.9rem;
		margin-inline: auto;
		padding-top: 12vh;
	}
	.max1230{
		max-width: 56rem !important;
		margin-inline: auto;
	}
	.slide-area .pic{
		padding-inline: 1rem;
	}
	.btn-list li:nth-of-type(2) a{
		max-width: 31.2rem;
	}
}





/*----- 寺井リサイズ調整 */
/* @media screen and (max-width: 1100px),
screen and (min-width: 1380px){ */
/* @media screen and (min-width: 1380px){ */
@media screen and (min-width: 1033px){

	.contents{
		width: 100%;
		height: calc(100% - (7.5rem + 15.8rem));
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	.sec-title03{
		font-size: 4rem;
		margin-bottom: 2rem;
	}

	#sec02 .sec__inner,
	#sec03 .sec__inner,
	#sec04 .sec__inner,
	#sec05 .sec__inner,
	#sec06 .sec__inner{
		flex-direction: column;
	}

	.outline{
		height: 39rem;
	}
	.outline .text{
		padding: 3rem 4rem;
	}
	.outline .sec-title04{
		margin-bottom: 1.5rem;
	}

	.result-area{
		height: calc(100% - (39rem + 4.5rem));
		padding-bottom: 2rem;
		max-height: 31rem;
	}
	.result-area .slide-area{
		height: calc(100% - 3rem);
	}
	.result-area .slide-area .slick-list{
		height: 100%;
	}
	.result-area .slide-area .slick-track{
		height: 100%;
	}
	.result-area .slide-area .slick-slide a{
/*
		height: calc(100% - (1em + 1.2rem));
*/
		height: 100%;
	}
	.result-area .slide-area .slick-slide img{
/*
		height: 100%;
*/

		max-height: calc(100% - 3.2rem);
	}

}