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

/* -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "Barlow",YuGothic,"Yu Gothic Medium","Yu Gothic","Segoe UI","Helvetica Neue",HelveticaNeue,Verdana,Meiryo,sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


html {
    font-size: 62.5%;
}

body {
/*	color: #5a85a7;*/
	color: #73a5cd;
	font-size: 1.6em;
	line-height: 1.7;
	background-color: #fff;
    position: relative;
}
_::-webkit-full-page-media, _:future, :root body {
	color: #437aa6;
}
body::before {
	content: "";
	background: url(img/image_index.jpg) no-repeat left top;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
    mix-blend-mode: multiply;
}

br.ww{
    display: block;
}
br.nw{
    display: none;
}


a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
/*	color: #5a85a7;*/
	color: #73a5cd;
	transition: all 0.2s linear;
}
_::-webkit-full-page-media, _:future, :root a {
	color: #437aa6;
}

.ivmvel{
	opacity: 0.0;
/*	transform: translate(0, 20px);*/
	transition: all 0.8s ease;
}
.ivmv{
	opacity: 1.0;
/*	transform: translate(0, 0);*/
}
.ivvel{
	opacity: 0.0;
	transition: all 0.8s ease;
}
.ivv{
	opacity: 1.0;
}


header{
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 30px 30px;
    
    display: flex;
    justify-content: flex-end;
}
ul.lang {
    display: flex;
}
ul.lang li {
    font-size: 1.3rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    line-height: 1.0;
    position: relative;
}
ul.lang li a{
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
    color: #000;
}
ul.lang li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: #fa7563;
	transition: all 0.1s linear;
}
ul.lang li.current a::after{
    width: 100%;
}
ul.lang li a:hover::after{
    width: 100%;
}
ul.lang li.jp {
    font-weight: 200;
}
ul.lang li:not(:last-child){
    padding: 0 1.5rem;
}
ul.lang li:not(:last-child)::after {
    content: "/";
    padding: 0 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

#content{
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

p{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.stage{
    mix-blend-mode: multiply;
    margin-bottom: 80px;
    padding: 0 20px;
}
.stage h1{
    width: 50.0rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 11.4rem;
    line-height: 0.8;
    letter-spacing: -0.01rem;
    margin-bottom: 15px;
}
.stage h1 a:hover{
    color: #5a85a7;
}
_::-webkit-full-page-media, _:future, :root .stage {
	mix-blend-mode: normal;
	opacity: 0.8;
}
_::-webkit-full-page-media, _:future, :root .stage h1 a:hover {
	color: #3f6b98;
}

.stage p.introText{
    width: 55%;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: left;
}
.stage p.introText.ja{
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: 500;
}


.facts{
    margin-bottom: 100px;
    padding: 0 10px;
}
ul.facts{
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.facts li{
/*    width: calc(100%/3);*/
    width: 37%;
    margin-bottom: 40px;
    font-family: 'Barlow', sans-serif;
}
ul.facts li:nth-child(3n){
    width: 26%;
}
ul.facts .category{
    display: inline-block;
    position: relative;

    font-size: 1.6rem;
    color: #fff;
    white-space: nowrap;
    line-height: 1.0;
    padding: 4px 8px 4px;
    
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
ul.facts .category::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
/*    background-color: #5a85a7;*/
    background-color: #73a5cd;
    mix-blend-mode: multiply;
}
_::-webkit-full-page-media, _:future, :root ul.facts .category{
/*    background-color: #5a85a7;*/
    background-color: #6389ab;
/*    background-blend-mode: multiply;*/
}
_::-webkit-full-page-media, _:future, :root ul.facts .category::before{
	mix-blend-mode: normal;
	opacity: 0.8;
}
ul.facts a:hover{
    color: #5a85a7;
}
_::-webkit-full-page-media, _:future, :root ul.facts a:hover {
	color: #3f6b98;
}

ul.facts .value{
	display: block;
    font-size: 7.8rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.1rem;
    mix-blend-mode: multiply;
    margin-bottom: 0.5rem;
}
_::-webkit-full-page-media, _:future, :root ul.facts .value {
	mix-blend-mode: normal;
	opacity: 0.8;
}
ul.facts .value sup{
    margin-left: 0.8rem;
    font-size: 50%;
    top: -0.8em;
}
ul.facts .description{
	display: block;
    width: 73%;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    text-align: left;
    mix-blend-mode: multiply;
}
_::-webkit-full-page-media, _:future, :root ul.facts .description {
	mix-blend-mode: normal;
	opacity: 0.8;
}
ul.facts li:nth-child(3n) p.description{
    width: 92%;
}
ul.facts .description.ja{
    width: 65%;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
ul.facts li:nth-child(3n) p.description,ja{
    width: 92%;
}

.aboutus{
    box-sizing: border-box;
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    mix-blend-mode: multiply;
    margin-bottom: 120px;
}
_::-webkit-full-page-media, _:future, :root .aboutus {
	mix-blend-mode: normal;
	opacity: 0.8;
}
.aboutus::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 17%;
    padding-bottom: 17%;
/*    border-left: 7px solid #5a85a7;
    border-bottom: 7px solid #5a85a7;*/
    border-left: 7px solid #73a5cd;
    border-bottom: 7px solid #73a5cd;
	transition: all 0.2s linear;
}
_::-webkit-full-page-media, _:future, :root .aboutus::before {
    border-left: 7px solid #6389ab;
    border-bottom: 7px solid #6389ab;
}
.aboutus::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: -1;
    width: 17%;
    padding-top: 17%;
/*    border-top: 7px solid #5a85a7;
    border-right: 7px solid #5a85a7;*/
    border-top: 7px solid #73a5cd;
    border-right: 7px solid #73a5cd;
	transition: all 0.2s linear;
}
_::-webkit-full-page-media, _:future, :root .aboutus::after {
    border-top: 7px solid #6389ab;
    border-right: 7px solid #6389ab;
}
.aboutus a{
	display: block;
}
.aboutus:hover a{
    color: #5a85a7;
}
.aboutus:hover::before{
    border-left: 7px solid #5a85a7;
    border-bottom: 7px solid #5a85a7;
}
.aboutus:hover::after{
    border-top: 7px solid #5a85a7;
    border-right: 7px solid #5a85a7;
}
_::-webkit-full-page-media, _:future, :root .aboutus:hover a {
	color: #3f6b98;
}
_::-webkit-full-page-media, _:future, :root .aboutus:hover::before {
    border-left: 7px solid #3f6b98;
    border-bottom: 7px solid #3f6b98;
}
_::-webkit-full-page-media, _:future, :root .aboutus:hover::after {
    border-top: 7px solid #3f6b98;
    border-right: 7px solid #3f6b98;
}

.aboutus .title{
	display: block;
    width: 80%;
    line-height: 1.2;
    font-size: 4.0rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.aboutus .title .sitename{
    display: inline-block;
    white-space: nowrap;
}
.aboutus.ja .title{
    line-height: 1.3;
    font-size: 3.0rem;
    margin-bottom: 30px;
}
.aboutus .description{
	display: block;
    font-size: 1.8rem;
    width: 78%;
    margin: 0 auto;
    line-height: 1.3;
    padding-bottom: 50px;
    text-align: left;
}
.aboutus.ja .description{
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}


.contents{
    margin-bottom: 140px;
    mix-blend-mode: multiply;
}
_::-webkit-full-page-media, _:future, :root .contents {
	mix-blend-mode: normal;
	opacity: 0.9;
}
.contents.links{
    mix-blend-mode: normal;
}
.contents .title{
    width: 80%;
    margin-bottom: 30px;
    mix-blend-mode: multiply;
}
_::-webkit-full-page-media, _:future, :root .contents .title {
	mix-blend-mode: normal;
}
.contents .title .sub{
    font-size: 3.6rem;
}
.contents h2{
    display: inline-block;
    font-size: 9.0rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 0.98;
    margin: 0 10px;
    padding: 0 10px;
    position: relative;
}
.contents h2 a{
    mix-blend-mode: multiply;
}
_::-webkit-full-page-media, _:future, :root .contents h2 a {
	mix-blend-mode: normal;
	opacity: 0.8;
}
.contents h2.mp::after{
    mix-blend-mode: multiply;
}
_::-webkit-full-page-media, _:future, :root .contents h2.mp::after {
	mix-blend-mode: normal;
}
.contents h2.ja{
    font-size: 6.8rem;
    white-space: nowrap;
}
.contents h2 .shuzo{
    display: inline-block;
    position: relative;
    padding: 0 4rem;
}
.contents h2 .shuzo::before{
    content: '「';
    position: absolute;
    left: -5rem;
}
.contents h2 .shuzo::after{
    content: ' 」';
    position: absolute;
    right: -5rem;
}

/*
.contents h2::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 44px;
    background-color: #d95d4d;
}
*/
.contents h2 .dln{
    width: 100%;
    height: 44px;
    background-color: #e06757;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 5px;
    mix-blend-mode: multiply;
}
.contents h2.p2 .dln{
	bottom: -5px;
}
_::-webkit-full-page-media, _:future, :root .contents h2 .dln {
    background-color: #cc331f;
	mix-blend-mode: normal;
	opacity: 0.8;
}

.contents h2 a{
    box-sizing: border-box;
    display: inline-block;
    padding-right: 100px;
    padding-bottom: 1.0rem;
    position: relative;
}
.contents h2 a::after{
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 71px;
    height: 71px;
    background-image: url("img/link_contents.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	transition: all 0.2s linear;
}
.contents h2.p2 a::after{
    bottom: 5px;
}
.contents h2 a:hover{
    color: #5a85a7;
}
_::-webkit-full-page-media, _:future, :root .contents h2 a:hover {
	color: #3f6b98;
}
.contents h2 a:hover::after{
    background-image: url("img/link_contents_hover.png");
}
.contents .title .note{
    width: 100%;
    padding: 10px 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.contents p{
    box-sizing: border-box;
    width: 73%;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 20px;
    mix-blend-mode: multiply;
}
.contents p a{
    text-decoration: underline;
}
.contents p a:hover{
    color: #d95d4d;
    text-decoration: none;
}
.contents .note{
    font-size: 1.5rem;
    line-height: 1.2;
}
.contents ul.links{
    padding: 25px 20px 0;
}
.contents ul.links li{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    margin-bottom: 15px;
}
.contents ul.links li a{
    display: inline-block;
    min-height: 34px;
    padding-left: 50px;
    position: relative;
}
.contents ul.links li a::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url("img/link_items.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	transition: all 0.2s linear;
}
.contents ul.links li a:hover{
    text-decoration: underline;
}
.contents ul.links li a:hover::before{
    background-image: url("img/link_items_hover.png");
}
.contents ul.links li a .txt{
    mix-blend-mode: multiply;
}
.contents ul.links li p.note{
    padding-left: 50px;
}


.footerLink{
    width: 200px;
    height: 233px;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 10px;
}
.footerLink::after{
    content: '';
    display: block;
    position: absolute;
    z-index: -3;
    left: 0;
    top: 0;
    width: 233px;
    height: 233px;
    background-color: #d95d4d;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.footerLink a{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    
    padding: 50px 55px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    
    font-family: 'Barlow Condensed', sans-serif;
}
.footerLink a .more{
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
}
.footerLink a .title{
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 2.8rem;
    color: #000;
    line-height: 0.9;
    position: relative;
    padding-bottom: 40px;
}
.footerLink a .title::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 40px;
    width: 78px;
    height: 78px;
    background-image: url("img/link_learnMore.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px auto;
}
.footerLink a .title::after{
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    left: 50px;
    top: 40px;
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 50%;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footerLink:hover a .title::after{
    left: 40px;
    top: 30px;
    width: 98px;
    height: 98px;
}


footer{
	width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
footer .logo{
    line-height: 0;
    margin-right: 15px;
    background-color: #fff;
}
footer .logo img{
    display: block;
    width: 187px;
    height: auto;
}
footer .logo a{
    display: block;
}
footer .logo a:hover{
    opacity: 0.5;
}
footer .copyright{
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}






/* Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

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

.stage p.introText{
    width: 80%;
}

ul.facts li{
    width: 50%;
    margin-bottom: 40px;
}
ul.facts li:nth-child(3n){
    width: 50%;
}


}




/* ---------------------------------------------------------------------------------------------------------------------*/

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

.stage{
    margin-bottom: 80px;
    padding: 0 20px;
}
.stage h1{
    width: 100%;
    margin-bottom: 15px;
}
.stage p.introText{
    width: 100%;
}

ul.facts li{
    width: 100%;
    margin-bottom: 40px;
}
ul.facts li:nth-child(3n){
    width: 100%;
}

.contents{
    margin-bottom: 140px;
}
.contents .title{
    width: 80%;
    margin-bottom: 30px;
}

.contents p{
    width: 100%;
    padding: 0 20px;
}


}




/* ---------------------------------------------------------------------------------------------------------------------*/

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


body::before {
	background: url(img/image_index_sp.jpg) no-repeat left top;
	background-size: auto 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

br.ww{
    display: none;
}
br.nw{
    display: block;
}

header{
    padding: 23px 23px;
}

.stage{
    margin-bottom: 80px;
    padding: 0 20px;
}
.stage h1{
    width: 100%;
    font-size: 7.0rem;
    line-height: 0.8;
    letter-spacing: -0.01rem;
    margin-bottom: 15px;
}
.stage p.introText{
    width: 100%;
    font-size: 1.6rem;
}
.stage p.introText.ja{
    font-size: 1.4rem;
    line-height: 1.6;
}

.facts{
    margin-bottom: 100px;
}
ul.facts li{
    width: 100%;
    margin-bottom: 35px;
}
ul.facts li:nth-child(3n){
    width: 100%;
}
ul.facts .category{
    font-size: 1.2rem;
    padding: 4px 8px 4px;
}
ul.facts .value{
    font-size: 6.8rem;
    margin-bottom: 0.5rem;
}
ul.facts .description{
    width: 100%;
    font-size: 1.2rem;
}
ul.facts .description.ja{
    width: 100%;
    font-size: 1.3rem;
}


.aboutus{
    width: 90%;
    margin-bottom: 120px;
}
.aboutus h2{
    width: 80%;
    font-size: 3.0rem;
    margin-bottom: 30px;
}
.aboutus h2 .sitename{
    display: inline-block;
    white-space: nowrap;
}
.aboutus.ja h2{
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.aboutus p{
    font-size: 1.6rem;
    width: 78%;
    padding-bottom: 50px;
}
.aboutus.ja p{
    font-size: 1.5rem;
    line-height: 1.6;
}
.aboutus p a:hover{
    color: #d95d4d;
    text-decoration: underline;
}

.contents{
    mix-blend-mode: multiply;
    margin-bottom: 140px;
}
.contents .title{
    width: 80%;
    margin-bottom: 15px;
}
.contents .title .sub{
    font-size: 2.6rem;
}
.contents h2{
    font-size: 6.0rem;
    margin: 0 10px;
    padding: 0 10px;
}
.contents h2.ja{
    font-size: 4.8rem;
}
.contents h2 .shuzo{
    display: inline-block;
    position: relative;
    padding: 0 2rem;
}
.contents h2 .shuzo::before{
    content: '「';
    position: absolute;
    left: -4rem;
}
.contents h2 .shuzo::after{
    content: ' 」';
    position: absolute;
    right: -4rem;
}
.contents h2::after{
    bottom: 1.0rem;
    height: 20px;
}
.contents h2 .dln{
    height: 22px;
	bottom: 5px;
}
.contents h2.p2 .dln{
	bottom: 5px;
}
.contents h2 a{
    padding-right: 50px;
    padding-bottom: 1.0rem;
}
.contents h2 a::after{
    right: 5px;
    bottom: 15px;
    width: 36px;
    height: 36px;
}
.contents h2.p2 a::after{
    bottom: 15px;
}

.contents .title .note{
    padding: 0 0 10px 20px;
    font-size: 1.2rem;
}

.contents p{
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0 20px;
}
.contents .note{
    font-size: 1.2rem;
}
.contents ul.links{
    padding: 25px 20px 0;
}
.contents ul.links li{
    font-size: 2.0rem;
    margin-bottom: 15px;
}
.contents ul.links li a{
    min-height: 34px;
    padding-left: 50px;
}
.contents ul.links li a::before{
    width: 34px;
    height: 34px;
}
.contents ul.links li p.note{
    padding-left: 50px;
}


.footerLink{
    width: 188px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
}
.footerLink::after{
    width: 188px;
    height: 70px;
    border-radius: 10px 0 0 0;
    box-shadow: none;
}
.footerLink a{
    padding: 10px 15px;
}
.footerLink a .more{
    font-size: 1.4rem;
    line-height: 1.3;
}
.footerLink a .title{
    font-size: 2.0rem;
    padding-bottom: 0;
}
.footerLink a .title::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: auto;
    right: -12px;
    top: auto;
    bottom: -12px;
    width: 25px;
    height: 25px;
    background-image: url("img/link_learnMore_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
	transition: all 0.1s linear;
}
.footerLink:hover a .title::before{
    right: -16px;
    bottom: -12px;
    width: 33px;
    height: 33px;
    background-size: 33px auto;
}
.footerLink a .title::after{
    display: none;
}


footer{
    padding: 30px 0;
}
footer .logo{
    width: 100%;
    margin-right: 0;
    background-color: transparent;
    
    margin-bottom: 10px;
}
footer .logo img{
    width: 187px;
}
footer .copyright{
    font-size: 1.3rem;
}




}













