@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	border: 0;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a,
button {
	cursor: pointer;
	text-decoration: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}

img {
	width: 100%;
}

*:focus {
	outline: none;
}

.body {
	-webkit-box-sizing: border-box;
	-webkit-animation: fadeIn 1s ease-in-out forwards;
	animation: fadeIn 1s ease-in-out forwards;
	background: #fff;
	box-sizing: border-box;
	color: #333333;
	font-family: "Noto Sans", "Noto Sans JP", "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	opacity: 0;
	overflow-x: hidden;
}

.main {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.main._history {
	background: #2F2F2F;
	color: #fff;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1823px;
}

a {
	display: inline-block;
	width: 100%;
}

._gold {
	color: #C6B075;
}

._white {
	color: #fff;
}

._dot {
	background-image: -webkit-radial-gradient(center, circle, #C6B075 15%, transparent 15%);
	background-image: radial-gradient(circle at center, #C6B075 15%, transparent 15%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em .3em; /* 縦方向の位置調整 */
	display: inline-block; /* 点の間隔とサイズ調整 */
	padding-top: .15em;
}

._ls_small {
	letter-spacing: -0.5em;
}

.sec-tit {
	margin-bottom: 33px;
}

.sec-tit.js-scroll {
	opacity: 0;
}

.sec-tit.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.sec-tit > span {
	color: #A5A5A5;
	font-weight: 700;
	position: relative;
}

.sec-tit > span:after {
	background: -webkit-gradient(linear, left top, right top, from(#9f915e), to(#d9cc9c));
	background: -webkit-linear-gradient(left, #9f915e, #d9cc9c);
	background: linear-gradient(90deg, #9f915e, #d9cc9c);
	content: '';
	height: 2px;
	left: 4px;
	position: absolute;
}

.sec-stit {
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.6;
}

.sec-stit.js-scroll {
	opacity: 0;
}

.sec-stit.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.gold-btn {
	max-width: 100%;
}

.gold-btn.js-scroll {
	opacity: 0;
}

.gold-btn.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.gold-btn._hover_border > * {
	border: 1px solid transparent;
}

.gold-btn > * {
	-webkit-transition: color .2s, border-color .2s;
	background: -webkit-gradient(linear, left top, right top, from(#9f915e), to(#d9cc9c));
	background: -webkit-linear-gradient(left, #9f915e, #d9cc9c);
	background: linear-gradient(90deg, #9f915e, #d9cc9c);
	background-clip: padding-box;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .07em;
	overflow: hidden;
	position: relative;
	transition: color .2s, border-color .2s;
	width: 100%;
	z-index: 1;
}

.gold-btn > *:before {
	-webkit-transform: rotate(45deg);
	-webkit-transition: border-color .2s;
	border: 0;
	border-right: solid 3px #fff;
	border-top: solid 3px #fff;
	bottom: 0;
	content: '';
	height: 9px;
	margin: auto;
	position: absolute;
	right: 16px;
	top: 0;
	transform: rotate(45deg);
	transition: border-color .2s;
	width: 9px;
}

.gold-btn > *:after {
	-webkit-transition: opacity .2s;
	background: #fff;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .2s;
	z-index: -1;
}

span.js-modal-open {
	cursor: pointer;
}

._custom_scroll {
	scrollbar-color: #C6B075 #EDEDED;
	scrollbar-width: thin;
}

._custom_scroll::-webkit-scrollbar-track {
	background: #EDEDED;
}

._custom_scroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background-color: #C6B075;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

._custom_s_scroll {
	scrollbar-color: #D0D0D0 transparent;
	scrollbar-width: thin;
}

._custom_s_scroll::-webkit-scrollbar-track {
	background: transparent;
}

._custom_s_scroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background-color: #D0D0D0;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

.footer {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #004F9B;
}

.footer-icons {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.footer-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.footer-list._sp {
	margin-top: 10px;
}

.footer-item {
	font-size: 12px;
}

.footer-item a {
	color: #fff;
}

.footer-item:nth-of-type(n + 2) {
	position: relative;
}

.footer-item:nth-of-type(n + 2):before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	content: '';
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer-copy {
	color: rgba(255, 255, 255, 0.65);
	font-family: "Noto Sans", "Noto Sans JP", "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", sans-serif;
	text-align: center;
}

.fv {
	color: #fff;
}

.fv > .inner {
	height: 100%;
	position: relative;
}

.fv._history {
	background: url(../img/history/fv.jpg) no-repeat center/cover;
}

.fv._sstn {
	background: url(../img/sstn/fv.jpg) no-repeat center/cover;
}

.fv-tit {
	line-height: 1.2;
	text-align: center;
}

.fv-tit > small {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: .3s;
	font-weight: 500;
	letter-spacing: .03em;
	opacity: 0;
}

.fv-tit > span {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: .6s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: .6s;
	display: block;
	letter-spacing: 0.02em;
	opacity: 0;
}

.fv-logo {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: .9s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: .9s;
	opacity: 0;
	position: absolute;
}

.header {
	background: #004F9B;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 110;
}

.header-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-left {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-left img {
	vertical-align: middle;
}

.header-alogo {
	position: relative;
}

.header-alogo:before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5px;
}

.header-btn {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-left: auto;
	z-index: 130;
}

.header-btn a {
	color: rgba(255, 255, 255, 0.5);
}

.nav {
	-webkit-transition: opacity .5s, visibility .5s;
	background-color: #004F9B;
	height: 100vh;
	line-height: 1.5;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .5s, visibility .5s;
	visibility: hidden;
	width: 100%;
	z-index: 120;
}

.nav-img {
	position: relative;
}

.nav-body {
	margin-top: 17px;
}

.nav-body a {
	color: #fff;
}

.nav-body > div._left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 34px;
}

.nav-low {
	margin-top: 32px;
	padding-left: 22px;
}

.nav-low .nav-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-low .nav-item:before {
	color: #fff;
	content: '-';
	display: inline-block;
	margin-right: 6px;
}

.nav-item:nth-of-type(n + 2) {
	margin-top: 33px;
}

.nav-item a {
	font-weight: 500;
	letter-spacing: .05em;
}

.nav-movie-txt {
	color: #fff;
	font-weight: 500;
	letter-spacing: .03em;
	margin-bottom: 7px;
}

.nav-movie-img {
	border: 1px solid #fff;
}

.nav-label {
	height: 81px;
}

.nav-label._history .nav-label-bg {
	background: url(../img/nav_btn_bg0.jpg) no-repeat center/cover;
}

.nav-label._history .nav-label-txt {
	background: -webkit-gradient(linear, left top, right top, from(#9f915e), to(#d9cc9c));
	background: -webkit-linear-gradient(left, #9f915e, #d9cc9c);
	background: linear-gradient(90deg, #9f915e, #d9cc9c);
}

.nav-label._history .nav-label-txt:before {
	background: -webkit-gradient(linear, left top, right top, from(#d9cc9c), to(#9f915e));
	background: -webkit-linear-gradient(left, #d9cc9c, #9f915e);
	background: linear-gradient(90deg, #d9cc9c, #9f915e);
}

.nav-label._future .nav-label-bg {
	background: url(../img/nav_btn_bg1.jpg) no-repeat center/cover;
}

.nav-label._future .nav-label-txt {
	background: -webkit-gradient(linear, left top, right top, from(rgba(157, 192, 196, 0.9)), to(rgba(210, 226, 227, 0.9)));
	background: -webkit-linear-gradient(left, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	background: linear-gradient(90deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
}

.nav-label._future .nav-label-txt:before {
	background: -webkit-gradient(linear, left top, right top, from(rgba(210, 226, 227, 0.9)), to(rgba(157, 192, 196, 0.9)));
	background: -webkit-linear-gradient(left, rgba(210, 226, 227, 0.9), rgba(157, 192, 196, 0.9));
	background: linear-gradient(90deg, rgba(210, 226, 227, 0.9), rgba(157, 192, 196, 0.9));
}

.nav-label._sstn .nav-label-bg {
	background: url(../img/nav_btn_bg2.jpg) no-repeat center/cover;
}

.nav-label._sstn .nav-label-txt {
	background: -webkit-gradient(linear, left top, right top, from(#92B79A), to(#BFD5C0));
	background: -webkit-linear-gradient(left, #92B79A, #BFD5C0);
	background: linear-gradient(90deg, #92B79A, #BFD5C0);
	line-height: 1.272727;
}

.nav-label._sstn .nav-label-txt:before {
	background: -webkit-gradient(linear, left top, right top, from(#BFD5C0), to(#92B79A));
	background: -webkit-linear-gradient(left, #BFD5C0, #92B79A);
	background: linear-gradient(90deg, #BFD5C0, #92B79A);
}

.nav-label a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.nav-label-txt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: .015em;
	position: relative;
	z-index: 1;
}

.nav-label-txt:before {
	-webkit-transition: opacity .2s;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .2s;
	z-index: -1;
}

.nav-bottom {
	margin-top: 57px;
}

.nav-links {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.nav-btn {
	-webkit-box-sizing: content-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: content-box;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	right: 0;
	z-index: 130;
}

.nav-icon {
	margin-top: -1px;
}

.nav-icon > div {
	position: relative;
}

.nav-icon > div > span {
	-webkit-transition: all .3s ease-out;
	background: #fff;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
}

.nav-txt {
	color: #fff;
	font-family: "Noto Sans", "Noto Sans JP", "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	position: relative;
}

.nav-txt > span {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s, visibility .3s;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .3s, visibility .3s;
}

.nav-txt > span._close {
	opacity: 0;
	visibility: hidden;
}

body._open .nav {
	opacity: 1;
	visibility: visible;
}

body._open .nav-icon > div > span:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

body._open .nav-icon > div > span:nth-of-type(2) {
	left: 50%;
	width: 0;
}

body._open .nav-icon > div > span:nth-of-type(3) {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

body._open .nav-txt > span._close {
	opacity: 1;
	visibility: visible;
}

body._open .nav-txt > span._menu {
	opacity: 0;
	visibility: hidden;
}

.scroll {
	-webkit-transform: translateX(-50%);
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: 1.9s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	align-items: center;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: 1.9s;
	bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
}

.scroll-txt {
	color: #fff;
	font-weight: 500;
	letter-spacing: .2em;
}

.scroll-bar {
	background-color: #fff;
	position: relative;
	right: 0;
	width: 1px;
}

.scroll-bar:after {
	background-color: #C6B075;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.visual._top {
	background: url(../img/top/visual_bg.jpg) no-repeat center/cover;
}

.beginning {
	background: -webkit-linear-gradient(45deg, #9DC0C4, #D2E2E3);
	background: linear-gradient(45deg, #9DC0C4, #D2E2E3);
	position: relative;
	z-index: 1;
}

.beginning:before {
	background: url(../img/future/beginning_bg_top.png) no-repeat center/cover;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -10;
}

.beginning:after {
	background: url(../img/future/beginning_bg_bottom.png) no-repeat center/cover;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	z-index: -10;
}

.beginning .future-tit {
	color: #fff;
	text-shadow: 0px 0px 6px #A9C8CD;
}

.beginning-img.js-scroll {
	opacity: 0;
}

.beginning-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.beginning-wrap._right .beginning-img {
	position: relative;
}

.beginning-wrap._right .beginning-img:before {
	-webkit-transform: translateY(-50%);
	background: url(../img/future/plus_icon.png) no-repeat center/cover;
	content: '';
	height: 89px;
	left: -133px;
	position: absolute;
	top: calc(50% - 7px);
	transform: translateY(-50%);
	width: 89px;
}

.beginning-stit {
	text-align: center;
}

.beginning-stit.js-scroll {
	opacity: 0;
}

.beginning-stit.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.beginning-stit ._en {
	color: #fff;
	display: block;
	font-weight: 700;
	letter-spacing: .015em;
}

.beginning-stit ._ja {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 6px 17px;
}

.beginning-list.js-scroll {
	opacity: 0;
}

.beginning-list.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.beginning-item > h4 {
	color: #fff;
	letter-spacing: .03em;
	line-height: 1.4166;
}

.beginning-item > h4 ._ja {
	font-weight: 700;
}

.beginning-item > h4 ._en {
	margin-left: .5em;
}

.beginning-item > p {
	line-height: 1.875;
}

.beginning-item > p > small {
	display: block;
}

.cycle-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 10.5px);
	-ms-flex: 0 0 calc(50% - 10.5px);
	flex: 0 0 calc(50% - 10.5px);
}

.cycle-wrap.js-scroll {
	opacity: 0;
}

.cycle-wrap.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.cycle-wrap._left {
	background: -webkit-linear-gradient(45deg, rgba(159, 145, 94, 0.9), rgba(217, 204, 156, 0.9));
	background: linear-gradient(45deg, rgba(159, 145, 94, 0.9), rgba(217, 204, 156, 0.9));
}

.cycle-wrap._right {
	background: -webkit-linear-gradient(45deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	background: linear-gradient(45deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
}

.cycle-tit {
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.cycle-item {
	letter-spacing: .05em;
}

.cycle-item > h4 {
	color: #fff;
	font-weight: 700;
}

.cycle-item > p {
	color: #333333;
	line-height: 1.875;
	position: relative;
}

.cycle-item > p:before {
	content: '－';
	left: 0;
	position: absolute;
	top: 0;
}

.decide {
	background: -webkit-linear-gradient(45deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	background: linear-gradient(45deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	position: relative;
	z-index: 1;
}

.decide:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -10;
}

.decide-txt {
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 0px 6px #A9C8CD;
}

.decide-txt.js-scroll {
	opacity: 0;
}

.decide-txt.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.future-tit {
	font-weight: 700;
	line-height: 1.4;
}

.future-tit-wrap.js-scroll {
	opacity: 0;
}

.future-tit-wrap.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.future-stit {
	color: #525252;
	font-weight: 700;
	margin-top: 10px;
}

.future-txt {
	line-height: 2.125;
}

.future-txt.js-scroll {
	opacity: 0;
}

.future-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.future-head .future-tit {
	color: #37969F;
}

.future-head .future-txt {
	color: #525252;
	line-height: 1.875;
}

.release {
	background: url(../img/future/release_bg.jpg) no-repeat center/cover;
	position: relative;
	z-index: 1;
}

.release:before {
	-webkit-transform: translateX(-50%);
	border-bottom: 0;
	border-style: solid;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: -0.5px;
	transform: translateX(-50%);
	width: 0;
	z-index: 10;
}

.release::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.73)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.73) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.73) 100%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.release > .inner {
	position: relative;
	z-index: 1;
}

.release-head {
	color: #fff;
}

.release-tit {
	font-weight: 700;
	letter-spacing: .015em;
}

.release-tit.js-scroll {
	opacity: 0;
}

.release-tit.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.release-lead {
	line-height: 1.7307;
	margin-top: 15px;
	position: relative;
}

.release-lead.js-scroll {
	opacity: 0;
}

.release-lead.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.release-lead:after {
	-webkit-transform: translateX(-50%);
	background: #fff;
	bottom: 0;
	content: '';
	height: 1px;
	left: 50%;
	max-width: 507px;
	position: absolute;
	transform: translateX(-50%);
}

.release .future-tit {
	color: #fff;
}

.release .future-tit.js-scroll {
	opacity: 0;
}

.release .future-tit.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.release .future-stit {
	color: #fff;
}

.release .future-stit.js-scroll {
	opacity: 0;
}

.release .future-stit.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.release-txt {
	color: #fff;
}

.release-txt.js-scroll {
	opacity: 0;
}

.release-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.release-btn.js-scroll {
	opacity: 0;
}

.release-btn.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.release-btn a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: background .2s, color .2s;
	align-items: center;
	background: rgba(255, 255, 255, 0.24);
	border: 1px solid #fff;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	transition: background .2s, color .2s;
	width: 100%;
}

.release-btn a small {
	font-weight: 700;
}

.release-btn a small ._icon {
	-webkit-transition: -webkit-transform .2s;
	display: inline-block;
	margin-left: 7px;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.release-btn a span {
	display: block;
	font-weight: 100;
	letter-spacing: .05em;
	margin-top: 4px;
}

.step-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.step-item:before {
	background: #C6B075;
	border-radius: 100px;
	content: '';
	height: 24px;
	left: -74px;
	position: absolute;
	top: 6px;
	width: 24px;
}

.step-head {
	color: #C6B075;
	font-weight: 700;
	letter-spacing: .05em;
}

.step-wrap.js-scroll {
	opacity: 0;
}

.step-wrap.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.step-txt {
	color: #525252;
	line-height: 2.125;
}

.step-img.js-scroll {
	opacity: 0;
}

.step-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.vision-img.js-scroll {
	opacity: 0;
}

.vision-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.vision-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.vision-item.js-scroll {
	opacity: 0;
}

.vision-item.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.vision-item:nth-of-type(1),
.vision-item:nth-of-type(2) {
	position: relative;
}

.vision-item:nth-of-type(1):before,
.vision-item:nth-of-type(2):before {
	background: url(../img/future/step_arr.png) no-repeat center/cover;
	content: '';
	height: 78px;
	position: absolute;
	width: 27px;
}

.vision-head {
	color: #37969F;
	font-weight: 700;
	position: relative;
}

.vision-head:after {
	-webkit-transform: translateX(-50%);
	background: #fff;
	bottom: 0;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.vision-tit {
	color: #fff;
	font-weight: 700;
	margin-top: 13px;
	text-align: center;
}

.vision-txt {
	color: #484848;
	line-height: 1.875;
	max-width: 380px;
}

.vision-txt > span {
	display: block;
	padding-left: 1em;
	position: relative;
}

.vision-txt > span:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.history-img.js-scroll {
	opacity: 0;
}

.history-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.history-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
	position: relative;
}

.history-head.js-scroll > * {
	opacity: 0;
}

.history-head.js-scroll._scroll > * {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.history-head > ._gold {
	font-weight: 500;
	letter-spacing: .07em;
}

.history-head > ._year {
	color: #A5A5A5;
}

.history-head > ._line {
	-webkit-transform: translateX(-50%);
	background: #CCCCCC;
	content: '';
	display: block;
	height: 100%;
	left: calc(50% - 4px);
	margin-top: 11px;
	position: relative;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
}

.history-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.history-box {
	background: #525252;
}

.history-box.js-scroll {
	opacity: 0;
}

.history-box.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.history-box > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.history-box > div:nth-of-type(n + 2) {
	margin-top: 30px;
}

.history-box > div._one {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	gap: 0;
}

.history .one-imgs {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.history .one-txt {
	text-align: center;
}

.history-fig {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.history-fig figcaption {
	letter-spacing: .018em;
	line-height: 1.3571;
	text-align: center;
}

.history-fig._border img {
	border: 1px solid #CCCCCC;
}

.history-tit {
	font-weight: 700;
	letter-spacing: .05em;
}

.history-tit.js-scroll {
	opacity: 0;
}

.history-tit.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.history-tit > small {
	font-weight: 300;
	letter-spacing: .01em;
}

.history-txt {
	line-height: 2;
}

.history-txt.js-scroll {
	opacity: 0;
}

.history-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.history .gold-btn {
	margin-top: 35px;
}

.history .gold-btn.js-scroll {
	opacity: 0;
}

.history .gold-btn.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.label {
	background: #222222;
}

.label.js-scroll {
	opacity: 0;
}

.label.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.label-head {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 21.8%;
	-ms-flex: 0 0 21.8%;
	flex: 0 0 21.8%;
	letter-spacing: .034em;
	padding-right: 3%;
}

.label-body {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 78.2%;
	-ms-flex: 0 0 78.2%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex: 0 0 78.2%;
	flex-grow: 1;
}

.label-copy {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .03em;
}

.label-list {
	margin-top: 16px;
}

.label-item {
	line-height: 1.6;
	padding-left: 1em;
	position: relative;
}

.label-item:before {
	content: '・';
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}

.label-item:nth-of-type(n + 2) {
	margin-top: 1.7em;
}

.label-tit {
	font-weight: 700;
	letter-spacing: .03em;
}

.logo-img {
	margin: 0 auto;
}

.logo-img.js-scroll {
	opacity: 0;
}

.logo-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.modal_h .history-tit {
	margin-top: 26px;
	position: relative;
}

.modal_h .history-tit > small {
	display: block;
	line-height: 1.8;
}

.modal_h .history-head > span._year {
	margin-top: 7px;
}

.modal_h-container {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	height: calc(100% - 94px);
	left: 50%;
	max-width: 1210px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.modal_h-inner {
	height: 100%;
	overflow-y: scroll;
}

.modal_h-item {
	position: relative;
}

.modal_h-item:before {
	background: #C6B075;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
}

.modal_h-stit {
	font-weight: 700;
	line-height: 1.4166;
}

.modal_h-txt {
	line-height: 2;
}

.modal_h-fig:nth-of-type(n + 2) {
	margin-top: 21px;
}

.modal_h-fig._border img {
	border: 1px solid #CCCCCC;
}

._border_line {
	background: white;
	background-clip: padding-box;
	background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'>    <rect x='0' y='0' width='100%' height='100%' rx='20' ry='20' fill='none' stroke='%2300A04C' stroke-width='4' stroke-dasharray='4 4' shape-rendering='crispEdges'/>    </svg>");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 20px;
}

.effort-wrap {
	margin: 36px auto 0;
	max-width: 1400px;
}

.effort-wrap.js-scroll {
	opacity: 0;
}

.effort-wrap.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.effort-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.effort-box {
	margin-left: auto;
	position: relative;
}

.effort-box > div._last {
	padding: 0 3.5% 0 4.6%;
}

.effort-arr {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	align-items: center;
	color: #fff;
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	justify-content: center;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.effort-arr:after {
	border-bottom: 0;
	border-style: solid;
	content: '';
	left: 0;
	position: absolute;
	z-index: 10;
}

.effort-arr._all {
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#818181));
	background: -webkit-linear-gradient(top, #B5B5B5, #818181);
	background: linear-gradient(to bottom, #B5B5B5, #818181);
	left: 0;
	padding-top: 1.3em;
}

.effort-arr._1 {
	background: #9F915E;
	height: 100%;
	padding-top: .7em;
}

.effort-arr._2 {
	background: #BEB07F;
	height: 100%;
}

.effort-arr._3 {
	background: #D9CC9C;
}

.effort-top {
	position: relative;
}

.effort-txt {
	color: #000000;
	line-height: 1.6;
	max-width: 375px;
	padding: 0 .8% 0 3.1%;
}

.effort-txt._bold {
	font-weight: 700;
}

.effort-btn {
	margin-left: auto;
	max-width: 100%;
	text-align: center;
}

.effort-btn._hover_border > * {
	border: 1px solid transparent;
}

.effort-btn > * {
	-webkit-transition: color .2s, border-color .2s;
	background: -webkit-gradient(linear, left top, right top, from(#9f915e), to(#d9cc9c));
	background: -webkit-linear-gradient(left, #9f915e, #d9cc9c);
	background: linear-gradient(90deg, #9f915e, #d9cc9c);
	background-clip: padding-box;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	transition: color .2s, border-color .2s;
	width: 100%;
	z-index: 1;
}

.effort-btn > *:after {
	-webkit-transition: opacity .2s;
	background: #fff;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .2s;
	z-index: -1;
}

.goals-img.js-scroll {
	opacity: 0;
}

.goals-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.goals-item:nth-of-type(n + 2) {
	margin-top: 31px;
}

.goals-item ul {
	color: #525252;
	line-height: 1.875;
	margin-top: 9px;
}

.goals-item ul li {
	padding-left: 1em;
	position: relative;
}

.goals-item ul li:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.modal_s._3 .modal_s-stit span._small {
	position: relative;
}

.modal_s._3 .modal_s-img._0 {
	margin: 0 auto;
	max-width: 943px;
}

.modal_s._3 .modal_s-img._1 {
	max-width: 867px;
}

.modal_s._5 .modal_s-stit span._small {
	margin-top: 3px;
}

.modal_s._6 .modal_s-img._0 {
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.modal_s-small {
	margin: 0 auto;
	max-width: 724px;
}

.modal_s._nze .modal_s-close {
	border-color: #0FB185;
}

.modal_s._nze .modal_s-close:before,
.modal_s._nze .modal_s-close:after {
	background: #0FB185;
}

.modal_s._nze .modal_s-container {
	border-color: #0FB185;
}

.modal_s._nze .modal_s-tit {
	background: #0FB185;
}

.modal_s._nze .modal_s-wrap:nth-of-type(2):before {
	background: #0FB185;
}

.modal_s._nze ._color {
	color: #0FB185;
}

.modal_s._wb .modal_s-close {
	border-color: #9AC838;
}

.modal_s._wb .modal_s-close:before,
.modal_s._wb .modal_s-close:after {
	background: #9AC838;
}

.modal_s._wb .modal_s-container {
	border-color: #9AC838;
}

.modal_s._wb .modal_s-tit {
	background: #9AC838;
}

.modal_s._wb .modal_s-wrap:nth-of-type(2):before {
	background: #9AC838;
}

.modal_s._wb ._color {
	color: #9AC838;
}

.modal_s._ce .modal_s-close {
	border-color: #00A04C;
}

.modal_s._ce .modal_s-close:before,
.modal_s._ce .modal_s-close:after {
	background: #00A04C;
}

.modal_s._ce .modal_s-container {
	border-color: #00A04C;
}

.modal_s._ce .modal_s-tit {
	background: #00A04C;
}

.modal_s._ce .modal_s-wrap:nth-of-type(2):before {
	background: #00A04C;
}

.modal_s._ce ._color {
	color: #00A04C;
}

.modal_s .modal-bg {
	background: rgba(255, 255, 255, 0.9);
}

.modal_s .sstn-label {
	position: absolute;
}

.modal_s-close {
	background: #fff;
	border-radius: 100px;
	cursor: pointer;
	position: absolute;
}

.modal_s-close:before,
.modal_s-close:after {
	border-radius: 2px;
	content: '';
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
}

.modal_s-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal_s-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_s-container {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 20px;
	left: 50%;
	max-width: 1098px;
	padding-top: 65px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.modal_s-inner {
	height: 100%;
	overflow-y: scroll;
}

.modal_s-tit {
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}

.modal_s-tit > span {
	display: inline-block;
}

.modal_s-stit {
	font-weight: 700;
	text-align: center;
}

.modal_s-stit span {
	display: inline-block;
}

.modal_s-stit span._small {
	color: #525252;
	line-height: 1.5;
}

.modal_s-wrap:nth-of-type(2) {
	position: relative;
}

.modal_s-wrap:nth-of-type(2):before {
	border-radius: 2px;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modal_s-txt {
	color: #525252;
	line-height: 1.875;
	position: relative;
}

.modal_s-txt > span {
	display: block;
}

.modal_s-txt > ._bold {
	font-weight: 500;
}

.modal_s-txt > ._tit {
	font-weight: 500;
}

.modal_s-txt > ._list {
	display: block;
	padding-left: 1em;
	position: relative;
}

.modal_s-txt > ._list:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.modal_s-flex_r {
	margin: 0 auto;
	max-width: 910px;
}

.modal_s-flex_r._1 > div p {
	color: #525252;
	line-height: 1.6666;
}

.sideScroll {
	-webkit-animation: 2s ease-in-out infinite alternate floatHorizontal;
	animation: 2s ease-in-out infinite alternate floatHorizontal;
	color: #00A04C;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: right;
}

.sideScroll > ._icon {
	margin-bottom: 3px;
	margin-left: 10px;
	width: 36px;
}

.sstn-tit {
	color: #00A04C;
	font-weight: 700;
	line-height: 1.4;
}

.sstn-tit.js-scroll {
	opacity: 0;
}

.sstn-tit.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.sstn-txt {
	line-height: 1.875;
	margin-top: 14px;
}

.sstn-txt.js-scroll {
	opacity: 0;
}

.sstn-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.sstn-label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.sstn-label.js-scroll {
	opacity: 0;
}

.sstn-label.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.sstn-label._2 {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sstn-label._top p {
	border-radius: 0 16px 0 0;
}

.sstn-label._bottom p {
	border-radius: 0 0 16px 0;
}

.sstn-label-icon {
	position: relative;
}

.sstn-label-txt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	border-radius: 0 16px 16px 0;
	color: #fff;
	flex-grow: 1;
	font-weight: 700;
	margin-left: -36px;
}

.sstn-label-txt._nze {
	background-color: #0FB185;
}

.sstn-label-txt._wb {
	background-color: #9AC838;
}

.sstn-label-txt._ce {
	background-color: #00A04C;
}

.sstnLink {
	background: url(../img/sstn/sstnLink_bg.jpg) no-repeat center/cover;
	position: relative;
	z-index: 1;
}

.sstnLink:before {
	-webkit-transform: translateX(-50%);
	border-bottom: 0;
	border-style: solid;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: -0.5px;
	transform: translateX(-50%);
	width: 0;
	z-index: 10;
}

.sstnLink-btn.js-scroll {
	opacity: 0;
}

.sstnLink-btn.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.sstnLink-btn a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: background .2s, color .2s;
	align-items: center;
	background: rgba(255, 255, 255, 0.24);
	border: 1px solid #fff;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	transition: background .2s, color .2s;
	width: 100%;
}

.sstnLink-btn a small {
	font-weight: 700;
}

.sstnLink-btn a small ._icon {
	-webkit-transition: -webkit-transform .2s;
	display: inline-block;
	margin-left: 7px;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.sstnLink-btn a span {
	display: block;
	font-weight: 100;
	letter-spacing: .03em;
	margin-top: 4px;
}

.story {
	background: -webkit-gradient(linear, right top, left bottom, from(#D2E3D3), to(#9DC4A6));
	background: -webkit-linear-gradient(top right, #D2E3D3, #9DC4A6);
	background: linear-gradient(to bottom left, #D2E3D3, #9DC4A6);
}

.story .sstn-tit {
	color: #fff;
	letter-spacing: .03em;
	text-align: center;
	text-shadow: 0px 0px 6px #A9C8CD;
}

.story .sstn-txt {
	line-height: 2.125;
}

.story-img {
	max-width: 1100px;
}

.story-bg {
	width: 100%;
}

.greeting .sec-tit > span {
	display: inline-block;
	line-height: 1.22;
}

.greeting .sec-tit > small {
	margin-top: 7px;
}

.greeting-img {
	max-width: 610px;
}

.greeting-img.js-scroll {
	opacity: 0;
}

.greeting-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.greeting-content.js-scroll {
	opacity: 0;
}

.greeting-content.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.greeting-txt {
	line-height: 2.1428;
}

.greeting-txt:nth-of-type(n + 2) {
	margin-top: 1em;
}

.greeting-name {
	letter-spacing: .1em;
	line-height: 1.5714;
	text-align: right;
}

.greeting-name > span {
	display: block;
}

.greeting-name > span._mid {
	font-weight: 500;
}

.greeting-name > span._bold {
	font-weight: 700;
}

.link.js-scroll {
	opacity: 0;
}

.link.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: .3s;
}

.link.js-scroll._scroll .link-btn._shine a:before {
	-webkit-transform: rotate(25deg) scale(0);
	-webkit-animation: shine 2s ease-out forwards;
	-webkit-animation-delay: 0s;
	animation: shine 2s ease-out forwards;
	animation-delay: 0s;
	background: white;
	content: '';
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: rotate(25deg) scale(0);
	z-index: 20;
}

.link-btn._shine {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.link-btn._shine a {
	position: relative;
}

.link-btn._history .link-bg {
	background: url(../img/top/link_img.jpg) no-repeat center/cover;
}

.link-btn._history .link-content {
	background: -webkit-gradient(linear, left top, right top, from(#9f915e), to(#d9cc9c));
	background: -webkit-linear-gradient(left, #9f915e, #d9cc9c);
	background: linear-gradient(90deg, #9f915e, #d9cc9c);
}

.link-btn._history .link-content:before {
	background: -webkit-gradient(linear, left top, right top, from(#d9cc9c), to(#9f915e));
	background: -webkit-linear-gradient(left, #d9cc9c, #9f915e);
	background: linear-gradient(90deg, #d9cc9c, #9f915e);
}

.link-btn._future:before,
.link-btn._future:after {
	content: '';
	position: absolute;
	z-index: 10;
}

.link-btn._future:before {
	width: 1px;
}

.link-btn._future:after {
	height: 1px;
}

.link-btn._future .link-bg {
	background: url(../img/top/link_img_future.jpg) no-repeat center/cover;
}

.link-btn._future .link-content {
	background: -webkit-gradient(linear, left top, right top, from(rgba(157, 192, 196, 0.9)), to(rgba(210, 226, 227, 0.9)));
	background: -webkit-linear-gradient(left, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	background: linear-gradient(90deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
}

.link-btn._future .link-content:before {
	background: -webkit-gradient(linear, left top, right top, from(rgba(210, 226, 227, 0.9)), to(rgba(157, 192, 196, 0.9)));
	background: -webkit-linear-gradient(left, rgba(210, 226, 227, 0.9), rgba(157, 192, 196, 0.9));
	background: linear-gradient(90deg, rgba(210, 226, 227, 0.9), rgba(157, 192, 196, 0.9));
}

.link-btn._future a {
	position: relative;
}

.link-btn._sstn .link-bg {
	background: url(../img/top/link_img_sstn.jpg) no-repeat center/cover;
}

.link-btn._sstn .link-content {
	background: -webkit-gradient(linear, left top, right top, from(#92B79A), to(#BFD5C0));
	background: -webkit-linear-gradient(left, #92B79A, #BFD5C0);
	background: linear-gradient(90deg, #92B79A, #BFD5C0);
}

.link-btn._sstn .link-content:before {
	background: -webkit-gradient(linear, left top, right top, from(#BFD5C0), to(#92B79A));
	background: -webkit-linear-gradient(left, #BFD5C0, #92B79A);
	background: linear-gradient(90deg, #BFD5C0, #92B79A);
}

.link-btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.link-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.link-content:before {
	-webkit-transition: opacity .2s;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .2s;
	z-index: -1;
}

.link-logo {
	margin-left: auto;
}

.link-wrap {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.link-txt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	color: #fff;
	flex-grow: 1;
	line-height: 1.2;
	white-space: nowrap;
}

.link-txt > small {
	font-weight: 500;
	letter-spacing: .03em;
}

.link-txt > span {
	display: block;
	font-weight: 100;
}

.link-arr {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 120;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	height: 100%;
}

.modal-container {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	height: calc(100% - 94px);
	left: 50%;
	max-width: 1100px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.modal-wrap {
	height: 100%;
}

.modal-close {
	background: url(../img/modal_close_icon.png) no-repeat center/cover;
	cursor: pointer;
	position: absolute;
}

.modal-name {
	line-height: 1.5;
}

.movie-tit {
	color: #fff;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.6;
	text-align: center;
}

.movie-tit.js-scroll {
	opacity: 0;
}

.movie-tit.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.movie-video {
	border: 1px solid #fff;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.movie-video.js-scroll {
	opacity: 0;
}

.movie-video.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: .3s;
}

.msg-tit {
	line-height: 1.3333;
}

.msg-tit.js-scroll {
	opacity: 0;
}

.msg-tit.js-scroll._scroll {
	-webkit-animation: right 1s ease-out forwards;
	animation: right 1s ease-out forwards;
}

.msg-tit > small {
	font-weight: 500;
	letter-spacing: .1em;
}

.msg-tit > span {
	display: block;
	font-weight: 700;
}

.msg-img.js-scroll {
	opacity: 0;
}

.msg-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.msg-body {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
}

.msg-txt {
	letter-spacing: .018em;
	line-height: 2.1333;
}

.msg-txt.js-scroll {
	opacity: 0;
}

.msg-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.msg-txt > p:nth-of-type(n + 2) {
	margin-top: 1.3em;
}

.msg-small-img.js-scroll {
	opacity: 0;
}

.msg-small-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.mv {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.mv-content {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: opacity 1s;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: opacity 1s;
	width: 100%;
}

.mv-bg {
	background: url(../img/top/mv_bg.jpg) no-repeat center/cover;
	height: 100%;
	left: 0;
	position: absolute;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1;
}

.mv-bg::after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv-bg video {
	-o-object-fit: cover;
	display: block;
	font-family: 'object-fit: cover;';
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv-btn {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
	opacity: 0;
}

.mv-btn._history {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.mv-btn._history a {
	background: -webkit-gradient(linear, left top, right top, from(#9f915e), to(#d9cc9c));
	background: -webkit-linear-gradient(left, #9f915e, #d9cc9c);
	background: linear-gradient(90deg, #9f915e, #d9cc9c);
}

.mv-btn._future {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.mv-btn._future a {
	background: -webkit-gradient(linear, left top, right top, from(#9DC0C4), to(#D2E2E3));
	background: -webkit-linear-gradient(left, #9DC0C4, #D2E2E3);
	background: linear-gradient(90deg, #9DC0C4, #D2E2E3);
}

.mv-btn._sstn {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.mv-btn._sstn a {
	background: -webkit-gradient(linear, left top, right top, from(#92B79A), to(#BFD5C0));
	background: -webkit-linear-gradient(left, #92B79A, #BFD5C0);
	background: linear-gradient(90deg, #92B79A, #BFD5C0);
}

.mv-btn a {
	-webkit-transition: color .2s;
	color: #fff;
	font-weight: 500;
	letter-spacing: .05em;
	overflow: hidden;
	position: relative;
	transition: color .2s;
	z-index: 1;
}

.mv-btn a:before {
	-webkit-transition: opacity .2s;
	background: #fff;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .2s;
	z-index: -1;
}

.mv-btn a ._icon {
	-webkit-transition: stroke .2s, -webkit-transform .2s;
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 14px;
	transition: stroke .2s, -webkit-transform .2s;
	transition: stroke .2s, transform .2s;
	transition: stroke .2s, transform .2s, -webkit-transform .2s;
	width: 49.08px;
}

.time {
	color: #fff;
	display: none;
	font-weight: 500;
}

.time-list {
	display: inline-block;
}

.time-item {
	display: inline-block;
}

.time-num {
	line-height: 1;
}

.what {
	background: #2F2F2F;
	position: relative;
	z-index: 1;
}

.what:before {
	bottom: 0;
	content: '';
	position: absolute;
	right: 0;
	z-index: -10;
}

.what-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47.2%;
	-ms-flex: 0 1 47.2%;
	flex: 0 1 47.2%;
	overflow: hidden;
}

.what-img.js-scroll {
	opacity: 0;
}

.what-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.what-txt {
	line-height: 2;
	max-width: 605px;
}

.what-txt.js-scroll {
	opacity: 0;
}

.what-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: .3s;
}

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

.body {
	font-size: 15px;
}

.inner {
	padding: 0 50px;
}

._sp {
	display: none !important;
}

._ls_min {
	letter-spacing: -0.3em;
}

.sec-tit > span {
	font-size: 74px;
	line-height: 1;
}

.sec-tit > span._left {
	margin-left: -4px;
}

.sec-tit > span:after {
	bottom: -10px;
	width: 127px;
}

.sec-stit {
	font-size: 35px;
}

.gold-btn {
	width: 151px;
}

.gold-btn._hover_border > *:hover {
	border-color: #C1C1C1;
}

.gold-btn > * {
	padding: 9px 14px;
}

.gold-btn > *:hover {
	color: #C6B075;
}

.gold-btn > *:hover:before {
	border-color: #C6B075;
}

.gold-btn > *:hover:after {
	opacity: 1;
}

.gold-btn > *:hover ._icon {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

._custom_scroll::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.modal_h-container._custom_scroll::-webkit-scrollbar {
	height: 11px;
	width: 11px;
}

._custom_s_scroll::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.modal_s-container._custom_s_scroll::-webkit-scrollbar {
	height: 11px;
	width: 11px;
}

.footer {
	padding: 53px 20px 42px;
}

.footer-icon {
	width: 31px;
}

.footer-icon:nth-of-type(n + 2) {
	margin-left: 35px;
}

.footer-bottom {
	margin-top: 54px;
}

.footer-item {
	letter-spacing: .1em;
}

.footer-item:nth-of-type(n + 2) {
	margin-left: 34px;
}

.footer-item:nth-of-type(n + 2):before {
	left: -18px;
}

.footer-item:nth-of-type(n + 2):before {
	left: -16px;
}

.footer-copy {
	font-size: 12px;
	letter-spacing: .1em;
	margin-top: 14px;
}

.fv {
	height: 400px;
	margin-top: 80px;
}

.fv._future {
	background: url(../img/future/fv.jpg) no-repeat center/cover;
}

.fv-tit {
	padding-top: 157px;
}

.fv-tit > small {
	font-size: 25px;
}

.fv-tit > span {
	font-size: 52px;
	margin-top: 8px;
}

.fv-logo {
	bottom: 29px;
	width: 137.35px;
}

.header {
	height: 80px;
}

.header-inner {
	line-height: 80px;
	margin: 0 50px;
}

.header-left a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.header-left a:hover {
	opacity: .7;
}

.header-clogo {
	width: 131.7px;
}

.header-alogo {
	margin-left: 53.4px;
	width: 59.38px;
}

.header-alogo:before {
	height: 55.2px;
	left: -26.7px;
}

.header-btn a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.header-btn a:hover {
	opacity: .7;
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 27.8184%;
	-ms-flex: 0 1 27.8184%;
	background: url(../img/nav_img.jpg) center/cover no-repeat;
	flex: 0 1 27.8184%;
}

.nav-inner {
	-webkit-box-sizing: content-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 auto;
	max-width: 1216px;
	padding-left: 7.45%;
	padding-right: 48px;
}

.nav-top {
	padding-bottom: 54px;
	position: relative;
}

.nav-top:after {
	background: #fff;
	bottom: 0;
	content: '';
	height: .5px;
	left: 0;
	max-width: 358px;
	position: absolute;
	width: 100%;
}

.nav-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-body > div._right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 292px;
	-ms-flex: 0 1 292px;
	flex: 0 1 292px;
	margin-left: 5%;
}

.nav-item a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.nav-item a:hover {
	opacity: .7;
}

.nav-movie a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.nav-movie a:hover {
	opacity: .7;
}

.nav-movie-txt {
	font-size: 15px;
}

.nav-label {
	margin-top: 22px;
}

.nav-label a:hover .nav-label-txt:before {
	opacity: 1;
}

.nav-label-bg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 91px;
	-ms-flex: 0 1 91px;
	flex: 0 1 91px;
}

.nav-label-txt {
	padding: 0 0 0 16px;
}

.nav-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-link {
	width: 23px;
}

.nav-link:nth-of-type(n + 2) {
	margin-left: 28px;
}

.nav .footer-copy {
	margin-left: auto;
	margin-top: 7px;
	padding-left: 20px;
}

.nav-btn {
	-webkit-transition: opacity .2s;
	height: 80px;
	margin-left: 26px;
	transition: opacity .2s;
	width: 40px;
}

.nav-btn:hover {
	opacity: .7;
}

.nav-icon {
	height: 20px;
	width: 39px;
}

.nav-icon > div > span:nth-of-type(1) {
	top: -3px;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 7px;
}

.nav-icon > div > span:nth-of-type(3) {
	top: 17px;
}

.nav-txt {
	font-size: 12px;
	margin-top: 12px;
}

.nav-txt > span {
	left: calc(50% + 1.3px);
}

body._open .nav-icon > div > span:nth-of-type(1) {
	top: 6px;
}

body._open .nav-icon > div > span:nth-of-type(3) {
	top: 6px;
}

.pageTop {
	-webkit-transform: translate3d(0, 10%, 0);
	-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
	bottom: 30px;
	cursor: pointer;
	opacity: 0;
	position: fixed;
	right: 0;
	transform: translate3d(0, 10%, 0);
	transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
	transition: opacity .3s ease-out, transform .3s ease-out;
	transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
	width: 33px;
	z-index: 100;
}

.pageTop._active {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.pageTop._active:hover {
	opacity: .9;
}

.scroll-txt {
	font-size: 12px;
	margin-top: 11px;
}

.scroll-bar {
	height: 54.29px;
	margin-top: 8.4px;
}

.scroll-bar:after {
	-webkit-animation: bar 2s ease infinite;
	animation: bar 2s ease infinite;
	height: 14.87px;
}

.visual {
	height: 450px;
}

.visual._top {
	margin-top: 180px;
}

.beginning {
	padding: 77px 0 93px;
}

.beginning:before {
	height: 501px;
	width: 867px;
}

.beginning:after {
	height: 684px;
	width: 644px;
}

.beginning-head {
	text-align: center;
}

.beginning .future-tit {
	letter-spacing: .03em;
}

.beginning .future-txt {
	margin-top: 32px;
}

.beginning-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 65px auto 0;
	max-width: 1266px;
}

.beginning-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding-top: 14px;
}

.beginning-wrap._left {
	padding-left: 36px;
	padding-right: 71px;
}

.beginning-wrap._left .beginning-img {
	margin-bottom: 10px;
	margin-top: 45px;
	max-width: 509.57px;
}

.beginning-wrap._right {
	border-left: 1px solid #fff;
	padding-left: 78px;
	padding-right: 21px;
}

.beginning-wrap._right .beginning-img {
	margin-left: 10px;
	margin-top: 37px;
	max-width: 503px;
}

.beginning-stit ._en {
	font-size: 35px;
}

.beginning-stit ._ja {
	margin-top: 5px;
	min-width: 200px;
}

.beginning-list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 14px;
	margin-top: 47px;
}

.beginning-item:nth-of-type(n + 2) {
	margin-top: 32px;
}

.beginning-item > h4 ._ja {
	font-size: 24px;
}

.beginning-item > p > small {
	font-size: 14px;
}

.beginning-item > p {
	margin-top: 10px;
}

.cycle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 78px auto 0;
	max-width: 1166px;
}

.cycle-wrap._left {
	margin-right: 10.5px;
}

.cycle-wrap._right {
	margin-left: 10.5px;
}

.cycle-wrap._right .cycle-img {
	position: relative;
}

.cycle-wrap._right .cycle-img:before {
	-webkit-transform: translateY(-50%);
	background: url(../img/future/cycle_icon.png) no-repeat center/cover;
	content: '';
	height: 119px;
	left: -70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 119px;
}

.cycle-tit {
	font-size: 25px;
	padding: 30px 20px;
}

.cycle-list {
	padding: 48px 50px;
}

.cycle-item > h4 {
	font-size: 20px;
}

.cycle-item > p {
	margin-left: 1em;
	padding-left: 1em;
}

.cycle-item:nth-of-type(n + 2) {
	margin-top: 30px;
}

.decide {
	padding: 120px 0;
}

.decide:before {
	background: url(../img/future/decide_bg.png) no-repeat top right/contain;
	height: 656px;
	width: 633px;
}

.decide-txt {
	font-size: 40px;
	letter-spacing: .05em;
	line-height: 1.6;
}

.future-tit {
	font-size: 45px;
}

.future-stit {
	font-size: 24px;
}

.future-head .future-txt {
	margin-top: 24px;
}

.release {
	margin-top: 150px;
}

.release {
	margin-top: 150px;
	padding: 150px 0 180px;
}

.release:before {
	border-left: 125px solid transparent;
	border-right: 125px solid transparent;
	border-top: 43px solid #fff;
}

.release-head {
	text-align: center;
}

.release-tit {
	font-size: 90px;
}

.release-lead {
	font-size: 25px;
	padding-bottom: 84px;
}

.release-lead:after {
	width: 100%;
}

.release .future-head {
	margin-top: 88px;
}

.release-txt {
	font-size: 18px;
	line-height: 2.25;
	margin: 73px auto 0;
	max-width: 1166px;
	text-align: center;
}

.release-btn {
	margin: 82px auto 0;
	max-width: 691px;
}

.release-btn a {
	padding: 50px 20px;
}

.release-btn a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.release-btn a:hover ._icon {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.release-btn a small {
	font-size: 15px;
}

.release-btn a span {
	font-size: 35px;
}

.step {
	margin-top: 143px;
}

.step-list {
	margin-top: 69px;
}

.step-list {
	border-left: 1px solid #aaaaaa;
	margin-left: 13px;
	padding: 71px 0 0 61.5px;
}

.step-item:nth-of-type(n + 2) {
	margin-top: 110px;
}

.step-head {
	font-size: 24px;
}

.step-txt {
	margin-top: 11px;
}

.step-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	margin-left: 5.42%;
	margin-top: 8px;
}

.vision {
	margin-top: 120px;
}

.vision-img {
	border: 1px solid #C2C9DD;
	margin-top: 57px;
}

.vision-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
}

.vision-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30.25%;
	-ms-flex: 0 1 30.25%;
	background: -webkit-linear-gradient(45deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	background: linear-gradient(45deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	flex: 0 1 30.25%;
	padding: 35px 30px 44px;
}

.vision-item:nth-of-type(1):before,
.vision-item:nth-of-type(2):before {
	-webkit-transform: translateY(-50%);
	right: -27px;
	top: 50%;
	transform: translateY(-50%);
}

.vision-item:nth-of-type(2),
.vision-item:nth-of-type(3) {
	margin-left: 4.64095%;
}

.vision-head {
	font-size: 25px;
	padding-bottom: 10px;
}

.vision-head:after {
	width: 94px;
}

.vision-tit {
	font-size: 25px;
}

.vision-txt {
	margin-top: 32px;
}

.vision .future-bottom {
	margin: 49px auto 0;
	max-width: 1166px;
}

.vision .future-bottom .future-txt {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.history .gold-btn > * {
	font-size: 16px;
	letter-spacing: 0;
	padding: 10px 14px 10px;
}

.label {
	padding: 30px 0;
}

.label > .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.label-head {
	font-size: 33px;
}

.label-body {
	border-left: 1px solid #727272;
	padding: 20px 20px 20px 4.74%;
}

.label-txt {
	letter-spacing: .043em;
}

.logo-img {
	width: 263.08px;
}

.logo {
	padding: 124px 0;
}

.modal_h .modal-close {
	right: 0;
	top: -45px;
}

.modal_h .history-tit > small {
	margin-left: 0;
}

.modal_h-container {
	top: calc(50% + 30px);
}

.modal_h-item {
	padding-top: 22px;
}

.modal_h-item:before {
	width: 224px;
}

.modal_h-item:nth-of-type(n + 2) {
	margin-top: 71px;
}

.modal_h-stit {
	font-size: 24px;
}

.modal_h-txt {
	letter-spacing: .027em;
	margin-top: 19px;
}

.effort {
	margin-top: 175px;
}

.effort .sstn-txt {
	max-width: 643px;
}

.effort-item:nth-of-type(n + 3) {
	margin-top: 23px;
}

.effort-ctgr {
	width: 334px;
}

.effort-box {
	padding-bottom: 19px;
	padding-top: 23px;
	width: calc(100% - 275px);
}

.effort-box > div {
	padding: 3.9% 3.5% 3.9% 4.6%;
}

.effort-arr {
	font-size: 20px;
	height: calc(100% - 27px);
	width: 110px;
}

.effort-arr:after {
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	bottom: -27px;
}

.effort-arr._all:after {
	border-top: 27px solid #818181;
}

.effort-arr._box {
	left: -145px;
}

.effort-arr._1:after {
	border-top: 27px solid #9F915E;
}

.effort-arr._2:after {
	border-top: 27px solid #BEB07F;
}

.effort-arr._3:after {
	border-top: 27px solid #D9CC9C;
}

.effort-txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 149px - 334px);
	-ms-flex: 0 1 calc(100% - 149px - 334px);
	flex: 0 1 calc(100% - 149px - 334px);
	font-size: 20px;
}

.effort-btn {
	width: 149px;
}

.effort-btn._hover_border > *:hover {
	border-color: #C6B075;
}

.effort-btn > * {
	font-size: 16px;
	padding: 13px 10px 16px;
}

.effort-btn > *:hover {
	color: #C6B075;
}

.effort-btn > *:hover:after {
	opacity: 1;
}

.effort-btn > *:hover ._icon {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.goals {
	margin-top: -10%;
}

.goals .sstn-txt {
	max-width: 643px;
}

.goals .sstn-tit {
	padding-right: 150px;
}

.goals-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 77px auto 0;
	max-width: 1400px;
}

.goals-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47.6%;
	-ms-flex: 0 1 47.6%;
	flex: 0 1 47.6%;
}

.goals-list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 52.4%;
	-ms-flex: 0 1 52.4%;
	flex: 0 1 52.4%;
	margin-top: 3px;
	padding-left: 2.45%;
	padding-right: 1.4%;
}

.goals-item ul {
	padding-left: 38px;
}

.modal_s._0 .modal_s-tit {
	width: 668px;
}

.modal_s._0 .modal_s-img._0 {
	margin-top: 52px;
	max-width: 430px;
}

.modal_s._0 .modal_s-img._1 {
	margin-bottom: 20px;
}

.modal_s._0 .modal_s-img._2 {
	margin-top: -57px;
}

.modal_s._1 .modal_s-tit {
	width: 896px;
}

.modal_s._1 .modal_s-img {
	margin-top: 44px;
}

.modal_s._2 .modal_s-tit {
	width: 100%;
}

.modal_s._2 .modal_s-stit {
	margin-left: -10px;
	margin-right: -10px;
}

.modal_s._2 .modal_s-img {
	margin-top: 44px;
}

.modal_s._3 .modal_s-tit {
	width: 100%;
}

.modal_s._3 .modal_s-stit span._small {
	top: -13px;
}

.modal_s._3 .modal_s-txt {
	margin-top: 57px;
}

.modal_s._3 .modal_s-img._1 {
	margin: 24px auto 0;
}

.modal_s._4 .modal_s-tit {
	width: 754px;
}

.modal_s._4 .modal_s-img {
	margin-top: 44px;
}

.modal_s._5 .modal_s-tit {
	width: 724px;
}

.modal_s._5 .modal_s-stit {
	margin-bottom: 35px;
}

.modal_s._5 .modal_s-img {
	margin-left: 45px;
	width: calc(100% + 5px);
}

.modal_s._6 .modal_s-tit {
	width: 820px;
}

.modal_s .sstn-label {
	left: -23px;
	top: -26px;
}

.modal_s-close {
	border: 4px solid;
	height: 74px;
	right: -23px;
	top: -26px;
	width: 74px;
}

.modal_s-close:before,
.modal_s-close:after {
	height: 4px;
	width: 50px;
}

.modal_s-container {
	border: 6px solid;
	height: calc(100% - 94px);
	top: 50%;
}

.modal_s-inner {
	padding: 30px 54px 94px 54px;
}

.modal_s-tit {
	border-radius: 30px;
	font-size: 50px;
	padding: 16px 20px;
}

.modal_s-stit {
	font-size: 30px;
	line-height: 1.6666;
	margin-bottom: 64px;
}

.modal_s-stit span._small {
	font-size: 20px;
}

.modal_s-wrap {
	padding-top: 77px;
}

.modal_s-wrap:nth-of-type(2) {
	margin-top: 98px;
}

.modal_s-wrap:nth-of-type(2):before {
	height: 4px;
}

.modal_s-txt._pr {
	padding-right: 100px;
}

.modal_s-txt > ._tit {
	font-size: 24px;
	margin-bottom: 9px;
}

.modal_s-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.modal_s-flex > div:nth-of-type(1) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46.94%;
	-ms-flex: 0 1 46.94%;
	flex: 0 1 46.94%;
}

.modal_s-flex > div:nth-of-type(2) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 44.08%;
	-ms-flex: 0 1 44.08%;
	flex: 0 1 44.08%;
	margin-left: 8.98%;
}

.modal_s-flex_r._0 > div:nth-of-type(1) .modal_s-txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50.44%;
	-ms-flex: 0 1 50.44%;
	flex: 0 1 50.44%;
	margin-right: 4.82%;
}

.modal_s-flex_r._0 > div:nth-of-type(1) .modal_s-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 27.14%;
	-ms-flex: 0 1 27.14%;
	flex: 0 1 27.14%;
	margin-left: 8.8%;
	margin-right: 8.8%;
}

.modal_s-flex_r._0 > div:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 37px;
}

.modal_s-flex_r._0 > div:nth-of-type(2) .modal_s-txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47.58%;
	-ms-flex: 0 1 47.58%;
	flex: 0 1 47.58%;
	margin-left: 5.17%;
}

.modal_s-flex_r._0 > div:nth-of-type(2) .modal_s-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47.25%;
	-ms-flex: 0 1 47.25%;
	flex: 0 1 47.25%;
}

.modal_s-flex_r._1 > div:nth-of-type(1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.modal_s-flex_r._1 > div:nth-of-type(1) .modal_s-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 34.51%;
	-ms-flex: 0 1 34.51%;
	flex: 0 1 34.51%;
}

.modal_s-flex_r._1 > div:nth-of-type(1) p {
	margin-left: 8.54%;
	margin-right: 2%;
}

.modal_s-flex_r._1 > div:nth-of-type(2) {
	margin-top: 40px;
}

.modal_s-flex_r._1 > div:nth-of-type(2) .modal_s-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 38.57%;
	-ms-flex: 0 1 38.57%;
	flex: 0 1 38.57%;
}

.modal_s-flex_r._1 > div:nth-of-type(2) p {
	margin-right: 6.48%;
}

.modal_s-flex_r._1 > div p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 54.95%;
	-ms-flex: 0 1 54.95%;
	flex: 0 1 54.95%;
	font-size: 17px;
	min-width: 54.95%;
}

.modal_s-flex_r > div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sstn-tit {
	font-size: 45px;
}

.sstn-label {
	width: 358px;
}

.sstn-label._top p {
	margin-top: 9px;
	padding: 12px 13px 15px 49px;
}

.sstn-label._bottom p {
	margin-bottom: 9px;
	padding: 15px 13px 12px 49px;
}

.sstn-label-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 72px;
	-ms-flex: 0 0 72px;
	flex: 0 0 72px;
}

.sstn-label-txt {
	font-size: 24px;
	padding: 9px 13px 10px 49px;
}

.sstnLink {
	margin-top: 140px;
	padding: 142px 0 142px;
}

.sstnLink:before {
	border-left: 125px solid transparent;
	border-right: 125px solid transparent;
	border-top: 43px solid #fff;
}

.sstnLink-btn {
	margin: 0 auto;
	max-width: 957px;
}

.sstnLink-btn a {
	padding: 50px 20px;
}

.sstnLink-btn a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.sstnLink-btn a:hover ._icon {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.sstnLink-btn a small {
	font-size: 15px;
}

.sstnLink-btn a span {
	font-size: 35px;
}

.story {
	padding-top: 77px;
}

.story .sstn-txt {
	margin-top: 29px;
	text-align: center;
}

.story-img {
	margin: 36px auto 0;
}

.story-bg {
	background: url(../img/sstn/story_bg.png) no-repeat right top/cover;
	margin-top: 46px;
	padding-top: 24.6705%;
}

.greeting {
	margin-top: 50px;
	padding-top: 100px;
}

.greeting-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 80px 50px 0;
}

.greeting-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 38.6%;
	-ms-flex: 0 1 38.6%;
	flex: 0 1 38.6%;
	margin-top: 7px;
}

.greeting-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 54.4%;
	-ms-flex: 0 1 54.4%;
	flex: 0 1 54.4%;
	font-size: 14px;
	margin-left: 7%;
}

.greeting-name {
	margin-top: 28px;
}

.greeting-name > span._bold {
	margin-top: 22px;
}

.link {
	margin-top: 110px;
}

.link.js-scroll._scroll .link-btn._shine a:before {
	height: 400px;
	left: -100px;
	top: -100px;
	width: 50px;
}

.link-btn._history .link-txt > small {
	font-size: 25px;
}

.link-btn._future:before,
.link-btn._future:after {
	bottom: 0;
	left: 0;
}

.link-btn._future:before {
	background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
	background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
	height: 93.8%;
}

.link-btn._future:after {
	background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
	width: 54%;
}

.link-btn._future .link-txt > small {
	font-size: 22px;
}

.link-btn._future a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.link-btn._sstn .link-txt > small {
	font-size: 22px;
}

.link-btn._sstn .link-arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48.03px;
	-ms-flex: 0 1 48.03px;
	flex: 0 1 48.03px;
	margin: 0 0 10px 20px;
	min-width: 48.03px;
}

.link-btn {
	height: 355px;
}

.link-btn a:hover .link-content:before {
	opacity: 1;
}

.link-btn a:hover .link-arr {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.link-bg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46%;
	-ms-flex: 0 1 46%;
	flex: 0 1 46%;
}

.link-content {
	padding: 3.4% 3.9% 4% 3.9%;
}

.link-logo {
	width: 131.56px;
}

.link-txt > small {
	font-size: 25px;
}

.link-txt > span {
	font-size: 46px;
	letter-spacing: .06em;
	margin-top: 8px;
}

.link-arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 175.43px;
	-ms-flex: 0 1 175.43px;
	flex: 0 1 175.43px;
	margin: 0 0 3px 28px;
	min-width: 67px;
}

.modal-container {
	max-height: 620px;
	padding: 64px 70px;
}

.modal-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.modal-body {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 45px;
	overflow-y: auto;
}

.modal-body .news-list {
	padding-right: 56px;
}

.modal-close {
	height: 30.5px;
	right: 40px;
	top: 43px;
	width: 30.5px;
}

.modal-close._pc_white {
	background: url(../img/modal_close_icon_white.png) no-repeat center/cover;
}

.modal-name {
	font-size: 59px;
}

.movie {
	margin: 36px 0 150px;
	padding-top: 100px;
}

.movie-tit {
	font-size: 35px;
}

.movie-video {
	margin-top: 40px;
}

.msg {
	margin-top: 57px;
}

.msg-head {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.msg-tit {
	margin-bottom: 30px;
	margin-top: 40px;
}

.msg-tit > small {
	font-size: 18px;
}

.msg-tit > span {
	font-size: 45px;
	margin-top: 20px;
}

.msg-img {
	margin: 0 -20px 0;
	width: 611px;
}

.msg-txt {
	margin-right: 2%;
	max-width: 816px;
}

.msg-small-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 321px;
	-ms-flex: 0 1 321px;
	flex: 0 1 321px;
	margin: 26px 0 10px auto;
}

.mv {
	height: calc(100vh - 80px);
	margin-top: 80px;
}

.mv-content {
	padding: 0 50px;
	top: 50%;
}

.mv-img {
	width: 278.35px;
}

.mv-bg::after {
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.mv-btns {
	bottom: 80px;
	position: absolute;
	right: 0;
}

.mv-btn._history a:hover {
	color: #C6B075;
}

.mv-btn._future {
	margin-top: 14px;
}

.mv-btn._future a:hover {
	color: #37969F;
}

.mv-btn._sstn {
	margin-top: 14px;
}

.mv-btn._sstn a:hover {
	color: #00A04C;
}

.mv-btn a:hover:before {
	opacity: 1;
}

.mv-btn a:hover ._icon {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.mv-btn a {
	border-radius: 10px 0 0 10px;
	font-size: 21px;
	padding: 16px 30px 18px;
}

.time-copy-en {
	font-size: 30px;
	letter-spacing: .03em;
	margin-top: 64px;
}

.time-list {
	margin-top: 13px;
}

.time-item {
	font-size: 23px;
}

.time-item:nth-of-type(n + 2) {
	margin-left: 25px;
}

.time-num {
	font-size: 46px;
	margin-right: 7px;
}

.what:before {
	background: url(../img/top/link_bg.png) no-repeat center/cover;
	height: 1131px;
	width: 1162px;
}

.what {
	padding: 88px 0 180px;
}

.what-list {
	margin-top: 114px;
}

.what-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.what-item:nth-of-type(odd) .what-img {
	margin-left: calc(50% - 50vw);
}

.what-item:nth-of-type(odd) .what-content {
	margin-left: 4%;
}

.what-item:nth-of-type(odd) .what-content > div {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.what-item:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.what-item:nth-of-type(even) .what-img {
	margin-right: calc(50% - 50vw);
}

.what-item:nth-of-type(even) .what-content {
	margin-right: 5.6%;
}

.what-item:nth-of-type(n + 2) {
	margin-top: 85px;
}

.what-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.what-txt {
	letter-spacing: .056em;
	margin-top: 20px;
}

}

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

.modal_h-inner {
	padding: 50px 50px 70px 53px;
}

}

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

.effort-boxs {
	padding: 30px;
	width: 1270px;
}

}

@media screen and (min-width: 980px) {

._sm {
	display: none;
}

.history {
	margin-top: -33px;
	padding-top: 100px;
}

.history._top_min {
	margin-top: -57px;
}

.history._0 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 626.53px;
	-ms-flex: 0 1 626.53px;
	flex: 0 1 626.53px;
	margin-left: 5%;
	margin-right: -41px;
}

.history._0 .history-content {
	margin-right: -17%;
}

.history._0 .history-box {
	margin-top: 27px;
}

.history._0 .gold-btn {
	margin-bottom: 80px;
}

.history._1 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 439px;
	-ms-flex: 0 1 439px;
	flex: 0 1 439px;
	margin-left: 5%;
	margin-right: 31px;
}

.history._1 .history-content {
	margin-right: -22%;
}

.history._1 .history-box {
	margin-top: 35px;
}

.history._1 .gold-btn {
	margin-bottom: 80px;
}

.history._2 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 474px;
	-ms-flex: 0 1 474px;
	flex: 0 1 474px;
	margin-left: 5%;
	margin-right: -30px;
}

.history._2 .history-box {
	margin-top: 103px;
}

.history._3 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 482px;
	-ms-flex: 0 1 482px;
	flex: 0 1 482px;
	margin-left: 4%;
	margin-right: -20px;
	margin-top: 64px;
}

.history._3 .history-box {
	margin-top: 100px;
}

.history._4 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 515px;
	-ms-flex: 0 1 515px;
	flex: 0 1 515px;
	margin-left: 5%;
	margin-right: 10px;
}

.history._4 .history-content {
	margin-right: -17%;
}

.history._4 .history-box {
	margin-top: 31px;
}

.history._4 .gold-btn {
	margin-bottom: 77px;
}

.history._5 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 548px;
	-ms-flex: 0 1 548px;
	flex: 0 1 548px;
	margin-left: 16%;
	margin-right: -42px;
	margin-top: 77px;
}

.history._5 .history-content {
	margin-right: -17%;
}

.history._5 .history-box {
	margin-top: 53px;
}

.history._5 .gold-btn {
	margin-bottom: 60px;
}

.history._6 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 512px;
	-ms-flex: 0 1 512px;
	flex: 0 1 512px;
	margin-left: 16%;
	margin-right: -25px;
	margin-top: 0px;
}

.history._6 .history-content {
	margin-right: -17%;
}

.history._6 .history-box {
	margin-top: 85px;
}

.history._6 .gold-btn {
	margin-bottom: 38px;
}

.history._7 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 474px;
	-ms-flex: 0 1 474px;
	flex: 0 1 474px;
	margin-left: 5%;
	margin-right: -23px;
}

.history._7 .history-box {
	margin-top: 100px;
}

.history._8 .history-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 520px;
	-ms-flex: 0 1 520px;
	flex: 0 1 520px;
	margin-left: 5%;
	margin-right: -50px;
}

.history._8 .history-box {
	margin-top: 82px;
}

.history._8 .gold-btn {
	margin-bottom: 26px;
}

.history > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.history-img {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 68px;
}

.history-img.js-scroll._scroll {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.history-head.js-scroll._scroll > ._year {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.history-head.js-scroll._scroll > ._line {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.history-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.history-head > ._gold {
	font-size: 22px;
}

.history-head > ._year {
	font-size: 102px;
	margin-left: -9px;
	margin-top: 20px;
}

.history-body {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 52px;
}

.history-wrap {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 61px;
}

.history-box {
	margin-bottom: 123px;
	padding: 22px 30px 35px 22px;
	width: calc(100% + 50px);
}

.history-box > div {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px;
}

.history .one-txt {
	font-size: 13px;
	margin-top: 12px;
}

.history-fig._longTxt figcaption {
	max-width: 250px;
}

.history-fig {
	margin-top: 16px;
}

.history-fig img {
	-o-object-fit: contain;
	height: 180px;
	object-fit: contain;
	width: auto;
}

.history-fig figcaption {
	font-size: 13px;
	margin-top: 13px;
}

.history-tit {
	font-size: 35px;
}

.history-tit.js-scroll._scroll {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.history-tit > small {
	font-size: 14px;
	margin-left: 7px;
	position: relative;
	top: -2px;
}

.history-txt {
	letter-spacing: .028em;
	margin-top: 15px;
	max-width: 500px;
}

.history-txt.js-scroll._scroll {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.history .gold-btn.js-scroll._scroll {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.modal_h._0 .history-img {
	margin-right: -42px;
	width: 771.17px;
}

.modal_h._1 .history-img {
	margin-right: 39px;
	width: 505.28px;
}

.modal_h._2 .history-img {
	width: 608.8px;
}

.modal_h._3 .history-img {
	width: 545px;
}

.modal_h._4 .history-img {
	margin-right: 39px;
	width: 564px;
}

.modal_h._5 .history-img {
	width: 624px;
}

.modal_h._6 .history-img {
	width: 570px;
}

.modal_h._7 .history-img {
	width: 708.72px;
}

.modal_h._8 .history-img {
	width: 546px;
}

.modal_h .history-img {
	margin-left: 2%;
	margin-top: 25px;
}

.modal_h-inner {
	padding: 50px 63px 70px 53px;
}

.modal_h-wrap {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.modal_h-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 63px;
}

.modal_h-list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 370px);
	-ms-flex: 0 1 calc(100% - 370px);
	flex: 0 1 calc(100% - 370px);
	padding-right: 8.14%;
}

.modal_h-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 370px;
	-ms-flex: 0 1 370px;
	flex: 0 1 370px;
}

}

@media screen and (min-width: 1101px) {

.effort-boxs {
	padding: 2.45% 2.38%;
}

.sideScroll {
	display: none;
}

}

@media screen and (min-width: 1320px) {

._sp_his {
	display: none !important;
}

}

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

._pc_his {
	display: none !important;
}

}

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

.effort-inner {
	overflow-x: auto;
	padding-bottom: 10px;
}

}

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

._md {
	display: none;
}

.nav {
	overflow-y: auto;
}

.history {
	margin-top: -50px;
	padding-bottom: 65px;
	padding-top: 70px;
}

.history._top_min {
	margin-top: -60px;
}

.history-head {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.history-head > ._gold {
	font-size: 16px;
	margin-right: 7px;
	padding-bottom: 9px;
}

.history-head > ._year {
	font-size: 65px;
}

.history-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 20px;
}

.history-content {
	margin-top: 30px;
}

.history-box {
	margin-top: 37px;
	padding: 25px 15px;
}

.history-box > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 23px;
}

.history .one-txt {
	font-size: 12px;
	margin-top: 8px;
}

.history-fig figcaption {
	font-size: 12px;
	margin-top: 8px;
}

.history-tit {
	font-size: 30px;
}

.history-tit > small {
	display: block;
	font-size: 12px;
}

.history-txt {
	letter-spacing: .01em;
	margin-top: 11px;
}

.modal_h._0 .history-img {
	margin-right: -5px;
}

.modal_h .history-img {
	margin-top: 12px;
}

.modal_h-body {
	margin-top: 45px;
}

.modal_h-img {
	margin-top: 36px;
}

}

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

.body {
	font-size: 14px;
}

.inner {
	padding: 0 20px;
}

._pc {
	display: none !important;
}

._dot {
	margin-top: .3em;
}

._ls_min {
	letter-spacing: -0.44em;
}

.sec-tit > span {
	font-size: 53px;
	line-height: 1.1;
}

.sec-tit > span._left {
	margin-left: -2px;
}

.sec-tit > span:after {
	bottom: -10px;
	width: 88px;
}

.sec-stit {
	font-size: 25px;
}

.sec-stit > ._gold {
	line-height: 1.5;
}

.gold-btn {
	margin-left: auto;
	margin-right: auto;
	width: 265px;
}

.gold-btn > * {
	padding: 18px 14px;
	text-align: center;
}

._custom_scroll::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}

._custom_s_scroll::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}

.footer {
	padding: 45px 15px 32px;
}

.footer-icon {
	width: 24px;
}

.footer-icon:nth-of-type(n + 2) {
	margin-left: 21px;
}

.footer-bottom {
	margin-top: 36px;
}

.footer-item {
	letter-spacing: .05em;
}

.footer-item:nth-of-type(n + 2) {
	margin-left: 20px;
}

.footer-item:nth-of-type(n + 2):before {
	left: -11px;
}

.footer-copy {
	font-size: 10px;
	letter-spacing: .05em;
	margin-top: 15px;
}

.fv {
	height: 300px;
	margin-top: 66px;
}

.fv > .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fv._history .fv-tit {
	top: -6px;
}

.fv._future {
	background: url(../img/future/fv_sp.jpg) no-repeat center/cover;
}

.fv-tit {
	position: relative;
	top: -17px;
	width: 100%;
}

.fv-tit > small {
	font-size: 18px;
}

.fv-tit > span {
	font-size: 37px;
	margin-top: 4px;
}

.fv-logo {
	bottom: 20px;
	width: 67.35px;
}

.header {
	height: 66px;
}

.header-inner {
	line-height: 66px;
	margin: 0 20px;
}

.header-clogo {
	width: 102px;
}

.header-alogo {
	margin-left: 32px;
	width: 46px;
}

.header-alogo:before {
	height: 43px;
	left: -16px;
}

.nav-inner {
	padding: 55px 25px 30px;
	position: relative;
}

.nav-top {
	left: 20px;
	line-height: 66px;
	position: absolute;
	top: 0;
}

.nav-body > div._right {
	margin-top: 34px;
}

.nav-item a {
	font-size: 15px;
}

.nav-label {
	margin-top: 26px;
}

.nav-label-bg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 31.1643%;
	-ms-flex: 0 1 31.1643%;
	flex: 0 1 31.1643%;
}

.nav-label-txt {
	padding: 0 0 0 19px;
}

.nav-link {
	width: 24px;
}

.nav-link:nth-of-type(n + 2) {
	margin-left: 21px;
}

.nav-btn {
	height: 66px;
	margin-left: 10px;
	width: 40px;
}

.nav-icon {
	height: 14px;
	width: 35px;
}

.nav-icon > div > span:nth-of-type(1) {
	top: -4px;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 2.5px;
}

.nav-icon > div > span:nth-of-type(3) {
	top: 9px;
}

.nav-txt {
	font-size: 11px;
	margin-top: 7px;
}

.nav-txt > span {
	left: calc(50% + 1.2px);
}

body._open .nav-icon > div > span:nth-of-type(1) {
	top: 3px;
}

body._open .nav-icon > div > span:nth-of-type(3) {
	top: 3px;
}

.scroll-txt {
	font-size: 11px;
	margin-top: 7px;
}

.scroll-bar {
	height: 45px;
	margin-top: 5px;
}

.scroll-bar:after {
	-webkit-animation: bar_sp 2s ease infinite;
	animation: bar_sp 2s ease infinite;
	height: 12px;
}

.visual {
	height: 260px;
}

.visual._top {
	margin-top: 120px;
}

.beginning {
	padding: 47px 0 50px;
}

.beginning:before {
	height: 201px;
	width: 345px;
}

.beginning:after {
	height: 356px;
	width: 334px;
}

.beginning .future-tit {
	text-align: center;
}

.beginning .future-txt {
	margin-top: 20px;
}

.beginning-body {
	margin-top: 53px;
}

.beginning-img {
	margin-top: 25px;
}

.beginning-wrap._right {
	border-top: 1px solid #fff;
	margin-top: 70px;
	padding-top: 67px;
	position: relative;
}

.beginning-wrap._right:before {
	-webkit-transform: translateX(-50%);
	background: url(../img/future/plus_icon.png) no-repeat center/cover;
	content: '';
	height: 65px;
	left: 50%;
	position: absolute;
	top: -33px;
	transform: translateX(-50%);
	width: 65px;
}

.beginning-stit ._en {
	font-size: 28px;
}

.beginning-stit ._ja {
	margin-top: 3px;
}

.beginning-list {
	margin-top: 29px;
}

.beginning-item:nth-of-type(n + 2) {
	margin-top: 28px;
}

.beginning-item > h4 ._ja {
	font-size: 20px;
}

.beginning-item > h4 ._en {
	font-size: 12px;
}

.beginning-item > p > small {
	font-size: 12px;
}

.beginning-item > p {
	margin-top: 6px;
}

.cycle {
	margin-top: 57px;
}

.cycle-wrap._right {
	margin-top: 30px;
	position: relative;
}

.cycle-wrap._right:before {
	-webkit-transform: translateX(-50%);
	background: url(../img/future/cycle_icon.png) no-repeat center/cover;
	content: '';
	height: 70px;
	left: 50%;
	position: absolute;
	top: -53px;
	transform: translateX(-50%);
	width: 70px;
}

.cycle-tit {
	font-size: 20px;
	padding: 21px 10px;
}

.cycle-list {
	padding: 35px 20px 37px;
}

.cycle-item > h4 {
	font-size: 16px;
}

.cycle-item > p {
	margin-top: 5px;
	padding-left: 1em;
}

.cycle-item:nth-of-type(n + 2) {
	margin-top: 23px;
}

.decide {
	padding: 60px 0;
}

.decide:before {
	background: url(../img/future/beginning_bg_top.png) no-repeat center/cover;
	height: 201px;
	width: 345px;
}

.decide-txt {
	font-size: 20px;
	line-height: 1.8;
}

.future-tit {
	font-size: 30px;
}

.future-stit {
	font-size: 18px;
}

.future-head .future-tit {
	text-align: center;
}

.future-head .future-stit {
	text-align: center;
}

.future-head .future-txt {
	margin-top: 19px;
}

.release {
	margin-top: 115px;
}

.release {
	margin-top: 110px;
	padding: 70px 0;
}

.release:before {
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 24px solid #fff;
}

.release-tit {
	font-size: 43px;
	line-height: 1.2;
	text-align: center;
}

.release-lead {
	font-size: 18px;
	padding-bottom: 47px;
}

.release-lead:after {
	width: 80%;
}

.release .future-head {
	margin-top: 47px;
}

.release-txt {
	font-size: 16px;
	line-height: 2.125;
	margin-top: 50px;
}

.release-btn {
	margin-top: 53px;
}

.release-btn a {
	padding: 35px 15px;
}

.release-btn a small ._icon {
	margin-bottom: 1px;
}

.release-btn a span {
	font-size: 20px;
}

.step {
	margin-top: 106px;
}

.step-list {
	margin-top: 35px;
}

.step-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.step-item:nth-of-type(n + 2) {
	margin-top: 65px;
}

.step-head {
	font-size: 20px;
}

.step-wrap {
	margin-top: 20px;
}

.step-txt {
	margin-top: 6px;
}

.step-img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.vision {
	margin-top: 115px;
}

.vision-img {
	margin: 35px calc(50% - 50vw) 0;
	width: 100vw;
}

.vision-list {
	margin-top: 30px;
}

.vision-item {
	background: -webkit-linear-gradient(305deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	background: linear-gradient(145deg, rgba(157, 192, 196, 0.9), rgba(210, 226, 227, 0.9));
	padding: 30px 20px 40px;
}

.vision-item:nth-of-type(1):before,
.vision-item:nth-of-type(2):before {
	-webkit-transform: translateX(-50%);
	-webkit-transform: rotate(90deg);
	bottom: -52px;
	left: calc(50% - 13px);
	transform: translateX(-50%);
	transform: rotate(90deg);
}

.vision-item:nth-of-type(2),
.vision-item:nth-of-type(3) {
	margin-top: 40px;
}

.vision-head {
	font-size: 20px;
	padding-bottom: 8px;
}

.vision-head:after {
	width: 80px;
}

.vision-tit {
	font-size: 20px;
}

.vision-txt {
	margin-top: 18px;
}

.vision .future-bottom {
	margin-top: 36px;
}

.label {
	padding: 25px 0 12px;
}

.label-head {
	font-size: 26px;
}

.label-body {
	padding: 20px 0;
}

.label-txt {
	letter-spacing: .03em;
}

.logo-img {
	max-width: 145px;
}

.logo {
	padding: 60px 0;
}

.modal_h .history-tit > small {
	font-size: 12px;
	padding-bottom: 7px;
}

.modal_h-container {
	padding: 50px 0 0;
	top: calc(50%);
}

.modal_h-inner {
	padding: 0 20px 50px;
}

.modal_h-item {
	padding-top: 19px;
}

.modal_h-item:before {
	width: 110px;
}

.modal_h-item:nth-of-type(n + 2) {
	margin-top: 40px;
}

.modal_h-stit {
	font-size: 20px;
}

.modal_h-txt {
	letter-spacing: .01em;
	margin-top: 10px;
}

.effort {
	margin-top: 106px;
}

.effort .sstn-label-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 57px;
	-ms-flex: 0 0 57px;
	flex: 0 0 57px;
}

.effort .sstn-label-txt {
	font-size: 18px;
}

.effort-boxs {
	padding: 22px;
	width: 985px;
}

.effort-item:nth-of-type(n + 3) {
	margin-top: 14px;
}

.effort-ctgr {
	width: 261px;
}

.effort-box {
	padding-bottom: 14px;
	padding-top: 18px;
	width: calc(100% - 210px);
}

.effort-box > div {
	padding: 27px 25px 27px 33px;
}

.effort-arr {
	font-size: 15px;
	height: calc(100% - 21px);
	width: 84px;
}

.effort-arr:after {
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	bottom: -21px;
}

.effort-arr._all:after {
	border-top: 21px solid #818181;
}

.effort-arr._box {
	left: -110px;
}

.effort-arr._1:after {
	border-top: 21px solid #9F915E;
}

.effort-arr._2:after {
	border-top: 21px solid #BEB07F;
}

.effort-arr._3:after {
	border-top: 21px solid #D9CC9C;
}

.effort-txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 116px - 261px);
	-ms-flex: 0 1 calc(100% - 116px - 261px);
	flex: 0 1 calc(100% - 116px - 261px);
	font-size: 15px;
}

.effort-btn {
	margin-left: auto;
	margin-right: auto;
	width: 116px;
}

.effort-btn > * {
	padding: 18px 14px;
	text-align: center;
}

.goals {
	margin-top: -5%;
}

.goals .sstn-tit {
	letter-spacing: -0.01em;
}

.goals-wrap {
	margin-top: 30px;
}

.goals-list {
	margin-top: 40px;
}

.goals-item ul {
	padding-left: 10px;
}

.modal_s-img {
	margin-top: 24px;
}

.modal_s._0 .modal_s-img._1 {
	margin-bottom: 22px;
}

.modal_s._1 .modal_s-img {
	margin-top: 17px;
}

.modal_s._2 .modal_s-img {
	margin-top: 17px;
}

.modal_s._3 .modal_s-txt {
	line-height: 1.5;
	margin-top: 50px;
}

.modal_s._3 .modal_s-img._1 {
	margin: 15px auto 0;
}

.modal_s .sstn-label {
	left: -17px;
	top: -24px;
	width: 261px;
}

.modal_s .sstn-label-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 57px;
	-ms-flex: 0 0 57px;
	flex: 0 0 57px;
}

.modal_s .sstn-label-txt {
	font-size: 18px;
}

.modal_s-close {
	border: 3.6px solid;
	height: 59px;
	right: -17px;
	top: -24px;
	width: 59px;
}

.modal_s-close:before,
.modal_s-close:after {
	height: 3.6px;
	width: 38px;
}

.modal_s-container {
	border: 4px solid;
	height: calc(100% - 80px);
	padding: 50px 0 0;
	top: calc(50% + 10px);
}

.modal_s-inner {
	padding: 10px 20px 60px;
}

.modal_s-tit {
	border-radius: 16px;
	font-size: 28px;
	padding: 12px 10px;
}

.modal_s-stit {
	font-size: 20px;
	line-height: 1.5555;
	margin: 0 auto 30px;
	max-width: 500px;
}

.modal_s-stit span._small {
	font-size: 14px;
}

.modal_s-wrap {
	padding-top: 37px;
}

.modal_s-wrap:nth-of-type(2) {
	margin-top: 66px;
	padding-top: 50px;
}

.modal_s-wrap:nth-of-type(2):before {
	height: 3px;
}

.modal_s-txt > ._tit {
	font-size: 16px;
	margin-bottom: 3px;
}

.modal_s-flex_r._0 > div:nth-of-type(2) {
	margin-top: 55px;
}

.modal_s-flex_r._1 > div:nth-of-type(2) {
	margin-top: 55px;
}

.modal_s-flex_r._1 > div p {
	font-size: 15px;
}

.sstn-tit {
	font-size: 30px;
}

.sstn-label._top p {
	margin-top: 8px;
	padding: 11px 13px 13px 49px;
}

.sstn-label._bottom p {
	margin-bottom: 8px;
	padding: 13px 13px 10px 49px;
}

.sstn-label-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 64px;
	-ms-flex: 0 0 64px;
	flex: 0 0 64px;
}

.sstn-label-txt {
	font-size: 20px;
	padding: 9px 13px 10px 47px;
}

.sstnLink {
	margin-top: 110px;
	padding: 80px 0;
}

.sstnLink:before {
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 24px solid #fff;
}

.sstnLink-btn a {
	padding: 35px 15px;
}

.sstnLink-btn a small ._icon {
	margin-bottom: 1px;
}

.sstnLink-btn a span {
	font-size: 20px;
}

.story {
	padding-top: 47px;
}

.story .sstn-txt {
	margin-top: 24px;
}

.story-img {
	margin: 30px auto 0;
}

.story-bg {
	background: url(../img/sstn/story_bg_sp.png) no-repeat right top/cover;
	margin-top: 40px;
	padding-top: 39.4402%;
}

.greeting {
	margin-top: 30px;
	padding-top: 70px;
}

.greeting .sec-tit > span {
	letter-spacing: 0;
}

.greeting-img {
	margin: 46px auto 0;
}

.greeting-content {
	margin-top: 25px;
}

.greeting-name {
	margin-top: 20px;
}

.greeting-name > span._bold {
	margin-top: 16px;
}

.link {
	margin-top: 76px;
}

.link.js-scroll._scroll .link-btn._shine a:before {
	-webkit-animation: shine 2s ease-out forwards;
	animation: shine 2s ease-out forwards;
	height: 200px;
	left: -30px;
	top: -30px;
	width: 30px;
}

.link-btn._future:before,
.link-btn._future:after {
	right: 0;
	top: 0;
}

.link-btn._future:before {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
	height: 160px;
}

.link-btn._future:after {
	background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
	width: 100%;
}

.link-btn._sstn .link-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-direction: column;
}

.link-btn._sstn .link-txt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.link-btn._sstn .link-txt > small {
	font-size: 14px;
}

.link-btn._sstn .link-txt > span {
	display: inline-block;
	margin-right: 10px;
}

.link-btn._sstn .link-arr {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: -31px;
}

.link-btn a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.link-bg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 204px;
	-ms-flex: 0 0 204px;
	flex: 0 0 204px;
}

.link-content {
	padding: 20px 15px;
}

.link-logo {
	width: 60px;
}

.link-wrap {
	margin-top: 20px;
}

.link-txt > small {
	font-size: 16px;
}

.link-txt > span {
	font-size: 33px;
	margin-top: 5px;
}

.link-arr {
	margin: 0 0 10px 11px;
	width: 49.08px;
}

.modal-container {
	padding: 50px 0 0;
}

.modal-wrap {
	overflow-y: scroll;
	padding: 0 20px 50px;
}

.modal-close {
	height: 24.8px;
	right: 20px;
	top: 18px;
	width: 24.8px;
}

.modal-name {
	font-size: 35px;
}

.movie {
	margin: 30px 0 120px;
	padding-top: 70px;
}

.movie-tit {
	font-size: 25px;
}

.movie-video {
	margin-top: 24px;
}

.msg {
	margin-top: 78px;
}

.msg-tit {
	text-align: center;
}

.msg-tit > small {
	font-size: 16px;
}

.msg-tit > span {
	font-size: 25px;
	letter-spacing: .014em;
	margin-top: 14px;
}

.msg-img {
	margin: 25px -10px 0;
}

.msg-txt {
	margin-top: 26px;
}

.msg-small-img {
	margin-top: 20px;
}

.mv {
	height: calc(100vh - 66px);
	margin-top: 66px;
}

.mv-content {
	padding: 0 25px;
	text-align: center;
	top: calc(50% - 30px);
}

.mv-img {
	margin: 0 auto;
	width: 184.28px;
}

.mv-bg::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.mv-btns {
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	max-width: 385px;
}

.mv-btn._future {
	margin-top: 8px;
}

.mv-btn._sstn {
	margin-top: 8px;
}

.mv-btn a {
	border-radius: 10px;
	font-size: 18px;
	padding: 13px 20px;
	text-align: center;
}

.time-copy-en {
	font-size: 19px;
	margin: 24px -15px 0;
}

.time-list {
	margin: 8px -10px 0;
}

.time-item {
	font-size: 16px;
}

.time-item:nth-of-type(n + 2) {
	margin-left: 10px;
}

.time-num {
	font-size: 32px;
	margin-right: 4px;
}

.what:before {
	background: url(../img/top/link_bg_sp.png) no-repeat center/cover;
	height: 618px;
	width: 334px;
}

.what {
	padding: 70px 0 80px;
}

.what-list {
	margin-top: 60px;
}

.what-item:nth-of-type(n + 2) {
	margin-top: 75px;
}

.what-content {
	margin-top: 24px;
}

.what-txt {
	letter-spacing: .01em;
	margin-top: 20px;
}

}

@-webkit-keyframes right {

0% {
	-webkit-transform: matrix(1, 0, 0, 1, -30, 0);
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -30, 0);
}

100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

}

@keyframes right {

0% {
	-webkit-transform: matrix(1, 0, 0, 1, -30, 0);
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -30, 0);
}

100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes bar {

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

20% {
	opacity: 1;
}

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

}

@keyframes bar {

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

20% {
	opacity: 1;
}

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

}

@-webkit-keyframes bar_sp {

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

20% {
	opacity: 1;
}

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

}

@keyframes bar_sp {

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

20% {
	opacity: 1;
}

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

}

@-webkit-keyframes shine {

0% {
	-webkit-transform: scale(0) rotate(45deg);
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

80% {
	-webkit-transform: scale(0) rotate(45deg);
	opacity: 0.5;
	transform: scale(0) rotate(45deg);
}

81% {
	-webkit-transform: scale(4) rotate(45deg);
	opacity: 1;
	transform: scale(4) rotate(45deg);
}

100% {
	-webkit-transform: scale(50) rotate(45deg);
	opacity: 0;
	transform: scale(50) rotate(45deg);
}

}

@keyframes shine {

0% {
	-webkit-transform: scale(0) rotate(45deg);
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

80% {
	-webkit-transform: scale(0) rotate(45deg);
	opacity: 0.5;
	transform: scale(0) rotate(45deg);
}

81% {
	-webkit-transform: scale(4) rotate(45deg);
	opacity: 1;
	transform: scale(4) rotate(45deg);
}

100% {
	-webkit-transform: scale(50) rotate(45deg);
	opacity: 0;
	transform: scale(50) rotate(45deg);
}

}

@-webkit-keyframes floatHorizontal {

0% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

50% {
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}

100% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

}

@keyframes floatHorizontal {

0% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

50% {
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}

100% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

}

