@charset "UTF-8";
/* CSS Document */

.spv {
	display: none!important;
}

html {
	/*height: 100%;*/
	font-size: 62.5%;/* 10px */
	transition: opacity 0.3s;
	background: #fff;
	pointer-events: none;
	
	overscroll-behavior: none;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/*line-break: strict;
	word-break: normal;
	word-wrap: break-word;*/
    text-align: center;
	overscroll-behavior: none;
	
	color: #1E2584;
    min-width: 1020px;
}
#container {
	position: relative;
	opacity: 0;
	transition: opacity 0.8s 0.2s;
    margin-top: 64px;
}
html.start {
	pointer-events: auto;
}
html.start #container {
	opacity: 1;
}
html.fixed {
    overflow-y: hidden;
}


a {
	text-decoration: none;
	transition: opacity 0.2s;
	display: inline-block;
	vertical-align: top;
	color: #1E2584;
}
a:hover {
	/*opacity: 0.5;*/
}


/*Chrome, Safari スクロールバー 装飾*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: rgba(255,255,255,0);
}
::-webkit-scrollbar-thumb {
	background: #1D2087;
    border-radius: 4px;
}



#container > main{
	position: relative;
	z-index: 10;
}

main .contents > section {
	overflow: hidden;
	z-index: 10;
	position: relative;
}
section {
	position: relative;
}
.jumpTarget {
    position: absolute;
    top: -64px;
}


.wrapper {
	max-width: 1100px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/*------------------------------------------------*/
header {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 100;
    min-width: 980px;
}
header .wrapper {
    max-width: none;
    height: 100%;
}
header h1 {
    position: absolute;
    left: 20px;
    top: 14px;
    height: 36px;
}
header h1 img.logo {
    width: 88px;
    position: absolute;
    left: 0;
    top: 6px;
}
header h1 img.logo_b {
    width: 72px;
    position: absolute;
    left: 110px;
    top: 0;
}
header .rightWrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
	display: flex;
	justify-content: flex-end;
}

header .rightWrap #menuBtn {
	width: 70px;
	height: 64px;
	/*position: absolute;
	right: 0;
	top: 0;*/
    cursor: pointer;
	position: relative;
}
header .rightWrap #menuBtn span {
	display: block;
	width: 40px;
	height: 4px;
	background: #008E9E;
	position: absolute;
	left: 15px;
	top: 30px;
	transition: transform 0.3s, opacity 0.3s;
	will-change: transform;
}
header .rightWrap #menuBtn span.t1 {
	transform: translateY(-14px);
}
header .rightWrap #menuBtn span.t2 {
	transform: scaleX(1) translateY(0);
}
header .rightWrap #menuBtn span.t3 {
	transform: translateY(14px);
}
.naviOpen header .rightWrap #menuBtn span.t1 {
	transform: rotate(215deg);
    height: 3px;
}
.naviOpen header .rightWrap #menuBtn span.t2 {
	transform: scaleX(0) translateY(0);
    opacity: 0;
}
.naviOpen header .rightWrap #menuBtn span.t3 {
	transform: rotate(-215deg);
    height: 3px;
}
header .rightWrap .sns {
    /*position: absolute;
    right: 72px;
    top: 0;
    height: 64px;*/
}
header .rightWrap .sns:last-child {
	margin-right: 25px;
}
header .rightWrap .sns::after {
	content: '';
	clear: both;
	display: block;
}
header .rightWrap .sns a {
    vertical-align: middle;
    margin-left: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
}
header .rightWrap .sns a img {
    
}
nav#mainNavi {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s;
    min-width: 980px;
}
.naviOpen nav#mainNavi {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s;
}
nav#mainNavi::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: rgba(255,255,255,0.9);
    z-index: -1;
}
nav#mainNavi .inner {
    position: relative;
    width: 100%;
    height: calc(100% - 64px);
    margin-top: 64px;
}
nav#mainNavi > * {
    transform: translateY(-50px);
    transition: transform 0.15s;
}
.naviOpen nav#mainNavi > * {
    transform: translateY(0);
    transition: transform 0.3s;
}
nav#mainNavi img.title {
    width: 410px;
    position: absolute;
    left: calc(44% - 420px);
    top: 0;
    bottom: 0;
    margin: auto 0;
}
nav#mainNavi ul {
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translateY(-50%);
}
nav#mainNavi ul li {
    text-align: left;
    margin-bottom: 25px;
}
nav#mainNavi ul li a {
    display: inline-block;
    background: rgba(30,37,133,0);
    padding: 10px 20px;
    border-radius: 20px;
}
nav#mainNavi ul li a:hover {
    background: rgba(30,37,133,0.1);
}




/*------------------------------------------------*/
h3.heading {
    position: relative;
    height: 160px;
}
h3.heading span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
h3.heading span::after {
    content: '';
	width: 160px;
	height: 160px;
	position: absolute;
	left: -50%;
    right: -50%;
	top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    background: url("../images/hd_bg.svg") no-repeat;
    transform: scale(0);
    will-change: transform;
}
h3.heading img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 0;
    will-change: transform;
}
h3.heading.show span::after {
    transform: scale(1);
    transition: 0.3s 0s;
}
h3.heading.show img {
    animation: bounce 0.5s 0.3s forwards;
}

h4.heading img {
    opacity: 0;
    will-change: transform;
}
h4.heading.show img,
.fadeTrg.show h4.heading img {
    animation: bounce3 0.5s 0.3s forwards;
}
mark {
    background: none;
    position: relative;
    color: #1E2584;
    padding: 0 0.2em;
}
mark::after {
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    background: #F8EB00;
    transform: scaleX(0);
    transform-origin: left top;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -2px;
    margin: auto 0;
    z-index: 1;
}
.fadeTrg.show mark::after {
    transition: transform 1s 0.8s;
    /*transition-timing-function: cubic-bezier(.98,.01,.6,1);*/
    transform: scaleX(1);
}
.fadeTrg.show mark.dly::after {
    transition-delay: 1.6s;
}
.fadeTrg.show mark.dly-2::after {
    transition-delay: 1.4s;
}
.fadeTrg.show mark.dly-3::after {
    transition-delay: 2s;
}
mark span {
    position: relative;
    z-index: 2;
}


/*------------------------------------------------*/
#sec_3  {
    width: 100%;
    background: url("../images/s3_bg.png") center top/1440px auto repeat;
    overflow: hidden;
}
#sec_3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13vw;
    background: url("../images/s5_bg_top.png") left bottom -1px/100% auto no-repeat;
    pointer-events: none;
}


#sec_3 h4 {
    margin-bottom: 20px;
}
#sec_3 h4 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


#sec_3 > .inner {
    background: #fff;
    max-width: 940px;
    margin: 0 auto;
    border-left: 25px solid #EBF3F5;
    border-right: 25px solid #EBF3F5;
}

#sec_3 > .inner > section {
    /*padding-top: 60px;*/
    position: relative;
}

#sec_3-1 {
    padding-top: 80px;
}

#sec_3-1 h2 {
	width: 521px;
	margin: 0 auto 70px;
	position: relative;
}
#sec_3-1 h2 img.t1 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 0;
}
#sec_3-1 h2 img.t2 {
    display: block;
    width: 69px;
    position: absolute;
	z-index: 2;
    top: -58px;
    left: 96px;
    opacity: 0;
}
.start #sec_3-1 h2 img.t1 {
	animation: bounce2 1s 0.3s forwards;
}
.start #sec_3-1 h2 img.t2 {
	animation: bounce2 1s 0.3s forwards;
}

#sec_3-1 h3.heading.show span::after {
    transform: scale(1);
    transition: 0.3s 0.6s;
}
#sec_3-1 h3.heading.show img {
    animation: bounce 0.5s 0.9s forwards;
}

#sec_3-1 .end{
text-align: center;
border-bottom: 5px solid #F8EB00;
border-top: 5px solid #F8EB00;
font-size: 2.4rem;
margin: 30px auto 0;;
padding: 15px;
max-width: 778px;
}

.cr.c1 {
    width: 700px;
    height: 200px;
    background: url("../images/c1.svg") no-repeat;
    position: absolute;
    right: -500px;
    top: 360px;
    z-index: 80;
    transform: translateX(200px);
}
.cr.c2 {
    width: 580px;
    height: 120px;
    background: url("../images/c2.svg") no-repeat;
    position: absolute;
    left: -480px;
    top: -60px;
    z-index: 80;
    transform: translateX(-200px);
}
.cr.c5 {
    width: 700px;
    height: 200px;
    background: url("../images/c4.svg") no-repeat;
    position: absolute;
    right: -510px;
    top: -65px;
    z-index: 0;
    transform: translateX(200px);
}
.cr.c6 {
    width: 580px;
    height: 120px;
    background: url("../images/c2.svg") no-repeat;
    position: absolute;
    left: -590px;
    top: 300px;
    z-index: 80;
    transform: translateX(-200px);
}
.cr.c3 {
    width: 580px;
    height: 120px;
    background: url("../images/c3.svg") no-repeat;
    position: absolute;
    right: -620px;
    top: 160px;
    z-index: 80;
    transform: translateX(200px);
}
.cr.c4 {
    width: 700px;
    height: 200px;
    background: url("../images/c1.svg") no-repeat;
    position: absolute;
    left: -530px;
    top: -70px;
    z-index: 0;
    transform: translateX(-200px);
}
.cr.show {
    transform: translateX(0);
}

#sec_3-1 h4 {
    margin-top: 35px;
}

#sec_3-1 .wrap {
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    justify-content:flex-end;
    align-items: flex-start;
}
#sec_3-1 img.image {
    width: 255px;
}
#sec_3-1 .textWrap {
    width: calc(100% - 255px);
    text-align: left;
    width: 535px;
    padding-left: 25px;
}
#sec_3-1 .textWrap .t1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#sec_3-1 .textWrap .t1 mark {
    font-size: 3.2rem;
    margin-left: 10px;
}
#sec_3-1 .textWrap p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: -0.04em;
}
#sec_3-1 .textWrap p span {
    margin-right: -0.5em;
}
#sec_3-1 .tm {
	margin: 60px 0;
}
#sec_3-7  {
	margin-top: 70px;
}
#sec_3-7 .heading {
	mmargin-bottom: 30px;
}
#sec_3-7 .t1 {
	margin-bottom: 30px;
}
#sec_3-7 #youtube_wrap {
	margin-bottom: 70px;
}
#sec_3-7 #youtube_wrap iframe {
	width: 768px;
	height: 432px;
}
#sec_3-7 .h {
	margin-bottom: 20px;
}
#sec_3-8  {
	padding-bottom: 240px;
}
#sec_3-8 .wrapper {
	padding: 0 57px;
}
#sec_3-8 h3 {
	margin: 40px 0 10px;
	position: relative;
}
#sec_3-8 h3.m1::before {
	content: '';
	width: 138px;
	height: 124px;
	position: absolute;
	left: -72px;
	bottom: 0;
	z-index: 0;
	background: url("../images/m1_deco.svg") center center no-repeat;
}
#sec_3-8 h3.m1::after {
	content: '';
	width: 138px;
	height: 124px;
	position: absolute;
	right: -72px;
	bottom: 0;
	z-index: 0;
	background: url("../images/m1_deco.svg") center center no-repeat;
	transform: scaleX(-1);
}
#sec_3-8 h3.m2::before {
	content: '';
	width: 163px;
	height: 80px;
	position: absolute;
	left: -72px;
	bottom: 0;
	z-index: 0;
	background: url("../images/m2_deco.svg") center center no-repeat;
}
#sec_3-8 h3.m2::after {
	content: '';
	width: 163px;
	height: 80px;
	position: absolute;
	right: -72px;
	bottom: 0;
	z-index: 0;
	background: url("../images/m2_deco.svg") center center no-repeat;
	transform: scaleX(-1);
}
#sec_3-8 .m3_wrap {
	position: relative;
}
#sec_3-8 .m3_wrap::before {
	content: '';
	width: 913px;
	height: 121px;
	position: absolute;
	left: -50%;
	right: -50%;
	top: 90px;
	margin: 0 auto;
	z-index: 10;
	background: url("../images/m3_deco1.svg") center center no-repeat;
}
#sec_3-8 .m3_wrap::after {
	content: '';
	width: 913px;
	height: 121px;
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: -55px;
	margin: 0 auto;
	z-index: 10;
	background: url("../images/m3_deco2.svg") center center no-repeat;
}

#sec_3-8 .m_wrap {
	position: relative;
}
#sec_3-8 .frame {
	background: #fff;
	margin-bottom: 20px;
}
#sec_3-8 .frame:last-child {
	margin-bottom: 0;
}
#sec_3-8 .frame .wrap {
	padding: 25px 30px;
    position: relative;
	background: url("../images/frame_bg.svg") center center no-repeat;
}
#sec_3-8 .frame.f1 {
    border: 7px solid #1DB0BF;
    padding: 4px;
    box-sizing: border-box;
}
#sec_3-8 .frame.f1 .wrap {
    border: 3px solid #F8EB00;
	/*background-size: 142px auto;*/
}
#sec_3-8 .frame.f2 {
    border: 8px solid #F8EB00;
    padding: 4px;
    box-sizing: border-box;
}
#sec_3-8 .frame.f2 .wrap {
	border: 3px solid #1DB0BF;
}
#sec_3-8 .frame.f3 {
    border: 8px solid #B5D2D7;
    padding: 4px;
    box-sizing: border-box;
}
#sec_3-8 .frame.f3 .wrap {
	border: 3px solid #F8EB00;
}
#sec_3-8 .frame h4,
#sec_3-8 .frame .n {
	font-family: 'Zen Antique Soft', serif;
	font-weight: normal;
}
#sec_3-8 .frame h4 {
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
}
#sec_3-8 .frame .n {
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: right;
	margin-bottom: 15px;
}
#sec_3-8 .frame h5,
#sec_3-8 .frame p {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
}

#sec_3-8 .frame .wrap.scr {
	padding: 8px;
	background: none;
}
#sec_3-8 .frame .wrap.scr .inner {
	height: 360px;
	overflow-y: auto;
	padding: 0 30px 50px;
}
#sec_3-8 .frame .wrap.scr h4,
#sec_3-8 .frame .wrap.scr .n {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}
#sec_3-8 .frame .wrap.scr h4 {
	margin: 20px 0 0;
}
#sec_3-8 .frame .wrap.scr .n {
	margin: 0 0 35px;
}

#sec_3-8 .kiyaku {
    background: url("../images/s3_4_frame.svg") no-repeat;
    height: 320px;
    margin: 80px auto 0;
    padding: 30px 22px 0;
	border: 16px solid #E0E0E0;
	border-left-color: #ADADAD;
	border-right-color: #ADADAD;
	color: #333333;
	background: #fff;
}
#sec_3-8 .kiyaku h5 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 20px
}
#sec_3-8 .kiyaku .wrap {
    overflow-y: scroll;
    height: 190px;
    padding: 0 20px 10px;
    text-align: left;
}
#sec_3-8 .kiyaku .wrap p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.5em;
    font-weight: 500;
    letter-spacing: -0.05em;
}
#sec_3-8 .kiyaku .wrap::-webkit-scrollbar-thumb {
	background: #333;
}



/*------------------------------------------------*/
#sec_5 {
    background: url("../images/s5_bg.png") center top/100% auto repeat-y;
    /*padding-top: 8vw;*/
	padding-top: 1vw;
    padding-bottom: 16vw;
    position: relative;
}
#sec_5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16vw;
    background: url("../images/s5_bg_bottom.png") center bottom -1px/100% auto no-repeat;
    pointer-events: none;
}
#sec_5 ul {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 80px auto 0;
}
#sec_5 ul li {
    width: calc(50% - 10px);
    text-align: left;
    margin-bottom: 60px;
}
#sec_5 ul li .wrap {
    position: relative;
    padding-left: 190px;
    margin-bottom: 30px;
}
#sec_5 ul li img.image {
    width: 176px;
    position: absolute;
    left: 0;
    top: 0;
}
#sec_5 ul li h4 {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.2;
}
#sec_5 ul li h4 mark {
    padding-right: 15px;
}
#sec_5 ul li h5 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0;
    letter-spacing: -0.05em;
}
#sec_5 ul li p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: -0.05em;
}
#sec_5 ul li .wrap span {
    margin-right: -0.5em;
}
#sec_5 ul li a.btn {
    display: block;
    left: 0;
    right: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #008E9E;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    transition: opacity 0.2s;
}
#sec_5 ul li a.btn:hover {
    opacity: 0.7;
}

/*------------------------------------------------*/
footer {
    background: #fff;
    height: 64px;
}
footer .wrapper {
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
    height: 100%;
    padding-bottom: 12px;
}
footer .logo {
    width: 300px;
}
footer .copyright {
    font-size: 16px;
    line-height: 1;
    text-align: right;
    color: #685840;
    font-family: Helvetica, 'sans-serif';
    font-weight: normal;
    padding-bottom: 8px;
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


#pageTopBtn {
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 90;
    pointer-events: none;
    opacity: 0;
    will-change: transform;
    cursor: pointer;
    transition: transform 0.2s,opacity 0.2s;
}
#pageTopBtn span {
    display: block;
    background: url("../images/pagetop_btn.svg") center center/contain no-repeat;
    width: 100px;
    height: 100px;
}
#pageTopBtn.show {
    opacity: 1;
    pointer-events: auto;
}
#pageTopBtn:hover {
    transform: scale(1.1);
}


.coming{max-width: 768px; margin: 0 auto;}






































