@media (min-width: 768px){

    body{
        font-family: 'メイリオ','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
    }

    
/*------------------------------------------*/

    .main-space{
        background-color: white;
        display: block;
        height: 60px;
        width: 100%;
    }
    .section1{
        position: relative;
    }
    .mainvisual-bg{
        display: block;
        width: 100%;
    }
    .about-title{
        position: absolute;
        top: 14%;
        left: 5%;
        width: 20%;
    }
    .about-main-title{
        position: relative;
        display: block;
        width: 100%;
        height: 42px;
        background-color: #003296;
    }
    .about-main-title p{
        font-family: 'Oswald', sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2.0rem;
        letter-spacing: 0.3rem;
        color: white;
    }
    .about-sub-title{
        color: white;
        font-size: 1.8rem;
        text-align: center;
        margin-top: 15px;
        letter-spacing: 0.1rem;
    }
    .section1 h1{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: white;
        font-size: 3.2rem;
        letter-spacing: 0.1rem;
        font-weight: normal;
    }
    .mainvisual-text-bg{
        position: absolute;
        bottom: 0%;
        left: 0%;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        height: 50px;
    }
    .mainvisual-text{
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        color: white;
        font-size: 1.6rem;
    }

/*----------------メニュー---------------------*/
    .menu-bg{
        position: relative;
        display: block;
        background-color: #003296;
        width: 100%;
        height: 50px;
    }
    .menu-icon{
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translate(-6%,-50%);
    }
    .icon-img{
        display: block;
        position: relative;
    }
/*---------------メニューアニメーション-------------*/
    .menu-icon img{
        width: 30px;
        transition: all 0.8s ease;
    }
    .open-icon{
        opacity: 0;
    }
    .close-icon{
        opacity: 1;
    }
    .icon-big{
        opacity: 1;
    }
    .icon-small{
        opacity: 0;
    }
    .open-icon{
        position: absolute;
    }
    .crose-icon{
        position: absolute;
    }
    .menu-bg-title{
        color: white;
        font-size: 1.6rem;
        margin-left: 10px;
    }
    .menu-open{
        width: 100%;
        height: 40vw;
        overflow: hidden;
        background-color: #003296;
        transition: all 0.8s ease;
        position: relative;
    }
    .menu-open::before{
        content: "";
        display: block;
        background-color: #032A74;
        height: 6px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .menu-open.up-down{
        height: 0;
        overflow: hidden;
    }
    .menu-list-wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 87%;
        margin: 0 auto;
    }
    .menu-list-wrapper a{
        display: block;
        width: 18%;
        margin-bottom: 20px;
        position: relative;
    }
    .menu-list-wrapper img{
        display: block;
        width: 100%;
    }
    .hover-image{
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 7.369vw;
        background-color: rgba(0,200,255,0.3);
        background-size: cover;
        opacity: 0;
        transition: all 0.1s ease;
    }
    .menu-list-wrapper a:hover .hover-image{
        opacity: 1;
    }

    .menu-list-wrapper p{
        color: white;
        position: absolute;
        top: 50%;
        left: 9%;
        transform: translateY(-50%);
        font-size: calc(10px + ((1vw - 7.68px) * 1.5));
        line-height: 1.5;
        font-weight: normal;
    }
    .menu-list-wrapper a:hover .bold{
        font-weight: bold;
    }

    .pdf::after{
        content: "PDF";
        display: block;
        width: 25px;
        border: 2px solid #f0f0f0;
        font-size: 10px;
        text-align: center;
    }
    
    @media (min-width:1100px){
        .menu-list-wrapper p{
            font-size: 1.6rem;
        }
    }

    .menu-list-wrapper p span{
        letter-spacing: -0.1rem;
    }
    .dummy{
        display: block;
        width: 18%;
    }

/*----------------------------------------*/

    @media (min-width: 1100px) {
        .container{
            width: 1100px;
            margin: 0 auto;
        }
    }


/*----------------本文見出し------------------*/
    .common-title{
        width: 90%;
        margin: 0 auto;
    }
    .common-title-bg{
        position: relative;
        width: 100%;
        height: 60px;
        background-color: #003296;
    }
    .common-title-bg-blue {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        font-size: 2.4rem;
        letter-spacing: 0.1rem;
        color: white;
    }

/*----------------本文見出し------------------*/
    .common-title-line{
        color: #646464;
        font-size: 2.4rem;
        letter-spacing: 0.1rem;
        line-height: 1.5;
        position: relative;
    }
    .common-title-line::before{
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #003296;
        position: absolute;
        bottom: -20px;
        left: 0%;
    }

/*----------------section4-------------------*/
    .section-last{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 120px;
    }
    .main-menu-content{
        width: 100%;
        font-size: 0;
    }
    .main-menu{
        width: 50%;
        display: inline-block;
    }
    .main-menu a{
        display: block;
    }
    .main-menu p{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #003296;
        font-size: 1.6rem;
    }
    .main-menu-bg{
        display: block;
        width: 100%;
        height: 64px;
        background-color: #f0f0f0;
        position: relative;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }
    .main-menu:not(:nth-last-child(-n+1)) .main-menu-bg{
        border-bottom: 1px dashed #c8c8c8;
    }
    .main-menu:nth-child(odd) .main-menu-bg{
        border-right: 1px dashed #c8c8c8;
    }
    /* .dotted-line{
        border-top: 1px dashed #c8c8c8;
    }
    .dotted-line-left{
        border-left: 1px dashed #c8c8c8;
    } */
    .main-menu-bg:hover{
        background-color: #003296;
    }
    .main-menu-bg:hover p{
        color: white;
    }

/*--------------------------------------------*/

    




    .sp{
        display: none;
    }
    .sp500{
        display: none;
    }


/*-----------------margin-------------------*/
    .common-margin1{
        margin-top: 30px;
    }
    .common-margin2{
        margin-top: 60px;
    }
    .common-margin3{
        margin-top: 120px;
    }
    .common-margin4{
        margin-top: 80px;
    }
    .common-margin5{
        margin-top: 50px;
    }
}






















@media (max-width: 767px){

    body{
        font-family: 'メイリオ','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
    }

/*----------------------------------------*/

    .main-space{
        background-color: white;
        display: block;
        height: 44px;
        width: 100%;
    }
    .section1{
        position: relative;
    }
    .mainvisual-bg{
        display: block;
        width: 100%;
    }
    .about-title{
        position: absolute;
        top: 10%;
        left: 8%;
        width: 40%;
    }
    .about-main-title{
        position: relative;
        display: block;
        width: 100%;
        height: 42px;
        background-color: #003296;
    }
    .about-main-title p{
        font-family: 'Oswald', sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 1.6rem;
        letter-spacing: 0.3rem;
        color: white;
    }
    .about-sub-title{
        color: white;
        font-size: 1.4rem;
        text-align: center;
        margin-top: 15px;
        letter-spacing: 0.1rem;
    }
    .section1 h1{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%,-50%);
        color: white;
        font-size: 3.2rem;
        font-weight: normal;
        letter-spacing: -0.05rem;
    }
    .mainvisual-text-bg{
        position: absolute;
        bottom: 0%;
        left: 0%;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        height: 50px;
    }
    .mainvisual-text{
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        color: white;
        font-size: 1.4rem;
        line-height: 1.2;
    }

/*--------------------------------------------*/

    .menu-bg{
        position: relative;
        display: block;
        background-color: #003296;
        width: 100%;
        height: 50px;
    }
    .menu-icon{
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translate(-6%,-50%);
    }
    .icon-img{
        display: block;
        position: relative;
    }

/*----------------メニューアニメーション--------------*/

    .menu-icon img{
        width: 30px;
        transition: all 0.8s ease;
    }
    .open-icon{
        opacity: 0;
    }
    .close-icon{
        opacity: 1;
    }
    .icon-big{
        opacity: 1;
    }
    .icon-small{
        opacity: 0;
    }
    .open-icon{
        position: absolute;
    }
    .crose-icon{
        position: absolute;
    }
    .menu-bg p{
        color: white;
        font-size: 1.4rem;
        margin-left: 10px;
    }

    .menu-open{
        width: 100%;
        height: 95vw;
        background-color: #003296;
        overflow: hidden;
        transition: all 0.8s ease;
        position: relative;
    }
    .menu-open::before{
        content: "";
        display: block;
        background-color: #032A74;
        height: 6px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .menu-open.up-down{
        height: 0;
        overflow: hidden;
    }
    .menu-list-wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 87%;
        margin: 0 auto;
    }
    .menu-list-wrapper a{
        display: block;
        width: 30%;
        margin-bottom: 20px;
        position: relative;
    }
    .menu-list-wrapper img{
        display: block;
        width: 100%;
    }
    .hover-image{
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 12.28vw;
        background-color: rgba(0,200,255,0.3);
        background-size: cover;
        opacity: 0;
        transition: all 0.1s ease;
    }
    .menu-list-wrapper a:hover .hover-image{
        opacity: 1;
    }
    .menu-list-wrapper a:hover .bold{
        font-weight: bold;
    }

    .menu-list-wrapper p{
        color: white;
        position: absolute;
        top: 50%;
        left: 9%;
        transform: translateY(-50%);
        font-size: calc(10px + ((1vw - 3.2px) * 1.2));
        line-height: 1.5;
    }
    .menu-list-wrapper p span{
        letter-spacing: -0.1rem;
    }

    .pdf::after{
        content: "PDF";
        display: block;
        width: 25px;
        border: 2px solid #f0f0f0;
        font-size: 10px;
        text-align: center;
    }
    
    .dummy{
        display: block;
        width: 30%;
    }
    @media (max-width: 500px) {
        .menu-open{
            height: 215vw;
        }
        .menu-list-wrapper a{
            width: 45%;
        }
        .hover-image{
            height: 18.421vw;
        }
    }

/*----------------本文見出し------------------*/

    .common-title{
        width: 90%;
        margin: 0 auto;
    }
    .common-title-bg{
        position: relative;
        width: 100%;
        height: 60px;
        background-color: #003296;
    }
    .common-title-bg-blue{
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        font-size: 2.0rem;
        color: white;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }

/*----------------本文見出し------------------*/

    .common-title-line{
        color: #646464;
        font-size: 2.0rem;
        letter-spacing: 0.1rem;
        line-height: 1.5;
        position: relative;
    }
    .common-title-line::before{
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #003296;
        position: absolute;
        bottom: -20px;
        left: 0%;
    }

/*-----------------section4------------------*/

    .section-last{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 120px;
    }
    .main-menu-content{
        width: 100%;
        font-size: 0;
    }
    .main-menu{
        width: 50%;
        display: inline-block;
    }
    .main-menu a{
        display: block;
    }
    .main-menu p{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%,-50%);
        color: #003296;
        font-size: 1.4rem;
    }
    .main-menu-bg{
        display: block;
        width: 100%;
        height: 64px;
        background-color: #f0f0f0;
        position: relative;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }
    .main-menu:not(:nth-last-child(-n+1)) .main-menu-bg{
        border-bottom: 1px dashed #c8c8c8;
    }
    .main-menu:nth-child(odd) .main-menu-bg{
        border-right: 1px dashed #c8c8c8;
    }
    /* .dotted-line{
        border-top: 1px dashed #c8c8c8;
    }
    .dotted-line-left{
        border-left: 1px dashed #c8c8c8;
    } */
    .main-menu-bg:hover{
        background-color: #003296;
    }
    .main-menu-bg:hover p{
        color: white;
    }

    @media (max-width: 500px) {
        .main-menu{
            width: 100%;
        }
        .main-menu p{
            font-size: 1.4rem;
        }
        .main-menu-bg{
            height: 64px;
        }
        .dotted-line{
            border-top: none;
        }
        .dotted-line-left{
            border-left: none;
        }
        .main-menu:nth-child(odd) .main-menu-bg{
            border-right: none;
        }

    }

/*--------------------------------------------*/

      .footer-wrapper{
          width: 100%;
      }
      .footer{
          display: block;
          width: 100%;
      }






      .pc{
          display: none;
      }
      .sp500{
          display: none;
      }

      @media (max-width: 500px){
        .sp500{
             display: block;
        }
      }




/*------------------margin------------------*/
    .common-margin1{
        margin-top: 30px;
    }
    .common-margin2{
        margin-top: 60px;
    }
    .common-margin3{
        margin-top:120px;
    }
    .common-margin4{
        margin-top: 80px;
    }
    .common-margin5{
        margin-top: 50px;
    }
}
