@charset "utf-8";
main {position:relative;display: none;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { list-style:none; margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body { overflow: hidden;
 font-family: "Noto Sans JP", "游ゴシック体",
 YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium",
 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3",
 HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
 Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-weight: 600; font-size: 14px; line-height: 1.6; letter-spacing:1.5px; color: #000000; margin: 0 auto; position: relative; z-index: 1; overflow-x: hidden; visibilty:hidden; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background: #FFF; overflow: hidden; }
html {ediahousefont-size: 14px;-webkit-text-size-adjust: 100%; overflow:auto;}
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block;}
nav ul { list-style:none;}
li { margin:0; padding:0;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none;}
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins { background-color:none; color:#000; text-decoration:none;}
mark { background-color:none; color:#000; font-style:italic; font-weight:bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help;}
table { border-collapse:collapse; border-spacing:0;}
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle;}
input[type="submit"], input[type="button"],input[type="checkbox"],input[type="radio"],input[type="text"] { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none;  -moz-appearance: none; appearance: none;}
::selection { background: #3477BD; color: #fff;}
::-moz-selection {background: #3477BD; color: #fff;}
iframe {margin-bottom:0; padding-bottom:0; line-height:1;  vertical-align:bottom;}
body * {box-sizing: border-box;} 

.ja {font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.en {font-family: 'Montserrat', sans-serif;font-weight: 900;}
.mem1 {margin-top: 1.5em;}
.mem2 {margin-top: 3em;}
.mem3 {margin-top: 4.5em;}
@media only screen and (max-width:440px) {
body {font-size:3.5vw;font-weight: 600;line-height: 2;letter-spacing: 0;}
}

a { color: #000000; text-decoration: none; }
*:focus { outline: none;}
ul {list-style: none; }
img {max-width:100%;line-height: 0;vertical-align: bottom;}
.inner {width: calc(100% - 40px);max-width: 1200px;margin:0 auto;position: relative;}
@media only screen and (max-width: 1040px) {
.inner {max-width:initial;width: 100%;}
}


/*loading-----------------------------------------------------------*/
#loading {position: fixed;z-index:100000;width: 100%;height: 100%;left:0;top:0;bottom:0;right:0; background:#000;color:#FFF;}
#loading .content {position: absolute;width: 100%;height: 1em;top:0;bottom:0;line-height: 1;margin:auto;text-align: center;font-size: 35px;}
#loading .content img {height:35px;vertical-align: middle;}
#loading * { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
#loading.nopic .content {
 -moz-transform: scale(1.5);
 -webkit-transform: scale(1.5);
 -o-transform: scale(1.5);
 -ms-transform: scale(1.5);
 opacity:0;
 }

.loadingBar {
 width: 0;
 height: 3px;
 background: #03a7eb;
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
 position: fixed;
 top: 0;
 left: 0;
 transition: all 0.2s linear 0s;
}

/*header-----------------------------------------------------------*/
header { -webkit-transition: ease-in-out .2s;transition: ease-in-out .2s; margin: 0; padding: 0; width: 100%; position: fixed; top: 0; font-weight: 800; z-index: 3000; -webkit-transition: all .2s cubic-bezier(.165,.84,.44,1); transition: all .2s cubic-bezier(.165,.84,.44,1); -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1); transition-timing-function: cubic-bezier(.165,.84,.44,1); }
header .pcmenu { -webkit-transition: ease-in-out .2s;transition: ease-in-out .2s;}
header.top-position { -webkit-transform: translateY(-200px); transform: translateY(-200px);}
body.subpg header,
header.fixed{background: rgb(229,254,255,0.9);height: 90px;}
body.subpg {padding-top:95px;}

/*logo*/
header .pcmenu .box1 {width: 388px;height: 74px;position: absolute;z-index: 999;top: 5px;left: 1rem;}
header .pcmenu .box1 .logo {cursor:pointer;width: 100%;height: 100%;display: table;-webkit-transition: ease-in-out .2s;transition: ease-in-out .2s;}
header .pcmenu .box1 .logo img {width: 100%;height: 100%;vertical-align: middle;opacity: 0;display: none;}
header .pcmenu .box1 .logo a { width: 100%; display: block; height: 100%; vertical-align: middle; text-align: center; display: table-cell; }
header .pcmenu .box1 { background: url(https://nemashi.xsrv.jp/wp-content/uploads/2023/03/logo-1.png) no-repeat center top; background-size: contain;}

div.boxsp { display:none;}

@media only screen and (min-width:1150px) {
header .pcmenu {margin: 0 auto;display: flex;height: 95px;justify-content: space-between;align-items: center; }
header button {display:none;}
/*nav*/
header .pcmenu nav {width: calc(90% - 144px);margin-left: auto;margin-right: 2rem;}
header .pcmenu nav ul {display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;
display: flex;align-items: center;justify-content: flex-end;}
header .pcmenu nav ul>li:nth-child(n+2) {margin-left: 1.5em;}
header .pcmenu nav ul>li p { position:relative;}
header .pcmenu nav ul>li p a{font-size: 20px;letter-spacing: 0;}
header .pcmenu nav ul>li p {-webkit-transition: all  0.2s cubic-bezier(1, 0, 0, 1);transition: all  0.2s cubic-bezier(1, 0, 0, 1);-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);transition-timing-function: cubic-bezier(1, 0, 0, 1);}
header .pcmenu nav ul>li p:before { position: absolute; right: 0; bottom: 0px; margin: auto; width: 100%; height:3px; left: 0;
 z-index: -1; content: ''; background: #3477BD; transform-origin: right top;
 transform: scale(0, 1); transition: transform .2s;
 transition-timing-function: cubic-bezier(1, 0, 0, 1); }
header .pcmenu nav ul>li p:hover:before { transform-origin: left top; transform: scale(1, 1);}
header .pcmenu nav ul>li p:hover a {color:#3477BD;-webkit-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
}


@media only screen and (max-width: 1150px) {
header { }  
header button {opacity:1; visibility:visible; pointer-events: auto;}
header button {display:block;position: fixed;top: 36px;right: 25px;width: 50px;height: 25px;z-index: 1000;border: 0;background: none;}
header button span{display: inline-block;transition: all .2s;box-sizing: border-box;position: absolute;right: 0;width: 100%;height: 4px;background-color: #000;z-index: 100;}
header button span:nth-child(1){top: 0;}
header button span:nth-child(2){top: 11px;}
header button span:nth-child(3){bottom: 0;}
header button:hover span{width: 70%;}
header button:hover span:nth-child(3){width: 90%;}
header.active button span {background:#FFF;width: 80%;}
header.active button span:nth-child(1),
header.active button:hover span:nth-child(1){transform: translateY(11px) rotate(45deg);width: 80%;}
header button:hover span:nth-child(1){width: 60%;}
header.active button span:nth-child(2){opacity: 0;}
header.active button span:nth-child(3),
header.active button:hover span:nth-child(3){transform: translateY(-10px) rotate(-45deg);width: 80%;}
header.active button :hover span{width: 100%;}

header .pcmenu nav {z-index: 1000;transition: all .5s;opacity: 0;width: 70vw;max-width: 257px;right: -2vw;height: 100vh;overflow-y:scroll;visibility: hidden;pointer-events: none;position: absolute;transform: translateX(100vw);}
header.active .pcmenu nav{opacity:1;visibility: visible;pointer-events:auto;overflow-x: hidden;transform: translateX(0);}
header .pcmenu nav:before {content:"";display:block;width: 100%;height: 100vh;background: #203557;position: fixed;z-index:-1;}


header .pcmenu nav ul {position:relative;z-index:2;padding: 96px 28px 100px 20px;height: 100vh;overflow: scroll;width: 100%;overflow-x: hidden;}
header .pcmenu nav ul>li { border-top: 1px solid #FFF;}
header .pcmenu nav ul>li:last-child { border-bottom: 1px solid #FFF;}
header .pcmenu nav ul a {color:#FFF;font-size: 16px;padding: 1em 0;display: block;}

header .pcmenu nav ul>li {-webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in; transition: all .3s ease-in;opacity:0;-webkit-transform: translateX(-20px); transform: translateX(-20px);}
header.active .pcmenu nav ul>li {opacity:1;-webkit-transform: translateX(0px); transform: translateX(0px);}
header.active .pcmenu nav ul>li:nth-child(2) {transition-delay: .1s;}
header.active .pcmenu nav ul>li:nth-child(3) {transition-delay: .15s;}
header.active .pcmenu nav ul>li:nth-child(4) {transition-delay: .2s;}
header.active .pcmenu nav ul>li:nth-child(5) {transition-delay: .25s;}
header.active .pcmenu nav ul>li:nth-child(6) {transition-delay: .3s;}
header.active .pcmenu nav ul>li:nth-child(7) {transition-delay: .35s;}
header.active .pcmenu nav ul>li:nth-child(8) {transition-delay: .4s;}
header.active .pcmenu nav ul>li:nth-child(9) {transition-delay: .45s;}
header.active .pcmenu nav ul>li:nth-child(10) {transition-delay: .5s;}
}

@media only screen and (max-width:500px) {
header .pcmenu .box1 {-webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in; transition: all .3s ease-in;}
header {height: 60px;}
body.subpg header,
header.fixed{height: 60px;}
header .pcmenu .box1 {width:195px;height: 51px;top:10px;left: 1rem;}
header button { top:22px;right: 1.5rem;width: 35px;height: 17px; }
header button span{height:3px;}
header button span:nth-child(2){top:0; bottom:0;margin:auto;}
header.active button span:nth-child(3),
header.active button:hover span:nth-child(3){transform: translateY(-3px) rotate(-45deg); }
}


/*midashi----------------------------------------------------------*/
.midashi_en {font-size:70px; line-height:1; }
.midashi_ja {font-size:30px;font-weight: 800;}
.midashi_ja .en {display:block;}
.submidashi { font-size:24px;}
.qq { font-size:20px;font-weight: 600;}
.qq2 { font-size:16px;font-weight: 600;}
@media only screen and (max-width:800px) {
 .midashi_en {text-align:center;}
}
@media only screen and (max-width:600px) {
.midashi_en {font-size:12vw; }    
.midashi_ja {font-size:5.5vw; }   
.submidashi { font-size:4.5vw;}  
}

/*common----------------------------------------------------------*/
.blue {color: #115fad !important;}
.uli { text-decoration:underline;}
.sp { display:none;}
@media only screen and (max-width: 820px) {
.pc { display:none;}
.sp { display:block;}
br.sp { display:inline;}
}


/*anime---------------------------------------------------------*/
.fadein.anime { -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);}
.fadein.anime.show { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}

.typ span { display: inline-block;
-webkit-transform: translateY(1rem);transform: translateY(1rem); opacity:0;}
.typ span.on {-webkit-transform: translateY(0);transform: translateY(0); opacity:1;-webkit-transition: ease-in-out .2s;transition: ease-in-out .2s;}

.typ span.on:nth-child(1) {transition-delay:1.1s;}
.typ span.on:nth-child(2) {transition-delay:1.2s;}
.typ span.on:nth-child(3) {transition-delay:1.3s;}
.typ span.on:nth-child(4) {transition-delay:1.4s;}
.typ span.on:nth-child(5) {transition-delay:1.5s;}
.typ span.on:nth-child(6) {transition-delay:1.6s;}
.typ span.on:nth-child(7) {transition-delay:1.7s;}
.typ span.on:nth-child(8) {transition-delay:1.8s;}
.typ span.on:nth-child(9) {transition-delay:1.9s;}
.typ span.on:nth-child(10) {transition-delay:2s;}
.typ span.on:nth-child(11) {transition-delay:2.1s;}
.typ span.on:nth-child(12) {transition-delay:2.2s;}
.typ span.on:nth-child(13) {transition-delay:2.3s;}
.typ span.on:nth-child(14) {transition-delay:2.4s;}
.typ span.on:nth-child(15) {transition-delay:2.5s;}
.typ span.on:nth-child(16) {transition-delay:2.6s;}

h2.typ span.on:nth-child(1) {transition-delay:3s;}
h2.typ span.on:nth-child(2) {transition-delay:3.1s;}
h2.typ span.on:nth-child(3) {transition-delay:3.2s;}
h2.typ span.on:nth-child(4) {transition-delay:3.3s;}
h2.typ span.on:nth-child(5) {transition-delay:3.4s;}
h2.typ span.on:nth-child(6) {transition-delay:3.5s;}
h2.typ span.on:nth-child(7) {transition-delay:3.6s;}
h2.typ span.on:nth-child(8) {transition-delay:3.7s;}
h2.typ span.on:nth-child(9) {transition-delay:3.8s;}
h2.typ span.on:nth-child(10) {transition-delay:3.9s;}

/*top----------------------------------------------------------*/
.mv {height: 770px;position:relative;overflow: hidden;width: 100%;z-index: 2;background: #E5FEFF;background-size:cover;}
.mv .inner {padding-top: 250px;height:100%;max-width: 1060px;}
.mv .txt { width: 520px;text-align: center;position:relative; z-index:2;}
.mv .txt:after {content:"";display:block;z-index:-1;height:500px;width:397px;background:url(../img/mark_mvbg.svg) no-repeat center;background-size:contain;position:absolute;top: -15px;bottom:0;margin:auto;left: -75px;right:0;}
.mv h1 {font-size: 90px;font-family: 'Montserrat', sans-serif;font-weight: 900;line-height:1.1;letter-spacing: -1.5px;}
.mv h2{font-size: 38px;font-weight: 900;line-height:1.1;letter-spacing: 10px;margin-top: 1.4em;text-align: left;padding-left: .6em;}

.mv .inner .img { width:532px;height:595px; position:absolute;right:0; bottom:56px; }
.mv .inner .img img { position:absolute;}
.mv .inner .img .img1 { width:100%; height:50.42%;bottom:27.899%;left:0;animation: fuwa 8s ease-in-out infinite alternate;}
.mv .inner .img .img2 { width:63.157%; height:57.647%;bottom:16.974%;left:20.864%;}
.mv .inner .img .img3 { width:87.406%; height:37.983%;bottom:8%;right:0;animation: fuwa 6s ease-in-out infinite alternate;}
.mv .inner .img .img4 { width:50.563%; height:39.663%;bottom:0;left:20.864%;animation: fuwa 7.5s ease-in-out infinite alternate;}
.mv .inner .img .img5 {width:33.458%;height:26.722%;bottom: 30%;left:37.593%;animation: fuwa 0.5s ease-in-out infinite alternate;}
.mv .inner .img .img6 {width:21.992%;height:65.378%;bottom: 34.134%;left: 42.6%;
animation: fuwa 0.9s ease-in-out infinite alternate;}
@keyframes fuwa { 0% { transform: translateY(0px); } 100% { transform: translateY(6px); }}
.mv .inner .img img {opacity:0; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; }
.mv.obs .inner .img img {opacity:1; }
.mv .inner .img .img1 { transition-delay:.3s;}
.mv .inner .img .img2 { transition-delay:.6s;}
.mv .inner .img .img3 { transition-delay:.9s;}
.mv .inner .img .img4 { transition-delay:1.2s;}
.mv .inner .img .img5 {transition-delay: 4s;}
.mv .inner .img .img6{transition-delay: 4s;}

.mv .inner .img .img1,.mv .inner .img .img2,.mv .inner .img .img3,.mv .inner .img .img4 { -webkit-transform: translateY(-20px); transform: translateY(-20px);}
.mv.obs .inner .img .img1,.mv.obs .inner .img .img2,.mv.obs .inner .img .img3,.mv.obs .inner .img .img4 { -webkit-transform: translateY(0px); transform: translateY(0px);}
.mv .txt:after {opacity:0; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; }
.mv.obs .txt:after {opacity:1;transition-delay:3.2s; }
@media only screen and (min-width: 1040px) {
.mv .txt {-webkit-transform: translateX(-1em);transform: translateX(-1em);}
}

@media only screen and (max-width: 1040px) {
.mv {height:65vw;} 
.mv .inner {padding-top: 220px;}   
.mv .txt {padding-left:2%;width: 55vw;}
.mv h1 {font-size: 8vw;}
.mv h2{font-size: 3.4vw;padding-left: 1.6em;}
.mv .inner .img { width:45vw;height:53.1vw; bottom:0; top:0;margin:auto; }
.mv .txt:after { height:45vw;width:53vw;}
}

@media only screen and (max-width: 850px) {
.mv {height:auto; padding-bottom:18vw;} 
.mv .inner {padding-top: 180px;}
.mv h1 {font-size:80px; text-align:center;}
.mv h2{font-size:40px;text-align:center;letter-spacing:.2em;margin-top: 1em;margin-bottom: 1em;padding-left: 0;} 
.mv .txt {padding-left:2%;width:auto; text-align:left;}
.mv .inner .img { width:500px;height:590px; position:relative;left: -4vw;}
.mv .txt:after {height: 420px;width: 315px;left: -20vw;bottom: auto;top: -100px;/* right: auto; */}
}
@media only screen and (max-width: 600px) {
.mv .inner {padding-top: 30vw;}
.mv h1 {font-size: 16vw;margin-left:4%;text-align:left;}
.mv h2{font-size: 7.4vw;margin-left:4%;text-align:left;}
.mv .inner .img {width: 82vw;height: 96vw; left: -4vw;}
.mv .txt:after {height: 81vw;width: 58.8vw;top: -20vw;}
}

/*scrolldown----------------------------------------------------------*/
#scroll-down {display: none;}
@media only screen and (min-width:500px) {
#scroll-down {display: block;position:fixed;width: 1em;right: 2%;top: 0;bottom:0;
font-weight: 400;line-height: 1;height: 176px;margin: auto;}
#scroll-down *,
#scroll-down,
.arrow-down:after {-webkit-transition: ease-in-out .5s;transition: ease-in-out .5s;}
.arrow-down { display: block; margin: 0 auto;width: 10px; height: 38px;}
.arrow-down:after { content: ''; display: block; margin: 0; padding: 0; width: 8px; height: 8px;
 border-top: 2px solid #485156; border-right: 2px solid #485156; behavior: url(https://heromarketing.jp/wp/wp-content/themes/hero_template/template-parts/css/-ms-transform.htc);
 -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg);
 -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);}
#scroll-down .Scroll { display: block;
 -webkit-transform: translateX(-35px)rotate(90deg);
 -ms-transform: translateX(-35px)rotate(90deg);
 transform: translateX(-35px) rotate(90deg);
 font-weight:500; font-size:12px; width: 7em; }
#scroll-down::before {
 -webkit-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
 -moz-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
 -o-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
 animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
 position: absolute; bottom: 0px; left: 50%;
 margin-left: -1px; width: 1px; height: 160px; background: #000; content: ' '; }
#scroll-down.pagetop::before { height: 130px;} 
#scroll-down.pagetop {animation: pagetopan 1.5s cubic-bezier(1, 0, 0, 1);} 
#scroll-down.Scrollani {animation: pagetopan2 1.5s cubic-bezier(1, 0, 0, 1);} 
#scroll-down.Scrollani a {pointer-events:none;}
#scroll-down::after { position: absolute; top: -3.7em; left:0;right:0;margin:auto;
 width: .6em; height: .6em; border-radius:50%; background: #000; content: ' '; } 
@-webkit-keyframes pagetopan { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@-moz-keyframes pagetopan { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@-o-keyframes pagetopan { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@keyframes pagetopan { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@-webkit-keyframes pagetopan2 { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@-moz-keyframes pagetopan2 { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@-o-keyframes pagetopan2 { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}
@keyframes pagetopan2 { 0% { opacity:0; transform: translateY(-50px);}100% { opacity:1; transform: translateY(0px);}}

@-webkit-keyframes elasticus { 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }
 50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
 50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;  -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;  -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }
}
@-moz-keyframes elasticus {
 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }
  50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
 50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }
}
@-o-keyframes elasticus {
 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }
 50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
  50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;  -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;  -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }
}
@keyframes elasticus { 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0);  }
  50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
  50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;  -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1);}
100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;  -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0);  -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); }}


}

/*footer----------------------------------------------------------*/
footer {background: #203557;color: #FFF;padding: 20px 4% 30px;position: relative;
text-align: center;font-weight:700;font-size: 85%;}
footer a:hover{ opacity:.6;}
footer .copy p+p{font-size: 72%;margin-top: .5em;}
br.sp380 { display:none;}
@media only screen and (max-width: 380px) {
footer {font-size:3vw;}
footer .copy p+p{ margin-top:1.5em;}
br.sp380 { display:inline;}
}

/*circle----------------------------------------------------------*/
.circle span { display: block; border-radius: 50%; opacity: .36; position: absolute;}
span.w40 { width: 40px; height: 40px;}
span.c3D88C8 { background: #3D88C8;}
span.c76CDFB { background: #76CDFB;}
span.c769EFB { background: #769EFB;}
span.w162 { width: 162px; height: 162px;}
span.w58 { height: 58px; width: 58px;}
span.w35 { width: 35px; height: 35px;}
span.w53 { width: 53px; height: 53px;}
span.w67 { height: 67px; width: 67px;}
span.w176 { width: 176px; height: 176px;}
span.w125 { width: 125px; height: 125px;}
span.w40 { width: 40px; height: 40px;}
span.w384 { width: 384px; height: 384px;}
span.w146 { width: 146px; height: 146px;}
span.w90 { width: 90px; height: 90px;}
span.w26 { width: 26px; height: 26px;}
span.w226 { width: 226px; height: 226px;}
span.w77 { width: 77px; height: 77px;}
span.w192 { width: 192px; height: 192px;}
span.w308 { width: 308px; height: 308px;}
span.w106 { width: 106px; height: 106px;}
span.w188 { width: 188px; height: 188px;}
span.w117 { width: 117px; height: 117px;}
span.w84 { width: 84px; height: 84px;}
span.w118 { width: 118px; height: 118px;}


.mv .inner .circle {position:absolute;width:100%;height:100%;top: 0;} 
.mv .inner .circle .lefts {position:absolute;width: 687px;height: 830px;top: -62px;left: -240px;} 
.mv .inner .circle .rights {position:absolute;z-index: -1;width:496px;height:492px;right: -306px;bottom: -74px;} 
.mv .inner .circle .w40.c3D88C8 { right: 0; top: 122px;}
.mv .inner .circle .w162 { right: 20px; top: 0;}
.mv .inner .circle .w58 { left: 36px; top: 258px;}
.mv .inner .circle .w53 {right: 264px;bottom: 80px;}
.mv .inner .circle .w67 {bottom: 0;left: 232px;}
.mv .inner .circle .w176 { left: 20px; bottom: 117px;}
.mv .inner .circle .w125 { bottom: 252px; left: 0;}
.mv .inner .circle .w40.c769EFB { left: 172px; bottom: 144px;}

.mv .inner .circle .w384 { top: 111px; left: 112px;}
.mv .inner .circle .w146 { top: 64px; left: 280px;}
.mv .inner .circle .w90 {top: 364px;left: 0;}
.mv .inner .circle .w35 { top: 0; left: 340px;}

.mv .inner .circle .lefts *,.mv .inner .circle .rights * { opacity:0; -webkit-transition: ease-in-out .4s; transition: ease-in-out .4s; -moz-transform: scale(1.8);
 -webkit-transform: scale(1.8); -o-transform: scale(1.8); -ms-transform: scale(1.8); }
.mv.obs .inner .circle .lefts *,.mv.obs .inner .circle .rights * { opacity: .36; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}

.mv .inner .circle .lefts *:nth-child(odd) { transition-delay:.2s;}
.mv .inner .circle .lefts *:nth-child(2n) { transition-delay:.3s;}
.mv .inner .circle .lefts *:nth-child(3n) { transition-delay:.4s;}
.mv .inner .circle .rights *:nth-child(odd) { transition-delay:.1s;}
.mv .inner .circle .rights *:nth-child(2n) { transition-delay:.3s;}
.mv .inner .circle .rights *:nth-child(3n) { transition-delay:.2s;}

@media only screen and (max-width: 850px) {
.mv .inner .circle {z-index:-1;}    
.mv .inner .circle .lefts {width: 50vw;height: calc(100% + 18vw);top: 0;left: 0;}
.mv .inner .circle .w162 {display:none;}
.mv .inner .circle .w40.c3D88C8 { top:20vw;left:auto;left:-4vw;width:8vw;height:8vw;}
.mv .inner .circle .w58 { top:76vw;left:auto;left:4vw;width:4vw;height:4vw;}
.mv .inner .circle .w53 { right:-8vw;top:6vw;margin:auto; bottom:0;height:6vw;width:6vw;}
.mv .inner .circle .w67 { right:10vw;left:auto;top:24vw;margin:auto; bottom:0;height:10vw;width:10vw;}
.mv .inner .circle .w176 { left:-4vw; margin:auto; bottom:-8vw;height:25vw;width:25vw;}
.mv .inner .circle .w125 { left:-8vw; margin:auto; bottom:10vw;height:20vw;width:20vw;}

.mv .inner .circle .rights {width:50vw;height:100%;right:0;bottom: -18vw;} 
.mv .inner .circle  span.w90 {width:17vw;height:17vw;top: auto;bottom: 1vw;left: auto;right: -4vw;}
.mv .inner .circle .w384 { top:14vw;bottom:0;margin:auto; left:auto;right:-46vw;width:56vw;height:56vw;}
.mv .inner .circle .w146 { top:-34vw;bottom:0;margin:auto; left:auto;right:-12vw;width:16vw;height:16vw;}
.mv .inner .circle .w35 {top: -58vw;bottom:0;margin:auto;left:auto;right: 2vw;width: 4vw;height: 4vw;background: #3D88C8;}
}

.top_sec1 .inner .circle {position:absolute;width:100%; height:100%;} 
.top_sec1 .inner .circle .lefts {position:absolute;width: 250px;height: 340px;left: -245px;top: 93px;} 
.top_sec1 .inner .circle .lefts .w26 { right: 54px; top: 0;}
.top_sec1 .inner .circle .lefts .w226 { left: 0; bottom: 0;}
.top_sec1 .inner .circle .lefts .w77 { right: 0; top: 100px;}
.top_sec1 .inner .circle .rights {position:absolute;right: -220px;width:340px;height:560px;bottom: -160px;}
.top_sec1 .inner .circle .rights .w192 { top: 0; right: 0;}
.top_sec1 .inner .circle .rights .w308 { right: 0; bottom: 30px;}
.top_sec1 .inner .circle .rights .w106 { left: 0; bottom: 0;}

@media only screen and (max-width: 800px) {
.top_sec1 .inner .circle .lefts,
.top_sec1 .inner .circle .rights .w192 {display:none;}
.top_sec1 .inner .circle .rights { right:0;width:100vw;height:560px;bottom:-2em;}
.top_sec1 .inner .circle .rights .w308 {width:26vw;height:26vw; bottom: 4vw; right: -10vw;}
.top_sec1 .inner .circle .rights .w106 { left:auto; bottom: 1vw; right:8vw; top:auto; width:8vw;height:8vw;} 
}


.top_sec1 .inner.anime .circle .lefts *,.top_sec1 .inner.anime .circle .rights * { opacity:0; -webkit-transition: ease-in-out .4s; transition: ease-in-out .4s; -moz-transform: scale(1.8);
 -webkit-transform: scale(1.8); -o-transform: scale(1.8); -ms-transform: scale(1.8); }
.top_sec1 .inner.anime.show .circle .lefts *,.top_sec1 .inner.anime.show .circle .rights * { opacity: .36; -moz-transform: scale(1);
 -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}

.top_sec1 .inner .circle .lefts *:nth-child(odd) { transition-delay:.7s;}
.top_sec1 .inner .circle .lefts *:nth-child(2n) { transition-delay:.8s;}
.top_sec1 .inner .circle .lefts *:nth-child(3n) { transition-delay:.9s;}
.top_sec1 .inner .circle .rights *:nth-child(odd) { transition-delay:.6s;}
.top_sec1 .inner .circle .rights *:nth-child(2n) { transition-delay:.8s;}
.top_sec1 .inner .circle .rights *:nth-child(3n) { transition-delay:.7s;}

.top_sec3 .inner .circle {position:absolute;width:100%;height:100%;bottom: 0;} 
.top_sec3 .inner .circle .w188.left {bottom: -72px;left: -190px;}
.top_sec3 .inner .circle .w117.left {bottom: -97px;left: -54px;}
.top_sec3 .inner .circle .w40.left {bottom: -121px;left: 0px;}

.top_sec3 .inner .circle .w188.right {bottom: -270px;right: -140px;}
.top_sec3 .inner .circle .w117.right {bottom: -290px;right: 0;}
.top_sec3 .inner .circle .w40.right {bottom: -306px;right: 38px;}

@media only screen and (max-width: 800px) {
.top_sec3 .inner .circle {width:100%;height: calc(100% + 300px);bottom: auto;top: -150px;} 
.top_sec3 .inner .circle .w188.left {bottom: 0;left:-12vw;top: -32vw;margin:auto;width: 22vw;height: 22vw;}
.top_sec3 .inner .circle .w117.left {bottom: 0;left: 1vw;top: -14vw;margin:auto;width: 14vw;height: 14vw;}
.top_sec3 .inner .circle .w40.left {bottom: 0;left: 6vw;top: 0;margin:auto;width: 4vw;height: 4vw;}

.top_sec3 .inner .circle .w188.right {bottom:-8vw;right:-10vw;width: 32vw;height: 32vw;}
.top_sec3 .inner .circle .w117.right {bottom:-12vw;right:12vw;width: 10vw;height: 10vw;}
.top_sec3 .inner .circle .w40.right { display:none;}
}
@media only screen and (max-width: 400px) {
.top_sec3 .inner .circle {width:100%;height: calc(100% + 160px);bottom: auto;top: -80px;} 
}

.top_sec3 .inner.anime .circle * { opacity:0; -webkit-transition: ease-in-out .4s; transition: ease-in-out .4s; -moz-transform: scale(1.8);
 -webkit-transform: scale(1.8); -o-transform: scale(1.8); -ms-transform: scale(1.8); }
.top_sec3 .inner.anime.show .circle * { opacity: .36; -moz-transform: scale(1);
 -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}

.top_sec3 .inner .circle *:nth-child(odd) { transition-delay:.7s;}
.top_sec3 .inner .circle *:nth-child(2n) { transition-delay:.8s;}
.top_sec3 .inner .circle *:nth-child(3n) { transition-delay:.9s;}


.top_sec6 .inner .circle {position:absolute;width: 50%;height: 90%;right: 0;bottom: 0;} 
.top_sec6 .inner .circle .w84 { left: 0; top: 0;}
.top_sec6 .inner .circle .w118 { left: 10px; top: 60px;}
.top_sec6 .inner .circle .w26 { left: 116px; top: 132px;}

.top_sec6 .inner .circle .w53 { bottom: -30px; left: 30px;}
.top_sec6 .inner .circle .w67 { bottom: -95px; left: 140px;}

.top_sec6 .inner .circle .w188 { bottom: -132px; left: 367px;}
.top_sec6 .inner .circle .w117 { bottom: -94px; left: 530px;}
.top_sec6 .inner .circle .w40 { bottom: 64px; left: 540px;}

@media only screen and (max-width: 880px) {
.top_sec6 .inner .circle { width:100%;height: 100%; } 
.top_sec6 .inner .circle .w84 { left: 8vw; top:20vw;width: 8vw;height: 8vw;}
.top_sec6 .inner .circle .w118 { left: 8vw; top:25vw;width: 14vw;height: 14vw;}
.top_sec6 .inner .circle .w26 { left: 20vw; top:35vw;width: 3vw;height: 3vw;}

.top_sec6 .inner .circle .w53 { bottom:18vw; left:6vw;width: 4vw;height:4vw;}
.top_sec6 .inner .circle .w67 {bottom: 7vw;left:auto;right:7vw;background:#76CDFB;width: 6vw;height:6vw;}
.top_sec6 .inner .circle .w188 {bottom: -28vw;left:auto;right:-4vw;width: 32vw;height: 32vw;}
.top_sec6 .inner .circle .w117 { bottom:-4vw; left:auto; right:-10vw;width:16vw;height:16vw;}
.top_sec6 .inner .circle .w40 { bottom:4vw; left:10vw;width: 6vw;height:6vw;}
}


.top_sec6 .inner.anime .circle * { opacity:0; -webkit-transition: ease-in-out .4s; transition: ease-in-out .4s; -moz-transform: scale(1.8);
 -webkit-transform: scale(1.8); -o-transform: scale(1.8); -ms-transform: scale(1.8); }
 .top_sec6 .inner.anime.show .circle * { opacity: .36; -moz-transform: scale(1);
 -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}

.top_sec6 .inner .circle *:nth-child(odd) { transition-delay:.7s;}
.top_sec6 .inner .circle *:nth-child(2n) { transition-delay:.8s;}
.top_sec6 .inner .circle *:nth-child(3n) { transition-delay:.9s;}


.top_sec7 .inner .circle {position:absolute;width: 384px;height: 495px;bottom: -262px;left: -280px;} 
.top_sec7 .inner .circle .w40 { right: 120px; top: 0;}
.top_sec7 .inner .circle .w146 { right: 80px; top: 68px;}
.top_sec7 .inner .circle .w384 { bottom: 0;}

@media only screen and (max-width: 990px) {
.top_sec7 .inner .circle { width:50vw;height:180vw;bottom: auto; top:0;left:0;} 
.top_sec7 .inner .circle .w40 {display:none;}
.top_sec7 .inner .circle .w146 { right: auto; top:auto;left:-6vw; bottom:40vw;width:12vw;height:12vw;}
.top_sec7 .inner .circle .w384 { bottom: 20vw;width:25vw;height:25vw;left:-14vw;}

}


.top_sec7 .inner.anime .circle * { opacity:0; -webkit-transition: ease-in-out .4s; transition: ease-in-out .4s; -moz-transform: scale(1.8);
 -webkit-transform: scale(1.8); -o-transform: scale(1.8); -ms-transform: scale(1.8); }
.top_sec7 .inner.anime.show .circle * { opacity: .36; -moz-transform: scale(1);
 -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}

.top_sec7 .inner .circle *:nth-child(odd) { transition-delay:.7s;}
.top_sec7 .inner .circle *:nth-child(2n) { transition-delay:.8s;}
.top_sec7 .inner .circle *:nth-child(3n) { transition-delay:.9s;}


/*topnews----------------------------------------------------------*/
.top_news {background:#203557;color:#FFF;padding: 1.2em 0;}
.top_news a { color:#FFF;}
.top_news .inner {display: -webkit-box; display: -moz-box;display: -webkit-flex;
display: box;display: flex; align-items:center;}
.top_news h3 {font-size:20px; width:5em; text-align:center;border:1px solid;}
.top_news .inner time {width: 9em;text-align:center;font-weight:500;font-size: 20px;}
.top_news .inner div {font-weight:600;font-size: 20px;width: calc(100% - 19em);white-space: nowrap;  
 overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; 
 -o-text-overflow: ellipsis;}
.top_news .inner>a { position:absolute; right:0;padding-right:1.2em;
background:url(../img/next_w.svg) no-repeat center right;background-size:.5em;}

@media only screen and (max-width: 1040px) {
.top_news { padding: 1.2em 4%;}
}
@media only screen and (max-width: 750px) {
.top_news .inner { flex-wrap: wrap;}
.top_news .inner div { font-size:16px;width: calc(100% - 8em);margin-right:1em;margin-top:.5em;}
.top_news .inner>a {position:static;width:7em;margin-top:.5em;}
}
@media only screen and (max-width: 450px) {
.top_news h3 {margin-right:1em; font-size:140%;}    
.top_news .inner time {width:calc(100% - 6em); text-align:left; font-size:140%;}    
.top_news .inner div { font-size:16px;width: 100%;margin-right:0; font-size:110%; }
.top_news .inner>a { width:100%; text-align:right;  font-size:140%;}
}


/*sec1----------------------------------------------------------*/
.top_sec1 {position:relative;margin: 120px 0 170px;}
.top_sec1 .midashi_ja{ margin:1.5em 0;}
.top_sec1 .img {background:#F2F8FF;width:39.5958vw;bottom: 0;position:absolute;left: calc(50% - 50vw);height: 76%;z-index: -1;}
.top_sec1 .img>div {width:528px;height:450px;right: 4%;bottom: 130px;position: absolute;}
.top_sec1 .img>div:after {content:"";display:block; position:absolute;width:100%;height:100%;right:12%;bottom:-6%;
background: url(../img/sec1_imgback.jpg) no-repeat bottom right;background-size: 100%;z-index:-1;}
.top_sec1 .img>div img {position:absolute;}
.top_sec1 .img>div img.img1 {right:20.888%; bottom:0;width:58.901%;height:74.6667%;animation: fuwa 0.9s ease-in-out infinite alternate;}
.top_sec1 .img>div img.img2 {right:0; top:0;width:34.0909%;height:55.4289%;animation: fuwa 1.5s ease-in-out infinite alternate;}
.top_sec1 .midashi_ja,
.top_sec1 .midashi_en  {max-width:640px;margin-left:auto;margin-right: 6%; }
.top_sec1 .txtbox {max-width:640px;margin-left:auto;margin-right: 6%; font-size:20px;}

.top_sec1 .img>div.anime:after { -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; opacity: 0;}
.top_sec1 .img>div.anime.show:after { opacity: 1; }

@media only screen and (max-width: 1260px) {
.top_sec1 .midashi_ja,.top_sec1 .midashi_en {width:56%;margin-right:0;  } 
.top_sec1 .txtbox {width:56%;font-size:14px;margin-right:0;}
}
@media only screen and (max-width: 800px) {
.top_sec1 .img {width: 82%;position:static;height:auto;background: none;}
.top_sec1 .img>div {width: 100%;height: 90vw;position: relative;right: auto;bottom: auto;background: #F2F8FF;}
.top_sec1 .img>div:after {width:75%;height:100%;right:auto;left:0;bottom: 6vw;z-index: 0;background-size: 120%;background-position:bottom right;}
.top_sec1 .img>div img { z-index:1;}
.top_sec1 .img>div img.img1 {right: auto;left: 4%;bottom:0;}
.top_sec1 .img>div img.img2 {right: 10vw;top: 7vw;}

.top_sec1 .midashi_ja,.top_sec1 .midashi_en {width:auto; max-width:initial;padding:0 6%;} 
.top_sec1 .txtbox {width:auto;font-size:14px; max-width:initial;padding:3em 6% 2em;}
}
@media only screen and (max-width: 400px) {
.top_sec1 { margin:5em 0 4em;}
.top_sec1 .txtbox { font-size:100%;}
}

/*sec2---------------------------------------------------------*/
.top_sec2 {position:relative;}
.top_sec2 .midashi_en{ padding-left:6%; margin-bottom:.8em;}
.top_sec2:before {content:"";display:block; position:absolute;z-index:-2;
background:#FFC107; width:100vw;height:62%;top:225px;}
.top_sec2 ul li{box-shadow: rgba(66, 97, 183, 0.2) 0px 20px 40px;padding: 55px 6% 100px;
background:#FFF;position:relative;}
.top_sec2 ul li + li {margin-top:50px;}
.top_sec2 ul li .txtbox {position:relative; z-index:2; width:calc(100% - 342px);}
.top_sec2 ul li .midashi_ja {margin-bottom:1em;}
.top_sec2 ul li .img{ position:absolute;z-index:0;right:6%;width:342px;height:90%;bottom:6%;}
.top_sec2 ul li .img img {position:absolute;}

.top_sec2 ul li .img.li1 {height:384px;}
.top_sec2 ul li .img.li1 img.img1{top:0;right:0; }
.top_sec2 ul li .img.li1 img.img2{bottom:0;}

.top_sec2 ul li .img.li2 {height:348px; }
.top_sec2 ul li .img.li2 img.img1{height:100%; width:100%;}

@media only screen and (max-width: 1040px) {
.top_sec2 .midashi_en{ padding-left:0; margin-bottom:.8em; text-align:center;}    
.top_sec2 ul {padding:0 2%;}    
.top_sec2 ul li{ padding: 2em 4% 3em;max-width:660px;margin-right:auto; margin-left:auto; }
.top_sec2 ul li .img{ position:relative; right:0;left:0; margin:auto;width:342px;height:90%;bottom:auto;margin-bottom:3em;}
.top_sec2 ul li .txtbox { width:100%;}
.top_sec2 ul li + li {margin-top:4%;}
.top_sec2:before {content:none; }
.top_sec2 ul {position:relative;padding: 8% 4%;}
.top_sec2 ul:before {content:"";display:block; position:absolute;z-index:-2;
background:#FFC107; width:110vw;height:100%;top:0;left:-10vw}
}
@media only screen and (max-width: 660px) {
.top_sec2 ul li{ padding: 2em 4% 3em;max-width:initial;}
}
@media only screen and (max-width: 500px) {
.top_sec2 ul li .img.li1 {height: 76vw;width: 80%;}
.top_sec2 ul li .img.li1 img.img1{ width:70%; height:auto;}
.top_sec2 ul li .img.li1 img.img2{ width:66%; height:auto;}
.top_sec2 ul li .img.li2 {width: 80%;height: auto;}
.top_sec2 ul li .img.li2 img.img1{height:auto; width:100%;position:static;}
}



.top_sec2 ul li .img.li1 img.img1.anime { -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; opacity: 0;
 -webkit-transform: translateX(50px); transform: translateX(50px);}
.top_sec2 ul li .img.li1 img.img1.anime.show { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
.top_sec2 ul li .img.li1 img.img2.anime,
.top_sec2 ul li .img.li2 img.img1.anime { -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; opacity: 0;
 -webkit-transform: translateX(-50px); transform: translateX(-50px);}
.top_sec2 ul li .img.li1 img.img2.anime.show,
.top_sec2 ul li .img.li2 img.img1.anime.show { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}

.top_sec2 ul li .img.li1 img.img2 { transition-delay:.2s;}


/*sec3----------------------------------------------------------*/
.top_sec3 { text-align:center;padding:150px 0;}
.top_sec3 ul {display: -webkit-box; display: -moz-box;display: -webkit-flex;
display: box;display: flex; justify-content: center;margin-top:130px;}
.top_sec3 ul li {margin-right:8%;}
.top_sec3 ul li:nth-child(3) {margin-right:0;}

@media only screen and (max-width: 880px) {
.top_sec3 ul { display:block; margin-top:4em;}
.top_sec3 ul li {margin-right:0;}
.top_sec3 ul li + li {margin-top:2em;}
}

@media only screen and (max-width: 400px) {
.top_sec3 { text-align:center;padding:80px 0;}    
.top_sec3 ul li:nth-child(1) img{width:30%; }
.top_sec3 ul li:nth-child(2) img{width:50%; }
.top_sec3 ul li:nth-child(3) img{width:36%; }
}

/*sec4----------------------------------------------------------*/
.top_sec4 { background:#F6F8FB;padding:90px 0; }
.top_sec4.not {background:none;}
.top_sec4 .en { text-align:center;margin-bottom:1em;}
.top_sec4 dl { width:638px; margin:auto;display: -webkit-box;
 display: -moz-box;display: -webkit-flex;display: box;display: flex;
 border-bottom:1px solid #707070;padding:1.2em 0 ; }
.top_sec4 dl dt { width:140px; text-align:right;}
.top_sec4 dl dd {width:calc(100% - 165px);padding-left: 5%;}

@media only screen and (max-width: 700px) {
.top_sec4 dl { width:auto; margin-right:4%; margin-left:4%;}
.top_sec4 dl dt {text-align:left;padding-left:2%;width:9em; }
.top_sec4 dl dd {padding-right:2%; width:calc(98% - 9em);}
}
@media only screen and (max-width: 400px) {
.top_sec4 { padding:80px 0 3em; }
.top_sec4 dl:last-child {border-bottom:none;}
.top_sec4 + iframe {height:280px;}
}

/*sec5----------------------------------------------------------*/
.top_sec5 {background:#203557;color:#FFF;font-size: 16px;padding:120px 0;}
.top_sec5 dt .en {color:#39A1FF; font-size:52px;line-height:1.1;position:absolute; z-index:2;}
.top_sec5 dt .en span { font-size:80%;display:block;}
.top_sec5 dl { display: -webkit-box; justify-content: center; display: -moz-box;
 display: -webkit-flex; display: box; display: flex; margin-top:120px; }
.top_sec5 dl.box2 {margin-top:45px;flex-direction:row-reverse; }
.top_sec5 dl dt { position:relative;margin-right: 4%;}
.top_sec5 dl dd {width:476px;padding-top: 7em;line-height: 1.4;}
.top_sec5 dl.box2 dt { max-width:380px; margin-right:0;}
.top_sec5 dl.box2 dd { width:500px;margin-right: 4%;}

.top_sec5 dl dt .img1 {position:relative; z-index:1;}
.top_sec5 dl dt .img2 {position:absolute;z-index:0;}
.top_sec5 dl.box1 dt {width:475px;height: auto;}
.top_sec5 dl.box1 dt .img1{ width:436px;height:auto; margin-left:auto;display:block;}
.top_sec5 dl.box1 dt .img2{ width:430px; height:auto;top:76px;left:0;}
.top_sec5 dl.box2 dt .img2{width:449px; height:auto;}
.top_sec5 dl.box2 dt .img1{ width:357px;height:auto; margin-left:auto;display:block;}
.top_sec5 dl.box2 dt .img2{ width:333px; height:auto;bottom:50px;right:0;}

.top_sec5 dl dt .en {top: -16px;right: -110px;}
.top_sec5 dl.box2 dt .en { right:auto; left:-190px;top:20px;}

@media only screen and (max-width: 1020px) {   
.top_sec5 .midashi_en {text-align:center;}
.top_sec5 dl {padding:0 4%; display:block;max-width:500px;margin-left:auto; margin-right:auto;margin-top: 70px;}

.top_sec5 dl dt .en { position: relative;width: 5em;margin: -.6em auto 0em;right: auto;}
.top_sec5 dl dd {width:100%;padding-top: 1em;}
.top_sec5 dl.box1 dt {width:100%; }
.top_sec5 dl.box1 dt .img1{width: 86%;margin-right: 4%;}
.top_sec5 dl.box1 dt .img2{width:81%;top: -30px;left:0;margin:auto;}

.top_sec5 dl.box2 {margin-top:5em; }
.top_sec5 dl.box2 dt { max-width:initial;padding-top:20px; }
.top_sec5 dl.box2 dt .en { right:auto; left:auto;top:auto;}
.top_sec5 dl.box2 dd { width:auto;margin-right:0;}
.top_sec5 dl.box2 dt .img1{ width:83%; margin-left:4%; }
.top_sec5 dl.box2 dt .img2{width: 77%;bottom: auto;top: 0;right: 2%;margin-left:auto;margin-right:auto;}
}
@media only screen and (max-width: 600px) {
.top_sec5 { font-size:100%; padding:80px 0; }
.top_sec5 dl dt .en {font-size:12vw;}
.top_sec5 dl.box1 dt .img2{ top: -4vw;}
}

.top_sec5 dl dt .anime .img1 {opacity:0; -webkit-transition: ease-in .2s; transition: ease-in .2s;
 -moz-transform: scale(1.05);
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
 -ms-transform: scale(1.05);}
.top_sec5 dl dt .anime.show .img1 { -moz-transform: scale(1);
 -webkit-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1); opacity:1; }
.top_sec5 dl dt .anime .img2 {opacity:0; -webkit-transition: ease-in .4s; transition: ease-in .4s;
 -moz-transform: scale(1.05);
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
 -ms-transform: scale(1.05);}
.top_sec5 dl dt .anime.show .img2 { -moz-transform: scale(1);
 -webkit-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1); opacity:1; } 

/*sec6---------------------------------------------------------*/
.top_sec6{font-size:18px;background-size: auto 100%;margin-bottom: 240px;padding-top: 140px;}

.top_sec6 .img.imgbox1 {background: url(../img/sec6_back.svg) no-repeat left top;
background-size: auto 100%;width:57.3353vw;top: -140px;position:absolute;right: calc(50% - 50vw);height: 76%;z-index: -1;}
.top_sec6 .img.imgbox1>div {width:318px;height:620px;left: 300px;top:300px;position: absolute;}
.top_sec6 .img.imgbox1>div .img1 { width:90px; height:280px;margin:auto;display:block;
animation: fuwa 0.9s ease-in-out infinite alternate;}
.top_sec6 .img.imgbox1>div .img2 {width:318px;height:445px;top: 190px;margin:auto;display:block;position: absolute;z-index: -1;animation: fuwa 0.4s ease-in-out infinite alternate;}
.top_sec6 .submidashi {margin-top:3em;}

.top_sec6 .img.imgbox2 {width:40vw;height:278px;bottom:320px;position:absolute;right: calc(50% - 38vw);}
.top_sec6 .img.imgbox2 div { width:434px;height:100%; position:relative;}
.top_sec6 .img.imgbox2 div img {position:absolute;width:100%;height: auto;}


@media only screen and (max-width: 1020px) {
.top_sec6 .inner { margin-left:6%;}    
.top_sec6 .img.imgbox1 {background: url(../img/sec6_back.svg) no-repeat left top;
background-size: auto 100%;width:40vw;}
.top_sec6 .img.imgbox1>div {left:0;}
.top_sec6 .img.imgbox2 {width: calc(100% - 33em);height:278px;right: 9%;bottom: 0;}
.top_sec6 .img.imgbox2 div {width: 100%;}
}
@media only screen and (max-width: 880px) {
.top_sec6{font-size:14px;margin-bottom: 190px;padding-top: 80px;background: url(../img/sec6_back.svg) no-repeat left 18vw top 0px;background-size: auto 780px;}    
.top_sec6 .inner { margin-left:0;padding:0 6%;}        
.top_sec6 .img.imgbox1 {background: none;width: 106%;position:static;height: 90vw;}
.top_sec6 .img.imgbox1>div {width: 38vw;height: 100%;left: auto;right: 13%;top: 22vw;position: absolute;}
.top_sec6 .img.imgbox1>div .img1 {width: 31%;height: auto;}
.top_sec6 .img.imgbox1>div .img2 {width: 100%;height: auto;top: 25vw;}
.top_sec6 .img.imgbox2 {width:90%;height: 58vw;margin:5em auto;position:static;}
.top_sec6 .submidashi {margin-top:2em;}
}
@media only screen and (max-width: 400px) {
.top_sec6{font-size:100%;margin-bottom: 120px;}
.top_sec6 .submidashi {margin-top:00;}
}


.top_sec6 .img.imgbox2 div img {opacity:0; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; }
.top_sec6 .img.imgbox2.anime.show div img {opacity:1; }
.top_sec6 .img.imgbox2.anime.show div img.img1 { transition-delay:.3s;}
.top_sec6 .img.imgbox2.anime.show div img.img2 { transition-delay:.6s;}
.top_sec6 .img.imgbox2.anime.show div img.img3 { transition-delay:.9s;}

.top_sec6 .img.imgbox2.anime div img { -webkit-transform: translateY(-50px); transform: translateY(-50px);}
.top_sec6 .img.imgbox2.anime.show div img { -webkit-transform: translateY(0px); transform: translateY(0px);}

.top_sec6 .img.imgbox1.anime>div {opacity:0; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s;
 -webkit-transform: translateY(250px); transform: translateY(250px); }
.top_sec6 .img.imgbox1.anime.show>div {opacity:1; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s;
 -webkit-transform: translateY(0px); transform: translateY(0px); }

/*sec7----------------------------------------------------------*/
.top_sec7 {margin-bottom: 90px;position:relative;}
.top_sec7 .qq + .qq2 {margin: 1em 0 1.5em;}
.top_sec7 p + .qq{margin-top: 1.5em;}

.top_sec7 .inner { display: -webkit-box; justify-content: center; display: -moz-box; display: -webkit-flex; display: box; display: flex; }
.top_sec7 .inner .title{position:absolute;width: 410px;right:9%;top: 80px;}
.top_sec7 .img {width:39.5958vw;bottom: -18%;top: 0;position:absolute;right: 6%;height: 481px;margin: auto;}
.top_sec7 .img>div {width: 574px;height: 100%;right: 0;bottom: 0;position: absolute;}
.top_sec7 .img>div img {position:absolute;}
.top_sec7 .img>div img.img1 {right: 0;bottom:0;width: 574px;max-width: initial;height: 422px;}
.top_sec7 .img>div img.img2 {right:0;top:0;width: 548px;height: 405px;z-index: -1;}
.top_sec7 .box2{width: 400px;margin-left: 4%;padding: 220px 0 180px;line-height: 1.8;}
.top_sec7 .txtbox {font-size:20px;}

.top_sec7 .box1 {position: relative;width: calc(100% - 680px);}
.top_sec7 .box1:before {content:"";display:block;width:100vw; background: #E5F2FF;
height:100%; right:0;position:absolute;z-index:-1;}
.top_sec7 .box1 .midashi_ja {position:absolute;top: 210px;}

@media only screen and (max-width: 1100px) {
.top_sec7 .box1 {width: 27em;}
}
@media only screen and (max-width: 990px) {
.top_sec7 .inner { display:block; }
.top_sec7 .inner .title{position:static;width:auto; text-align:center;}
.top_sec7 .box1 {width:100%;padding: 8% 6% 0;margin: 3em 0;}
.top_sec7 .box1:before { width:80vw; right:auto; left:0;top:0;}
.top_sec7 .box1 .midashi_ja {position:static;padding: 0 0 0 8%;}
.top_sec7 .img {width:100%;position:static;height:auto;margin-top: 2em;padding-bottom: 24vw;}
.top_sec7 .img>div {width:100%; position: static;}
.top_sec7 .img>div img.img1 {width: 85%;height: auto;display:block;margin-left:auto;position:static;}
.top_sec7 .img>div img.img2 {width: 70%;height:auto;left:6%;bottom: 14vw;top: auto;}

.top_sec7 .box2{width: 100%;margin-left: 6%;padding: 3em 0 0;}
}
@media only screen and (max-width: 450px) {
.top_sec7 .box1 .midashi_ja {position:static;padding: 0 0 0 2%;}
.top_sec7 { margin-bottom:4em; }
}

.top_sec7 .img.anime>div img.img1 {opacity:0; -webkit-transition: ease-in .2s; transition: ease-in .2s;
 -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.top_sec7 .img.anime.show>div img.img1 { -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); opacity:1; }
.top_sec7 .img.anime>div img.img2 {opacity:0; -webkit-transition: ease-in .4s; transition: ease-in .4s;
 -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.top_sec7 .img.anime.show>div img.img2 { -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); opacity:1; } 


/*sec8----------------------------------------------------------*/
.top_sec8 { background:#F2F8FF; padding:90px 0% 110px; text-align:center; }
.top_sec8 .inner {max-width: 740px;}
.top_sec8 .subtxt {padding: 2.5em 0 4em;}
.top_sec8 .pp {font-size: 85%;margin: 3.5em auto;}
.top_sec8 .pp a {text-decoration:underline;}
.top_sec8 .formbox {width: 700px;}
.top_sec8 .formbox dl {display: -webkit-box; display: -moz-box;display: -webkit-flex;
display: box;display: flex; justify-content:space-between;}
.top_sec8 .formbox dl:nth-child(n+2) {margin-top: 3em;}
.top_sec8 .formbox dl dt {width: 12em;font-size: 114%;position:relative;font-weight: 600;text-align: right;padding-top: .6em;padding-right: 2.5em;}
.top_sec8 .mw_wp_form_preview dl dd {border: 1px solid #000;border-radius: 10px;padding:1em .5em; background: #FFF;}
.top_sec8 .formbox dl dd {width: calc(100% - 14em);text-align: left;}
.top_sec8 .formbox dl dt span.recl { color:#eb5a3c;}
input, input[type=text],input[type=email],input[type=tel],
input[type="button"] { -moz-appearance: none; appearance: none; border:none;
 -webkit-border-radius : 0; -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);}
select {-webkit-appearance: none;-moz-appearance: none;appearance: none;border:none;}
.text-danger,.formrun-system-show { color:#eb5a3c;}

input[type=text],input[type=email],input[type=tel],form dl dd input[type="button"], select,
textarea {width:100%;border: 1px solid #000;-webkit-appearance: none;padding:1em .5em;border-radius: 10px;background: #FFF;}
textarea {height:210px;width:100% !important;}
input[type="submit"] {background:#000000;text-align:center;border: 1px solid;display:block;margin: 0 auto;padding:20px 2em;width:330px;font-size:20px;color:#FFF;font-weight:900;letter-spacing:2px;-webkit-transition: ease-in-out .3s;transition: ease-in-out .3s;}
input[type="submit"]:hover{-webkit-transform: translateY(-10px);
 transform: translateY(-10px);opacity:.8;}

input[name="submitBack"] {display:inline-block;width:12em;background: #FFF;color: #000;border: 1px solid;}
input[name="reboot"] {display:inline-block;width:12em;}

@media only screen and (max-width:780px) {
.top_sec8 .inner {max-width:initial;margin:0 6%;width: auto;}    
.top_sec8 .formbox { width: 100%; }
.top_sec8 .formbox dl {display:block;}
.top_sec8 .formbox dl:nth-child(n+2) {margin-top:1.5em;}
.top_sec8 .formbox dl dt {width:auto;font-size: 114%; text-align: left;padding-top: .6em;
padding-right:0;margin-bottom:.3em;}
.top_sec8 .formbox dl dd {width:auto;}
}
@media only screen and (max-width:450px) { 
.top_sec8 { padding:5em 0 12%;}
.top_sec8 .subtxt {padding: 2.5em 0; letter-spacing:0;}
input[type="submit"] {width:100%;padding: .8em 0;font-size: 170%;letter-spacing:0;margin-top: .5em;}
.top_sec8 .formbox dl:nth-child(n+2) {margin-top:1em;}
.top_sec8 .formbox dl dt {width:auto;font-size: 140%;}
}



/*article----------------------------------------------------------*/
.inners { max-width:1028px; margin:94px auto 70px;}

.inners .newsli {}
.inners .newsli li {}
.inners .newsli li + li {margin-top: 3em;}
.inners .newsli a {display: -webkit-box; display: -moz-box;display: -webkit-flex;
display: box;display: flex; }
.inners .newsli a time { width:8em;}
.inners .newsli a .newstitle{ width:calc(100% - 8em);}

.inners.article {line-height:3;}
.inners .midashi_en { margin-bottom:94px;}
.inners.article .newstitle{ font-size:30px;line-height:1.6;}
.inners.article time{ font-size:24px;line-height:1.6;font-family: 'Montserrat', sans-serif;font-weight: 600; margin-bottom:50px;display:block;}
.inners.article img {margin:1em auto 3em;height: auto;}
.inners.article img.alignleft { margin-left:0;}
.inners.article img.alignright { margin-right:0;}
.btma { text-align:center; margin-top:6em;}
.btma p { text-align:center; display:inline-block;}
.btma a {color:#FFF;display:block;padding: 1em 1em;min-width:250px;font-weight:900;font-size:16px;background:url(../img/next_w.svg) no-repeat center right 30px #000;background-size:.5em;}
.btma a:hover {opacity:.8;}

@media only screen and (max-width:1030px) { 
.inners { max-width:initial; margin:3em 4% 5em;}
.inners .midashi_en { margin-bottom:1em;}
.inners.article .newstitle{ font-size:24px; }
.inners.article time{ font-size:20px;margin:1em 0;}
.inners.article img {margin:1em auto;}
.btma { text-align:center; margin-top:3em;}
}
@media only screen and (max-width:400px) {
.inners { max-width:initial; margin:0em 4% 5em;} 
.inners.article .newstitle{ font-size:180%; }
.inners.article time{ font-size:120%;}
.btma a { padding:.8em 1em;}
}