@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Poppins:wght@400;500;600;700&display=swap');
/* Zen Kaku Gothic
+ Regular 400
+ Medium 500
+ Bold 700
+ Black 900
*/
/* Poppins
+ Regular 400
+ Medium 500
+ SemiBold 600
+ Bold 700
+ Black 900
*/
/* KeyColor
+ #EDA00C, #FFFAE5(background)
*/
/*--------------------------------
	Common
--------------------------------*/
img {
    image-rendering: -webkit-optimize-contrast;
}
@media all and (min-width: 1025px) {
	.sp { display: none !important; }
}
@media all and (max-width: 1024px) {
	.pc { display: none !important; }
}
/*--------------------------------
	Page Top
--------------------------------*/
#pageTop {
	display: none;
	position: fixed;
 	bottom: 0px;
	left: 22px;
	z-index: 10;
}
#pageTop a {
	transition: .5s;
}
#pageTop a:hover {
	opacity: 0.8;
}
@media all and (max-width: 1024px) {
	#pageTop {
		display: none;
		bottom: 0;
		left: 15px;
	}
	#pageTop img {
		width: 60px;
	}
}
/*--------------------------------
	Title
--------------------------------*/
.title-item {
	margin: 0 0 8rem;
	padding: 7rem 0 5rem;
	border-radius: 0 0 10rem 0;
	background: #FFFEDB;
}
.title-item .title {
	margin: 0 0 0 !important;
}
.title {
	position: relative;
}
.title h2 {
	position: relative;
	padding: 0 0 0 4rem;
}
.title h2 span {
	display: block;
}
.title h2 span.en {
	font-family: 'Poppins', sans-serif;;
	font-weight: 600;
	font-size: 4rem;
	color: #EDA00C;
}
.title h2 span.jp {
	font-size: 1.5rem;
	font-weight: 500;
	color: #EDA00C;
	letter-spacing: 0.1em;
}
.title::before,
.title::after,
.title h2::before,
.title h2::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: .8rem;
	height: .8rem;
	border-radius: .1rem;
	background: #EDA00C;
}
.title::before {
	left: 0;
	top: 2.3rem;
}
.title::after {
	left: 1.2rem;
	top: 2.3rem;
}
.title h2::before {
	left: 0;
	top: 3.5rem;
}
.title h2::after {
	left: 1.2rem;
	top: 3.5rem;
}
@media all and (max-width: 1024px) {
	.title-item {
		margin: 0 0 5rem;
		padding: 5rem 0 3.2rem;
	}
	.title h2 {
		padding: 0 0 0 2.5rem;
	}
	.title h2 span.en {
		font-size: 3.4rem;
		line-height: 1.2;
	}
	.title::before,
	.title::after,
	.title h2::before,
	.title h2::after {
		width: .6rem;
		height: .6rem;
	}
	.title::before {
		left: 0;
		top: 1.5rem;
	}
	.title::after {
		left: 0.8rem;
		top: 1.5rem;
	}
	.title h2::before {
		left: 0;
		top: 2.3rem;
	}
	.title h2::after {
		left: 0.8rem;
		top: 2.3rem;
	}
}
.section-explanation {
	margin: 12rem 0 7rem;
}
.section-explanation p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.section-explanation p.message {
	padding: 3rem 0 1rem;
	font-size: 1.5rem;
	font-weight: normal;
}
@media all and (max-width: 1024px) {
	.section-explanation {
		margin: 11rem 0 5rem;
	}
	.section-explanation p {
		font-size: 1.5rem;
		line-height: 2.2;
	}
	.section-explanation p.message {
		font-size: 1.4rem;
		letter-spacing: 0.03em;
	}
}
@media all and (max-width: 321px) {
	.section-explanation p.message {
		font-size: 1.2rem;
		letter-spacing: 0em;
	}
}
/*--------------------------------
	Button
--------------------------------*/
.view-all {
	text-align: right;
}
.view-all a {
	position: relative;
	display: inline-block;
	padding: 0 5.5rem 0 0;
	font-size: 2rem;
	font-weight: 400;
	color: #525252;
}
.view-all a::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	background: #FEE976;
}
.view-all a::after {
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	content: "";
	display: inline-block;
	width: 3.4rem;
	height: 0.9rem;
	background: url("/images/common/icon-viewall.svg") no-repeat;
	transition: .5s;
}
.view-all a:hover::after {
	right: -1.2rem;
}
.btn-external {
	box-sizing: border-box;
}
.btn-external a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 10rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 5rem;
	border: 2px solid #EDA00C;
	border-radius: 1rem 8rem 8rem 8rem;
	background: #EDA00C;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.1em;
	transition: .5s;
}
.btn-external a:hover {
	background: #FFF;
	color: #EDA00C;
}
.btn-external a::before {
	position: absolute;
	content: "";
	display: inline-block;
	right: 3.2rem;
	top: 3.2rem;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 100%;
	background: #FFF;
	transition: .5s;
}
.btn-external a::after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 4.5rem;
	top: 4.5rem;
	width: 1rem;
	height: 1rem;
	background: url("/images/common/btn-external.svg") no-repeat;
	transition: .5s;
}
.btn-external a:hover::before {
	background: #EDA00C;
}
.btn-external a:hover::after {
	background: url("/images/common/btn-external-on.svg") no-repeat;
}
.btn-01 {
	box-sizing: border-box;
}
.btn-01 a {
	position: relative;
	display: flex;
	align-items: center;
	width: 46rem;
	height: 10rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 5rem;
	border: 2px solid #EDA00C;
	border-radius: 1rem 8rem 8rem 8rem;
	background: #EDA00C;
	font-size: 2rem;
	color: #FFF;
	letter-spacing: 0.1em;
	transition: .5s;
}
.btn-01 a:hover {
	background: #FFF;
	color: #EDA00C;
}
.btn-01 a::before {
	position: absolute;
	content: "";
	display: inline-block;
	right: 3.2rem;
	top: 3.2rem;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 100%;
	background: #FFF;
	transition: .5s;
}
.btn-01 a::after {
	position: absolute;
	z-index: 1;
	right: 4.1rem;
	top: 4.5rem;
	content: "";
	display: inline-block;
	width: 4.4rem;
	height: 0.9rem;
	background: url("/images/common/btn-contact.svg") no-repeat;
	transition: .5s;
}
.btn-01 a:hover::before {
	background: #EDA00C;
}
.btn-01 a:hover::after {
	right: 1.6rem;
}
@media screen and (max-width: 1024px) {
	.btn-external a {
		max-width: 40rem;
		height: 8rem;
		padding: 0 0 0 3rem;
		font-size: 1.8rem;
	}
	.btn-external a::before {
		top: 2.2rem;
	}
	.btn-external a::after {
		top: 3.5rem;
	}
	.btn-01 a {
		width: 100%;
		max-width: 40rem;
	}
}
@media screen and (max-width: 398px) {
	.btn-external a {
		padding: 0 0 0 2rem;
	}
	.btn-external a::before {
		right: 1.2rem;
	}
	.btn-external a::after {
		right: 2.5rem;
	}
}
/*--------------------------------
	etc
--------------------------------*/
@media screen and (min-width: 1025px) {
	a[href*="tel:"] {
		pointer-events: none;
	}
}
.fadeup {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 1.0s ease; 
}
.active {
	opacity: 1;
	transform: translate(0, 0); 
}
@media all and (min-width: 1024px) {
	.fadeup.is-delay1 {
		transition-delay: 0.5s;
	}
	.fadeup.is-delay2 {
		transition-delay: 1s;
	}
}