@charset "UTF-8";
/* CSS Document */

/* --------------------
base
--------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	overscroll-behavior-y: none;
}
body {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	text-align: center;
	line-height: 2;
	font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	color: #333;
	background: #fff;
}
body * {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a.u-link {
	text-decoration: underline;
}
.u-fw__bold {
	font-weight: 700;
}

@media screen and (min-width: 768px) {

	.u-sp {
		display: none;
	}

}

@media screen and (max-width: 767px) {

	body {
		font-size: 1.4rem;
	}
	.u-pc {
		display: none;
	}
	
}

/* --------------------
style
--------------------- */
:root {
	--blue: #004586;
	--green : #006d6d;
	--font-s: 0.875em;
	--font-m: 1.125em;
	--font-l: 1.375em;
}

body {
	position: relative;
	background-size:  cover, auto auto;
	background-color: transparent;
	background-position: 50% 0%, 50% 50%;
	background-image: url("../img/bg.webp"), repeating-linear-gradient(90deg, transparent, transparent 160px, rgba(240, 240, 240, 1) 160px, rgba(240, 240, 240, 1) 161px);
}

@media screen and (max-width: 767px) {

	body {
		background-size:  auto auto;
		background-position: 50% 50%;
		background-image: repeating-linear-gradient(90deg, transparent, transparent 120px, rgba(240, 240, 240, 1) 120px, rgba(240, 240, 240, 1) 121px );
	}

}

/* overlay */
.overlay {
	position: fixed;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 900;
	background: #fff;
}
.overlay p {
	margin-top: 5px;
}

/* header */
.header__inner {
	display: grid;
	grid-template-columns: 35% 65%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0.5em 1em 1em;
	text-align: left;
}
.header__inner h1 {
	grid-column: 1/3;
	grid-row: 1/2;
	margin-bottom: 5px;
	font-size: var(--font-s);
	font-weight: 700;
	color: var(--blue);
}
.header__inner figure {
	grid-column: 1/2;
	grid-row: 2/3;
}
.header__inner ul {
	grid-column: 2/3;
	grid-row: 2/3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}
.header__inner ul a {
	display: block;
	min-width: 152px;
	padding: 0 1em 0.15em;
	border-radius: 1.075em;
	text-align: center;
	font-size: var(--font-m);
	background: var(--blue);
	color: #fff;
}

@media screen and (max-width: 767px) {

	.header__inner h1 {
		font-size: min(var(--font-s), 2.5vw);
	}
	.header__inner ul {
		gap: 5px;
	}
	.header__inner ul a {
		min-width: 100px;
		font-size: min(var(--font-m), 2.75vw);
	}

}

/* kv */
.kv {
	margin-bottom: 5em;
}
.kv img {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

@media screen and (max-width: 767px) {

	.kv {
		margin-bottom: 2.5em;
	}


}

/* main */
.main__inner {
	max-width: 736px;
	margin: 0 auto 5.625em;
	padding: 0 1em;
}
h2 {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	line-height: 1.5;
	font-size: clamp(1.35em, 3vw, 1.75em);
	font-weight: 700;
}
h2.is-large {
	font-size: clamp(1.25em, 3.5vw, 2em);
}
h2::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 2px;
	left: -0.5em;
	width: calc(100% + 1em);
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(to right, #77ce99 0%, #b4dd5d 20%, #ffce69 50%, #ffa162 75%, #ee795c 100%);
}
h3 {
	position: relative;
	text-align: left;
	margin-bottom: 1.5em;
	padding-left: 1em;
	font-size: clamp(1.1em, 3vw, var(--font-l));
}
h3::before {
	content: '';
	position: absolute;
	display: block;
	top: 0.625em;
	left: 0;
	width: 0.75em;
	height: 0.75em;
	background: #ee795c;
}
h3.no-mark {
	padding-left: 0;
}
h3.no-mark::before {
	content: none;
}
h3.is-star {
	padding-left: 1.25em;
}
h3.is-star::before {
	width: 1em;
	height: 1em;
	background: url("../img/bg_star.webp") no-repeat;
	background-size: contain;
}
.text {
	margin-bottom: 2em;
	text-align: left;
}
.text.is-large {
	line-height: 3;
}
.logo_waboku {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.caption {
	display: inline-block;
	padding-left: 35px;
	background: url("../img/bg_caption.webp") no-repeat 0 40%;
	background-size: 30px 15px;
}
.frame {
	padding: 1em;
	background: rgba(255,255,255,0.85);
}
.list__check li {
	position: relative;
	padding-left: 2em;
	text-align: left;
	line-height: 1.5;
	font-size: var(--font-m);
}
.list__check li + li {
	margin-top: 1.5em;
}
.list__check li::before, 
.list__check li::after {
	content: '';
	position: absolute;
	display: block;
}
.list__check li::before {
	width: 1.25em;
	height: 1.25em;
	top: 0.125em;
	left: 0;
	border-radius: 0.625em;
	background: #77ce99;
}
.list__check li::after {
	width: 0.75em;
	height: 0.5em;
	top: 0.4em;
	left: 0.25em;
	border-left: solid 4px #fff;
	border-bottom: solid 4px #fff;
	transform: rotate(-45deg);
}
.list__sqare {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 0;
	text-align: left;
	font-size: var(--font-m);
}
.list__sqare dt {
	position: relative;
	width: 12em;
	padding-left: 1.25em;
	font-weight: 500;
}
.list__sqare dt::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0.75em;
	width: 0.5em;
	height: 0.5em;
	background: #0071b8;
	transform: rotate(45deg);
}
.list__sqare dd {
	position: relative;
	width: calc(100% - 12em);
}
.list__sqare dd::before {
	content: '：';
	position: absolute;
	display: block;
	left: -1em;
}

@media screen and (max-width: 767px) {

	.main__inner {
		margin-bottom: 4em;
	}
	.main__inner.sp-short {
		margin-bottom: 2em;
	}
	h2::after {
		left: 0;
		width: 100%;
		height: 3px;
	}
	h3 {
		margin-bottom: 1em;
	}
	.frame {
		padding: 0.5em 1em;
	}
	.list__check li {
		font-size: inherit;
	}
	.list__check li::after {
		border-left-width: 2px;
		border-bottom-width: 2px;
	}
	.list__sqare {
		display: block;
		font-size: inherit;
	}
	.list__sqare dt,
	.list__sqare dd {
		width: auto;
	}
	.list__sqare dd {
		margin-bottom: 1em;
		margin-left: 1.5em;
	}
	.list__sqare dd:last-of-type {
		margin-bottom: 0;
	}

}

.conclusion {
	position: relative;
	padding: 3em 0 2em;
	font-size: 1.5em;
	font-weight: 700;
}
.conclusion::before {
	content: '';
	position: absolute;
	display: block;
	left: 50%;;
	top: 0;
	width: 2px;
	height: 2.5em;
	background: #333;
}
.animation {
	overflow-x: hidden;
	overflow-y: visible;
	padding: 10em 0 5em;
}
.animation__inner {
	position: relative;
	max-width: 736px;
	margin: 0 auto;
	padding: 1em;
}
.animation__inner::after {
	content: '';
	z-index: -1;
	position: absolute;
	display: block;
	width: 200vw;
	height: 100%;
	top: 0;
	left: -100vw;
	background: var(--green);
}
.animation__img {
	position: absolute;
	top: -9.5em;
	left: -14%;
	width: 128%;
}
.animation__inner video {
	position: relative;
	z-index: 1;
	width: 100%;
	vertical-align: bottom;
}
.animation__explain {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 4em 0;
}
.animation__explain > figure {
	width: calc(50% - 10px);
}
.frame__author {
	display: grid;
	grid-template-columns: 30% 70%;
	padding: 2em;
	border-radius: 0 0 2em 2em;
	text-align: left;
	background: #f4f0eb;
}
.frame__author h3 {
	grid-column: 1/3;
	grid-row: 1/2;
	padding-left: 1.5em;
}
.frame__author h3::before {
	width: 1em;
	height: 1px;
	top: 1em;
	background: #333;
}
.frame__author figure {
	grid-column: 1/2;
	grid-row: 2/3;
}
.frame__author p {
	grid-column: 2/3;
	grid-row: 2/3;
	padding-left: 2em;
}
.img_bag img {
	width: 50%;
}
.news {
	position: relative;
	top: -3.5em;
}
.news figure {
	margin-bottom: 1em;
}

@media screen and (max-width: 942px) {

	.animation__img {
		top: -30%;
		left: 0;
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	.conclusion {
		font-size: 1.2em;
	}
	.animation {
		padding: 20% 0 3em;
	}
	.animation__explain {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px;
		margin: 2em 0;
	}
	.animation__explain > figure {
		width: auto;
	}
	.frame__author {
		display: flex;
		flex-direction: column;
	}
	.frame__author figure {
		text-align: center;
	}
	.frame__author figure img {
		max-width: 160px;
	}
	.frame__author p {
		padding: 1em 0 0 0;
	}
	.news {
		top: 0;
	}

}

/* footer */
footer {
	position: relative;
	margin-top: 200px;
	background: var(--green);
}
footer::before, 
footer::after {
	content: '';
	position: absolute;
	display: block;
}
footer::before {
	z-index: -1;
	top: -120px;
	width: 100%;
	height: 240px;
	clip-path: ellipse(60% 240px at 50% 100%);
	background: var(--green);
}
footer::after {
	width: 1.4em;
	height: 1.4em;
	top: calc(-60px - 0.7em);
	left: calc(50% - 0.7em);
	border-radius: 0.7em;
	background: #fff;
}
.footer__inner {
	padding: 0 1em 2em;
	font-size: clamp(12px, 2.3vw, 16px);
	color: #fff;
}
.footer__sns {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0 1em 5em;
}
.footer__end {
	padding: 1em;
	background: #fff;
}

@media screen and (max-width: 767px) {

	footer {
		margin-top: 150px;
	}
	footer::before {
		top: -100px;
		height: 200px;
		clip-path: ellipse(80% 200px at 50% 100%);
		background: var(--green);
	}
	footer::after {
		width: 1em;
		height: 1em;
		top: calc(-50px - 0.5em);
		left: calc(50% - 0.5em);
		border-radius: 0.75em;
		background: #fff;
	}
	.footer__end img {
		max-width: 180px;
	}

}

/* ========== paralax ========== */
.slide-in {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.slide-in.on {
  transform: translateY(0);
  opacity: 1;
}
.slide-in2 {
  transform: translate(500px,50px) scale(0.5);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.slide-in2.on {
  transform: translate(0,0) scale(1);
  opacity: 1;
}
h3.para {
	opacity: 0;
}
h3.para.on {
	opacity: 1;
}
.cut-in {
	white-space: nowrap;
	overflow-x: hidden;
	display: block;
	width: 0;
	transition: width 2s;
}
.cut-in.on {
	width: 100%;
}
.conclusion::before {
	height: 0;
	transition: height 1s;
}
.conclusion.on::before {
	height: 2.5em;
	transition: height 1s;
}
.pop-up > span {
	display: inline-block;
	opacity: 0;
}
.pop-up.on > span {
	animation: bound 0.5s 1 ease-in-out forwards;
}
.pop-up-outer::after {
	width: 0;
	transition: width 1s;
}
.pop-up-outer.on::after {
	width: calc(100% + 1em);
}
@keyframes bound {
	0% {transform: translateY(20px); opacity: 0;}
	75% {transform: translateY(-10px); opacity: 1;}
	100%{transform: translateY(0); opacity: 1;}
}

@media screen and (max-width: 767px) {

	@keyframes bound {
		0% {transform: translateY(10px); opacity: 0;}
		75% {transform: translateY(-5px); opacity: 1;}
		100%{transform: translateY(0); opacity: 1;}
	}
	.pop-up-outer.on::after {
		width: 100%;
	}

}
