@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
body {
	overflow-x: hidden;
}
.contents {
	position: relative;
}
.breadcrumb {
	margin-top: -50px;
}
h2 {
	font-size: min(1.6vw, 26px);
	line-height: 1.5;
	margin: 80px auto;
	border-bottom: 1px solid #B7B6B6;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
}
.content {
	background: url(images/bg-02.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-bottom: 100px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
/* h3:before {
	width: 40px;
	height: 40px;
}
h3 {
	margin-bottom: 50px;
	font-size: 2.6rem;
	line-height: 3.2rem;
} */
p, span, a {
	font-size: 1.4rem;
}
h2 {
	font-size: 1.8rem;
}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.breadcrumb {
	margin-top: -40px;
}
}
/* main
------------------------------------------------------ */
.page-main-img {
	width: 95vw;
	margin: 0 calc(50% - 50vw);
}
.page-ttl {
	font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: .2rem;
	max-width: 880px;
	margin: 0 auto 10px;
}
/*
.page-ttl:before {
	content: '';
	background: url(images/saver-logo.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: text-bottom;
}
*/
.page-ttl span {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3.2vw;
	margin-right: 10px;
	letter-spacing: .6rem;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.page-ttl span {
	font-size: 2.8rem;
	line-height: 3rem;
}
.page-ttl {
	margin-bottom: 10px;
	font-size: 1.2rem;
	margin-top: 90px;
}
.page-main-img {
	width: 85vw;
}
.page-ttl:before {
	width: 30px;
	height: 30px;
}
.page-lead {
	font-size: 1.4rem;
	margin-bottom: 0;
}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
.page-ttl span {
	font-size: min(4vw, 50px);
	line-height: 1.5;
}
main {
	margin-top: 160px;
}
}
/* message
------------------------------------------------------ */
.message-ttl {
	font-size: min(1.6vw, 26px);
	line-height: 1.5;
	text-align: center;
	background: #fff;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}
.message-bg {
	background: url(images/bg-01.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 100px 0 200px;
}
.scroll-icon {
	width: 10%;
	max-width: 30px;
	margin: 0px auto -60px;
	position: relative;
}
.message-subttl {
	font-size: min(1.6vw, 26px);
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
.message-txt {
	margin-bottom: 40px;
	width: 90%;
	margin: 0 auto 80px;
	text-align: left;
	max-width: 880px;
}
.about p a {
	color: #4E6E55;
	text-decoration: underline;
}
.message-txt span {
	display: block;
	text-align: right;
	margin-top: 20px;
	font-size: 1.4rem;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.about {
	padding-top: 40px;
	padding-bottom: 40px;
}
.message-ttl {
	font-size: 1.4rem;
	padding: 40px 0;
}
.message-bg {
	padding-bottom: 40px;
}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* about
------------------------------------------------------ */
.about {
	background: #fff;
	max-width: 1260px;
	padding-bottom: 100px;
	padding-top: 100px;
	width: 80%;
	margin-bottom: 40px;
}
.about p {
	width: 90%;
	max-width: 880px;
	margin: 40px auto;
}
.support-bg {
	background: #fff;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 30px 0;
}
.support-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.support-ttl {
	padding-right: 30px;
}
.support-txt {
	padding-left: 30px;
	border-left: 1px solid #707070;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.support-wrap {
	flex-direction: column;
}
.support-txt {
	width: 90%;
	margin: 0 auto;
	padding-left: 10px;
}
.about {
	width: 90%;
	padding-top: 40px;
	padding-bottom: 40px;
}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
.more-btn {
	position: relative;
	color: #fff!important;
	border: 1px solid #fff;
	padding: 10px 30px;
	display: block;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	width: 100%;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
}
}
.scrolldown1 {
	position: relative;
	left: 50%;
	bottom: -12px;
	height: 50px;
	margin-top: -60px;
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 60px;
	background: #707070;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

@keyframes pathmove {
 0% {
 height:0;
 top:0;
 opacity: 0;
}
 30% {
 height:30px;
 opacity: 1;
}
 100% {
 height:0;
 top:50px;
 opacity: 0;
}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.scroll-icon {
	margin: 30px auto -80px;
}
.scrolldown1 {
	bottom: -40px;
}
}
.top-link {
	position: relative;
	color: #fff;
	padding: 10px 30px;
	display: block;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	width: 90%;
	max-width: 300px;
	padding: 14px 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	margin: 60px auto 0;
}
.top-link p:after {
	content: '';
	background: url(images/arrow.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 30px;
	position: absolute;
	right: 28px;
	top: 22px;
	display: inline-block;
}
.top-link p {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .3rem;
}
.top-link:hover {
	background: #333;
	color: #fff;
	border-color: transparent;
	opacity: 1;
}
.top-link::before, .top-link::after {
	content: '';
	position: absolute;
	border: solid #fff;
	width: 0;
	height: 0;
	transition: all 0.3s ease-in-out;
}
.top-link::before {
	top: 3px;
	left: 6px;
	border-width: 1px 0 0 0;
}
.top-link::after {
	bottom: 3px;
	right: 6px;
	border-width: 0 0 1px 0;
}
.top-link:hover::before, .top-link:hover::after {
	width: calc(10% + 50px);
	height: calc(10% + 20px);
	border-color: #fff;
}

/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
.top-link {
	margin-top: 30px;
}
.top-link {
	max-width: 70%;
	margin-bottom: 30px;
	padding: 10px 0;
	margin-top: 10px;
}
.top-link p {
	font-size: 1.4rem;
}
}
