@charset "UTF-8";

@font-face {
    font-family:'マメロン';
    src:url(../font/Mamelon-3.5HiRegular.woff2)format('opentype');
  }
  
  html {
      box-sizing: border-box;
      scroll-behavior: smooth;
  }
  
  body {
      color: #383838;
      font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
      background:#E9E5E4;
      margin: 0;
  }
  
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}

a {
    text-decoration-line: none;
}

span{
    display: inline-block;
}


/*ナビゲーション*/

nav{
    font-weight: bold;
    position: fixed;
    width: 100%;
    padding-top: 1%;
    z-index: 20;
}
.navul{
    display: flex;
    list-style: none;
    padding: 0;
}
.navli{
    padding: 0 3% 0 3%;
    font-size: larger;
}
.navli:first-child{
    margin-right: auto;
    padding-top: 0%;
    width: 170px;
}

.navli:not(:first-child) a{
    text-decoration: none;
    color: #577082;
}
.navli:not(:first-child) a:hover{
    transition: all .3s ease;
    text-decoration: none;
}
.navli:not(:first-child) a:after{
    border-bottom: solid 1px;
    color: #577082;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
.navli:not(:first-child) a:hover:after{
    width: 100%;
}
/**/



/*ABOUT
-------------------------------------*/

.about{
    font-family: 'マメロン';
}
.about_img img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
} 

/**/

/*J_ABOUT
-------------------------------------*/

.j_about_p{
    text-align: center;
    padding: 6% 15% 3% 15%;
}

.j_about_p h2 {
    color: #2D6692;
    line-height: 170%;
    font-weight: lighter;
    padding: 0 0 3% 0;
    font-size: 140%;
}
.j_about_p p {
    line-height: 200%;
    font-size: 110%;
}

/**/

/*S_ABOUT
-------------------------------------*/
.s_about_p{
    text-align: center;
    padding: 6% 15% 3% 15%;
}

.s_about_p h2 {
    color: #2D6692;
    line-height: 170%;
    font-weight: lighter;
    padding: 0 0 3% 0;
    font-size: 140%;
}
.s_about_p p {
    line-height: 200%;
    font-size: 110%;
}

/**/

/*ABOUT2
-------------------------------------*/
.about2{
    padding: 3% 15% 6% 15%;
    font-family: 'マメロン';
}

.contents{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2% 0 2% 0;
}

/**/

/*J_ABOUT2
-------------------------------------*/

.j_contents_img{
    width: 40%;
}

.j_contents_p{
    width: 60%;
    line-height: 200%;
    font-size: 90%;
}
.p1, .p3{
    width: 60%;
    line-height: 200%;
    font-size: 90%;
    padding: 1% 0 0 3%;
}
.p2{
    width: 60%;
    line-height: 200%;
    font-size: 90%;
    padding: 1% 3% 0 0;
}
.j_contents_p h2{
    color: #2D6692;
    font-weight: lighter;
    font-size: 120%;
    border-bottom: solid 1.5px #2D6692;
}
.j_contents_img.mobile{
    display: none;
}

/**/

/*S_ABOUT2
-------------------------------------*/
.s_contents_img{
    width: 25%;
}
.s_contents_p{
    width: 60%;
    padding: 1% 5% 0 5%;
    line-height: 200%;
    font-size: 90%;
}
.s_contents_p h2{
    color: #2D6692;
    font-weight: lighter;
    font-size: 150%;
    border-bottom: solid 1.5px #2D6692;
}
.s_contents_p p{
    padding: 3% 0 0 0;
}

.pdf{
    padding: 5% 0 0 0;
}
.pdf a{
    text-decoration: none;
    font-size: 120%;
    color: #577082
}
.pdf a:hover{
    transition: all .3s ease;
    text-decoration-line: none;
    color: #577082
}
.pdf a:after{
    border-bottom: solid 1px;
    color: #577082;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
.pdf a:hover:after{
    width: 100%;
}
.pdf a:visited{
    color: #577082;
}

/**/


/*ITEM
-------------------------------------*/
.item{
    text-align: center;
    font-family: 'マメロン';
    padding: 3% 15% 6% 15%;
}
.item h2 {
    font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
    line-height: 50%;
    font-weight: lighter;
    padding: 0 0 5% 0;
}
.item h2 img{
    width: 350px;
}
.item_img{
    width: 75%;
}
.item h3{
    color: #2D6692;
    font-weight: lighter;
    font-size: 120%;
    padding: 3% 0 0 0;
}

/**/

/*J_ITEM
-------------------------------------*/

.j_item_p{
    padding: 2% 0 0 0;
    font-size: 90%;
}
.j_item_p2{
    padding: 4% 0 0 0;
    font-size: 90%;
    color: #2D6692;
}
.j_item_p2 a,a:visited{
    text-decoration: none;
    color: #2D6692;
}
a:hover{
    text-decoration: underline;
    color: #2D6692c4;
}

/**/

/*S_ITEM
-------------------------------------*/

/*お問い合わせ
-------------------------------------*/

/*リンク　コピーライト
-------------------------------------*/
footer{
    padding: 0 20% 0 20%;
}
.footer_p{
    text-align: center;
    font-family: 'マメロン';
    padding: 0% 0% 6% 0%;
    font-size: 90%;
}
.link ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    font-weight: bold;
    padding: 0 20% 0 20%;
}
.link a{
    text-decoration: none;
    color: #577082;
}
.link a:hover{
    color: #577082;
    transition: all .3s ease;
}
.link a:after{
    border-bottom: solid 1px;
    color: #577082;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
.link a:hover:after{
    color: #577082;
    width: 100%;
}
.link a:visited{
    color: #577082;
}
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
    padding-top: 5%;
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){

    
    .navli:first-child{
        margin-right: auto;
        padding-top: 0%;
        width: 100px;
    }
    .about p{
        padding: 6% 0 6% 0;
    }
    .item{
        padding: 10% 3% 10% 3%;
    }
    .contact{
        padding: 10% 3% 10% 3%;
    }
    footer{
        padding: 0% 3% 0% 3%;
    }



    .item_about_p{
        width: 100%;
    } 

    .j_contents_img.pc{
        display: none;
    }
    .j_contents_img.mobile{
        display: block;
    }
    .contents{
        display: block;
        padding: 5% 0 0 0;
    }
    .j_contents_img,.s_contents_img{
        width: 100%;
    }
    .j_contents_p,.s_contents_p{
        width: 100%;
        padding: 3% 0 5% 0;
        line-height: 200%;
        font-size: 90%;
    }
    .j_contents_p h2,.s_contents_p h2{
        color: #2D6692;
        font-weight: lighter;
        font-size: 120%;
        border-bottom: solid 1.5px #2D6692;
    }
    .j_contents_p p,.s_contents_p p{
        padding: 3% 0 0 0;
    }


    .about .readmore span{
        font-size: 80%;
    }

    .item ul{
        width: 100%;
    }

    .link ul{
        font-size: 90%;
        padding: 5px 10% 5px 10%;
    }

  

}