@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');



/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
:root {
	--yellow: #f4df74;
	--grey: #353535;
	--bg-grey: #f6f6f6;
}
body {
	color: var(--grey);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}
a {
	color: var(--grey);
}



/*  ----------------------------------------------------------

font-size

----------------------------------------------------------  */
html {
    font-size: 0.833vw;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 1.303vw;
    }	
}
@media screen and (max-width: 540px) {
    html {
        font-size: 1.851vw;
    }	
}
@media screen and (max-width: 414px) {
    html {
        font-size: 2.415vw;
    }	
}
@media screen and (min-width: 1401px) {
    html {
		font-size: 0.714vw;
    }	
}



/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
.heading {
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	text-align: center;
}


.heading > span {
	background: var(--grey);
	color: #fff;
	transform: skewX(-15deg);
	padding: 0 1.8rem 0.2rem 2.4rem;
	font-size: 2.2rem;
	margin-bottom: 2.5rem;
}
.heading > span > span {
	display: block;
	transform: skewX(15deg);
}
@media screen and (max-width: 768px) {
	.heading {
		font-size: 2.4rem;
		letter-spacing: 0.15em;
	}
}

.txt {
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.txt {
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 767px) {
	.more {
		text-align: center;
		line-height: 1.5;
		display: block;
		width: 38rem;
		padding: 2rem 0 2.1rem 0;
		border: solid 0.2rem var(--grey);
		border-radius: 10rem;
		background: url(../img/arrow-1.png) no-repeat center right 2rem;
		background-size: 1rem auto;
		background-color: var(--yellow);
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	.cta-txt p{
		font-weight: 600;
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
	.cta-txt-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

}
@media screen and (max-width: 768px) {
	.more {
		text-align: center;
		line-height: 1.5;
		display: block;
		width: 36rem;
		padding: 2rem 0 2.1rem 0;
		border: solid 0.2rem var(--grey);
		border-radius: 10rem;
		background: url(../img/arrow-1.png) no-repeat center right 2rem;
		background-size: 1rem auto;
		background-color: var(--yellow);
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	.cta-txt {
		font-weight: 600;
		font-size: 2.3rem;
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.8;
		white-space: nowrap;
	}
	.cta-txt-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}



/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}



/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
	z-index: 999;
	bottom: 1rem;
	right: 1rem;	
}
#page-top a {
	background: var(--yellow);
	color: var(--grey);	
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1;
	font-size: 1.4rem;
	padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {

}



/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
}
a.line {
	text-decoration: underline;
}
a:hover.line {
	text-decoration: none;
}
a:hover {
    opacity: 0.5;
} 
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
/* margin */
.mb-10 { 
	margin-bottom: 1rem !important;
}
.mb-15 {
	margin-bottom: 1.5rem !important;
}
.mb-20 {
	margin-bottom: 2.0rem !important;
}
.mb-25 {
	margin-bottom: 2.5rem !important;
}
.mb-30 {
	margin-bottom: 3.0rem !important;
}
.mb-35 {
	margin-bottom: 3.5rem !important;
}
.mb-40 {
	margin-bottom: 4.0rem !important;
}
.mb-45 {
	margin-bottom: 4.5rem !important;
}
.mb-50 {
	margin-bottom: 5.0rem !important;
}
.mb-55 {
	margin-bottom: 5.5rem !important;
}
.mb-60 {
	margin-bottom: 6.0rem !important;
}
.mb-65 {
	margin-bottom: 6.5rem !important;
}
.mb-70 {
	margin-bottom: 7.0rem !important;
}
.mb-75 {
	margin-bottom: 7.5rem !important;
}
.mb-80 {
	margin-bottom: 8.0rem !important;
}
.mb-85 {
	margin-bottom: 8.5rem !important;
}
.mb-90 {
	margin-bottom: 9.0rem !important;
}
.mb-95 {
	margin-bottom: 9.5rem !important;
}
.mb-100	{
	margin-bottom: 10.0rem !important;
}



/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
    -webkit-animation: fadeInUp 0.6s ease;
    -moz-animation: fadeInUp 0.6s ease;
	-ms-animation: fadeInUp 0.6s ease;
    animation: fadeInUp 0.6s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
    animation-fill-mode: both
}
.fade {
	opacity: 0;
}
.delay-1 {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
}
.delay-2 {
	animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
}
.delay-3 {
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}
.delay-4 {
	animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
}
.delay-5 {
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}