@charset "UTF-8";

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

em {
	font-style: normal;
}

picture {
	display: block;
	overflow: hidden;
}

picture img {
	font-family: 'object-fit: cover; object-position: center;';
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

body,
body a,
body button {
	font-family: 'Noto Sans JP', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

.l-gnav__en,
.c-section__title-en {
	font-family: 'Poppins', sans-serif;
}

.p-sec-1__btn-note,
.l-footer__copy {
	font-weight: 300;
}

.l-gnav__en,
.p-mv__logo-small,
.c-section__title-en {
	font-weight: 400;
}

.p-sec-3__unit-num,
.p-sec-3__unit-link,
.l-footer__owner {
	font-weight: 500;
}

.l-gnav__link,
.p-sec-1__about-text,
.p-sec-1__about-summary,
.p-sec-1__btn,
.p-cta__btn-text,
.l-footer__sitename,
.c-tab__dt,
.c-tab__button {
	font-weight: 700;
}

body a:hover,
body button:hover {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: .6;
}

.l-gnav__btn,
.p-mv__scroll,
.p-sec-1__about-text.text-plus {
	font: 0/0 a;
	color: transparent;
}

.l-gnav__list,
.p-sec-1__about,
.p-sec-1__about-text,
.p-sec-3__unit,
.p-sec-3__unit-num,
.p-sec-3__unit-body,
.c-tab__button,
.c-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-cta__btn:after,
.c-tab__button:after {
	position: absolute;
	display: block;
	content: '';
}

/* utiliity
---------------------------------------- */

.u-pc-hide {
	display: none;
}

.u-sp-hide {
	display: block;
}

.u-dsp__inb {
	display: inline-block;
}

.u-ta__right {
	text-align: right;
}

.u-td__underline {
	text-decoration: underline;
	word-break: break-all;
}

.u-tc__blue {
	color: #0068b7;
}

/* layout
---------------------------------------- */

.l-inner {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.l-inner__gnav {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* component
---------------------------------------- */

.c-section {
	position: relative;
	padding: 120px 0 0 0;
	background: url('../images/bg_cmn_stripe.jpg');
}

.c-section__title {
	font-size: 2.5rem;
	display: block;
	padding-top: 130px;
	text-align: center;
	background: url('../images/img_cmn_plus.svg') center top/100px auto no-repeat;
}

.c-section__title > br {
	display: none;
}

.c-section__title-en {
	font-size: 1.25rem;
	display: block;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
	background: url('../images/bg_cmn_border.svg') center top/200px auto no-repeat;
}

.c-section__lead {
	line-height: 1.77777778;
	margin-top: 50px;
	text-align: center;
}

.c-section__bg {
	width: 100%;
	height: 300px;
	margin-top: 120px;
}

.c-tab {
	width: min(100%, 1080px);
	margin: 50px auto 0 auto;
	border-top: #969696 1px solid;
	border-right: #969696 1px solid;
	border-bottom: #969696 1px solid;
	background: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-tab__button {
	position: relative;
	width: 33.3333333333%;
	height: 50px;
	-webkit-transition: .6s;
	transition: .6s;
	text-align: center;
	border-left: #969696 1px solid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-tab__button:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	-webkit-transform: translate(-20px, -50%) rotate(135deg);
	-ms-transform: translate(-20px, -50%) rotate(135deg);
	transform: translate(-20px, -50%) rotate(135deg);
	border-top: #ff9687 3px solid;
	border-right: #ff9687 3px solid;
}

.c-tab__button.is-current {
	color: #fff;
	background: #ff9687;
}

.c-tab__button.is-current:after {
	border-top: #fff 3px solid;
	border-right: #fff 3px solid;
}

.c-tab__button.button-col4 {
	width: 50%;
}

.c-tab__button.button-col4:nth-of-type(3),
.c-tab__button.button-col4:nth-of-type(4) {
	border-top: #969696 1px solid;
}

.c-tab__wrap {
	overflow-y: hidden;
	width: min(100%, 1080px);
	height: 600px;
	margin: 20px auto 0 auto;
	padding: 40px 90px;
	border-radius: 50px;
	background: #fff;
	-webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, .15));
	filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, .15));
	will-change: filter;
}

.c-tab__body {
	overflow-y: auto;
	width: 100%;
	height: 520px;
}

.c-tab__content {
	display: none;
}

.c-tab__content.is-show {
	display: block;
}

.c-tab__title {
	font-size: 1.5rem;
}

.c-tab__sub {
	font-size: 1.2rem;
	margin-top: .25em;
}

.c-tab__text {
	line-height: 1.8;
	margin-top: 1.5em;
}

.c-tab__dl {
	margin-top: 30px;
}

.c-tab__dt {
	display: inline-block;
	padding: 0 .25em;
	border: #323232 1px solid;
}

.c-tab__list {
	margin-top: 30px;
}

.c-tab__list.list-dd {
	margin-top: 0;
}

.c-tab__list.level-1 > .c-tab__list-item:before {
	content: '●';
}

.c-tab__list.level-2 {
	margin-top: .25em;
	margin-left: 10px;
}

.c-tab__list.level-2 > .c-tab__list-item:before {
	content: '➢';
}

.c-tab__list.level-3 {
	margin-top: .25em;
	margin-left: 20px;
}

.c-tab__list.level-3 > .c-tab__list-item {
	margin-left: 1em;
	text-indent: -1em;
}

.c-tab__list.level-3 > .c-tab__list-item:before {
	content: '♦';
}

.c-tab__list.level-4 {
	margin-top: .25em;
	margin-left: 30px;
}

.c-tab__list.level-4 > .c-tab__list-item:before {
	content: '○';
}

.c-tab__photo {
	display: block;
	width: min(70%, 750px);
	max-width: 750px;
	margin: 20px auto;
}

/* splash
---------------------------------------- */

/* animiation */

svg .svg-elem-1 {
	-webkit-transition: stroke-dashoffset .75s ease 0s;
	transition: stroke-dashoffset .75s ease 0s;
	stroke-dashoffset: 45.1826477051px;
	stroke-dasharray: 45.1826477051px;
}

svg.is-active .svg-elem-1 {
	stroke-dashoffset: 0;
}

svg .svg-elem-2 {
	-webkit-transition: stroke-dashoffset .75s ease .1s;
	transition: stroke-dashoffset .75s ease .1s;
	stroke-dashoffset: 66.2532577515px;
	stroke-dasharray: 66.2532577515px;
}

svg.is-active .svg-elem-2 {
	stroke-dashoffset: 0;
}

svg .svg-elem-3 {
	-webkit-transition: stroke-dashoffset .75s ease .2s;
	transition: stroke-dashoffset .75s ease .2s;
	stroke-dashoffset: 60.8478546143px;
	stroke-dasharray: 60.8478546143px;
}

svg.is-active .svg-elem-3 {
	stroke-dashoffset: 0;
}

svg .svg-elem-4 {
	-webkit-transition: stroke-dashoffset .75s ease .3s;
	transition: stroke-dashoffset .75s ease .3s;
	stroke-dashoffset: 46.440990448px;
	stroke-dasharray: 46.440990448px;
}

svg.is-active .svg-elem-4 {
	stroke-dashoffset: 0;
}

svg .svg-elem-5 {
	-webkit-transition: stroke-dashoffset .75s ease .4s;
	transition: stroke-dashoffset .75s ease .4s;
	stroke-dashoffset: 66.2538986206px;
	stroke-dasharray: 66.2538986206px;
}

svg.is-active .svg-elem-5 {
	stroke-dashoffset: 0;
}

svg .svg-elem-6 {
	-webkit-transition: stroke-dashoffset .75s ease .5s;
	transition: stroke-dashoffset .75s ease .5s;
	stroke-dashoffset: 69.561050415px;
	stroke-dasharray: 69.561050415px;
}

svg.is-active .svg-elem-6 {
	stroke-dashoffset: 0;
}

svg .svg-elem-7 {
	-webkit-transition: stroke-dashoffset .75s ease .6s;
	transition: stroke-dashoffset .75s ease .6s;
	stroke-dashoffset: 72.3358459473px;
	stroke-dasharray: 72.3358459473px;
}

svg.is-active .svg-elem-7 {
	stroke-dashoffset: 0;
}

svg .svg-elem-8 {
	-webkit-transition: stroke-dashoffset .75s ease .7s;
	transition: stroke-dashoffset .75s ease .7s;
	stroke-dashoffset: 45.1816749573px;
	stroke-dasharray: 45.1816749573px;
}

svg.is-active .svg-elem-8 {
	stroke-dashoffset: 0;
}

svg .svg-elem-9 {
	-webkit-transition: stroke-dashoffset .75s ease .8s;
	transition: stroke-dashoffset .75s ease .8s;
	stroke-dashoffset: 66.6391601563px;
	stroke-dasharray: 66.6391601563px;
}

svg.is-active .svg-elem-9 {
	stroke-dashoffset: 0;
}

svg .svg-elem-10 {
	-webkit-transition: stroke-dashoffset .75s ease .9s;
	transition: stroke-dashoffset .75s ease .9s;
	stroke-dashoffset: 69.5611877441px;
	stroke-dasharray: 69.5611877441px;
}

svg.is-active .svg-elem-10 {
	stroke-dashoffset: 0;
}

svg .svg-elem-11 {
	-webkit-transition: stroke-dashoffset .75s ease 1s;
	transition: stroke-dashoffset .75s ease 1s;
	stroke-dashoffset: 59.596446991px;
	stroke-dasharray: 59.596446991px;
}

svg.is-active .svg-elem-11 {
	stroke-dashoffset: 0;
}

svg .svg-elem-12 {
	-webkit-transition: stroke-dashoffset .75s ease 1.1s;
	transition: stroke-dashoffset .75s ease 1.1s;
	stroke-dashoffset: 43.380947113px;
	stroke-dasharray: 43.380947113px;
}

svg.is-active .svg-elem-12 {
	stroke-dashoffset: 0;
}

svg .svg-elem-13 {
	-webkit-transition: stroke-dashoffset .75s ease 1.2s;
	transition: stroke-dashoffset .75s ease 1.2s;
	stroke-dashoffset: 59.160900116px;
	stroke-dasharray: 59.160900116px;
}

svg.is-active .svg-elem-13 {
	stroke-dashoffset: 0;
}

svg .svg-elem-14 {
	-webkit-transition: stroke-dashoffset .75s ease 1.3s;
	transition: stroke-dashoffset .75s ease 1.3s;
	stroke-dashoffset: 61.7607650757px;
	stroke-dasharray: 61.7607650757px;
}

svg.is-active .svg-elem-14 {
	stroke-dashoffset: 0;
}

svg .svg-elem-15 {
	-webkit-transition: stroke-dashoffset .75s ease 1.4s;
	transition: stroke-dashoffset .75s ease 1.4s;
	stroke-dashoffset: 42.8982124329px;
	stroke-dasharray: 42.8982124329px;
}

svg.is-active .svg-elem-15 {
	stroke-dashoffset: 0;
}

svg .svg-elem-16 {
	-webkit-transition: stroke-dashoffset .75s ease 1.5s;
	transition: stroke-dashoffset .75s ease 1.5s;
	stroke-dashoffset: 207.1303405762px;
	stroke-dasharray: 207.1303405762px;
}

svg.is-active .svg-elem-16 {
	stroke-dashoffset: 0;
}

svg .svg-elem-17 {
	-webkit-transition: stroke-dashoffset .75s ease 1.6s;
	transition: stroke-dashoffset .75s ease 1.6s;
	stroke-dashoffset: 324.2677307129px;
	stroke-dasharray: 324.2677307129px;
}

svg.is-active .svg-elem-17 {
	stroke-dashoffset: 0;
}

svg .svg-elem-18 {
	-webkit-transition: stroke-dashoffset .75s ease 1.7s;
	transition: stroke-dashoffset .75s ease 1.7s;
	stroke-dashoffset: 207.2176208496px;
	stroke-dasharray: 207.2176208496px;
}

svg.is-active .svg-elem-18 {
	stroke-dashoffset: 0;
}

svg .svg-elem-19 {
	-webkit-transition: stroke-dashoffset .75s ease 1.8s;
	transition: stroke-dashoffset .75s ease 1.8s;
	stroke-dashoffset: 324.0626220703px;
	stroke-dasharray: 324.0626220703px;
}

svg.is-active .svg-elem-19 {
	stroke-dashoffset: 0;
}

svg .svg-elem-20 {
	-webkit-transition: stroke-dashoffset .75s ease 1.9s;
	transition: stroke-dashoffset .75s ease 1.9s;
	stroke-dashoffset: 207.1304626465px;
	stroke-dasharray: 207.1304626465px;
}

svg.is-active .svg-elem-20 {
	stroke-dashoffset: 0;
}

svg .svg-elem-21 {
	-webkit-transition: stroke-dashoffset .75s ease 2s;
	transition: stroke-dashoffset .75s ease 2s;
	stroke-dashoffset: 324.2673034668px;
	stroke-dasharray: 324.2673034668px;
}

svg.is-active .svg-elem-21 {
	stroke-dashoffset: 0;
}

svg .svg-elem-22 {
	-webkit-transition: stroke-dashoffset .75s ease 2.1s;
	transition: stroke-dashoffset .75s ease 2.1s;
	stroke-dashoffset: 207.217376709px;
	stroke-dasharray: 207.217376709px;
}

svg.is-active .svg-elem-22 {
	stroke-dashoffset: 0;
}

svg .svg-elem-23 {
	-webkit-transition: stroke-dashoffset .75s ease 2.2s;
	transition: stroke-dashoffset .75s ease 2.2s;
	stroke-dashoffset: 324.0643615723px;
	stroke-dasharray: 324.0643615723px;
}

svg.is-active .svg-elem-23 {
	stroke-dashoffset: 0;
}

svg .svg-elem-24 {
	-webkit-transition: stroke-dashoffset .75s ease 2.3s;
	transition: stroke-dashoffset .75s ease 2.3s;
	stroke-dashoffset: 222.5780334473px;
	stroke-dasharray: 222.5780334473px;
}

svg.is-active .svg-elem-24 {
	stroke-dashoffset: 0;
}

svg .svg-elem-25 {
	-webkit-transition: stroke-dashoffset .75s ease 2.4s;
	transition: stroke-dashoffset .75s ease 2.4s;
	stroke-dashoffset: 174.8086853027px;
	stroke-dasharray: 174.8086853027px;
}

svg.is-active .svg-elem-25 {
	stroke-dashoffset: 0;
}

svg .svg-elem-26 {
	-webkit-transition: stroke-dashoffset .75s ease 2.5s;
	transition: stroke-dashoffset .75s ease 2.5s;
	stroke-dashoffset: 161.3585357666px;
	stroke-dasharray: 161.3585357666px;
}

svg.is-active .svg-elem-26 {
	stroke-dashoffset: 0;
}

svg .svg-elem-27 {
	-webkit-transition: stroke-dashoffset .75s ease 2.6s;
	transition: stroke-dashoffset .75s ease 2.6s;
	stroke-dashoffset: 149.1309967041px;
	stroke-dasharray: 149.1309967041px;
}

svg.is-active .svg-elem-27 {
	stroke-dashoffset: 0;
}

svg .svg-elem-28 {
	-webkit-transition: stroke-dashoffset .75s ease 2.7s;
	transition: stroke-dashoffset .75s ease 2.7s;
	stroke-dashoffset: 235.2528076172px;
	stroke-dasharray: 235.2528076172px;
}

svg.is-active .svg-elem-28 {
	stroke-dashoffset: 0;
}

svg .svg-elem-29 {
	-webkit-transition: stroke-dashoffset .75s ease 2.8s;
	transition: stroke-dashoffset .75s ease 2.8s;
	stroke-dashoffset: 212.8391418457px;
	stroke-dasharray: 212.8391418457px;
}

svg.is-active .svg-elem-29 {
	stroke-dashoffset: 0;
}

svg .svg-elem-30 {
	-webkit-transition: stroke-dashoffset .75s ease 2.9s;
	transition: stroke-dashoffset .75s ease 2.9s;
	stroke-dashoffset: 168.3564453125px;
	stroke-dasharray: 168.3564453125px;
}

svg.is-active .svg-elem-30 {
	stroke-dashoffset: 0;
}

svg .svg-elem-31 {
	-webkit-transition: stroke-dashoffset .75s ease 3s;
	transition: stroke-dashoffset .75s ease 3s;
	stroke-dashoffset: 11.9902646384px;
	stroke-dasharray: 11.9902646384px;
}

svg.is-active .svg-elem-31 {
	stroke-dashoffset: 0;
}

svg .svg-elem-32 {
	-webkit-transition: stroke-dashoffset .75s ease 3.1s;
	transition: stroke-dashoffset .75s ease 3.1s;
	stroke-dashoffset: 11.9902646384px;
	stroke-dasharray: 11.9902646384px;
}

svg.is-active .svg-elem-32 {
	stroke-dashoffset: 0;
}

svg .svg-elem-33 {
	-webkit-transition: stroke-dashoffset .75s ease 3.2s;
	transition: stroke-dashoffset .75s ease 3.2s;
	stroke-dashoffset: 38.0266342163px;
	stroke-dasharray: 38.0266342163px;
}

svg.is-active .svg-elem-33 {
	stroke-dashoffset: 0;
}

svg .svg-elem-34 {
	-webkit-transition: stroke-dashoffset .75s ease 3.3s;
	transition: stroke-dashoffset .75s ease 3.3s;
	stroke-dashoffset: 160.9031219482px;
	stroke-dasharray: 160.9031219482px;
}

svg.is-active .svg-elem-34 {
	stroke-dashoffset: 0;
}

svg .svg-elem-35 {
	-webkit-transition: stroke-dashoffset .75s ease 3.4s;
	transition: stroke-dashoffset .75s ease 3.4s;
	stroke-dashoffset: 64.156917572px;
	stroke-dasharray: 64.156917572px;
}

svg.is-active .svg-elem-35 {
	stroke-dashoffset: 0;
}

svg .svg-elem-36 {
	-webkit-transition: stroke-dashoffset .75s ease 3.5s;
	transition: stroke-dashoffset .75s ease 3.5s;
	stroke-dashoffset: 95.7883605957px;
	stroke-dasharray: 95.7883605957px;
}

svg.is-active .svg-elem-36 {
	stroke-dashoffset: 0;
}

svg .svg-elem-37 {
	-webkit-transition: stroke-dashoffset .75s ease 3.6s;
	transition: stroke-dashoffset .75s ease 3.6s;
	stroke-dashoffset: 91.0703277588px;
	stroke-dasharray: 91.0703277588px;
}

svg.is-active .svg-elem-37 {
	stroke-dashoffset: 0;
}

svg .svg-elem-38 {
	-webkit-transition: stroke-dashoffset .75s ease 3.7s;
	transition: stroke-dashoffset .75s ease 3.7s;
	stroke-dashoffset: 68.0031051636px;
	stroke-dasharray: 68.0031051636px;
}

svg.is-active .svg-elem-38 {
	stroke-dashoffset: 0;
}

svg .svg-elem-39 {
	-webkit-transition: stroke-dashoffset .75s ease 3.8s;
	transition: stroke-dashoffset .75s ease 3.8s;
	stroke-dashoffset: 95.7886047363px;
	stroke-dasharray: 95.7886047363px;
}

svg.is-active .svg-elem-39 {
	stroke-dashoffset: 0;
}

svg .svg-elem-40 {
	-webkit-transition: stroke-dashoffset .75s ease 3.9s;
	transition: stroke-dashoffset .75s ease 3.9s;
	stroke-dashoffset: 82.6537628174px;
	stroke-dasharray: 82.6537628174px;
}

svg.is-active .svg-elem-40 {
	stroke-dashoffset: 0;
}

svg .svg-elem-41 {
	-webkit-transition: stroke-dashoffset .75s ease 4s;
	transition: stroke-dashoffset .75s ease 4s;
	stroke-dashoffset: 82.6188354492px;
	stroke-dasharray: 82.6188354492px;
}

svg.is-active .svg-elem-41 {
	stroke-dashoffset: 0;
}

/* layout */

.l-splash {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	background: #fff;
}

.l-splash__logo {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60vw;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-splash__logo > svg {
	width: 100%;
}

.l-splash__logo-mask {
	display: none;
}

/* fade animation
---------------------------------------- */

.fade-scroll.fadeIn.fade-right,
.fade-scroll.fadeIn.fade-left,
.fade-scroll.fadeIn.fade-up {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.fade-scroll {
	opacity: 0;
}

.fade-scroll.fadeIn.fade-up {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
}

.fade-scroll.fadeIn.fade-left {
	-webkit-animation-name: fadeLeftAnime;
	animation-name: fadeLeftAnime;
}

.fade-scroll.fadeIn.fade-right {
	-webkit-animation-name: fadeRightAnime;
	animation-name: fadeRightAnime;
}

.fadeIn.fade-up.delay-2 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.fadeIn.fade-up.delay-3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/* cmn
---------------------------------------- */

body {
	font-size: 1.125rem;
	line-height: 1.6;
	position: relative;
	color: #323232;
}

body a,
body button {
	font-size: 1.125rem;
	cursor: pointer;
	color: #323232;
}

body a:disabled,
body button:disabled {
	cursor: default;
	opacity: .3;
}

body a:disabled:hover,
body button:disabled:hover {
	-webkit-transition: 0;
	transition: 0;
	opacity: .3;
}

/* header
---------------------------------------- */

.l-header {
	position: absolute;
	z-index: 6666;
	top: 0;
}

.l-header__logo {
	display: block;
	width: 266px;
	margin: 27px 0 0 30px;
}

/* gnav
---------------------------------------- */

.l-gnav__btn:after,
.l-gnav__btn:before {
	position: absolute;
	left: 50%;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	-webkit-transition: .6s;
	transition: .6s;
	background: #fff;
}

.l-gnav {
	position: fixed;
	z-index: 7777;
	width: 100%;
	height: 100vh;
	background: #fff;
}

.l-gnav__btn {
	position: fixed;
	z-index: 8888;
	top: 15px;
	right: 15px;
	display: block;
	width: 70px;
	height: 70px;
	-webkit-transition: .6s;
	transition: .6s;
	border: #fff 2px solid;
	border-radius: 50%;
	background-image: linear-gradient(150deg, rgb(254, 220, 69), rgb(251, 112, 153));
}

.l-gnav__btn:before {
	top: 50%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}

.l-gnav__btn:after {
	bottom: 50%;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
}

.l-gnav__btn.is-open {
	background: #afafaf;
}

.l-gnav__btn.is-open:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.l-gnav__btn.is-open:after {
	-webkit-transform: translate(-50%, 50%) rotate(-45deg);
	-ms-transform: translate(-50%, 50%) rotate(-45deg);
	transform: translate(-50%, 50%) rotate(-45deg);
}

.l-gnav__list {
	padding-bottom: 160px;
	background: url('../images/img_cmn_children.png') center bottom/230px auto no-repeat;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-gnav__item {
	width: 100%;
	margin: 15px auto;
}

.l-gnav__link {
	font-size: 1.5rem;
	display: block;
	text-align: center;
}

.l-gnav__link > br {
	display: none;
}

.l-gnav__en {
	font-size: .875rem;
	display: block;
	text-align: center;
}

.l-gnav__en.nav-1 {
	color: #ffd900;
}

.l-gnav__en.nav-2 {
	color: #c2d84e;
}

.l-gnav__en.nav-3 {
	color: #f3b1b9;
}

.l-gnav__en.nav-4 {
	color: #71bbe8;
}

.l-gnav__en.nav-5 {
	color: #bd9aff;
}

/* main-visual
---------------------------------------- */

.p-mv {
	width: 100%;
	height: 925px;
	background: url('../images/bg_mv.jpg') center top/1786px auto no-repeat;
}

.p-mv > .l-inner {
	height: 925px;
}

.p-mv__body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-mv__logo {
	display: block;
	width: 572px;
	height: 490px;
}

.p-mv__logo-small {
	font-size: .875rem;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.p-mv__scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 58px;
	height: 44px;
	margin: 50px auto 0 auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-animation: arwMove 1s ease-in-out infinite;
	animation: arwMove 1s ease-in-out infinite;
	background: url('../images/icn_mv_arw.svg') center bottom/contain no-repeat;
}

/* section-1
---------------------------------------- */

.p-sec-1 {
	position: relative;
	padding: 165px 0 0 0;
	background: url('../images/bg_sec-1.jpg') center top/1792px auto no-repeat #fff;
}

.p-sec-1__title {
	display: block;
	width: 486px;
	margin: 0 auto;
}

.p-sec-1__lead {
	line-height: 2;
	margin-top: 50px;
	text-align: center;
}

.p-sec-1__about {
	margin: 100px auto 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-sec-1__about-text {
	font-size: 2.25rem;
	line-height: 1.33333333;
	width: 500px;
	height: 160px;
	text-align: center;
	color: #ff9687;
	border: #ff9687 4px solid;
	border-radius: 20px;
	background: #ffffeb;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-sec-1__about-text.text-plus {
	width: 82px;
	border: none;
	background: url('../images/img_cmn_plus.svg') center center/contain no-repeat;
}

.p-sec-1__about-img {
	display: block;
	width: 418px;
	margin: 40px auto 0 auto;
}

.p-sec-1__about-summary {
	font-size: 2.25rem;
	width: 100%;
	margin-top: 65px;
	text-align: center;
}

.p-sec-1__btn {
	font-size: 1.25rem;
	display: block;
	width: 380px;
	height: 70px;
	margin: 65px auto 0 auto;
	padding-top: .5em;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #ff9687;
}

.p-sec-1__btn-note {
	font-size: .875rem;
	display: block;
	text-align: center;
}

.p-sec-1__bg {
	margin-top: 240px;
	background: url('../images/bg_sec-1_bottom.jpg') center center/cover no-repeat fixed;
}

/* section-2
---------------------------------------- */

.p-sec-2__bg {
	background: url('../images/bg_sec-2_bottom.jpg') center center/cover no-repeat fixed;
}

/* section-3
---------------------------------------- */

.p-sec-3__list {
	width: min(100%, 980px);
	margin: 30px auto 0 auto;
}

.p-sec-3__item {
	margin-top: 10px;
	background: #fff;
	-webkit-filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, .15));
	filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, .15));
	will-change: filter;
}

.p-sec-3__unit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-sec-3__unit-num {
	font-size: 1.25rem;
	width: 180px;
	height: 60px;
	color: #fff;
	background: #ff9687;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-sec-3__unit-body {
	padding: 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-sec-3__unit-title {
	font-size: 1.25rem;
	display: inline-block;
	width: 400px;
}

.p-sec-3__unit-link {
	line-height: 2;
	display: block;
	margin-left: 25px;
	padding-left: 40px;
	text-decoration: underline;
	color: #0068b7;
}

.p-sec-3__unit-link.link-pdf {
	background: url('../images/icn_cmn_pdf.svg') left center/auto 37px no-repeat;
}

.p-sec-3__unit-link.link-video {
	background: url('../images/icn_cmn_video.svg') left center/auto 24px no-repeat;
}

.p-sec-3__foot {
	font-size: 14px;
	width: 980px;
	margin: 40px auto 0 auto;
	padding: .75em;
	border: #323232 1px solid;
}

.p-sec-3__bg {
	background: url('../images/bg_sec-3_bottom.jpg') center center/cover no-repeat fixed;
}

/* section-4
---------------------------------------- */

.p-sec-4__bg {
	background: url('../images/bg_sec-4_bottom.jpg') center center/cover no-repeat fixed;
}

/* section-5
---------------------------------------- */

.p-sec-5 {
	position: relative;
	padding: 120px 0;
	background: url('../images/bg_cmn_stripe.jpg');
}

.p-sec-5__list {
	width: min(100%, 900px);
	margin: 50px auto 0 auto;
}

.p-sec-5__item {
	margin-top: 10px;
}

/* cta
---------------------------------------- */

.p-cta {
	padding: 80px 0;
	background: #fff;
}

.p-cta > .l-inner {
	padding-left: 430px;
	background: url('../images/bg_cta.jpg') center center/1680px auto no-repeat;
}

.p-cta__lead {
	line-height: 1.77777778;
	text-align: center;
}

.p-cta__btn {
	position: relative;
	display: block;
	width: min(100%, 500px);
	height: 60px;
	margin: 25px auto 0 auto;
	border-radius: 10px;
	background: #ff9687;
}

.p-cta__btn-text {
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 55px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	background: url('../images/icn_cmn_email.svg') left center/36px auto no-repeat;
}

.p-cta__btn:after {
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	-webkit-transform: translate(-20px, -50%) rotate(45deg);
	-ms-transform: translate(-20px, -50%) rotate(45deg);
	transform: translate(-20px, -50%) rotate(45deg);
	border-top: #fff 3px solid;
	border-right: #fff 3px solid;
}

/* slider
---------------------------------------- */

/* footer
---------------------------------------- */

.l-footer {
	padding: 60px;
	background: #afafaf;
}

.l-footer__logo {
	display: block;
	width: 297px;
	margin: 0 auto;
	padding-top: 150px;
	background: url('../images/img_cmn_children.png') center top/267px auto no-repeat;
}

.l-footer__sitename {
	font-size: 1.375rem;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
	color: #fff;
	background: url('../images/bg_cmn_border.svg') center top/200px auto no-repeat;
}

.l-footer__owner {
	font-size: 1rem;
	text-align: center;
	color: #fff;
}

.l-footer__copy {
	font-size: .8125rem;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1140px) {

.p-sec-1__about-text {
	width: calc((100% - 90px) / 2);
}

.p-sec-1__bg {
	background: url('../images/sp_bg_sec-1_bottom.jpg') center center/cover no-repeat;
}

.p-sec-2__bg {
	background: url('../images/sp_bg_sec-2_bottom.jpg') center center/cover no-repeat;
}

.p-sec-3__bg {
	background: url('../images/sp_bg_sec-3_bottom.jpg') center center/cover no-repeat;
}

.p-sec-4__bg {
	background: url('../images/sp_bg_sec-4_bottom.jpg') center center/cover no-repeat;
}

}

@media screen and (max-width: 768px) {

.u-pc-hide {
	display: block;
}

.u-sp-hide {
	display: none;
}

.u-ofx__hidden {
	overflow-x: auto;
}

.l-inner {
	max-width: 89.3333333333vw;
}

.c-section {
	padding: 16vw 0 0 0;
}

.c-section__title {
	font-size: 6.6666666667vw;
	padding-top: 17.3333333333vw;
	background-size: 13.3333333333vw auto;
}

.c-section__title > br {
	display: block;
}

.c-section__title-en {
	font-size: 4vw;
	margin-top: 4vw;
	padding-top: 4vw;
	background-size: 26.6666666667vw auto;
}

.c-section__lead {
	margin-top: 6.6666666667vw;
}

.c-section__bg {
	height: 40vw;
	margin-top: 16vw;
	background-attached: scroll;
}

.c-tab {
	margin-top: 5.3333333333vw;
	border-bottom: none;
}

.c-tab__button {
	font-size: 4vw;
	width: 100%;
	height: 13.3333333333vw;
	border-bottom: #969696 1px solid;
}

.c-tab__button:after {
	width: 3.2vw;
	height: 3.2vw;
	-webkit-transform: translate(-4vw, -50%) rotate(135deg);
	-ms-transform: translate(-4vw, -50%) rotate(135deg);
	transform: translate(-4vw, -50%) rotate(135deg);
	border-top: #ff9687 .8vw solid;
	border-right: #ff9687 .8vw solid;
}

.c-tab__button.is-current:after {
	border-top: #fff .8vw solid;
	border-right: #fff .8vw solid;
}

.c-tab__button.button-col4 {
	width: 100%;
}

.c-tab__button.button-col4:nth-of-type(3),
.c-tab__button.button-col4:nth-of-type(4) {
	border-top: none;
}

.c-tab__wrap {
	display: none;
	width: auto;
	height: 70vh;
	margin: 0 3vw;
	padding: 5.3333333333vw;
	border-radius: 6.6666666667vw;
}

.c-tab__content {
	width: 100%;
	padding: 5.3333333333vw;
	border-bottom: #323232 1px solid;
	border-left: #323232 1px solid;
}

.c-tab__title {
	font-size: 4vw;
}

.c-tab__sub {
	font-size: 3.7333333333vw;
}

.c-tab__dl {
	margin-top: 4vw;
}

.c-tab__list {
	margin-top: 4vw;
}

.c-tab__photo {
	width: 100%;
	margin: 2.6666666667vw auto;
}

body {
	font-size: 3.4666666667vw;
}

body a,
body button {
	font-size: 3.4666666667vw;
}

.l-header__logo {
	width: 35.4666666667vw;
	margin: 4vw 0 0 4vw;
}

.l-gnav__btn:after,
.l-gnav__btn:before {
	width: 5.3333333333vw;
	height: .5333333333vw;
}

.l-gnav__btn {
	top: 2.6666666667vw;
	right: 2.6666666667vw;
	width: 12vw;
	height: 12vw;
	border: #fff .2666666667vw solid;
}

.l-gnav__btn:before {
	-webkit-transform: translate(-50%, -1.3333333333vw);
	-ms-transform: translate(-50%, -1.3333333333vw);
	transform: translate(-50%, -1.3333333333vw);
}

.l-gnav__btn:after {
	-webkit-transform: translate(-50%, 1.3333333333vw);
	-ms-transform: translate(-50%, 1.3333333333vw);
	transform: translate(-50%, 1.3333333333vw);
}

.l-gnav__list {
	padding-bottom: 26.6666666667vw;
	background: url('../images/img_cmn_children.png') center bottom/42.6666666667vw auto no-repeat;
}

.l-gnav__item {
	margin: 2.6666666667vw auto;
}

.l-gnav__link {
	font-size: 4.8vw;
}

.l-gnav__link > br {
	display: block;
}

.p-mv {
	height: 173.3333333333vw;
	background: url('../images/sp_bg_mv.jpg') center top/cover no-repeat;
}

.p-mv > .l-inner {
	height: 173.3333333333vw;
}

.p-mv__logo {
	width: 85.3333333333vw;
	height: 59.3333333333vw;
	padding-bottom: 0;
}

.p-mv__logo-small {
	margin-top: 1.3333333333vw;
}

.p-mv__scroll {
	display: none;
}

.p-sec-1 {
	padding: 20vw 0 0 0;
	background: #fff;
}

.p-sec-1__title {
	width: 65.3333333333vw;
}

.p-sec-1__lead {
	font-size: 4vw;
	margin-top: 5.3333333333vw;
	letter-spacing: -.05em;
}

.p-sec-1__about {
	margin-top: 13.3333333333vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-sec-1__about-text {
	font-size: 5.8666666667vw;
	width: 100%;
	height: 26.6666666667vw;
	border: #ff9687 w(8) solid;
	border-radius: 5.3333333333vw;
}

.p-sec-1__about-text.text-plus {
	width: 13.3333333333vw;
}

.p-sec-1__about-img {
	width: 61.3333333333vw;
	margin-top: 5.3333333333vw;
}

.p-sec-1__about-summary {
	font-size: 5.3333333333vw;
	margin-top: 5.3333333333vw;
}

.p-sec-1__btn {
	font-size: 4.8vw;
	width: 100%;
	height: 18.6666666667vw;
	margin-top: 8vw;
	border-radius: 2.6666666667vw;
}

.p-sec-1__btn-note {
	font-size: 3.2vw;
}

.p-sec-1__bg {
	background: url('../images/sp_bg_sec-1_bottom.jpg') center center/cover no-repeat;
}

.p-sec-2__bg {
	background: url('../images/sp_bg_sec-2_bottom.jpg') center center/cover no-repeat;
}

.p-sec-3__list {
	margin-top: 4vw;
}

.p-sec-3__item {
	margin-top: 2.6666666667vw;
}

.p-sec-3__unit-num {
	font-size: 3.7333333333vw;
	width: 100%;
	height: 10.6666666667vw;
}

.p-sec-3__unit-body {
	width: 100%;
	padding: 2.6666666667vw 5.3333333333vw;
}

.p-sec-3__unit-title {
	font-size: 4vw;
	width: 100%;
	text-align: center;
}

.p-sec-3__unit-link {
	display: inline-block;
	margin: 2.6666666667vw auto 0 auto;
	padding-left: 6.6666666667vw;
}

.p-sec-3__unit-link.link-pdf {
	background-size: auto 5.0666666667vw;
}

.p-sec-3__unit-link.link-video {
	background-size: auto 3.7333333333vw;
}

.p-sec-3__foot {
	font-size: 2.9333333333vw;
	width: 100%;
	margin-top: 5.3333333333vw;
}

.p-sec-3__bg {
	background: url('../images/sp_bg_sec-3_bottom.jpg') center center/cover no-repeat;
}

.p-sec-4__bg {
	background: url('../images/sp_bg_sec-4_bottom.jpg') center center/cover no-repeat;
}

.p-sec-5 {
	padding: 16vw 0;
}

.p-sec-5__list {
	margin-top: 6.6666666667vw;
}

.p-sec-5__item {
	margin-top: 1.3333333333vw;
}

.p-cta {
	padding: 16vw 0;
}

.p-cta > .l-inner {
	padding-top: 29.3333333333vw;
	padding-left: 0;
	background: url('../images/sp_bg_cta.svg') center top/32vw auto no-repeat;
}

.p-cta__btn {
	height: 16vw;
	margin-top: 5.3333333333vw;
	border-radius: 2.6666666667vw;
}

.p-cta__btn-text {
	font-size: 4.8vw;
	padding-left: 8vw;
	background-size: 6.1333333333vw auto;
}

.p-cta__btn:after {
	width: 3.2vw;
	height: 3.2vw;
	-webkit-transform: translate(-4vw, -50%) rotate(45deg);
	-ms-transform: translate(-4vw, -50%) rotate(45deg);
	transform: translate(-4vw, -50%) rotate(45deg);
	border-top: #fff .8vw solid;
	border-right: #fff .8vw solid;
}

.l-slider__item {
	width: 32vw;
}

.l-footer {
	padding: 16vw 0;
}

.l-footer__logo {
	width: 66.6666666667vw;
	padding-top: 26.6666666667vw;
	background-size: 45.3333333333vw auto;
}

.l-footer__sitename {
	font-size: 4.5333333333vw;
	margin-top: 4vw;
	padding-top: 4vw;
	background-size: 26.6666666667vw auto;
}

.l-footer__owner {
	font-size: 3.2vw;
}

.l-footer__copy {
	font-size: 2.6666666667vw;
	margin-top: 4vw;
}

}

@media screen and (max-width: 768px) and (max-width: 768px) {

.c-tab__button.is-current:after {
	-webkit-transform: translate(-4vw, -25%) rotate(315deg);
	-ms-transform: translate(-4vw, -25%) rotate(315deg);
	transform: translate(-4vw, -25%) rotate(315deg);
}

}

@-webkit-keyframes fadeUpAnime {

from {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fadeUpAnime {

from {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeLeftAnime {

from {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeLeftAnime {

from {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeRightAnime {

from {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeRightAnime {

from {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes arwMove {

0% {
	bottom: 0;
}

50% {
	bottom: -1%;
}

100% {
	bottom: 0;
}

}

@keyframes arwMove {

0% {
	bottom: 0;
}

50% {
	bottom: -1%;
}

100% {
	bottom: 0;
}

}

/*# sourceMappingURL=style.css.map */
