html,body{
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05em;
    width: 100%;
    height: 100%;
	-webkit-font-smoothing: antialiased;/* 文字をスタイリッシュに */
	-moz-osx-font-smoothing: grayscale;/* 文字をスタイリッシュに */
    -webkit-text-size-adjust: 100%;/* 横向き画面で文字のサイズを変化させない */
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
picture{
    display: block;
}
/* テーマカラー */
:root {
    --blue: #3C7CF1;
}
.theme-color{
    color: var(--blue);
}
/* recaptchaバッジ非表示 */
.grecaptcha-badge { 
    visibility: hidden;
}

/* ///////////////
header 
///////////////*/
.pc{
    display: none;
    overflow: hidden;
}
.sp{
    position: relative;
    z-index: 100;
}
.header-logo{
    width: 100px;
    height: 22px;
    position: fixed;
    top: 22px;
    left: 20px;
    z-index: 100;
}
/* --------------------
スマホ用ナビメニュー 
----------------------*/
.header-nav-sp{
    overflow: hidden;
    position: fixed;
    top: 24px;
    right: 15px;
    width: 43px;
    height:  23px;
}
.slide-menu-btn {
    position: fixed;
    top: 24px;
    right: 20px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 43px;
    height:  23px;
    z-index: 100;/* 最上部 */
    cursor: pointer;
}
.menu-bar01,
.menu-bar02,
.menu-bar03 {
    content: '';
    display: block;
    width: 43px;
    height: 3px;
    background: var(--blue);
    transition: 0.25s;
    position: absolute;
    top: 0;
}
.menu-bar02 {
    width: 29px;
    top: 16px;
}
.menu-bar03 {
    width: 36px;
    top: 8px;
}
.slide-menu-nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    padding: 80px 40px 20px;
    background-color: var(--blue);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .5s;
}
.gnav-sp{
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    white-space: nowrap;
}
.gnav-sp li{
    margin-bottom: 3vh;
    transition: .25s;
}
.gnav01-sub{
    padding-top: 24px;
}
.gnav01-sub li{
    position: relative;
    padding-left: 24px;
    color: rgba(255,255,255,0.6);
    transition: .25s;
}
.gnav01-sub li::before{
    content: "";
    position: absolute;
    top: 6.5px;
    left: 5px;
    width: 10px;
    height: 1px;
    background: rgba(255,255,255,0.6);
}
.scroll-line{
    position: relative;
    width: 1px;
    height: 64px;
    margin: 0 auto;
    background: var(--blue);
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    z-index: 10;
}
.scroll-line::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 27px;
    background: var(--blue);
    animation: scroll-down 2s ease infinite;
}
.scroll-line::after{
    content: "SCROLL DOWN";
    position: absolute;
    bottom: 5px;
    left: 12px;
    width: 100px;
}

@media only screen and (min-width: 560px){
    .slide-menu-nav{
        padding: 80px 120px 20px;
    }
}

@media only screen and (min-width: 960px){
    .sp{
        display: none;
    }
    .pc{
        display: block;
        position: relative;
        z-index: 100;
    }
    .header-logo{
        top: 40px;
        left: 45px;
    }
    /* --------------------
    PC用ナビメニュー 
    ----------------------*/
    .gnav-pc{
        display: flex;
        position: fixed;
        top: 20px;
        right: -10px;
        font-size: 1.4rem;
        font-weight: 500;
        padding-left: 45px;
        background: url('../img/nav-w.png') no-repeat center / cover;
    }
    .gnav-pc li{
        padding: 18px 0 22px 35px;
    }
    .gnav-pc li:last-child{
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        padding: 0;
        background: url('../img/nav-b.png') no-repeat center / cover;
    }
    .gnav06-pc a{
        display: inline-block;
       padding: 18px 60px 22px 100px;
    }
}
@media only screen and (min-width: 1160px){
    .header-logo{
        left: 85px;
    }
    .gnav-pc li{
        padding: 18px 0 22px 45px;
    }
    .gnav-pc li:last-child{
        padding: 0;
    }
    .gnav06-pc a{
        display: inline-block;
       padding: 18px 60px 22px 100px;
    }
}

/* /////////
フッター
///////// */
.footer{
    background: #102988;
}
.footer-inner{
    position: relative;
    padding: 40px 20px 18px;
}
.back-to-top{
    position: absolute;
    top: -24px;
    right: 16px;
    cursor: pointer;
}
.footer-logo{
    display: inline-block;
    width: 84px;
    height: 19px;
    margin-bottom: 30px;
}
.footer-info-area{
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.footer-info-text{
    font-size: 1.3rem;
    line-height: 1.4;
    color: #fff;
}
.fnav{
    display: flex;
    padding-top: 40px;
}
.fnav-area{
    width: 50%;
}
.fnav li{
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    transition: .25s;
}
.fnav02-sub{
    padding: 16px 0 12px 0;
}
.fnav02-sub li{
    font-size: 1.2rem;
    padding-left: 12px;
}
.copyright{
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding: 0 20px 18px 0;
    text-align: right;
}

@media only screen and (min-width: 560px){
    .fnav-area{
        width: 35%;
    }
}

@media only screen and (min-width: 960px){
    .footer-inner{
        display: flex;
        padding: 100px 0px 22px 45px;
    }
    .back-to-top{
        right: 50px;
    }
    .footer-logo{
        margin-bottom: 42px;
    }
    .footer-info-area{
        padding-bottom: 0;
        padding-right: 20%;
        border-bottom: unset;
        border-right: 1px solid #fff;
    }
    .fnav{
        padding-left: 5%;
        padding-top: 0;
    }
    .fnav-area{
        width: 190px;
    }
    .copyright{
        padding:  0 50px 18px 0;
    }
}

@media only screen and (min-width: 960px){
    .footer-inner{
        padding: 100px 0px 22px 85px;
    }
}

/* //////////////
タイトル群
////////////// */
.common-slash-ttl{
    position: relative;
    font-size: 3.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.common-slash-ttl span{
    display: inline-block;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
}
.common-lead-ttl{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
}
.common-subttl{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

/*//////
 ボタン 
 //////*/
.btn{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
    text-align: center;
    transition: .25s;
}
.btn::before{
    content: "";
    position: absolute;
    top: 34.5px;
    right: 36px;
    width: 64px;
    height: 1px;
    transition: .25s;
}
.btn::after{
    content: "";
    position: absolute;
    top: 32.5px;
    right: 36px;
    width: 27px;
    height: 2px;
    transition: .25s;
}

@media only screen and (min-width: 560px){
    .btn{
        max-width: 75%;
    }
}
@media only screen and (min-width: 960px){
   .btn{
        max-width: 316px;
    }
}

/* page-ttl */
.page-ttl-area{
    width: 100%;
    height: 655px;
}
.page-ttl-copy{
    font-size: 4.8rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 290px 20px 0;
}
.page-ttl-copy span{
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    padding-left: 18px;
}

@media only screen and (max-width:360px){
    .sm-ttl-copy{
        font-size: 4rem;
    }
    .sm-ttl-copy span{
        padding-left: 15px;
    }
}
@media only screen and (min-width: 560px){
    .page-ttl-copy{
        max-width: 75%;
        padding: 290px 0 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 960px){
    .page-ttl-area{
        height: 460px;
    }
    .page-ttl-copy{
        max-width: unset;
        padding: 180px 120px 0 45px;
        margin: unset;
    }
}

@media only screen and (min-width: 1160px){
    .page-ttl-copy{
        padding: 180px 120px 0 85px;
    }
}

/* 記事がない時のテキスト */
.entry-none{
    font-size: 1.6rem;
}
.news .entry-none{
    margin: 45px 0 0;
}

/* breadclumb */
.breadcrumb{
    display: none;
}
.breadcrumb{
    padding: 22px 0 0 115px;
}
.breadcrumb span{
    font-size: 1.2rem;
    padding: 0 5px;
}

@media only screen and (min-width: 960px){
    .breadcrumb{
        display: block;
    }
    .breadcrumb{
        padding: 22px 35px;
    }
}
@media only screen and (min-width: 1160px){
    .breadcrumb{
        padding: 22px 75px;
    }
}

/* noteの共通CSS */
.thumb {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 66.666%;
}
.thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.note-time {
    padding: 24px 16px 12px;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.note-text{
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 16px 18px;
}
.note-none{
    font-size: 2rem;
    text-align: center;
}

.u-desktop {
    display: none;
}

@media only screen and (min-width: 560px) {
    .u-desktop {
        display: block;
    }
}