@charset "utf-8";

/* COMMON
---------------------------------------------------------------------------- */	

body{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color:#333;
}
a{
    text-decoration:none; 
    color: #333;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{ text-decoration: none; }
a>img{ 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a>img:hover{ opacity:0.7; }
button{
    border:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

@media screen and (max-width:768px){
    body{
        font-size: 14px;
    }
}


/* ログアウト */
.logout button{
    background: none;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.logout button:hover {
    color: #009afa;
}

/* logo */
.header-logo img{
    width:auto;
    height:50px;
}

/* nav */
.header-nav{
    
}
.header-nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-nav ul li{
    display: block;
    font-size:16px;
    text-decoration: none;
    margin-right: 35px;
}
.header-nav ul li:last-child{
    margin-right: 0px;
}
.header-nav ul li a{
    text-decoration:none;
}
.header-nav ul li img {
    margin-right: 10px;
}
.header-nav ul li a:hover{
    color:#009afa;
}

@media screen and (min-width:768px) and (max-width:1000px){
    
    
}
@media screen and (max-width:1023px){
    
    .header{
        height:60px;
    }
    .header-inner{
        padding: 10px;
        height:60px;
    }
    
    .header-logo img{
        height:40px;
    }
    
    .header-nav{
        position: fixed;
        top:60px;
        left:0;
        width:100%;
        background-color: #3cb371;
        display: none;
    }
    .header-nav.is-open{
        overflow-y: scroll;
        overflow-x:hidden;
        display: block;
        overflow-y: scroll;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: calc(100vh - 60px);
        padding-bottom:50px;
        z-index: 1000;
    }
    .header-nav ul{
        display:block;
    }
    .header-nav ul li{
        display: block;
        border-bottom:2px solid #fff;
        height: 44px;
        line-height: 40px;
        margin-right:0;
    }
    .header-nav ul li a{
        color:#fff;
        margin-left: 35px;
    }
    .logout button{
        color: #fff;
        margin:0 auto;
    }
    .header-logo a {
        font-size: 22px;
    }
}

/* メインナビ */
.header-nav-main .logout i {
    margin-left: 25px;
}
.header-nav-main ul{
    display: flex;
    align-items: center;
}
.header-nav-main ul li{

}
.header-nav-main li a{
    width: 120px;
    font-size: 13px;
    display: block;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    position: relative;
    color:#000;
    font-weight: bold;
}
.header-nav-main li a img{
    margin-right:10px;
    height: auto;
    vertical-align: middle;
    width: 20px;
}
.header-nav-main li a.is-about img{
    width:28.5px;
}
.header-nav-main li a.is-search img{
    width:44.5px;
}
.header-nav-main li a.is-login img{
    width:15px;
}
.header-nav-main li a.is-about,
.header-nav-main li a.is-search{
    height:60px;
    padding:17px 0;
}
.header-nav-main li a.is-about:after,
.header-nav-main li a.is-search:after{
    display: inline-block;
    content:"";
    width:48%;
    height:4px;
    background: linear-gradient(90deg, rgba(79,143,208,1) 0%, rgba(164,235,194,1) 100%);
    position:absolute;
    left:calc(50% - 40px);
    bottom:-4px;
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.header-nav-main li a.is-about:hover:after,
.header-nav-main li a.is-search:hover:after{
    bottom:-1px;
    opacity:1;
}
@media screen and (max-width:1000px){
    .header-nav-main li a{
        font-size: 11px;
        width: 130px;
        height: 35px;
        line-height: 35px;
    }
}

@media screen and (min-width:768px) and (max-width:1000px){
}

/* サブナビ */
.header-nav-sub ul{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}
.header-nav-sub i{
    margin:10px;
    font-size:25px;
}
.header-nav-sub a{
    color:#000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 35px;
}
.header-nav-sub-search{
    display:flex !important;
    justify-content:flex-start;
    align-items:center;
}
.header-nav-sub-search input{
    border-radius:5px 0 0 5px !important;
}
.header-nav-sub-search i{
    margin:0px;
    font-size:20px;
    opacity: 0.7;
    padding-top:10px;
}

@media screen and (max-width:1000px){
    .header-nav-sub a{
        font-size: 10px;
    }
}

/* SP メニュー */
@media screen and (max-width:768px){
    .header-sp{
        position:fixed;
        display:block;
        top:0;
        right: 0;
    }
    .header-sp button,
    .header-sp button span{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .header-sp button{
        width:60px;
        height:60px;
        border:none;
        background-color:#8ad2ff;
        position:relative;
    }
    .header-sp button span{
        position: absolute;
        left: 17.5px;
        width: 25px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
    }
    .header-sp button span:nth-of-type(1){
        top:20px;
    }
    .header-sp button span:nth-of-type(2){
        top:29px;
    }
    .header-sp button span:nth-of-type(3){
        bottom:20px;
    }
    .header-sp button.is-open span:nth-of-type(1){
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .header-sp button.is-open span:nth-of-type(2){
        opacity: 0;
    }
    .header-sp button.is-open span:nth-of-type(3){
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
}


/* wrap
---------------------------------------------------------------------------- */
.wrap{
    
}
@media screen and (max-width:768px){
    .wrap{
        
    }
}

/* mv
---------------------------------------------------------------------------- */
.mv{
}
.mv-ttl{
    
}

/* COPY */
.top-mv-catch,
.top-mv-catch-p{
    font-family: serif;
    color: #fff;
    padding:15vh;
    font-size:30px;
    font-weight: bold;
}
.top-mv-catch span{
    font-size:20px;
    display: block;
}

@media screen and (max-width:768px){
    .mv{
        height: 130px;
        background-position: 50% 40px;
    }
    .top-mv-catch,
    .top-mv-catch-p{
        font-size:20px;
        color: #fff;
        padding-top: 65px;
    }
    .top-mv-catch span{
        font-size:15px;
    }
}

@media screen and (max-width:768px){
    .mv-img{
        
    }
}

/* topicPath
---------------------------------------------------------------------------- */
.topicpath{
    background: #f0f8ff;
}
.topicpath-wrap{
    margin:0 0;
}
.topicpath-wrap ol{
    display: flex;
    padding:10px 0;
}
.topicpath-wrap ol li:after{
    content: "/";
    padding-right: 10px;
    padding-left: 10px;
}
.topicpath-wrap ol li:last-child:after{
    content:none;
}
@media screen and (max-width:768px){
    .topicpath-wrap{
        display:none;
    }
}

/* main
---------------------------------------------------------------------------- */
.main{
}
@media screen and (max-width:768px){
    .main{
        
    }
}

/* footer
---------------------------------------------------------------------------- */

@media screen and (max-width:768px){
}

/* sitemap */
@media screen and (max-width:768px){
}

/* copy */
@media screen and (max-width:768px){
}
