@charset "UTF-8";
/* ヘッダー */
#top-head{
    width: 100%;
    height: 105px;
    position: absolute;
    z-index: 999;
}
.header-inner{
    width: 100%;
    height: 100px;
    display: flex;
    position: relative;
}
.company-logo{
    width: 20%;
    margin: 22px 0 0 40px;
    background-color: #1D2088;
}
#mobile-head{
    width: 70%;
}
#top-head.fixed {
    margin-top: 0;
    top: 0;
    height: 100px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 767px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        display: block;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    .company-logo{
        width: 18%;
    }
    .menu-item{
        font-size: 0.3em;
    }
    .menu-item span{
        padding: 2px;
    }
}
nav{
    width: 100%;
}
.menu{
    display: flex;
    right: 30px;
    position: absolute;
}
.menu-item{
    margin: 35px 15px 0 15px;
}
.menu-item a{
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.download{
    background-color: rgb(255, 140, 0);
    padding: 14px;
    color: #fff;
    border-radius: 50px;
}
.main-image{
    top: 100px;
    width: 100%;
    position: relative;
    background-image: url(../images/AdobeStock_334624196.jpeg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;;
}
@media screen and (max-width: 767px){
    .main-image{
        background-size: contain;
        height: 40vh;
        margin-top: 100px;
        position: static;
        background-image: none;
    }  
}

.main-text{
    position: absolute;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;;
    color: #1D2088;
    top: 30px;
    left: 5px;
}
.sub-text{
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;;
    color: #1D2088;
    position: absolute;
    top: 60%;
    left: 65%;
}
.sub-text h3{
    margin-top: 40px;
}
@media screen and (max-width: 767px){
    .main-text{
        position: static;
        width: 77%;
        max-width: 100%;
        margin: 0px auto;
        padding-top: 30px;
    }
    .main-text h1{
        font-size: 20px;
    }
    .sub-text{
        position: static;
        width: 77%;
        max-width: 100%;
        margin: 30px auto;
    }
    .sub-text h2{
        font-size: 14px;
    }
    .sub-text h3{
        font-size: 10px;
        margin-top: 10px;
    }
}
.wrapper{
    width: 100%;
    margin-top: 150px;
}
@media screen and (max-width: 767px) {
    .wrapper{
        margin-top: 40px;
    }
}
.atte-company{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .atte-company{
        font-size: 20px;
    }
}
.atte-logo{
    margin: 60px auto 0;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.atte-logo img{
    display: block;
    width: 25%;
    object-fit: contain;
    height: 100px;
    margin: 10px 20px;
}
@media screen and (max-width: 767px) {
    .wrapper{
        margin-top: 40px;
    }
    .atte-logo{
        margin-top: 30px;
    }
}
#intro{
    margin-top: 100px;
}
.resolution-text{
    width: 77%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}
.resolution{
    display: inline;
    border-bottom: solid 6px red;
}
.r-text{
    line-height: 35px;
    text-align: left;
    margin-top: 45px;
}
.content{
    margin: 60px auto 0;
    width: 95%;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .content{
        display: block;
    }
    .resolution{
        font-size: 18px;
        border-bottom: 2px solid red;
    }
    #intro{
        margin-top:50px;
    }
    .resolution-text{
        padding: 0;
    }
}
.content-area{
    position: relative;
    display: block;
    box-shadow: 2px 2px 4px 3px #e6e6e6;
    border: 3px solid #e6e6e6;
    border-radius: 30px;
    width: 25%;
    height: 100px;
    margin: 20px 20px;
    text-align: center;
}
.content-area h3{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

#customization{
    width: 77%;
    margin: 10px auto 0;
}
.about-title{
    border-left: 8px solid #1D2088;
    padding-left: 38px;
    margin-top: 100px;
}

.about-block{
    width: 100%;
    margin: 50px auto 35px;
    display: flex;
}
.about-block img{
    display: block;
    width: 55%;
    height: 250px;
}
.about-text-area{
    width: 70%;
    margin-left: 40px;
}
.about-text-area h2{
    margin: 15px 0 35px 0;
    color: #1D2088;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .content{
        display: block;
        margin: 0 auto;
        width: 77%;
    }
    .content-area{
        width: 77%;
        margin: 30px auto;
    }
    .about-title{
        font-size: 10px;
        padding-left: 5px;
        border-left: 4px solid #1D2088;
    }
    .about-block{
        display: block;
    }
    .about-block img{
        width: 85%;
        width: 300px;
    }
    .about-text-area h2{
        font-size: 15px;
    }
    .about-text-area p{
        font-size: 2px;
    }
}
#worries{
    width: 77%;
    margin: 0 auto;
}
.worries-area{
    display: flex;
}
.worries-words{
    width: 60%;
    margin: 60px 20px 0 0;
}
.worries-words h4{
    text-align: center;
    padding: 10px 0 8px 0;
    border-bottom: dotted 2px #1D2088;
}
.worries-image{
    width: 40%;
}
@media screen and (max-width: 767px){
    .worries-words h4{
        font-size: 2px;
    }
    .worries-image{
        width: 30%;
    }
    .worries-area{
        margin-top: 40px;
    }
}
.effect-title{
    text-align: center;
    margin-top: 100px;
    color: #1D2088;
    font-size: 30px;
}
.effect{
    position: relative;
    width: 77%;
    height: 400px;
}
.effect-img{
    position: absolute;
    width: 500px;
    height: 300px;
    top: 10%;
}
.effect-text p{
    font-weight: bold;
}
.text-area{
    position: absolute;
    width: 75%;
    top: 28%;
    left: 55%;
    z-index: -1;
}
.text-area p{
    padding: 50px 100px;
    line-height: 35px;
    border: solid 2px #1D2088;
}
@media screen and (max-width: 767px){
    .effect{
        position: static;
        width: 100%;
    }
   .effect-img{
    position: static;
    width: 50%;
    height: 100px;
    margin: 40px auto;
   }
   .text-area{
    position: static;
    padding: 0;
    width: 100%;
   }
   .effect-title{
    font-size: 20px;
   }
   .effect-text p{
    padding: 8px;
   }
}
.curriculum-text{
    width: 80%;
    margin: 100px auto 0;
    text-align: center;
}
.curriculum-text h1{
    display: inline;
    border-bottom: 6px solid red;
}
.curriculum-text p{
    margin-top: 70px;
    line-height: 35px;
    text-align: left;
}
.curriculum-area{
    margin: 45px auto ;
    display: flex;
    width: 70%;
    flex-wrap: wrap;
}
.curriculum-ex{
    width: 45%;
    padding: 40px;
    margin: 30px auto;
    box-shadow: 2px 2px 3px 2px #b9b8b8;
}
.curriculum-ex h1{
    margin: 15px;
}
dl dt{
    font-weight: bold;
    border-left: #1D2088 4px solid;
    padding-left: 5px;
    color: #1D2088;
    margin: 10px 1px;
}
dl dd{
    margin: 5px;
    font-size: 17px;
}
@media screen and (max-width: 767px){
    .curriculum-area{
        display: block;
    }
    .curriculum-ex{
        height: 262.5px;
        width: 100%;
        padding: 0;
    }
    .curriculum-ex h1{
        font-size: 14px;
        padding-top: 14px;
    }
    dl dt{
        font-size: 1px;
        margin-left: 5px;
    }
    dl dd{
        font-size: 1px;
        font-weight: 600;
    }
}
#footer {
    padding: 50px 0;
    color: #fff;
    background-color: #010B65
}

.footer_in {
    position: relative;
    display: grid;
    grid-template-columns: 330px 1fr;
    grid-template-rows: 70px 1fr;
    max-width: 1000px;
    width: 90vw;
    margin: 0 auto
}
.footer_logo {
    display: block;
    max-width: 90px;
    width: 20vw;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2
}

.footer_list {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3
}
.footer_copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-top: auto;
    margin-left: auto;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3","HiraMinProN-W3","æ¸¸æ˜Žæœä½“","Yu Mincho",YuMincho,"HGæ˜ŽæœE","ï¼­ï¼³ ï¼°æ˜Žæœ","MS PMincho","MS æ˜Žæœ",serif
}


@media screen and (max-width: 767px) {
    .footer_in {
        position:initial;
        display: inherit
    }
}
@media screen and (max-width: 767px) {
    .footer_list {
        margin-bottom:20px
    }
}

@media screen and (max-width: 767px) {
    .footer_copyright {
        position:initial
    }
}
@media screen and (min-width: 1500px) {
    .footer_in {
        max-width:80vw;
    }
}