
@import url('https://fonts.googleapis.com/css?family=Raleway:500,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap');


@font-face
{
    font-family: 'NotoM Sub' ;
    src: url('../font/NotoSansCJKjp-Medium_SUB.woff') format('woff');
}
@font-face
{
    font-family: 'Arial';
    src: url('../font/Arial.ttf');
}


html, body
{
    height: 100%;
    /* font-family: NotoR Sub, 'Helvetica Neue', Helvetica, 游ゴシック体, 'Yu Gothic',
    YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',メイリオ, Meiryo,
    'Helvetica Neue', Helvetica, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    font-family: 'Arial','Noto Sans JP', 'Helvetica Neue',
    Helvetica, 游ゴシック体, 'Yu Gothic',
    YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    メイリオ, Meiryo, 'Helvetica Neue', Helvetica, Arial, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05rem;
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;
}

html
{
    overflow-x: hidden;
}

i
{
    font-style: normal;
}

h3
{
    margin: 0;
    padding: 0;
}

.contentBox h3
{
    font-size: 14px;
    font-family: Raleway;
    font-weight: 700;
    line-height: 1.8rem;
}

.contentBox h3::after
{
    content: ' ';
    display: block;
    width: 27px;
    border-bottom: solid 1px #FFF;
    margin: 3px auto 30px auto;
}


.wrapper
{
    text-align: center;
    opacity: 1;
    transition: .5s ease-in-out;
}

strong
{
    font-weight: 400;
}

#container
{
    overflow: hidden;
}

.contentsTxt
{
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 24px;
}

.mob
{
    display: none!important;
}
.pc
{
    display: block;
}
em.pc
{
}



/*************************************************************************
　　　　　　　　　 H E A D E R
*************************************************************************/

.header01
{
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
}

.header01 .innerBox
{
    width: 50vw;
    box-sizing: border-box;
}

.header01 .leftBox
{
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
}

.header01 .rightBox
{
    background: url('../img02/main_IMG02.png'), linear-gradient(180deg, rgba(0, 46, 127, 1), rgba(0, 75, 164, 1));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    box-sizing: border-box;
}

h1.header_catch
{
    /* font-family: 'NotoSansCJK Medium', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.38461vw;
    font-weight: 500;
    text-align: right;
    letter-spacing: .2rem;
}

.mobhead01 .arrowBottom
{
    display: none;
}


/*************************************************************************
　　      HEADER NAVI
*************************************************************************/

header#top-head
{
    display: block;
    position: absolute;
    z-index: 999;
}

.top-head-inner
{
    width: 100%;
}


#head-bg
{
    display: none;
}

#global-nav
{
    margin: 0 auto 80px auto;
}

nav a
{
    width: 100%;
    margin: 0 auto;
    padding: 25px 2%;
    margin-bottom: 0;
}

h1.sitename
{
    background: url('../img02/logo.svg');
    width: 150px;
    height: 35px;
    font-size: 10px;
    text-indent: -9999px;
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 120;
}

h1.sitename.open
{
    background: url('../img02/logoW.svg');
    z-index: 1000;
}

#top-head .sitename
{
    display: none;
}


.Fdin
{
    display: block!important;
    animation: Fdin .3s linear 0s;
}

.copy
{
    font-size: 10px;
    transform: rotate(-90deg);
    position: fixed;
    left: -70px;
    top: 50%;
}

/* Toggle Button */
#nav-toggle
{
    display: block;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 101;
    width: 50px;
    height: 50px;
    border: solid 1px #00B0F0;
    box-sizing: border-box;
    cursor: pointer;
}

#nav-toggle div
{
    position: relative;
    width: 50px;
    margin: 25% 0;
}

#nav-toggle span
{
    display: block;
    position: absolute;
    height: 1px;
    width: 20px;
    background: #00B0F0;
    left: 25%;
    -webkit-transition: .35s ease-in-out;
       -moz-transition: .35s ease-in-out;
            transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1)
{
    top: 4px;
}
#nav-toggle span:nth-child(2)
{
    top: 11px;
}
#nav-toggle span:nth-child(3)
{
    top: 18px;
}

.inner
{
    width: 100%;
    font-size: 3.4vw;
    line-height: 2.1em;
}

/* ***********************************************************
* #global-nav
* *********************************************************** */


.open #global-nav
{
    z-index: 100;
    visibility: visible;
}

#global-nav
{
    visibility: hidden;
    position: fixed;
    display: flex;
    vertical-align: middle;
    color: #FFF;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

#global-nav ul
{
    display: block;
    vertical-align: middle;
    list-style: none;
}

#global-nav a
{
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-family: Raleway;
    font-weight: 500;
}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li
{
    opacity: 0;
    -webkit-transition: all .1s ease-out;
            transition: all .1s ease-outt;
}

.open #global-nav ul li
{
    opacity: 1;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}

.open #global-nav ul li:nth-child(2)
{
    -webkit-transition-delay: .2s;
            transition-delay: .15s;
}
.open #global-nav ul li:nth-child(3)
{
    -webkit-transition-delay: .3s;
            transition-delay: .2s;
}
.open #global-nav ul li:nth-child(4)
{
    -webkit-transition-delay: .4s;
            transition-delay: .25s;
}
.open #global-nav ul li:nth-child(5)
{
    -webkit-transition-delay: .5s;
            transition-delay: .3s;
}
.open #global-nav ul li:nth-child(6)
{
    -webkit-transition-delay: .6s;
            transition-delay: .35s;
}
.open #global-nav ul li:nth-child(7)
{
    -webkit-transition-delay: .7s;
            transition-delay: .4s;
}
.open #global-nav ul li:nth-child(8)
{
    -webkit-transition-delay: .8s;
            transition-delay: .45s;
}
.open #global-nav ul li:nth-child(9)
{
    -webkit-transition-delay: .9s;
            transition-delay: .5s;
}
.open #global-nav ul li:nth-child(10)
{
    -webkit-transition-delay: 1s;
            transition-delay: .55s;
}
.open #global-nav ul li:nth-child(11)
{
    -webkit-transition-delay: 1s;
            transition-delay: .6s;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1)
{
    top: 10px;
    -webkit-transform: rotate(315deg);
       -moz-transform: rotate(315deg);
            transform: rotate(315deg);
    background: #00B0F0;
}

.open #nav-toggle span:nth-child(2)
{
    width: 0;
    background: #00B0F0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3)
{
    top: 10px;
    background: #00B0F0;
    -webkit-transform: rotate(-315deg);
       -moz-transform: rotate(-315deg);
            transform: rotate(-315deg);
}

.wrapper.open
{
    opacity: 0;
    transition: .5s ease-in-out;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg
{
    content: '';
    width: 3500px;
    height: 3500px;
    margin-right: -1750px;
    margin-top: -1750px;
    top: 50px;
    right: 55px;
    display: block;
    position: fixed;
    background: #202F55;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(.0);
            transform: scale(.0);
}

.open #nav-bg
{
    background: #202F55;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: all .6s ease-out;
            transition: all .6s ease-out;
}







/*************************************************************************
　　      S E R V I C E
*************************************************************************/

.SERVICE
{
    background: #00B0F0;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0 70px 0;
    font-size: 16px;
    line-height: 1.8rem;
    letter-spacing: .05rem;
    /* font-family: 'NotoSansCJK Medium', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}



.SERVICE b
{
    line-height: 3rem;
    font-size: 20px;
    /* font-family: 'NotoSansCJK DemiLight', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .2rem;
    font-weight: 300;
}


/*************************************************************************
　　      R E C O M M E N D
*************************************************************************/

.RECOMMEND
{
    padding: 60px 0;
}

.contentBox.RECOMMEND h3::after
{
    border-bottom: solid 1px #000;
}
.RECOMMEND .innerBox
{
    font-size: 16px;
}

.RECOMMEND .recoboxs
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}

.RECOMMEND .recoBox
{
    width: 32.769%;
    color: #FFF;
    margin-bottom: 10px;
    padding: 78px 0;
    align-items: center;
}

.RECOMMEND h4
{
    background: url('../img02/icon_hex_W.svg') no-repeat center;
    padding: 9px 0;
    background-size: 29px 35px;
    font-size: 12px;
    font-family: arial;
}

.RECOMMEND .recoBox:nth-of-type(odd)
{
    background: #202F55;
}
.RECOMMEND .recoBox:nth-of-type(even)
{
    background: #004BA4;
}

.RECOMMEND .recoBox span
{
    display: flex;
    width: 200px;
    height: 70px;
    align-items: center;
    text-align: justify;
    font-size: 14px;
    letter-spacing: .05em;
    margin: 0 auto;
}

.RECOMMEND .innerBox
{
    font-size: 16px;
}

.arrowBottom
{
    width: 37px;
    height: 41px;
    margin: 0 auto;
    animation: key1 .5s ease-in-out infinite alternate;
}

@keyframes key1
{
    0%
    {
        transform: translateY(0px);
    }
    100%
    {
        transform: translateY(-20px);
    }
}


/*************************************************************************
　　      R E S O L U T I O N
*************************************************************************/

.RESOLUTION
{
    padding: 60px 0;
}

.contentBox.RESOLUTION h3::after
{
    border-bottom: solid 1px #000;
}

.RESOLUTION .innerBox
{
    font-size: 16px;
}


/*************************************************************************
　　　　　　　　　t r a i n i n g
*************************************************************************/


.training
{
    padding: 0 0 60px 0;
    background: #EAEAEA;
}

.training h2
{
    padding: 60px 0;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.training .treBox01, .training .treBox02, .training .treBox03
{
    display: flex;
    width: 964px;
    margin: 0 auto;
}

.training h4
{
    color: #FFF;
    background: #202F55;
    display: flex;
    align-items: center;
    width: 240px;
    height: 115px;
    padding-left: 34px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 10px 36px 0;
}

.training h4::before
{
    content: ' ';
    display: block;
    width: 32px;
    height: 28px;
    margin-right: 20px;
}

.training .treBox01 h4::before
{
    background: url('../img02/icon_01.svg') no-repeat;
}

.training .treBox02 h4::before
{
    background: url('../img02/icon_02.svg') no-repeat;
}

.training .treBox03 h4::before
{
    background: url('../img02/icon_03.svg') no-repeat;
}

.training .txtBox
{
    align-items: center;
    text-align: left;
    display: flex;
    box-sizing: border-box;
    padding-left: 60px;
    width: 714px;
    height: 115px;
    background: #FFF;
    margin: 0 0 36px 0;
}


/*************************************************************************
　　　　　 V O I C E
*************************************************************************/


.VOICE
{
    padding: 65px 0;
    box-sizing: border-box;
}

.VOICE h2
{
    font-size: 16px;
    font-weight: 400;
}

.contentBox.VOICE h3::after
{
    border-bottom: solid 1px #000;
}

.VOICE .VBox01, .VOICE .VBox02, .VOICE .VBox03, .VOICE .VBox04, .VOICE .VBox05, .VOICE .VBox06, .VOICE .VBox07
{
    position: relative;
    width: 965px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 auto 60px auto;
}

.VOICE .VBox01
{
    margin-top: 70px;
}

.VOICE .VBox01::before, .VOICE .VBox02::before, .VOICE .VBox03::before, .VOICE .VBox04::before, .VOICE .VBox05::before, .VOICE .VBox06::before, .VOICE .VBox07::before
{
    content: ' ';
    display: block;
    height: 100%;
    width: 27px;
    background-repeat: no-repeat;
    background-size: 18px 22px;
    background-position: 5px 12px;
    border-left: solid 17px #004BA4;
    position: absolute;
}

.VOICE .VBox01::before
{
    background-image: url(../img02/no01.png);
}
.VOICE .VBox02::before
{
    background-image: url(../img02/no02.png);
}
.VOICE .VBox03::before
{
    background-image: url(../img02/no03.png);
}
.VOICE .VBox04::before
{
    background-image: url(../img02/no04.png);
}
.VOICE .VBox05::before
{
    background-image: url(../img02/no05.png);
}
.VOICE .VBox06::before
{
    background-image: url(../img02/no06.png);
}
.VOICE .VBox07::before
{
    background-image: url(../img02/no07.png);
}

.VOICE h4
{
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 230px;
}

.VOICE b
{
    display: block;
    font-size: 16px;
    font-weight: 300;
    /* font-family: 'NotoSansCJK DemiLight', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
}

.VOICE span
{
    display: block;
    border-top: solid 1px #EAEAEA;
    padding-top: 28px;
    line-height: 1.8;
    margin-left: 127px;
}

.portraitPic
{
    position: absolute;
    width: 110px;
    height: 96px;
    left: 100px;
    top: -32px;
}



/*************************************************************************
　　                S C H E D U L E
*************************************************************************/


.SCHEDULE
{
    padding: 65px 0;
    box-sizing: border-box;
    background: url(../img02/BG_qube_blue.png);
    color: #FFF;
}

.SCHEDULE h2
{
    font-size: 16px;
    font-weight: 400;
}

.contentBox.SCHEDULE h3::after
{
    border-bottom: solid 1px #FFF;
}


.ScheBox01
{
    font-size: 16px;
    line-height: 2;
}

.ScheBox02
{
    background: url(../img02/schedule_chart.svg) no-repeat;
    width: 576px;
    height: 1100px;
    margin: 65px auto 135px auto;
    position: relative;
}

.ScheStep
{
    width: 225px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.ScheStep h4
{
    font-size: 20px;
    margin: 0 0 20px 0;
}

.ScheStep:nth-of-type(odd)
{
    position: absolute;
    right: 0;
}

.ScheStep:nth-of-type(even)
{
    position: relative;
}

.ScheStep:nth-of-type(1)
{
    top: 117px;
}
.ScheStep:nth-of-type(2)
{
    top: 287px;
    width: 220px;
}
.ScheStep:nth-of-type(3)
{
    top: 460px;
}
.ScheStep:nth-of-type(4)
{
    top: 539px;
}
.ScheStep:nth-of-type(5)
{
    top: 805px;
}
.ScheStep:nth-of-type(6)
{
    top: 791px;
}


/*************************************************************************
　　     Q   A
*************************************************************************/

.QA
{
    text-align: left;
    position: relative;
}
.contentBox.QA h3
{
    text-align: center;
    position: absolute;
    color: #FFF;
    left: 48%;
    top: 28vw;
}


.contentBox.QA h3::after
{
    border-bottom: solid 1px #FFF;
}

.QA .BG_Img
{
    width: 100%;
    margin-bottom: 70px;
}

.QA .innerBox div:nth-of-type(odd)
{
    background: url(../img02/icon_Q.svg) #EAEAEA no-repeat;
    background-size: 20px 30px;
    background-position: calc(30vw - 30px);
    font-size: 16px;
    /* font-family: 'NotoSansCJK DemiLight', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 15px 0 15px 33vw;
}

.QA .innerBox div:nth-of-type(even)
{
    background: url(../img02/icon_A.svg) no-repeat;
    background-size: 20px 30px;
    background-position: calc(30vw - 30px);
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0 15px 33vw;
    margin-bottom: 60px;
}



/*************************************************************************
　　      A B O U T  U S
*************************************************************************/


.ABOUTUS
{
    background: linear-gradient(180deg, rgba(0, 46, 127, 1), rgba(0, 75, 164, 1));
    height: auto;
    box-sizing: border-box;
    padding: 60px 0;
    margin: 0 auto;
    color: #FFF;
}

.ABOUTUS h4
{
    font-size: 16px;
    font-weight: 400;
    padding: 50px 0;
    background: url(../img02/icon_hexB.svg) no-repeat center;
    background-size: 162px 140px;
    margin: 0 auto 30px auto;
    box-sizing: border-box;;
}

.ABOUTUS h4 b
{
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .25rem;
    font-family: arial;
    margin-bottom: 20px;
}

.ABOUTUS .ABOUTUSBox
{
    border: solid 1px #FFF;
    width: 930px;
    box-sizing: border-box;
    padding: 80px 80px 135px 80px;
    margin: 0 auto;
}

.ABOUTUS .ABOUTUSBox .TxtBox
{
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 28px;
}



/*************************************************************************
　　      A C C E S S
*************************************************************************/


.ACCESS
{
    height: auto;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    color: #000;
    /* font-family: 'NotoSansCJK Medium', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    /* font-weight: 500; */
}

.ACCESS h3
{
    color: #FFF;
    background: #00B0F0;
    height: 163px;
    padding: 70px;
    box-sizing: border-box;
}

#Gmap
{
    width: 100%;
    height: 490px;
}
#mapWrapper
{
    position: relative;
}


.ACCESS .TxtBox
{
    color: #000;
    margin: 40px auto;
}

.picBox img
{
    width: 340px;
}

.picBox img:nth-of-type(1)
{
    margin-right: 38px;
}

/*************************************************************************
　　      C O N T A C T
*************************************************************************/


.CONTACT
{
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background: #202F55;
    color: #000;
    padding: 0 0 70px 0;
}

.CONTACT h3
{
    color: #FFF;
    padding: 70px;
    box-sizing: border-box;
}

.CONTACT .TxtBox
{
    color: #FFF;
}

.contactBtn, .openApp
{
    width: 316px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 68px auto;
    background: #FFF;
}

.contactBtn
{
    background: #FFFF00;
}

.openApp
{
    width: 164px;
    height: 35px;
    border: solid 1px #111111;
    margin: 0 auto 40px auto;
}

.contactBtn a, .openApp a
{
    font-family: Raleway;
    font-size: 16px;
    color: #111111;
    text-decoration: none;
    line-height: 68px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
}

.openApp a
{
    font-size: 14px;
    line-height: 2.6rem;
}

.contactBtn a:before
{
    /*白いひし型 */
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    right: 30px;
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background: url('../img02/Btn_arrow.svg') no-repeat top;
    background-size: 20px 40px;
}

.contactBtn:hover a:before
{
    /*白いひし型 */
    background: url('../img02/Btn_arrow.svg') no-repeat bottom;
    background-size: 20px 40px;
}

.eff-1
{
    width: 316px;
    height: 65px;
    top: 0;
    left: -316px;
    background: #00B0F0;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.openApp .eff-1
{
    width: 164px;
    height: 35px;
    left: -164px;
    background: #202F55;
}


.contactBtn:hover .eff-1, .openApp:hover .eff-1
{
    left: 0;
}

.contactBtn:hover a, .openApp:hover a, .openApp a:hover
{
    color: #FFF;
}

.BannerBtn
{
    background: #202F55;
    width: 100vw;
    position: fixed;
    z-index: 100;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 37.5px 0;
    transition: .2s ease-in-out;
    opacity: 1;
}

.BtnActiv
{
    opacity: 0;
    transition: .2s ease-in-out;
    visibility: hidden;
}

.BannerBtn .contactBtn
{
    margin: 0;
}

.BannerBtn.Fdin
{
    display: flex!important;
}

@keyframes Fdin
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}


a.ppbtn
{
    color: #FFF;
    text-decoration: none;
}

.modal
{
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    max-width: 60vw;
    max-height: 80vh;
    margin: 0 auto;
    padding: 30px 10vw;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    overflow: scroll;
    z-index: 5;
    text-align: justify;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
}

.modal-close-btn
{
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
}

.modal-close-btn:before
{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    background: #000;
}

/** Overlay */
.overlay
{
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0,0,0,.3);
}

/** JS */
.is-visible
{
    opacity: 1;
    pointer-events: auto;
}