@charset "utf-8";

/*---------------------------------共通部分-----------------------------------*/
<!--[if IE]>
html, body {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
}

<![endif]-->

*{
    margin :0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    overflow: auto;
}

a{
    text-decoration: none;
    display: block;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.heading{
    margin-bottom: 100px;
    font-weight: 300;
    text-align: center;
}

h1{
    padding-bottom: 10px;
    font-size: 48px;
    color: #5DB4E2;
    border-bottom: solid 1px #5DB4E2;
    text-align: center;
    font-weight: 300;
}

h2{
    margin: 100px 0 40px;
    font-size: 36px;
    text-align: center;
    font-weight: 300;
}

h3{
    margin: 80px 0 20px;
    padding: 5px 5px 5px 15px;
    font-size: 25px;
    font-weight: 300;
    color: #609BD6;
    background-color: #f4f4f4;
    border-left: solid 5px #609BD6;
    border-bottom: solid 3px #d7d7d7;
    text-align: left;
}

h4{
    font-size: 22px;
    text-align: left;
    color: #609BD6;
    line-height: 2em;
}

.heading p{
    font-size: 48px;
    color: #5DB4E2;
}

p{
    font-size: 17px;
    line-height: 2em;
    text-align: left;
}

img{
    margin-top:30px;
    width: 100%;
    height: auto;
}

a{
    font-size: 17px;
    color: #609BD6;
    display: block;
}

dl{
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 2em;
    text-align: left;
}

dt,dd{
    padding: 10px 0;
}

dt{
    float: left;
    width: 200px;
}

dd{
    border-bottom: solid 1px #609BD6;
    padding-left: 200px;
}

.br-mobile{
    display: none;
}

.br-print{
    display: none;
}

/*----------------------------------header---------------------------------*/
header{
    /*display: none;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5%;
    z-index: 1000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

header.show{
    display: block;
}

.wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255,255,255,0.7);
    padding: 15px;
        -webkit-box-shadow: 2px 2px 4px #ccc;
       -moz-box-shadow: 2px 2px 4px #ccc;
            box-shadow: 2px 2px 4px #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.logo a{
    font-size: calc(100vw / 45);
    font-weight: 700;
    color: #EFC800;
}

.header-menu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
}

.header-menu li{
    padding: 5px 30px;
    border-left: solid 1px #608174;
}

.header-menu li:last-child{
    border-right: solid 1px #608174;
}

span{
    display: block;
}

.en,
.ja,
.header-contact a{
    text-align: center;
}

.en{
    padding-bottom: 10px;
    font-size: calc(100vw / 70);
    font-weight: 900;
    color: #478ff0;
}

.ja{
    font-size: calc(100vw / 140);
    color: #608174;
}

.header-contact{
    text-align: center;
}

.header-contact a{
    font-size: calc(100vw / 45);
    font-weight: 700;
    color: #3E3A39;
}

.header-contact p{
    font-size: calc(100vw / 160);
    line-height: 1.1em;
    padding-bottom: 5px;
}

#mobile{
    display: none;
}

#Menu{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,1);
    padding-top: 50px;
    padding-left: auto;
    z-index: 50;
}

#Menu a{
    font-size: 3vw;
}
    
#Menu a:hover{
    background-color: rgba(0,0,0,0.2);
}

#Menu ul{
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
}

#Menu li{
    display: block;
    text-align: center;
    padding: 15px 0;
    }
/*--------------------------------hero-------------------------------*/
.hero{
    overflow: hidden;
}

.hero img{
    margin: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------top--------------------------------*/
.catch-box{
    margin: 0;
}

.catch{
    padding: 100px 0;
    font-size: 56px;
    font-weight: 300;
    text-align: center;
    background-image: url(../images/back1.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.3em;
}
/*---------------------------------------news--------------------------------------*/
.news{
    margin: 80px 0;
}

.news-title{
    padding-bottom: 4px;
    font-size: 26px;
    color: #609BD6;
    max-width: 1200px;
    margin: 0 auto;
}

.topics{
    padding: 35px;
    font-size: 18px;
    border-top: solid 2px #609BD6;
    border-bottom: solid 2px #609BD6;
    max-width: 1200px;
}

.topics dt,.topics dd{
    padding: 9px 0;
    border-bottom: none;
}

.topics dd{
    overflow: hidden;
}

.topics dt{
    float: left;
    color: #609BD6;
    width: 150px;
}

.topics a{
    color: #000;
}

.topics a:hover{
    color: #609BD6;
    text-decoration: underline;
}

/*---------------------------------------guid--------------------------------------*/
.guid{
    padding: 80px 0 0;
    background-color: #92bad0;
}

.guid h1{
    color: #fff;
    border-bottom: solid 1px #fff;
}

.guid p{
    margin-left: 50px;
    font-size: 20px;
    line-height: 51px;
    color: #fff;
}

.guid-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}

.akita{
    margin-bottom:50px;
}

/*-------------------------------------footer---------------------------------------*/
footer{
    background-color: #92bad0;
    padding: 20px;
}

.footer-menu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 800px;
    margin: 40px auto;
    font-size: 15px;
}

.footer-menu a{
    color: #fff;
}

.footer-menu a:hover{
    text-decoration: underline;
}

footer p{
    font-size: 12px;
    text-align: center;
    color: #fff;
}

/*-----------------------------------------under-company----------------------------------------------*/
.under-h1-en{
    padding-top: 10px;
    font-size: 48px;
    color: #5DB4E2;
    text-align: center;
    line-height: 1em;
    font-weight: 300;
}

.ml3 {
    display: inline;
    margin-left: 3em;
}
/*----------------------------------------------header---------------------------------------------*/
.under-header{
    display: block;
}
/*----------------------------------------------under-main----------------------------------------*/
/*----------------------------------------------greeting------------------------------------------*/
.under-main{
    padding: 160px 0;
    overflow: auto;
}

.greeting-wrap{
    /*display: flex;*/
    max-width: 1080px;
    margin: 0 auto;
    /*flex-direction: row-reverse;
    align-items: flex-start;*/
}

.greeting-photo{
    flex: 30%;
    max-width: 300px;
    max-height: 370px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.greeting-photo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: cover;
}

.greeting-box{
    flex: 70%;
    padding: 0 3%;
}

.greeting-sentence{
    font-size: 17px;
    max-width: 800px;
    line-height: 2em;
    text-align: justify;
    font-family: 'Kyoukasho ICA Regular';
    margin: 0 auto;
}

.president{
    max-width: 800px;
    margin: 0 auto;
    text-align: right;
    font-family: 'Kakushin Gyousho Light';
}

.fa-caret-right{
    color: #5DB4E2;
    font-size: 1.3em;
}

iframe{
    width: 100%;
    height: 200px;
}
/*--------------------------------------------consulting-----------------------------------------*/
.consulting-img{
    width: 50%;
}
/*-------------------------------------------------link------------------------------------------*/
.link{
    text-align: center;
    margin-top: 40px;
}

.link-photo{
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin-bottom:20px;
}

.link-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
}
.link-box-fe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
}
.link-box-fe .wrap {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}
.link-box-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap{
    width: 30%;
}

.izumi-link{
    color: #5DB4E2;
}

.izumi-link a{
    display: inline;
    text-decoration: underline;
}

.br-1024{
    display: none;
}
/*--------------------------------------------contact---------------------------------------------*/
.form{
    margin: 50px auto;
    max-width: 90%;
}

input[type="text"]{
    width: 100% !important;
    height: 30px !important;
}

textarea{
    width: 100% !important;
    height: 300px !important;
}

input[type=submit]{
    padding: 5px 10px;
    -webkit-border-radius: 10%;
       -moz-border-radius: 10%;
            border-radius: 10%;
}

/*-----------------------------------------------izumi---------------------------------------------*/.izumi-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.izumi-photo{
    width: 48%;
    height: auto;
    overflow: hidden;
}
/*----------------------------------------------privacy----------------------------------------------*/
.privacy{
    font-size: 16px;
    text-align: left;
    line-height: 1.8em;
    margin: 50px 0;
}
/*---------------------------------------------responsive--------------------------------------------*/
@media screen and (max-width:1024px){
    .container{
        padding: 40px;
    }
    
    #mobile{
        display: block;
        text-align: right;
    }
    
    .mobile-menu{
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 5vw;
    color: #609BD6;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
    
    #acmenu{
        background-color: rgba(255,255,255,0.7);
        padding: 10px;
    }
    
    .mobile-menu a{
        display: none;
    }
    
    .wrapper{
        display: none;
    }
    
    .catch{
        padding: 50px 0;
        font-size: 40px;
    }
    
    .news-infomation{
        padding: 0 50px;
    }
    
    #Menu li{
        display: block;
    }
    
    #Menu .show{
        display: block;
    }
    
    .top,.top-menu{
        display: none;
    }
    
    .consulting-img{
    width: 70%;
    }
    
    .br-1024{
    display: block;
}
}

@media screen and (max-width:768px){
    .br-mobile{
        display: block;
    }
    
    .guid-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                -ms-flex-direction: column;
            flex-direction: column;
    }
    
    .catch{
        font-size: 29px;
    }
    
    .topics{
        padding: 20px;
    }
    
    .topics dt{
        float: none;
        padding-bottom: 0px;
    }
    
    .topics dd{
        border-bottom: dotted 1px #609BD6;
        padding-top: 0px;
        line-height: 1.5em;
    }
    
    .topics dd:last-child{
        border-bottom: none;
    }
    
    .greeting-wrap{
        flex-direction: column;
    }
    
    .greeting-photo{
        position: static;
        flex: 1;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }

    .greeting-photo img{
        position: static;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
    }
    
    .greeting-box{
    flex: 1;
    padding: 5% 5%;
    }

    .consulting-img{
    width: 90%;
    }
    
    .link-photo {
        height: auto;
    }
    .link-box h4 {
        line-height: 1.5em;
        margin-bottom: 8%;
    }
    .link-box p {
        font-size: 100%;
        line-height: 1.5em;
        padding-right: 3%;
        margin-bottom: 8%;
    }
    
    .footer-menu ul{
        -webkit-justify-content: space-around;
                -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    
    iframe{
        width: 320px;
    }
    
    .footer-menu ul{
        flex-direction: column;
    }

    .footer-menu li{
        text-align: center;
        padding: 10px 0;
    }

@media screen and (max-width:480px){
    h1{
        font-size: 2.5em;
    }
    
    .under-h1-en{
        font-size: 2.5em;
        padding: 0;
    }
    
    h2{
        margin: 40px 0 20px;
        font-size: 2em;
    }
    
    h3{
        font-size: 18px;
    }
    
    p{
        font-size: 16px;
        line-height: 1.5em;
    }
    
    dl{
        padding: 20px;
        font-size: 16px;
    }
    
    dt{
        float: none;
        padding: 0;
        margin: 0;
    }
    
    dd{
        padding: 0;
        line-height: 1.5em;
        padding-bottom: 10px;
        overflow: auto;
    }
    
    .container{
        padding: 20px;
    }
    
    #Menu a{
        font-size: 5vw;
    }
    
    #Menu li{
        padding: 20px 0;
    }
    
    .catch{
        font-size: 16px;
        padding: 30px 15px 0;
    }
    
    .news{
        margin: 30px 0;
    }
    
    .news-infomation{
        padding: 0;
    }
    
    .topics{
        font-size: 16px;
    }
    
    .guid p{
        margin: 12px 0;
        font-size: 16px;
        line-height: 1.5em;
    }

    iframe{
        padding-bottom: 15px;
        width: 240px;
    }
    
    .mobile-add{
        font-size: 14px;
        padding-left:1em;
    }
    
    .footer-menu ul{
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin: 0;
    }
    
    .footer-menu a{
        font-size: 12px;
    }
    
    .copy{
        font-size: 9px;
    }
    
    .under-main{
        margin: 0;
        padding: 50px 0;
    }
    
    .greeting-photo img{
        margin: 0;
    }
    
    .greeting-sentence{
        font-size: 16px;
        line-height: 1.5em;
        padding: 20px;
        margin: 0;
    }
    
    .president{
        padding-right: 20px;
    }
    
    .consulting-img{
    width: 100%;
    }
    
    .link-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                -ms-flex-direction: column;
            flex-direction: column;
    }
    .link-box h4 {
        line-height: 2em;
        margin-bottom: 0;
    }
    .link-box p {
        padding-right: 0;
        margin-bottom: 0;
    }
    .link-box {
        margin-top: 0;
    }
    
    .wrap{
        width: 100%;
    }
    
    .link,.wrap p{
        font-size: 13px;
        line-height: 1.5em;
    }
    
    .link-res{
        font-size: 13px;
    }
    
    textarea{
        height: 150px;
    }

}