@charset "UTF-8";

/*********************************
 reset
**********************************/
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent;  box-sizing: border-box;}body{  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;  font-size: 14px;  line-height: 1.7;  -webkit-text-size-adjust: 100%;  text-align: center;  color: #000;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{  display: block;}h1, h2, h3, h4, h5, h6, strong, th{  font-weight: normal;}ol, ul{  list-style: none;}blockquote, q{  quotes: none;}blockquote:before, blockquote:after, q:before, q:after{  content: "";  content: none;}a{  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent;  text-decoration: none;  color: #000;}a:hover{  color: #000;}ins{  background-color: #FFF;  color: #000;  text-decoration: none;}mark{  background-color: #FFF;  color: #000;  font-style: italic;  font-weight: bold;}del{  text-decoration: line-through;}abbr[title], dfn[title]{  border-bottom: 1px dotted;  cursor: help;}table{  border-collapse: collapse;  border-spacing: 0;}hr{  display: block;  height: 1px;  border: 0;  border-top: 1px solid #CCC;  margin: 1em 0;  padding: 0;}img{  vertical-align: top;}/********************************************************************/

body{
    overflow-x: hidden;
}
/*********************************
 common
**********************************/
.u__inner{
    width: 1020px;
    margin: 0 auto;
}
.u__title{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}
.u__title-mainText{
    font-size: 40px;
    font-weight: bold;
    color: #0b243a;
}
.u__title-subText{
    font-size: 16px;
    font-weight: bold;
    color: #e0e3e9;
}
.u__btn-entry{
    display: block;
    transition: all .2s;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.u__btn-entry > img{
    margin-right: 4px;
    vertical-align: sub;
}
.u__btn-entry:hover{
    opacity: .85;
    transform: translate(5px,0);
    transition: all .2s;
}
.u__btn-entry--gold{
    background-image: linear-gradient(to right, rgb(251,235,197) 0%, rgb(205,177,34) 51%, rgb(198,169,19) 67%, rgb(190,160,4) 82%);
    color: #000;
}
.u__btn-entry--gold:hover{
    color: #000;
}
.u__btn-entry--black{
    background-image: linear-gradient(to right, #2e2a2b 0%, #282425 51%, #231f20 67%, #181415 82%);
    color: #fff;
}
.u__btn-entry--black:hover{
    color: #fff;
}
@media only screen and (max-width: 779px){
    .u__inner{
        width: 100%;
        margin: 0 auto;
    }
    .u__title{
        margin-bottom: 20px;
    }
    .u__title-mainText{
        font-size: 20px;
    }
    .u__title-subText{
        font-size: 10px;
    }
}
/*********************************
 siteHeader
**********************************/
.siteHeader{
    width: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    /* opacity: 0; */
}
/* アニメーション */
/* .siteHeader.show{
    transition: all 1.4s cubic-bezier(.01,1.12,1,1);
    opacity: 1;
} */
.siteHeader.active{
    padding: 10px;
}
.siteHeader__logo img{
    transition: all .4s cubic-bezier(.01,1.12,1,1);
}
.siteHeader.active .siteHeader__logo img{
    width: 100px;
    transition: all .4s cubic-bezier(.01,1.12,1,1);
}
.siteHeader__nav{
    text-align: right;
}
.siteHeader__nav ul{
    display: flex;
}
.siteHeader__nav li a{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #264d76;
    transition: all .2s;
}
.siteHeader__nav li a:hover{
    opacity: .6;
    transition: all .2s;
}
@media only screen and (max-width: 779px){
    .siteHeader{
        padding: 5px;
    }
    .siteHeader__logo img{
        width: 80px;
    }
    .siteHeader__nav{
        display: none;
    }
}
/*********************************
 mainV
**********************************/
.mainV{
    margin-bottom: 140px;
    position: relative;
}
.mainV__bg{
    width: 100%;
    min-width: 1020px;
    height: 630px;
    /* height: 0;
    opacity: 0; */
    /* transform:translate(0, -60px); */
    background: url(../images/firstView__bg.png) 50% 0 no-repeat, linear-gradient(to right, #eaeef4 0%,#eaeef4 50%,#ffffff 50%,#ffffff 100%);
    background-size: 1650px, auto;
    position: absolute;
    top: 0;
    z-index: 0;
}
/* アニメーション */
/* .mainV__bg.show{
    transition: height 1.4s cubic-bezier(.01,1.12,.99,.98);
    height: 630px;
    opacity: 1;
    transform: translate(0, 0);
} */
.mainV__inner{
    padding-top: 50px;
    position: relative;
    z-index: 1;
    /* opacity: 0; */
}
/* アニメーション */
/* .mainV__inner.show{
    transition: all 1.4s cubic-bezier(.01,1.12,1,1);
    opacity: 1;
} */
.mainV__btn--01{
    width: 245px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 600px;
    left: 250px;
}
.mainV__btn--02{
    width: 245px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 600px;
    left: 530px;
}
.mainV__arw{
    width: 3px;
    height: 40px;
    margin: auto;
    background: #dcdddf;
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
}
.mainV__arw > span{
    width: 3px;
    height: 16px;
    display: block;
    background: #030000;
    position: absolute;
    top: 0;
    left: 0;
    animation: lineMoveToBtm 2.5s infinite ease;
}
@keyframes lineMoveToBtm{
    0%{
        top: 0;
        transform:scale(1, 1);
    }
    85%{
        top: 24px;
        transform:scale(1, 1);
        transform-origin:center bottom;
    }
    90%{
        top: 24px;
        transform:scale(1, .5);
        transform-origin:center bottom;
    }
    100%{
        top: 24px;
        transform:scale(1, 0);
        transform-origin:center bottom;
    }
}
@media only screen and (max-width: 779px){
    .mainV{
        margin-bottom: 19rem;
    }
    .mainV__inner {
        max-width: 400px;
        padding-top: 10px;
    }
    .mainV__bg{
        min-width: auto;
        height: 700px;
        background: url(../images/mb__firstView__bg.png) 50% 0 no-repeat;
        background-size: contain;
    }
    /* .mainV__bg.show{
        transition: none;
    } */
    .mainV__btn--01{
        width: 80%;
        height: 46px;
        line-height: 46px;
        margin: auto;
        top: 74%;
        left: 0;
        right: 0;
    }
    .mainV__btn--02{
        width: 80%;
        height: 46px;
        line-height: 46px;
        margin: auto;
        top: 92%;
        left: 0;
        right: 0;
    }
    .mainV__arw{
        bottom: -120px;
    }
}
/*********************************
 main
**********************************/
.main{
    opacity: 0;
}
/* アニメーション */
.main.show{
    transition: all 1.4s cubic-bezier(.01,1.12,1,1);
    opacity: 1;
}
/*********************************
 concept
**********************************/
.concept{
    margin-bottom: 150px;
    position: relative;
    color: #313131;
}
.concept__inner--01{
    margin-bottom: 100px;
    padding: 80px 0 60px 180px;
    position: relative;
    font-size: 20px;
    text-align: left;
    line-height: 2.2;
    z-index: 1;
}
.concept__inner--02{
    padding: 80px 0 80px 180px;
    background: rgba(255,255,255,.4);
    position: relative;
    font-size: 20px;
    text-align: left;
    line-height: 2;
    z-index: 1;
}
.concept__text{
    margin-bottom: 40px;
}
.concept__text span{
    margin: 0 5px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
.concept__img--01{
    position: absolute;
    top: -60px;
    left: -500px;
    z-index: 0;
}
.concept__img--02{
    position: absolute;
    top: 230px;
    right: -310px;
    z-index: 2;
}
.concept__img--03{
    position: absolute;
    top: 630px;
    right: -70px;
    z-index: 3;
}
.concept__yunker{
    margin-left: -690px;
    position: absolute;
    top: 1040px;
    left: 50%;
    z-index: 3;
}
.concept__vis{
    width: 230px;
    height: 260px;
    margin-left: -700px;
    background: #e9edf3;
    position: absolute;
    top: 1100px;
    left: 50%;
    z-index: 0;
}
.concept__elements{
    width: 700px;
    padding: 20px 0;
    text-align: center;
}
.concept__elements-title{
    width: 100%;
    position: relative;
}
.concept__elements-title:after{
    width: 300px;
    height: 1px;
    margin: auto;
    background: #eee;
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    z-index: 0;
}
.concept__elements-title span{
    width: 110px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: 16px;
}
.concept__elements img{
    margin: 0 -10px;
}
@media only screen and (max-width: 779px){
    .concept__inner--01{
        padding: 7rem 3rem 3.5rem;
        font-size: 12px;
    }
    .concept__inner--02{
        padding: 5rem 3rem 0 3rem ;
        font-size: 12px;
    }
    .concept__text{
        margin-bottom: 30px;
    }
    .concept__text span{
        font-size: 16px;
    }
    .concept__img--01{
        width: 18rem;
        top: -130px;
        left: -20px;
    }
    .concept__img--02{
        display: none;
    }
    .concept__img--03{
        display: none;
    }
    .concept__yunker{
        margin-left: auto;
        top: 640px;
        left: 0;
    }
    .concept__yunker img{
        width: 8rem;
    }
    .concept__vis{
        width: 8rem;
        height: 8rem;
        margin-left: auto;
        top: 670px;
        left: 0;
    }
    .concept__elements{
        width: 260px;
        margin: 0 auto;
        padding: 0;
    }
    .concept__elements-inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .concept__elements-title:after{
        width: 100%;
        /* top: 15px; */
    }
    .concept__elements-title span{
        width: 90px;
        font-size: 12px;
    }
    .concept__elements img{
        width: 50%;
        height: 118px;
        margin: 0 -10px;
    }
}
/*********************************
 recm
**********************************/
.recm{
    margin-bottom: 220px;
    padding: 70px 0;
    background: #f5f5f5;
    position: relative;
}
.recm__main{
    width: 770px;
    padding: 50px 0;
    margin: 0 auto;
    background: #fff;
}
.recm__main img{
    width: 620px;
}
.recm__img--01{
    margin-left: 300px;
    position: absolute;
    top: -100px;
    left: 50%;
}
@media only screen and (max-width: 779px){
    .recm{
        margin-bottom: 60px;
    }
    .recm__inner{
        padding: 0 20px;
    }
    .recm__main{
        width: 100%;
        padding: 10px 15px;
    }
    .recm__main img{
        width: 100%;
    }
    .recm__img--01{
        width: 16rem;
        margin-left: -1rem;
        position: absolute;
        top: -120px;
        left: 50%;
    }
}
/*********************************
 product
**********************************/
.product{
    margin-bottom: 200px;
    position: relative;
}
.product__title{
    position: absolute;
    top: 80px;
    left: 0;
}
.product__inner{
    display: flex;
}
.product__yunker{
    height: 560px;
}
.product__textBox{
    width: 620px;
    padding: 50px;
    text-align: left;
    font-size: 14px;
}
.product__textBox li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.product__textBox li:last-child{
    border-bottom: none;
}
.product__textBox li p{
    font-size: 18px;
    font-weight: bold;
}
.product__img-elements{
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: -130px;
    right: 0;
    left: 0;
}
@media only screen and (max-width: 779px){
    .product{
        margin-bottom: 20px;
    }
    .product__inner{
        display: block;
    }
    .product__yunker{
        width: 50%;
        margin: 0 auto;
        height: auto;
    }
    .product__textBox{
        width: 100%;
        padding: 1rem 3rem 0 3rem;
        font-size: 12px;
    }
    .product__textBox li{
        padding: 15px 0;
    }
    .product__textBox li p{
        font-size: 16px;
    }
    .product__img-elements{
        display: none;
    }
}
/*********************************
 reason
**********************************/
.reason{
    padding: 100px 0 200px 0;
}
.reason > section{
    margin-bottom: 100px;
    display: flex;
}
.reason__title{
    margin-bottom: 100px;
}
.reason__title-img{
    width: 600px;
}
.reason__main{
    width: 60%;
    text-align: left;
}
/* 奇数 */
.reason__main--odd{
    padding: 3% 5% 5% 15%;
}
/* 奇数 */
.reason__main--even{
    padding: 3% 15% 5% 5%;
}
/* 02 */
.reason__main--02{
    order: 2;
}
/* 03 */
.reason__main--03{
    width: 100%;
    position: relative;
    z-index: 1;
}
/* 03 imgBox */
.reason__main-imgBox--03{
    width: 1100px;
    position: absolute;
    bottom: -200px;
}
.reason__main-imgBox--03 > img{
    margin-right: 20px;
}
.reason__main-title{
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 36px;
    font-weight: bold;
}
.reason__main-title span{
    margin-bottom: 10px;
    display: block;
    color: #dadde1;
    font-weight: normal;
}
.reason__main-text{
    font-size: 18px;
    line-height: 3;
}
.reason__main-text > span{
    color: #ac9107;
    font-weight: bold;
}
.reason__sub{
    width: 40%;
    padding: 5%;
    position: relative;
    text-align: left;
    z-index: 0;
}
/* 02 */
.reason__sub--02{
    order: 1;
}
.reason__sub-bg{
    width: 100%;
    height: 100%;
    background: #eaeef4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* 02 bg */
.reason__sub-bg--02{
    background: url(../images/reason__02-img.png) 0 0 no-repeat;
    background-size: cover;
}
.reason__sub-img{
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 779px){
    .reason{
        padding: 50px 0;
    }
    .reason > section{
        margin-bottom: 50px;
        display: block;
    }
    .reason__title{
        margin-bottom: 40px;
    }
    .reason__title-img{
        width: 280px;
    }
    .reason__main{
        width: 100%;
    }
    /* 奇数 */
    .reason__main--odd{
        padding: 1rem 3rem;
    }
    /* 奇数 */
    .reason__main--even{
        padding: 1rem 3rem;
    }
    /* 02 */
    .reason__main--02{
        order: 1;
    }
    /* 03 */
    .reason__main--03{
        position: relative;
        z-index: 1;
    }
    /* 03 imgBox */
    .reason__main-imgBox--03{
        width: 100%;
        padding-top: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
        position: static;
        bottom: auto;
        white-space: nowrap
    }
    .reason__main-imgBox--03 > img{
        width: 200px;
    }
    .reason__main-title{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .reason__main-title span{
        margin-bottom: 5px;
    }
    .reason__main-text{
        font-size: 12px;
        line-height: 2;
    }
    .reason__main-text > span{
        color: #ac9107;
        font-weight: bold;
    }
    .reason__sub{
        width: 90%;
        min-height: 220px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .reason__sub img{
        width: 200px;
    }
    /* 02 */
    .reason__sub--02{
        order: 2;
    }
    .reason__sub-bg{
        background: transparent;
    }
    /* 02 bg */
    .reason__sub-bg--02{
        background: url(../images/reason__02-img.png) 0 0 no-repeat;
        background-size: cover;
    }
    .reason__sub-img{
        position: relative;
        z-index: 1;
    }
}
/*********************************
 strongBody
**********************************/
.sBody{
    padding: 120px 0;
    background: #f5f5f5;
    position: relative;
}
.sBody__title{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 38px;
    font-weight: bold;
}
.sBody__title:after{
    width: 2px;
    height: 50px;
    margin: auto;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}
.sBody__title--strong {
    font-size: 44px;
    color: #ac9107;
}
.sBody__title--big {
    font-size: 46px;
}
.sBody__list{
    width: 960px;
    padding: 100px 60px 60px 60px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.sBody__list li{
    position: relative;
}
.sBody__list-point{
    width: 90px;
    padding: 0 10px;
    background: #000;
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.sBody__list-point:before{
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 10px;
    left: -40px;
}
.sBody__list img{
    width: 340px;
    position: absolute;
    top: -50px;
}
.sBody__list li h3{
    font-size: 38px;
    font-weight: bold;
}
.sBody__list-inner{
    min-height: 230px;
    background: #f9f9f9;
    text-align: left;
}
.sBody__list-inner p{
    font-size: 28px;
}
.sBody__list-inner p span{
    font-weight: bold;
    color: #ac9107;
}
/* 01 */
.sBody__list li:nth-child(1){
    margin-bottom: 90px;
    padding-left: 50px;
}
.sBody__list li:nth-child(1) .sBody__list-inner{
    padding: 40px 30px 0px 320px;
}
.sBody__list li:nth-child(1) img{
    left: 0;
}
/* 02 */
.sBody__list li:nth-child(2){
    margin-bottom: 70px;
    padding-right: 50px;
}
.sBody__list li:nth-child(2) .sBody__list-inner{
    padding: 40px 310px 0 60px;
}
.sBody__list li:nth-child(2) img{
    right: 0;
}
/* 03 */
.sBody__list li:nth-child(3){
    border: 16px solid #f5f5f5;
}
.sBody__list li:nth-child(3) .sBody__list-inner{
    min-height: 210px;
    background: #fff;
    padding: 30px 0 0 280px;
}
.sBody__list li:nth-child(3) img{
    width: 160px;
    left: 120px;
}
@media only screen and (max-width: 779px){
    .sBody{
        padding: 70px 0 0 0;
    }
    .sBody__title{
        margin-bottom: 30px;
        padding: 0 20px;
        font-size: 18px;
    }
    .sBody__title:after{
        height: 30px;
        bottom: -30px;
    }
    .sBody__title--strong {
        font-size: 22px;
    }
    .sBody__title--big {
        font-size: 24px;
    }
    .sBody__list{
        width: 100%;
        padding: 70px 20px;
    }
    .sBody__list-point{
        font-size: 10px;
    }
    .sBody__list img{
        width: 240px;
        top: -30px;
    }
    .sBody__list li h3{
        font-size: 18px;
    }
    .sBody__list-inner{
        min-height: auto;
    }
    .sBody__list-inner p{
        font-size: 14px;
    }
    /* 01 */
    .sBody__list li:nth-child(1){
        padding-top: 120px;
    }
    .sBody__list li:nth-child(1) .sBody__list-inner{
        padding: 40px 30px 20px 30px;
    }
    /* 02 */
    .sBody__list li:nth-child(2){
        padding-top: 120px;
    }
    .sBody__list li:nth-child(2) .sBody__list-inner{
        min-height: auto;
        padding: 40px 30px 30px 30px;
    }
    /* 03 */
    .sBody__list li:nth-child(3){
        border: 10px solid #f5f5f5;
    }
    .sBody__list li:nth-child(3) img {
        width: 120px;
        margin: auto;
        right: 0;
        left: 0;
    }
    .sBody__list li:nth-child(3) .sBody__list-inner{
        padding: 150px 30px 30px 20px;
    }
}
/*********************************
 entryBox
**********************************/
.entryBox{
    min-width: 1020px;
    padding: 50px 0;
    background: #d6dce5;
}
.entryBox__inner{
    position: relative;
}
.entryBox__btn--01{
    width: 265px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 330px;
    left: 220px;
}
.entryBox__btn--02{
    width: 265px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 330px;
    left: 540px;
}
@media only screen and (max-width: 779px){
    .entryBox{
        width: 100%;
        min-width: auto;
        padding: 20px;
    }
    .entryBox__inner{
        max-width: 400px;
    }
    .entryBox__btn--01{
        width: 80%;
        height: 50px;
        line-height: 50px;
        margin: auto;
        top: 66%;
        left: 0;
        right: 0;
    }
    .entryBox__btn--02{
        width: 80%;
        height: 50px;
        line-height: 50px;
        margin: auto;
        top: 87%;
        left: 0;
        right: 0;
    }
}
/*********************************
 siteFoot
**********************************/
.siteFoot{
    min-width: 1020px;
    padding: 80px 0 5px 0;
    font-size: 12px;
    text-align: center;
}
.siteFoot__nav{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.siteFoot__nav li a:hover{
    opacity: .6;
}
.siteFoot__logoBox{
    padding: 40px 0 30px 0;
}
.siteFoot__copyright{
    display: block;
    font-size: 10px;
}
@media only screen and (max-width: 779px){
    .siteFoot{
        min-width: 100%;
        padding: 60px 5% 5px 5%;
    }
    .siteFoot__nav{
        display: block;
    }
    .siteFoot__nav li{
        margin-bottom: 10px;
    }
    .siteFoot__nav li a{
        width: 100%;
        display: block;
    }
    .siteFoot__logoBox img{
        width: 100px;
    }
}