@charset "utf-8";

/*--------------------------------------------------------------
# タイポグラフィ
--------------------------------------------------------------*/
body{
    font-family: "NotoSerifJP" , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho","ＭＳ 明朝",serif;;
    font-weight: 400;
    font-size: 18px;
    color: #25213C;
    letter-spacing: 0.15em;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    body{
        letter-spacing: 0.1em;
    }
}
/*--------------------------------------------------------------
# コンテンツ幅
--------------------------------------------------------------*/
.content_wrap_fl{
    width: 100%;
    margin: 0 auto;
}
.content_wrap_mx{
    width: 1920px;
    margin: 0 auto;
}
.content_wrap_lg{
    width: 1200px;
    margin: 0 auto;
}
.content_wrap_md{
    width: 1000px;
    margin: 0 auto;
}
.content_wrap_sm{
    width: 850px;
    margin: 0 auto;
}
.bg_container{
    width: 100%;
    margin: 100px auto;
    padding: 100px 0;
    background-color: #DFE3EC;
}
@media screen and (max-width: 1940px) {
    .content_wrap_mx{
        width: 100%;
    } 
}

@media screen and (max-width: 1220px) {
    .content_wrap_lg{
        width: 100%;
    } 
}
@media screen and (max-width: 1020px) {
    .content_wrap_md{
        width: 100%;
    } 
}
@media screen and (max-width: 870px) {
    .content_wrap_sm{
        width: 100%;
    } 
}
@media screen and (max-width: 768px) {
    .content_wrap_lg,
    .content_wrap_md,
    .content_wrap_sm{
        padding: 0 10px;
    }
    .bg_container{
        margin: 40px auto;
        padding: 40px 0;
    }
}

/*--------------------------------------------------------------
# アニメーション
--------------------------------------------------------------*/
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
.fadeUpTrigger{
    opacity: 0;
}
/*--------------------------------------------------------------
# レスポンシブ制御
--------------------------------------------------------------*/
.pc-view{
    display: block;
}
.sp-view{
    display: none;
}
@media screen and (max-width: 768px) {
    .pc-view{
        display: none;
    }
    .sp-view{
        display: block;
    }  
}

/*--------------------------------------------------------------
# スライダ―
--------------------------------------------------------------*/
.thumbs_dots {
    margin: 10px 0 0;
}
.thumbs_list li {
    display: inline-block;
    width: 100px;
    height: 67px;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s;
}
.thumbs_list li:hover {
    opacity: 0.8;
}
.thumbs_list li.slick-active {
    opacity: 1;
}
.slider .slider-caption{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 5px;
    color: #FFF;
    letter-spacing: 0.06em;
    text-shadow: 2px 2px 4px rgba(55,56,56,1);
}
  @media screen and (max-width: 768px) {
  .thumbs_list{
    min-width: 355px;
    text-align: center;
  }
  .thumbs_list li {
    width: 70px;
    height: 35px;
    }
    .slider .slider-caption{
        font-size: 13px;
        padding-bottom: 1px;
    }
}
/*--------------------------------------------------------------
# ポップアップ画像
--------------------------------------------------------------*/
.lb-number{
    display: none!important;
}
/*--------------------------------------------------------------
# 汎用パーツ
--------------------------------------------------------------*/
/* 基本スタイル */
a{
    text-decoration: none;
    color: #25213C;
}
img{
    width: 100%;
}
div,p,span,a,ul,li{
    box-sizing: border-box;
}
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/* リンクスタイル */
a.fede-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.fede-btn:hover {
    color: #FFF;
    background-color: #25213C;
}
a.important-link:hover {
    color: #25213C;
    background-color: #FFF;
}
.c-cta-btn{
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   width: 100%;
   max-width: 850px;
   min-height: 80px;
   margin: 0 auto;
   font-size: 16px;
   color: #FFF;
   letter-spacing: 0.15em;
   background-color: #47507D;
   transition: all 0.3s ease;
}
.c-cta-btn:hover{
    background-color: #47507DCC;
}
.c-cta-btn::after{
    content: '';
    position: absolute;
    right: 40px;
    width: 29px;
    height: 55px;
    background-image: url(../../images/common/wht-right-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .c-cta-btn{
        min-height: 50px;
        font-size: 11px;
    }
    .c-cta-btn::after {
        right: 13px;
        width: 20px;
        height: 38px;
    }
    .erea-info-link_wrap{
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .erea-info-link{
        position: relative;
        width: calc(50%);
        height: 35px;
        border: 1px solid #25213C;
        margin: 0 -1px -1px 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1em;
    }
    .erea-info-link::before{
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 10px;
        height: 35px;
        background-color: #000;
        opacity: 0.2;
    }
    .erea-info-link a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
}
/* 見出しスタイル */
.c-head-title{
    display: flex;
    height: 30px;
    margin-bottom: 55px;
    align-items: center;
    font-family: 'Libre Baskerville';
    font-size: 24px;
    font-weight: 400;
    line-height: 3.12;
    letter-spacing: 12px;
} 
.c-head-title:before,
.c-head-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000A38;
}
.c-head-title:before {
    margin-right: 50px;
}
.c-head-title:after {
    margin-left: 50px;
}
.c-head-title02{
    display: inline-block;
    padding-left: 100px;
    margin-bottom: 40px;
    padding-bottom: 6.5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 10px;
    border-bottom: 1px solid #25213C;
}
.c-head-title03{
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: 3px solid #DFE3EC;
    font-size: 18px;
    font-weight: 600;
}
.c-head-title03::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 15px;
    height: 35px;
    background-color: #000;
    opacity: 0.2;
}
.c-head-title03.conveni::before,
.erea-info-link.conveni::before{
    background-color: #922790;
}
.c-head-title03.super::before,
.erea-info-link.super::before{
    background-color: #EE1C25;
}
.c-head-title03.restaurant::before,
.erea-info-link.restaurant::before{
    background-color: #F58221;
}
.c-head-title03.commercial::before,
.erea-info-link.commercial::before{
    background-color: #BAAC7E;
}
.c-head-title03.lunchbox::before,
.erea-info-link.lunchbox::before{
    background-color: #A7013D;
}
.c-head-title03.drugstore::before,
.erea-info-link.drugstore::before{
    background-color: #00A9AA;
}
.c-head-title03.cleaning::before,
.erea-info-link.cleaning::before{
    background-color: #57B7DF;
}
.c-head-title03.sports::before,
.erea-info-link.sports::before{
    background-color: #303192;
}
.c-head-title03.hospital::before,
.erea-info-link.hospital::before{
    background-color: #39B54B;
}
.c-head-title03.finance::before,
.erea-info-link.finance::before{
    background-color: #BED63D;
}
.c-head-title03.education::before,
.erea-info-link.education::before{
    background-color: #F173AC;
}
.c-head-title03.others::before,
.erea-info-link.others::before{
    background-color: #949599;
}
.c-head-title04{
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    border-bottom: 1px solid #25213C;
}
@media screen and (max-width: 768px) {
    .c-head-title{
        height: auto;
        margin-bottom: 20px;
        font-family: 'Libre Baskerville';
        font-size: 18px;
        line-height: 1.38;
        letter-spacing: 5.4px;
    }
    .c-head-title02{
        margin-bottom: 15px;
        padding-left: 50px;
        padding-bottom: 3px;
        font-size: 16px;
        letter-spacing: 0.5em;
    }
    .c-head-title03{
        margin-bottom: 3px;
        padding-left: 15px;
        font-size: 15px;
        letter-spacing: 0.3em;
    }
    .c-head-title03::before{
        top: -4px;
        width: 10px;
        height: 30px;
    }
    .c-head-title04{
        margin-bottom: 10px;
        font-size: 15px;
    }
}
/* リストスタイル */
.info-list,.erea-info-list,.erea-info-link_wrap{
    list-style: none;
}
.info-list .info-list-date{
    display: inline-block;
    width: 20%;
    font-family: 'Libre Baskerville';
    font-size: 22px;
    letter-spacing: 0.2em;
}
.info-list .info-list-text{
    margin-left: 50px;
    font-size: 22px;
}
.info-list-item{
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE3EC;
}
.info-list .info-list-text a{
    border-bottom: 1px solid #25213C;
}
.info-list .info-list-text a:hover {
    color: #9d2429;
    border-bottom: 1px solid #9d2429;
}
.erea-info-list{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .info-list-item{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .info-list .info-list-date{
        display: block;
        font-size: 16px;
        line-height: 1.93;
    }
    .info-list .info-list-text{
        display: block;
        margin-left: 0;
        font-size: 16px;
        line-height: 1.93;
        letter-spacing: 0.06em;    
    }
    .erea-info-list{
        margin-bottom: 20px;
    }
}

/* テーブルスタイル */
.simple-table{
    width: 100%;
}
.simple-table th{
    width: 40%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3em; 
}
.simple-table td{
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.simple-table th,
.simple-table td{
    border-bottom: 1px solid #DFE3EC;
    padding: 10px 0;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .simple-table th,
    .simple-table td{
        display: block;
        width: 100%;
    }
    .simple-table th{
        border: none;
        padding-bottom: 0;
    }
    .simple-table td{
        letter-spacing: 0.05em;
    }
}

/* テキストスタイル */
.read-text{
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}
.text-group01{
    letter-spacing: 1.44px;
    line-height: 1.44;
}
.text-group02{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.92px;
    line-height: 1.46;
}
.text-group03{
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.text-group04{
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.05em;
}
.text-group05{
    font-size: 10px;
    letter-spacing: 0.05em;
}
.supplement-txt{
    font-size: .5em;
    letter-spacing: 0.02em;
    line-height: 15px;
}
@media screen and (max-width: 768px) {
    .read-text{
        max-width: 495px;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.8;
        text-align: left;
    }
    .text-group01{
        font-size: 12px;
        line-height: 1.41;
        letter-spacing: 0px;
    }
    .text-group02{
        font-size: 16px;
        letter-spacing: 1.28px;
        line-height: 1.43;
    }
    .text-group04{
        margin-top: 10px;
    }
}
/* レイアウト */

.horizontal-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* PC2カラム SP1カラム */
.horizontal-content02_item{
    width: calc(50% - 32px);
}
/* PC3カラム SP2カラム */
.horizontal-content03_item{
    width: calc(33.3% - 18px);
}
/* PC4カラム SP1カラム */
.horizontal-content04_item{
    width: calc(25% - 22px);
}
.c-explanation-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 30px;
    background-color: #FFF;

}
.c-explanation-box_img_wrap{
    display: flex;
    justify-content: space-between;
}
.c-explanation-box .c-explanation-box_img{
    width: calc(41%);
}
.c-explanation-box .c-explanation-box_img img{
    max-width: 180px;
    max-height: 280px;
    width: calc(50% - 5px);
    height: 100%;
}
.c-explanation-box .c-explanation-box_img img:first-child{
    margin-right: 10px;
}
.c-explanation-box .c-explanation-box_txt{
    width: calc(59%);
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.c-explanation-box .c-explanation-box_txt p{
    margin-bottom: 15px;
}
.c-explanation-box .c-explanation-box_txt ul{
    margin-left: 20px;
}
.c-explanation-box .c-explanation-box_txt li{
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .horizontal-content03_item{
        width: calc(50% - 7px);
    }
    .horizontal-content02_item{
        width: calc(100%);
    }
    .c-explanation-box{
        flex-direction: column;
        padding: 20px 15px;
    }
    .c-explanation-box_img_wrap {
        justify-content: space-around;
        margin-bottom: 15px;
    }
    .c-explanation-box .c-explanation-box_img,
    .c-explanation-box .c-explanation-box_txt{
        width: calc(100%);
        margin-left: 0;
    }
    .c-explanation-box .c-explanation-box_txt p{
        margin-bottom: 10px;
    }
    .c-explanation-box .c-explanation-box_txt li {
        margin-bottom: 5px;
    }
}
/*--------------------------------------------------------------
# サイトヘッダー
--------------------------------------------------------------*/
.hd_main-container{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.hd_site-title_wrap h1{
    font-family: 'NotoSansJP';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1.3;
}
.hd_cta-link_wrap{
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
    padding: 0 10px;
}
.hd_cta-link{
    border: 1px solid #25213C;
    width: 180px;
    margin-right: 20px;
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 2.5;
}
.hd_cta-link.important-link{
    background-color: #25213C;
    color: #FFF;
}
.hd_cta-link_wrap .hd_cta-link:last-child{
    margin-right: 0;
}

/* メインビジュアル */
.main-visual_wrap{
    margin-top: 20px;
}
.main-visual-img{
    position: relative;
    width: 100%;
    height: 735px;
}
.main-visual-img .main-visual-img_fixed{
    width: 100%;
    height: 735px;
    object-fit: cover;
}
.main-visual-img .text-group05{
    position: absolute;
    left: 5px;
    bottom: 65px;
    color: #FFF;
    text-shadow:1px 1px 3px;
}
.main-visual-img .appearance-cg .text-group05{
    position: absolute;
    top: auto;
    right: 5px;
    left: auto;
    bottom: -160px;
    color: #FFF;
    z-index: 2;
}
.main-visual-img_float{
    position: absolute;
    right: 0;
    bottom: -165px;
    width: 544px;
    height: 658px;
    z-index: 1;
}
.main-visual-copy{
    position: absolute;
    top: 255px;
    left: 107px;
    text-align: left;
    font-size: 42px;
    letter-spacing: 21px;
    line-height: 1.78;
    color: #FFF;
}
.main-visual-text{
    height: 225px;
    background-color: #000A389E;
    transform: translateY(-60px);
}
.main-visual-text01{
    height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    letter-spacing: 7.2px;
    line-height: 2.5;
    margin-right: 200px;
    margin-bottom: 15px;
}
.main-visual-text02{
    width: 850px;
    margin: 0 auto;
    text-align: right;
}
.main-visual-text02 img{
    width: auto;
}
.main-visual-supplement{
    transform: translateY(-60px);
    text-align: right;
}
@media screen and (max-width: 1900px) {
    .main-visual-img_float{
        width: 30%;
        height: auto;
    }
    .main-visual-text01{
        margin-right: 30%;
        text-align: right;
    }
    .main-visual-text02{
        width: auto;
        margin-right: 30%;
    }
    .main-visual-text02 img{
        margin: 0 auto;
    }
}
@media screen and (max-width: 1540px) {
    .main-visual-img_float{
        bottom: 60px;
        width: 435px;
        height: 526px;
    }
    .main-visual-img .appearance-cg .text-group05{
        bottom: 70px;
    }
    .main-visual-text01{
        margin-right: 0;
        text-align: center;
    }
    .main-visual-text02{
        margin-right: 0;
        text-align: center;
    }
    .main-visual-text02 img{
        width: 100%;
        max-width: 817px;
    }
}
@media screen and (max-width: 1080px) {
    .main-visual-copy{
        top: 60px;
    }
    .main-visual-text01{
        font-size: 20px;
        line-height: 1.4;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 768px) {
    .hd_site-logo{
        width: 177px;
        height: auto;
        padding-left: 10px;
    }
    .main-visual-img,
    .main-visual-img .main-visual-img_fixed{
        height: auto;
    }
    .main-visual-text .appearance-cg .text-group05{
        position: absolute;
        z-index: 2;
        right: -45%;
        color: #000;
        bottom: -8px;
        background: #FFFFFF99;
    }
    .main-visual-img_float{
        width: 56.865%;
        height: auto;
        bottom: -15px;
        right: -47%;
    }
    .main-visual-copy{
        top: 94px;
        left: 26px;
        font-size: 18px;
        letter-spacing: 7.2px;
    }
    .main-visual-text{
        height: auto;
        background-color: none;
        transform: none;
        background-color:transparent;
    }
    .main-visual-text01.sp-view{
        position: relative;
        width: 68%;
        height: auto;
        margin-left: 0;
        margin-top: 15px;
    }
    .main-visual-text02{
        background: transparent linear-gradient(68deg, #000A38 0%, #545B7AC7 100%) 0% 0% no-repeat padding-box;
        padding: 15px;
    }
    .main-visual-img .text-group05{
        bottom: 5px;
    }
    .main-visual-supplement{
        transform: translateY(0);
        color: #000;
    }
}

/* グローバルメニュー */
.hd_gmenu_container{
    display: block;
    margin-top: 20px;
}
.hd_gmenu_container nav{
    height: 100%;
}
.hd_gmenu_container nav ul{
    display: flex;
    height: 100%;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    font-weight: 500;
}
.hd_gmenu_container ul{
    display: flex;
}
.hd_gmenu_container .hd_gmenu-link{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 18px;
    letter-spacing: 5.4px;
    border-left: 1px solid #707070;
}
.hd_gmenu_container .hd_gmenu-link:last-child{
    border-right: 1px solid #707070;
}
.hd_gmenu-link a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}
.hd_gmenu-link a:hover{
    color: #9d2429;
}
@media screen and (max-width: 900px) {
    .hd_gmenu_container .hd_gmenu-link{
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .hd_gmenu_container{
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        margin-top: 0;
        background-color: #25213C;
        color: #FFF;
        opacity: 0;
        pointer-events: none;
    }
    .hd_gmenu_container .hd_gmenu-link{
        justify-content: left;
        height: 45px;
        font-size: 14px;
        letter-spacing: 4.2px;
        border-left: none;
    }
    .hd_gmenu_container .hd_gmenu-link:last-child{
        border-right: none;
    }
    .hd_gmenu_container.open {
        opacity: 1;
        pointer-events: auto;
        transition: .3s;
        z-index: 998;
    }
    .main-navigation_overlay.open {
        display: block;
        opacity: 0.7;
        transition: .3s;
    }
    .hd_gmenu_container nav ul{
        display: block;
        padding: 77px 15px 24px 15px;
        height: auto;
    }
    .hd_gmenu_container nav ul li{
        padding: 15px 0 7px 0;
        /* font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.08em; */
        border-bottom: 1px solid #FFF;
    }
    .hd_gmenu_container nav ul li a{
        color: #FFF;

    }
    .hd_gmenu_container nav ul.sub-menu{
        display: none;
        margin-top: 8px;
        padding: 0;
        padding-top: 8px;
        border-top: 1px solid #333;
    }
    .hd_gmenu_container nav ul.sub-menu li:not(:last-child){
        border-bottom: none;
        padding: 0 0 12px 0;
    }
    .hd_gmenu_container nav ul.sub-menu li:last-child{
        border-bottom: none;
        padding: 0;
    }

    /* .open-submenu-btn > a span{
        position: relative;
    }
    .open-submenu-btn > a span:after {
        content: '';
        position: absolute;
        top: 3px;
        right: -28px;
        width: 13px;
        height: 13px;
        background-image: url(images/common/codicon_arrow-right.png);
        background-size: cover;
        background-repeat: no-repeat;
        transition: .3s;
    }
    .open-submenu-btn > a.is-open span::after {
        transform: rotate(90deg);
        transition: .3s;
    } */
    .hd_gmenu_container nav ul li.is-open{
        border-bottom: none;
    }
    /* .hd_gmenu_container nav .footer-sns{
        height: auto;
        margin: 0 auto;
    } */
    .hd-sp_cta-link_container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 30px;  
    }
    .hd-sp_cta-link_container .hd_cta-link{
        display: flex;
        justify-content: center;
        align-items: center;    
        width: 48%;
        height: 50px;
        margin-right: 0;
        font-size: 14px;
        letter-spacing: 4.2px;
        color: #FFF;
        border: 1px solid #FFF;
    }
    .hd-sp_cta-link_container .hd_cta-link:last-child{
        width: 100%;
        margin-top: 10px;
    }
    .hd_gmenu-link a{
        text-align: left;
    }
}

/* ハンバーガーメニュー */
.hamburger_menu {
    display: none;
}
@media screen and (max-width: 768px) {
    .hamburger_menu {
        display: block;
        position: fixed;
        /* position: absolute; */
        top: 28px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 40px;
        margin: 0 0 0 auto;
        z-index: 999;
    }
    #nav-btn {
        display: block;
        position: absolute;
        width: 60px;
        height: 20px;
        z-index: 9999;
        top: 0;
        right: 10px;
        background: transparent;
        border: none;
    }
    .hamburger_menu .bdr {
        position: absolute;
        left: 25px;
        width: 26px;
        height: 1px;
        border-radius: 4px;
        background: #333;
        transition: all 0.5s;
    }
    .hamburger_menu-btn .bdr:nth-child(1) {
        bottom: 100%;
    }
    .hamburger_menu-btn .bdr:nth-child(2) {
        bottom: 50%;
    }
    .hamburger_menu-btn .bdr:nth-child(3) {
        bottom: 0;
    }
    .hamburger_menu-btn.is-active .bdr:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
        background: #FFF;
    }
    .hamburger_menu-btn.is-active .bdr:nth-child(2) {
        opacity: 0;
    }
    .hamburger_menu-btn.is-active .bdr:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
        background: #FFF;
    }
}

@media screen and (max-width: 768px) {
    /* スマホ用 トップへ戻るボタン */
    .go-to-top_btn{
        position: fixed;
        right: 10px;
        bottom: 60px;
        width: 50px;
        height: 50px;
        z-index: 1;
    }

    /* スマホ用 フッター固定ボタン */
    #fixed-content{
        position: fixed;
        bottom: 0;
        height: 50px;
        width:100%;
        z-index: 99;
        display: flex;
        transition: .5s;
    }
    #fixed-content.hide{
        transform: translateY(100%);
    }
    .fixed-foot-btn_item{
        width: 50%;
        height: 100%;
        font-size: 16px;
        line-height: 1.43;
        letter-spacing: 1.28px;
        background-color: #000A38;
        border: 1px solid #000A38;
        position: relative;
    }
    .fixed-foot-btn_item a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
    }
    .fixed-foot-btn_item.white-tone a{
        color: #000A38;
        background-color: #FFF;
    }
    .foot-btn_icon{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}
/*--------------------------------------------------------------
# サイトフッター
--------------------------------------------------------------*/
.ft_gmenu_container ul{
    display: flex;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3.6px;
}
.ft_gmenu_container .ft_gmenu-link{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #707070;
}
.ft_gmenu_container .ft_gmenu-link:last-child {
    border-right: none;
}
.contact-info_wrap{
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 5.4px;
    text-align: center;
}
.contact-info_wrap .tel-num{
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 56px;
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1.42;
}
.contact-info_wrap .tel-num::before{
    content: '';
    position: absolute;
    left: -10px;
    width: 56px;
    height: 56px;
    background-image: url(../../images/common/icon-tel.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.page-footer .bg_container{
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .ft_gmenu_container ul{
        flex-wrap: wrap;
        height: auto;
        margin-top: 40px;
    }
    .ft_gmenu_container .ft_gmenu-link{
        flex: 0 0 auto;
        width: 50%;
        height: 35px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42;
        letter-spacing: 4.2px;
        background-color: #25213C;
        border-bottom: 1px solid #FFF;
        border-right: none;
    }
    .ft_gmenu_container .ft_gmenu-link:last-child{
        width: 100%;
    }
    .ft_gmenu_container .ft_gmenu-link:nth-child(odd){
        border-right: 1px solid #FFF;
    }
    .ft_gmenu_container .ft_gmenu-link:nth-child(5),
    .ft_gmenu_container .ft_gmenu-link:nth-child(6){
        border-bottom: none;
    }
    .ft_gmenu_container .ft_gmenu-link a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #FFF;
    }
    .ft_gmenu_container .ft_gmenu-link.white-tone{
        color: #000A38;
        background-color: #FFF;
        border-bottom: 1px solid #000A38;
        border-right: 1px solid #000A38;
    }
    .ft_gmenu_container .ft_gmenu-link:nth-child(odd){
        border-left: 1px solid #000A38;
    }
    .ft_gmenu_container .ft_gmenu-link.white-tone a{
        color: #000A38;
    }
    .contact-info_wrap{
        margin-top: 0;
        font-size: 12px;
        letter-spacing: 3.6px;
    }
    .contact-info_wrap .tel-num{
        padding-left: 45px;
        font-size: 34px;
        letter-spacing: 3.4px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .contact-info_wrap .tel-num::before{
        width: 48px;
        height: 48px;
    }
    .page-footer .bg_container{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
}
/*--------------------------------------------------------------
# コンテンツスタイル
--------------------------------------------------------------*/
/* インフォメーション */
.information_container{
    margin-top: 5px;
    margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
    .information_container{
        margin-top: 50px;
        margin-bottom: 0;
    }  
}

/* アクセス */
.station-info_wrap{
    display: flex;
}
.station-info_inner{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    max-width: 495px;
}
.station-info_wrap .station-info_inner:nth-child(2){
    justify-content: right;
}
.station-info-img{
    position: relative;
    width: 48.4%;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #FFFFFFA6;
}
.station-info_inner .station-info-img:nth-child(2){
    margin-left: 10px;
}
.station-minutes{
    position: absolute;
    top: 30px;
    left: 10px;
    font: italic normal normal 18px/22px Libre Baskerville;
    letter-spacing: 1.44px;
}
.station-minutes span{
    font-size: 50px;
    letter-spacing: 4px;
}
.station-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font: normal normal normal 26px/32px Libre Baskerville;
    letter-spacing: 3.9px;
}
.station-info-text{
    width: 100%;
    margin-right: 5px;
}
.station-info_wrap .station-info_inner:nth-child(2) .station-info-text{
    margin-right: 0;
    margin-left: 5px;
}
.station-info-text_item{
    background: #FFF;
    border: 1px solid #707070;
    text-align: center;
    padding: 7px 0;
    min-height: 80px;
}

.station-info-text .station-info-text_item:nth-child(2){
    margin-top: 10px;
}
.station-info-text_item .text-group01{
    position: relative;
}
.station-info-text_item .text-group01::after{
    content: '';
    position: absolute;
    width: 350px;
    height: 1px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.station-info-text_item .text-group01.jr-sobu-rapid::after{
    background-color: #0067C0;
}
.station-info-text_item .text-group01.toe-asakusa::after{
    background-color: #E83E2F;
}
.station-info-text_item .text-group01.toe-shinjuku::after{
    background-color: #6CBB5A;
}
.station-info-text_item .text-group02{
    margin-top: 5px;
}
.access-map-img{
    margin-top: 55px;
}
@media screen and (max-width: 980px) {
    .station-name{
        font-size: 18px;
        line-height: 1.22;
        letter-spacing: 2.7px;
    }
}
@media screen and (max-width: 768px) {
    .station-info_wrap{
        flex-direction: column;
        align-items: center;
    }
    .station-info_inner{
        justify-content: space-between;
    }
    .station-info_wrap .station-info_inner:nth-child(2){
        justify-content: space-between;
    }
    .station-info-img{
        width: 49.015%;
    }
    .station-info_inner .station-info-img:nth-child(2){
        margin-left: 0;
    }

    .station-minutes{
        top: 4px;
        left: 6px;
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 1.04px;
    }
    .station-minutes span{
        font-size: 36px;
        letter-spacing: 2.88px;
    }
    .station-info-text{
        margin-right: 0;
    }
    .station-info_wrap .station-info_inner:nth-child(2) .station-info-text{
        margin-left: 0;
    }
    .station-info-text_item{
        padding: 5px 0;
        min-height: 57px;
    }
    .station-info-text_item .text-group02{
        margin-top: 6px;
    }
    .station-info-text .station-info-text_item:nth-child(2){
        margin-top: 7px;
        margin-bottom: 12px;
    }
    .station-info-text_item .text-group01::after{
        width: 250px;
    }
    .access-map-img{
        margin-top: 20px;
    }
}

/* ロケーション */
.location_container .horizontal-content{
    margin-top: 40px;
    margin-bottom: 15px;
}
.location_container .horizontal-content03_item{
    margin-bottom: 20px;
}
.horizontal-content03_item img{
    max-height: 196px;
    object-fit: cover;
}
.horizontal-content03-text{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
}
.location-contents_wrap .location-contents_inner:not(:first-child){
    margin-top: 40px;
}
.erea-info_inner{
    margin-bottom: 0;
}
.erea-info-list .erea-info-list_item{
    padding: 10px 0 10px 15px;
    margin-bottom: 2px;
    font-size: 14px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #DFE3EC;
}
.erea-info-list .erea-info-time{
    text-align: right;
}
.horizontal-content02_item.grouping{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .location_container .horizontal-content{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .erea-info_wrap .horizontal-content{
        flex-direction: column;
    }
    .location_container .horizontal-content03_item{
        margin-bottom: 15px;
    }
    .horizontal-content03_item img{
        max-height: 120px;
    }
    .horizontal-content03-text{
        font-size: 12px;
        letter-spacing: 0;
    }
    .erea-info-list .erea-info-list_item{
        padding: 7px 0 7px 10px;
        letter-spacing: 0.05em;
    }
    .erea-info-list .erea-info-time{
        margin-top: 4px;
    }
    .location-contents_wrap .location-contents_inner:not(:first-child){
        margin-top: 20px;
    }

}

/* プラン */
.plan-contents_inner .horizontal-content02_item{
    width: calc(50% - 15px);
    margin-top: 40px;
}
.plan-contents_inner{
    margin-bottom: 55px;
}
.plan-contents_inner .horizontal-content02_item:nth-child(1),
.plan-contents_inner .horizontal-content02_item:nth-child(2){
    margin-top: 0;
}
.plan-box_wrap{
    height: 380px;
    background-color: #000A38;
}
.plan-box-head{
    height: 80px;
    padding: 15px 0 15px 37px;
    color: #FFF;
    line-height: 1;
    background: #3A577D;
}
.plan-box-body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin: 25px 20px;
    padding: 0 15px;
    background: #FFF;
}
.plan-box-text_lg{
    font-family: 'SawarabiMincho';
    font-size: 50px;
    letter-spacing: 0.08em;
}
.plan-box-text_md{
    margin-left: 30px;
    font-family: 'LibreBaskerville';
    font-size: 22px;
    letter-spacing: 0.08em;
}
.plan-box-text_sm{
    position: relative;
    margin-right: 17px;
    font-family: 'SawarabiMincho';
    font-size: 20px;
    letter-spacing: 0.08em;
}
.plan-box-text_sm::before{
    content: '';
    width: 1px;
    height: 50px;
    background-color: #FFF;
    position: absolute;
    right: -17px;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.plan-box-img img{
    max-height: 240px;
}
.plan-contents_inner .casbee{
    margin: 0 auto;
}
.casbee img{
    width: 340px;
    height: auto;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .plan-contents_wrap .horizontal-content{
        flex-direction: column;
    }
    .plan-box_wrap{
        height: 250px;
    }
    .plan-contents_inner .horizontal-content02_item {
        width: calc(100%);
        margin-top: 15px;
    }
    .plan-contents_inner .horizontal-content02_item:nth-child(2){
        margin-top: 15px;
    }
    .plan-box-head{
        height: 50px;
        padding: 10px 0 10px 22px;
    }
    .plan-box-text_lg{
        font-size: 30px;
    }
    .plan-box-text_md{
        margin-left: 15px;
        font-size: 14px;
    }
    .plan-box-text_sm{
        margin-right: 12px;
        font-size: 18px;
    }
    .plan-box-text_sm::before{
        height: 35px;
        right: -12px;
        top: 30%;
    }
    .plan-box-body{
        align-items:flex-end;
        height: 170px;
        margin: 15px 20px;
        padding: 0 10px;
    }
    .plan-box-img img{
        width: auto;
        height: 100%;
        max-height: 160px;
    }
    .casbee img{
        width: 100%;
        margin-top: 0;
    }

}

/* モデルルーム */
.modelroom-supplement{
    margin-top: 30px;
}

/* 設備写真 */
.equipment-contents_inner .horizontal-content02_item{
    width: calc(50% - 15px);
}
.equipment-contents_inner .horizontal-content02_item,
.equipment-contents_inner .horizontal-content04_item{
    margin-bottom: 40px;
}
.equipment-supplement{
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .equipment-contents_inner .horizontal-content02_item{
        width: calc(100%);
    }
    .equipment-contents_inner .horizontal-content04_item{
        width: calc(50% - 15px);
    }
    .equipment-contents_inner .horizontal-content02_item,
    .equipment-contents_inner .horizontal-content04_item{
    margin-bottom: 25px;
}
}
@media screen and (max-width: 768px) {
.outline-contents_inner.content_wrap_sm{
    padding: 0;
}
}