@charset "utf-8";

.forSP {
	display: none;
}

.forPC {
	display: block;
}

/* main image */
#mainHdImg {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 80vh;
}

#mainHdImg .slider {
	width: 100%;
	max-width: 1300px;
	height: 60vh;
	margin: -20px auto 40px;
}

#mainHdImg .slider div {
	width: 100%;
	height: 60vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;

	user-select: none;
	outline: none;
}

#mainHdImg .slider div.slide2,
#mainHdImg .slider div.slide3,
#mainHdImg .slider div.slide4 {
	margin-top: 5vh;
	height: 46vh;
}

#mainHdImg .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 10;
}

#mainHdImg .slick-dots li {
	width: 40px;
	height: 4px;
	border-radius: 0;
}

#mainHdImg .slick-dots li button {
	width: 40px;
	height: 4px;
	border-radius: 0;
}

#mainHdImg .slick-dots li button::before {
	width: 40px;
	height: 4px;
	text-align: center;
	margin: 5px;
	border-radius: 0;
}

#mainHdImg .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #2b84d2;
	background-color: #2b84d2;
}

#mainHdImg .maintitle-wrp {
	position: relative;
	width: 100%;
	padding-top: 5vh;
	text-align: center;
	transition: opacity 1s ease, transform 1s ease;
	color: #000;
}

#mainHdImg .maintitle-wrp .mainTitle {
	display: block;
	height: 74px;
	width: auto;
}

#mainHdImg .maintitle-wrp .mainTitle img {
	width: auto;
	height: 100%;
}

#mainHdImg .maintitle-wrp p {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 36px;

	-webkit-user-select: none;
	user-select: none;
}

#mainHdImg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;

	-webkit-user-select: none;
	user-select: none;
}

#mainHdImg .omoi {
	width: 13vw;
	height: 13vw;
	max-width: 220px;
	max-height: 220px;
	/*	min-width: 260px;*/
	/*	margin: 40px auto;*/
	background-color: rgba(255, 255, 255, 0.8);
	transition: opacity 1s 0.5s ease, transform 1s ease;

	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 3;
}


#mainHdImg.on .omoi,
#mainHdImg.on .maintitle-wrp {
	opacity: 0;
	transform: translateY(-5vh);
}

#mainHdImg p {
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.6em;
}

* {
	box-sizing: border-box;
}

.co-wrp {
	position: relative;
	background-color: #fff;
	/*    margin-bottom: 90vh;*/
}

#onestop .co {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.flex {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.box {
	padding: 4vh 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.box img {
	width: 100%;
	height: auto;
	/*
    object-fit: contain;
    font-family: 'object-fit: contain;';
*/
}

.box8 {
	min-height: 85vh;
}

.box7 {
	min-height: 70vh;
}

.box5 {
	min-height: 50vh;
}

.box4 {
	min-height: 40vh;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w48 {
	width: 48%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w100 {
	width: 100%;
}

.w33 {
	width: calc(100% / 3);
}

.w30 {
	width: calc(100% / 3 - 5px);
}


.subimg {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.subimg figure {
	display: block;
	margin: 0;
	padding: 0;
}

.co h2 {
	display: block;
	width: 500px;
	margin: 0 auto;
}

.co h2 img {
	width: 100%;
	height: auto;
}


.co h2 span {
	display: block;
	font-size: 0.6em;
	padding: 0.5em 0;
}


.co p.lead {
	display: block;
	width: 100%;
	font-size: 0.9em;
	line-height: 2.2em;
	padding: 0.5em 0;
	margin: 0 auto 1em;
}

.co p.lead .strong {
	font-size: 1.15em;
	font-weight: bold;
}

#s0 h3 {
	display: block;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 1em;
}

#s0 .pro {
	display: inline-block;
	padding: 0.5em 1em;
	border: 2px solid #2b84d2;
	font-size: 1.15em;
	margin: 1em auto 2em;

	color: #2b84d2;
	/*
    background: -webkit-linear-gradient(0deg, #f8d200, #FF8C00, #ff2700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/

	position: relative;
	z-index: 5;
}


.title-wrp {
	display: flex;
	justify-content: space-between;
	height: 560px;
	margin: 20px auto 40px;
	position: relative;
}

.title-wrp .img {
	width: 68%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.nco {
	counter-increment: title;
	background-color: #fff;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.n-title {
	/*	width: 30%;*/
	display: block;
	font-size: 1.1em;
	line-height: 4em;
	text-align: center;
	padding: 1em 0;
	position: relative;
}

.n-title .en-sub {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-size: 2em;
	padding: 0;
	color: #eb711f;
	background: -webkit-linear-gradient(0deg, #f8bf00, #FF8C00, #ff2700);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.n-title::before {
	content: '0'counter(title);
	display: inline-block;
	font-size: 4em;
	/*    padding: 0.5em;*/
	margin-right: 0.25em;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	color: #eb711f;
	background: -webkit-linear-gradient(0deg, #f8bf00, #FF8C00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.txtleft {
	text-align: left;
}

.txtbox-inner h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

.co figure img {
	width: 100%;
	height: 100%;
}

.co .text-wrp {
	width: 70%;
	padding: 30px 0;
}

.box.illust {
	padding: 0 40px;
}


#s2 .step-wrp {
	padding: 30px 20px;
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
}

#s2 .step-wrp h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

#s2 .step-wrp h4 span {
	display: block;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}

#s2 .step-wrp ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
}

#s2 .step-wrp ul:after {
	top: 101%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 113, 31, 0);
	border-top-color: #2b84d2;
	border-width: 30px;
	margin-left: -30px;
}

#s2 .step-wrp ul li {
	display: block;
	/*	width: calc(100% / 3.15);*/
	width: calc(100% / 6.15);
	padding: 20px 10px 30px;
	margin-bottom: 20px;
	/*    border:4px solid #000;*/

	counter-increment: step;
	position: relative;
}

#s2 .step-wrp ul li::after {
	left: calc(100% - 5px);
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 113, 31, 0);
	border-left-color: #2b84d2;
	border-width: 15px;
	margin-top: -15px;
	z-index: 2;
}

#s2 .step-wrp ul li:last-child::after {
	display: none;
}

#s2 .step-wrp li h4 {
	display: block;
	font-size: 1em;
	min-height: 3em;
	color: #2b84d2;
	margin: 0 auto;
	padding: 0;
	/*
    background: -webkit-linear-gradient(0deg, #f8d200, #FF8C00, #f74829);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
}

#s2 .step-wrp li p {
	font-size: 0.9em;
	line-height: 1.5em;
}

#s2 .step-wrp li .icon {
	width: 60%;
	display: block;
	margin: 10px auto 15px;
}

#s2 .step-wrp li .icon img {
	width: 100%;
	height: auto;
}

#s2 .onestop-btn {
	display: block;
	/*    background-color:#eb711f;*/
	background-color: #000;
	font-size: 1.2em;
	color: #fff;
	padding: 0.5em 3em;
	margin: 1em auto;
}

.gallery {
	padding: 80px 0;
}

.gallery h2 {
	display: block;
	margin: 60px auto;
}

.gallery-wrp {
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 20px auto;
}

.gallery-wrp > div {
	width: 23.5%;
	padding-bottom: 23.5%;
	position: relative;
	margin-bottom: 2%;
}

.gallery .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.gallery .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: contain;';
	
	transition: opacity 0.5s ease,transform 0.5s ease;
}
.gallery .photo:hover img {
	transform: scale(1.05);
	opacity: 0.6;
}

.about {
	display: block;
	background-color: #f9f9f9;
	color:#2b84d2;
	transition: background 1s ease, color 1s ease;
}
.about .inner{
	display: block;
	padding: 60px 0 100px;
	background-image:url(../images/Inquiry_illust.svg);
	background-repeat: no-repeat;
	background-position: center 90%;
	background-size:70% auto;
}
.about:hover{
	background-color:#2b84d2;
	color:#fff;
}

.about:hover .about-btn {
	color:#2b84d2;
/*	background-color: #eb711f;*/
}

.about h3 {
	text-align: center;
	padding: 1em 0;
	position: relative;
	display: block;
}
.about h3::before{
	content: '';
	width:120px;
	height: 80px;
	display: block;
	margin: 0 auto 10px;
	background-image:url(../images/Inquiry_icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}

.about .about-btn {
	display: inline-block;
	background-color: #000;
	/*    background: -webkit-linear-gradient(0deg, #ff9d00, #ff6f0e);*/
	color: #fff;
	padding: 1.25em 4em;
	margin: 1em auto 3em;
	font-size: 1.2em;
	position: relative;
}

.about .about-btn:after {
	font-family: 'marurino';
	content: "\e945";
	display: block;
	font-size: 1.1em;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1.2em;
}

/*
.more {
	background-color: #f9f9f9;
	padding: 80px 40px;
	text-align: center;
}

.more-link {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.more .linkbox {
	display: block;
	width: 49%;
	border: 1px solid #999;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
	background-color: #fff;
	margin: 0;
}

.more .linkbox .thumb {
	display: block;
	margin: 0;
	width: 100%;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.more .linkbox p {
	padding: 1em 0;
	font-size: 1.1em;
}
*/

@media screen and (max-width:768px) {
	.forPC {
		display: none;
	}

	.forSP {
		display: block;
	}

	#mainHdImg {
		height: 80vh;
	}

	#mainHdImg .slider {
		width: 100%;
		max-width: 100%;
		height: 40vh;
		margin: 20px auto 0;
	}

	#mainHdImg .slider div {
		width: 100%;
		height: 34vh;
		background-size: 138% auto;
	}

	#mainHdImg .slider div.slide2,
	#mainHdImg .slider div.slide3,
	#mainHdImg .slider div.slide4 {
		margin-top: 3vh;
		height: 34vh;
		background-size: 96% auto;
		background-position: center top;
	}

	#mainHdImg .maintitle-wrp .mainTitle {
		height: auto;
		width: 80vw;
		margin: 0 auto;
	}

	#mainHdImg .maintitle-wrp .mainTitle img {
		width: 100%;
		height: auto;
	}

	#mainHdImg .maintitle-wrp p {
		font-size: 0.8em;
		line-height: 1.5em;
		padding-bottom: 10px;
		/*		text-indent: 0.75em;*/
	}

	.omoi-sp {
		width: 40vw;
		height: 40vw;
		margin: 0 auto 20px;
	}

	.omoi-sp img {
		width: 100%;
		height: auto;
	}

	#mainHdImg .slick-dots {
		position: absolute;
		bottom: 10px;
		left: 0;
		z-index: 10;
	}

	.flex {
		flex-wrap: wrap;
	}

	.box8 {
		min-height: auto;
	}

	.box7 {
		min-height: auto;
	}

	.box60 {
		min-height: auto;
	}

	.box65 {
		min-height: auto;
	}

	.box5 {
		min-height: auto;
	}

	.box4 {
		min-height: auto;
	}

	.box3 {
		height: 30vh;
	}

	.w50 {
		width: 100%;
	}

	.w40 {
		width: 100%;
	}

	.w60 {
		width: 100%;
	}

	.w70 {
		width: 100%;
	}

	.w100 {
		width: 100%;
	}

	.w33 {
		width: calc(100% / 3);
	}

	.txtbox {
		padding: 4vw;
	}

	.co p.lead {
		display: block;
		width: 100%;
		font-size: 0.9em;
		line-height: 2em;
		padding: 0.5em 0;
		margin: 0 auto 1em;
		text-align: left;
	}

	#s0 h3 {
		display: block;
		width: 100%;
		font-size: 1em;
		line-height: 1.5em;
		font-weight: bold;
		padding-bottom: 1em;
	}

	#s0 .pro {
		display: inline-block;
		padding: 0.5em 1em;
		border: none;
		font-size: 0.9em;
		font-weight: 600;
		line-height: 1.5em;
		margin: 1em auto 1.5em;
	}

	.co p.lead br {
		display: none;
	}

	.n-title {
		display: block;
		font-size: 0.9em;
		line-height: 4em;
	}

	.n-title.txtleft {
		text-align: center;
	}

	.txtbox-inner h4 {
		font-size: 1em;
	}

	.txtbox-inner h4.txtleft {
		text-align: center;
	}

	.n-title .en-sub {
		display: inline-block;
		font-family: 'Barlow', sans-serif;
		font-size: 2em;
	}

	.n-title::before {
		font-size: 4em;
		display: block;
		line-height: 1em;
		margin-right:0;
	}
	.box.illust{
		padding:0 20px;
	}

	#s1 .illust:first-child {
		order: 1;
	}

	#s2 .stepbg {
		padding: 30px 0;
	}

	#s2 .step-wrp {
		padding: 4vw;
		max-width: auto;
	}

	#s2 .step-wrp ul {
		flex-wrap: wrap;
		width: 100%;
	}

	#s2 .step-wrp ul li {
		width: 48%;
		padding: 10px;
		margin-bottom: 10px;
	}

	#s2 .step-wrp li p {
		font-size: 0.8em;
	}

	#s2 .step-wrp ul li::after {
		display: none;
	}

	#s2 .step-wrp li h4 {
		font-size: 0.9em;
		min-height: 3em;
	}

	#s2 .onestop-btn {
		font-size: 1em;
		color: #fff;
		padding: 0.5em 2em;
		margin: 1em auto;
	}

	.gallery h2 {
		width: 90%;
		margin: 20px auto;
	}

	.gallery-wrp {
		padding: 4vw;
	}

	.gallery-wrp > div {
		width: 32%;
		padding-bottom: 32%;
	}


	.about {
		padding: 30px 0;
	}
	.about .inner{
	display: block;
	padding: 40px 0 80px;
	background-position: center 90%;
	background-size:160% auto;
	}

	.about h3 {
		font-size: 0.8em;
		line-height: 1.5em;
		padding: 1em 0;
	}

	.about .about-btn {
		color: #fff;
		padding: 1em 2.5em;
		margin: 1em auto 2em;
		font-size: 0.8em;
		width:100%;
	}

	.about .about-btn:after {
		right: 0.5em;
	}

	.about .about-btn:hover {
		background-color: #eb711f;
	}


}