@charset "UTF-8";

/* +++横スクロールの設定のためのスタイル+++ */
@media screen and (min-width: 1033px){
	.wrapper{
	    width: 600% !important;
	    height: 100vh;
	}

	.page-title{
		margin-bottom: 5.2rem;
	}
}


#footer .bg-scroll{
	display: none;
}
/*
.wrapper {
	display: flex;       
	overflow: hidden;    
	height: 100vh;
}
.js-scroll{
	flex: 0 0 100vw;     
	height: 100vh;
}
*/
/* +++.bread-crumbs+++ */
/* .bread-crumbs{
	margin-bottom: 1.5rem;
} */

/* +++#sec01+++ */
#sec01{
	background: url(../images/service01-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;
	overflow: hidden;
}
.service-list li{
	width: 33.3333333%;
	padding: 0 3.8rem;
	height: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.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/service01-icon01.png);
}
.service-list li:nth-of-type(2) a:before{
	background-image: url(../images/service01-icon02.png);
}
.service-list li:nth-of-type(3) a:before{
	background-image: url(../images/service01-icon03.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{
/*
	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-head{
	width: 27%;
}
.result-head h3{
	height: 4.2rem;
}
.result-head h3 img{
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
}
.result-area .slide-area{
	width: 73%;
}
.result-area h3{
	font-size: 5.4rem;
	margin-bottom: 2rem;
	text-align: center;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}
.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{
	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;
}
.prev-arrow01,
.prev-arrow02,
.prev-arrow03{
	background-image: url(../images/prev-arrow01.svg);
}
.next-arrow01,
.next-arrow02,
.next-arrow03{
	background-image: url(../images/next-arrow01.svg);
}
.slide-area h4{
	font-size: 1.4rem;
	margin-top: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
}
.slick-track{
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-slide img{
/*
	height: 20rem;
*/
	aspect-ratio: 28 / 20;
}
.slick-slide a{
	height: 100%;
}


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


/* +++.bread-crumbs+++ */
	.bread-crumbs{
		margin-bottom: 3rem;
	}
/* +++#sec01+++ */
	#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;
	}
}


@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;
	}
}

/*----- 寺井リサイズ調整 */
/* @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% - var(--title-bread-height));
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	.sec-title03{
		font-size: 4rem;
		margin-bottom: 2rem;
	}

	#sec01 .box01{
		padding: 2.5rem;
		margin: 3.5rem auto 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#sec02 .sec__inner,
	#sec03 .sec__inner,
	#sec04 .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);
	}
}