@charset "utf-8";
/*
Theme Name: Lifestyle
Theme URI: https://lifestyle-sapporo.com
Description: Lifestyleのオリジナルテーマ
Author: Lifestyle Co.,Ltd. 
Author URI: https://lifestyle-sapporo.com
Version: 1.0.0
*/


html{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
}
body{
    font-size: 1.8rem;
    font-feature-settings: "palt";
}
img{
    width: 100%;
    height: auto;
}
ul{
    padding: 0;
    margin: 0;
    line-height: 1;
}
.pc_br{
    display: none;
}
.pc_view{
    display: none;
}
/*******************
*
*文字の装飾
*
*******************/
a{
    color: #082f50;
}
.en{
    font-family: 'Roboto Condensed', sans-serif;
}
.ja{
    font-family: 'Noto Sans JP', sans-serif;    
}

/*******************
*
*ボタン設定
*
*******************/
.sec-btn{
    margin-bottom: 20px;
}
.sec-btn a{
    display: block;
    width: 100%;
    font-size: 2.0rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #114e94;
    padding: 20px 0;
}
.sec-btn:last-child{
    margin-bottom: 0;
}

/*******************
*
*ふわっと出る
*
*******************/
.fadeIn{
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime{
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
}
.fadeInTrigger{
    opacity: 0;
}

/*******************
*
*header
*
*******************/
header{
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 1;
}
.header-logo{
    width: 46.67vw;
    margin: 14px auto;
}
/*メニューボタン*/
.header-navi-btn{
    display: flex;
    justify-content: space-between;
}
.navi-btn{
    position: relative;
}
.navi-btn::after{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 1px;
    height: 35px;
    background: #fff;
}
.navi-btn:last-of-type:after{
    display: none;
}
.navi-btn{
    color: #fff;
    width: 50%;
    text-transform: uppercase;
    background: #114e94;
}
.navi-btn p{
    font-weight: 700;
    position: relative;
    margin: 0;
    line-height: 35px;
}
.navi-btn p::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-size: 1.5rem;
    right: 15px;
}
.s-text{
    font-size: 1.0rem;
    vertical-align: middle;
    margin-left: 10px;
}
/*ボタンが押されているとき*/
.active{
    color: #114e94;
    background: #cfdbea;
    border: solid #114e94 1px;
}
.active p{
    line-height: 33px;
}
.active p::after{
    content: '\f106';
}
/**********************
*メニュー開閉
**********************/
#ServiceMenu,#GnavMenu{
    display: none;
    background: #cfdbea;
    border-left: #114e94 1px solid;
    border-right: #114e94 1px solid;
    border-bottom: #114e94 1px solid;
}
 
/**********************
*事業部リンク
**********************/
#menu-service-nav{
    width: 94.93vw;
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu-service-nav li{
    width: 47.19vw;
    max-width: 168px;
    margin-bottom: 15px;
}
/**********************
*グローバルナビゲーション
**********************/
.main-gnav ul{
    list-style: none;
    width: 93vw;
    padding-top: 20px;
    margin: 0 auto;
}
.main-gnav li a{
    display: flex;
    justify-content: space-between;
    font-size: 2.4rem;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: solid 1px #082f50;
}
.main-gnav li a::after{
    color: #082f50;
    font-family: "Font Awesome 5 Free";
    font-size: 2.4rem;
    content: '\f105';
}
.sub-menu{
    margin: 25px 10px;
    display: flex;
    flex-direction: column;
}
.menu-fb{
    order: 2;
    font-size: 5.0rem;
    text-align: center;
    margin-bottom: 0;
}
.menu-fb a{
    color: #082f50;
}
.menu-content{
    order: 1;
}
.tel{
    color: #082f50;
    text-align: center;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.tel::before{
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    font-size: 2.5rem;
    vertical-align: middle;
    padding-right: 5px;
}
.tel a{
    text-decoration: none;
}
.reception{
    font-weight: 400;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 5px;
}
.mail p{
    margin-bottom: 0;
}
.mail a{
    display: block;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none;
    width: 355px;
    padding: 10px 0;
    margin: 0 auto;
    background: #082f50;
}
.fa-envelope{
    margin-right: 10px;
}

/*******************
*
*メインビジュアル
*
*******************/
.mv{
    padding-top: 90px;
}
.mv-wrap{
    position: relative;
    height: 107.73vw;
    background-image: url(images/main_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.mv_text{
    position: absolute;
    top: 43.47vw;
    width: 100vw;
    font-size: 3.2rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgb(0,0,0);
}

/*******************
*
*main
*
*******************/
main{
    margin: 50px 0 100px;
}
/*******************
*
*セクション/見出し共通
*
*******************/
section{
    margin-bottom: 100px;
}
.sec-ttl{
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 400;
    font-size: 3.6rem;
    margin-bottom: 50px;
}
.sec-ttl span.ja{
    display: block;
    font-size: 1.6rem;
}
.sec-ttl:first-letter{
    color: #114e94;
}
.sec-ttl::after{
    content:"";
    display:block;
    width: 30px;
    height: 1px;
    margin: 20px auto 0;
    background-color:#000;
}
.sec-wrap{
    width: 94.67vw;
    margin: 0 auto;
}

/*******************
*
*お知らせ
*
*******************/
.news-list{
    margin-bottom: 50px;
}
.news-list a{
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.news-list a::after{
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30%;
    border-bottom: 2px solid #114e94;
    transition: all 0.5s;
}
.news-list a:hover:after{
    width: 100%;
}
.list-items{
    display: flex;
    flex-wrap: wrap;
}
.news-cat{
    font-weight: 700;
    color: #114e94;
    font-size: 1.4rem;
    margin-left: 20px;
}
.news-title{
    width: 100%;
}
.post-categories li{
    list-style: none;
}
.post-categories li a{
    color: #114e94;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 20px;
}
.news-btn a{
    color: #000;
    display: block;
    width: 66.67vw;
    text-align: center;
    text-decoration: none;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 15px 0;
    margin: 0 auto;
}

/*******************
*
*事業部
*
*******************/
.service-items{
    width: 100vw;
    margin-bottom: 5px;
}
.service-items a{
    color: #fff;
    font-size: 3.0rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 0 5px rgb(0,0,0);
    font-weight: 700;
    line-height: 1.2;
    display: block;
    width: 100vw;
    padding: 6.67vw 0;
}
.service-items .ja{
    display: block;
    font-size: 1.6rem;
}
.items-wrap{
    background-repeat: no-repeat;
    background-size: cover;
}
.service-re{
    background-image: url(images/service_re_sp.png);
}
.service-ex{
    background-image: url(images/service_ex_sp.png);
}
.service-shop{
    background-image: url(images/service_shop_sp.png);
}
/*******************
*
*加盟団体
*
*******************/
.org-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}
.org-list li{
    width: 46.67vw;
    margin-bottom: 25px;
}
.org-list li:last-of-type,.org-list li:nth-last-of-type(2){
    margin-bottom: 0;
}

/*******************
*
*フッター
*
*******************/
footer{
    position: relative;
}
.fot-menu{
    background: #cfdbea;
}
#menu-fnav{
    padding: 25px;
    list-style: none;
}
#menu-fnav li{
    text-align: center;
    margin-bottom: 30px;
}
#menu-fnav li:last-of-type{
    margin-bottom: 0;
}
#menu-fnav a{
    color: #000;
    text-decoration: none;
}
.fot-company{
    color: #fff;
    background: #114e94;
}
.fot-company-add{
    text-align: center;
    padding: 40px 10px;
}
.fot-company-add li{
    list-style: none;
    margin-bottom: 30px;
}
.fot-logo{
    width: 250px;
    margin: 0 auto 15px;
}
.fot-company-add .company-name{
    margin-bottom: 10px;
}
.fot-company-add .permit{
    font-size: 1.2rem;
}
.fot-company-add .tel,.fot-company-add .tel a{
    color: #fff;
}
.fot-company-add .mail a{
    width: 100%;
    max-width: 355px;
}
.copy{
    position: absolute;
    width: 100vw;
    bottom: 0;
    font-size: 1.2rem;
    text-align: center;
    background: #114e94;
    z-index: 1;
}
.map{
    height: 0;
    overflow: hidden;
    padding-bottom: 120vw;
    position: relative;
}
.map iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/****************************
*
*テキスト関係共通
*
****************************/
h4{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 40px;
}
p{
    line-height: 1.5;
    margin-bottom: 50px;
}
.center{
    text-align: center;
}

/*----------------------------------------------
*ここから下層ページ
----------------------------------------------*/
.page-wrapper{
    margin-top: 0;
    padding-top: 90px;
}
.page-main{
    margin-top: 0;
}
.page-ttl{
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.page-ttl h2{
    font-size: 4.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgb(0 0 0);
    width: 100vw;
    height: 40vw;
    padding: 13.33vw 0;
}
.page-ttl .ja{
    display: block;
    font-size: 1.6rem;
}
.blue{
    color: #114e94;
    font-weight: 700;
}

/*******************
*
*会社案内ページ
*
*******************/
.about .page-ttl{
    background-image: url(images/about_mv_sp.png);
}
/*会社案内のナビ*/
.menu-about-nav-container{
    width: 98vw;
    margin: 0 auto 100px;
}
.menu-about-nav-container ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.menu-about-nav-container li{
    width: 30.67vw;
    font-size: 1.4rem;
    text-align: center;
    border-top: #000 dotted 1px;
    border-bottom: #000 dotted 1px;
}
.menu-about-nav-container li a{
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 17px 0;
}
.menu-about-nav-container li:first-of-type a{
    padding: 10px 0;
}
.menu-about-nav-container .current-menu-item{
    color: #114e94;
    background: #cfdbea;
}
/**********************
*ライフスタイルについて
**********************/

/*経営理念*/
.slogan-list{
    border: solid 2px #082f50;
    padding: 20px;
    margin-bottom: 20px;
    background: #cfdbea;
}
.slogan-ttl{
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.sub-ttl{
    display: block;
    font-size: 1.2rem;
}
.slogan-ttl::after{
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    margin: 10px auto 0;
}
.slogan-txt{
    font-size: 1.4rem;
}
/*選ばれる理由*/
.point-list-img{
    margin-bottom: 40px;
}
.point-list-text h4{
    line-height: 1.5;
}
/*会社概要*/
table{
    font-size: 1.4rem;
    border: solid 1px #ccc;
    border-collapse: collapse;
}
th{
    text-align: left;
    color: #114e94;
    vertical-align: top;
    line-height: 1.5;
    width: 30vw;
    background: #cfdbea;
    padding: 10px;
    border: solid #ccc 1px;
    border-collapse: collapse;
}
td{
    line-height: 1.5;
    width: 70vw;
    padding: 10px;
    border: solid #ccc 1px;
    border-collapse: collapse;
}
td li{
    line-height: 1.5;
    margin-left: 25px;
}

/*会社概要*/
.history-list .list-item,.award-list .list-item{
    display: flex;
    position: relative;
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.history-list .list-item::after,.award-list .list-item::after{
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30%;
    border-bottom: 2px solid #114e94;
}
.list-year{
    width: 30%;
    min-width: 110px;
}
.list-txt{
    width: 70%;
    padding: 0 10px;
    line-height: 1.5;
}

/*******************
*
*事業部ページ
*
*******************/
.service .page-ttl,.privacypolicy .page-ttl,.sitemap .page-ttl{
    background-image: url(images/service_mv_sp.png);
}
.service-card{
    padding: 20px 10px;
    border: solid 2px #082f50;
    margin-bottom: 50px;
}
.service-card:last-of-type{
    letter-spacing: -0.1rem;
    margin-bottom: 0;
}
.service-img{
    margin-bottom: 20px;
}
/*タイトル初期設定*/
.service-ttl{
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 6.0rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}
.sub-ttl{
    display: block;
    font-weight: 400;
    font-size: 2.4rem;
}
.card-txt{
    margin-bottom: 30px;
}

/*******************
*
*お知らせページ
*
*******************/
.news .page-ttl{
    background-image: url(images/news_mv_sp.png);
}
/*アーカイブ*/
.news .news-list{
    margin-bottom: 75px;
}
.archive .sec-wrap{
    border-bottom: none;
}
.news .news-list a{
    padding-top: 0;
    margin-bottom: 50px;
}
.news-img{
    padding-bottom: 20px;
    min-height: 270px;
}
.pager{
    list-style: none;
    display: flex;
    justify-content: center;
}
.pager li{
    margin-right: 20px;
}
.pager li:last-of-type{
    margin-right: 0;
}
.pager li a{
    text-decoration: none;
    display: table-cell;
    color: #114e94;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #cfdbea;
}
.pager .pager-active{
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #114e94;
}

/*お知らせ記事*/
.news .sec-ttl{
    width: 94.67vw;
    font-size: 3.0rem;
    margin: 0 auto 50px;
}
.news-data{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
}
.news-data p{
    margin-bottom: 0;
}
.page-main .news-content{
    padding-bottom: 40px;
    border-bottom: solid #000 1px;
    margin-bottom: 30px;
}
.news .sec-wrap:last-of-type{
    padding: 0;
    border: none;
    margin-bottom: 0;
}
.news-txt img{
    margin-bottom: 25px;
}
.pager-page{
    display: flex;
    justify-content: space-between;
}
.pager-page p{
    width: 250px;
    margin-bottom: 0;
}
.pager-page .all{
    text-align: center;
}
.pager-page .next{
    text-align: right;
}

/*記事内文字設定*/
.news-text h4{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
}
.news-text ol,.news-text ul{
    padding-left: 30px;
    margin: 20px 0;
}





/*******************
*
*採用ページ
*
*******************/
.recruit .page-ttl,.contact .page-ttl{
    background-image: url(images/recruit_mv_sp.png);
}
/*募集していない時*/
.not-recruit h4{
    color: #114e94;
    padding: 20PX;
    border-top: solid 1px #114e94;
    border-bottom: solid 1px #114e94;
}

/*募集中*/
.recruit-box{
    padding: 20px 10px;
    border: 2px #082f50 solid;
    margin-bottom: 50px;
}
.recruit-box-ttl{
    padding-bottom: 20px;
    border-bottom: 2px #000 solid;
    margin-bottom: 20px;
}
.recruit-name{
    font-size: 3.6rem;
    margin-bottom: 20px;
}
.recruit-type{
    font-size: 2.4rem;
    margin-bottom: 0;
}
.recruit-content-ttl{
    font-weight: 700;
    color: #114e94;
    margin-bottom: 0;
}
.recruit-box-btn{
    margin-top: 50px;
}
.btn{
    margin: 0;
}
.btn a{
    display: block;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none;
    background: #114e94;
    padding: 15px 0;
}
/*******************
*
*お問合わせページ
*
*******************/
.contact-service .tel,.contact-service .tel a{
    color: #000;
}
.tel::before{
    padding: 0;
}
.contact-service-list{
    padding: 20px;
    border: 2px solid #114e94;
    margin-bottom: 20px;
}
.contact-service-name{
    color: #114e94;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.contact-service-txt{
    margin-bottom: 20px;
}
.contact-service-site h5{
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.service-site-link{
    margin-bottom: 10px;
}
.service-site-link:last-of-type{
    margin-bottom: 0;
}
/*メールフォーム*/
.form-table,.form-table tbody,.form-table tr,.form-table th,.form-table td{
    display: block;
    border: none;
    background: none;
    width: 100%;
    font-size: 1.8rem;
    padding: 0;
}
.form-table tr{
    margin-bottom: 40px;
}
.form-table th{
    color: #000;
    padding: 0;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.hissu{
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #fff;
    background: #da3232;
    margin-left: 10px;
    border-radius: 5px;
    padding: 3px 7px;
}
td.naiyo{
    line-height: 2.5;
}
.wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
}
.toiawasenaiyo .wpcf7-list-item{
    width: 100%;
}

/*チェックボックスとラジオボタン*/
input[type="radio"],input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all 0.3s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
    border: 2px solid #ccc;
}
/*チェックボックス*/
input[type="checkbox"]{
    margin-right: 15px;
}
input[type="checkbox"]::before,input[type="checkbox"]::after{
    position:absolute;
    content: "";
    background: #fff;
    transition: all 0.3s ease-in-out;
}
input[type="checkbox"]::before{
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/*ラジオボタン*/
input[type="radio"]{
    border-radius: 50%;
    margin-right: 15px;
}
input[type="radio"]:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 0.3s;
}

/*チェック・ラジオ　バックグラウンドの色*/
input[type="checkbox"]:checked,input[type="checkbox"]:indeterminate,[type="radio"]:checked:before{
    transform: scale(1.3);
    background: #114e94;
}
input[type="text"],input[type="email"],input[type="tel"]{
    width: 100%;
    height: 40px;
    background: #cfdbea;
    border: none;
}
textarea{
    width: 100%;
    background: #cfdbea;
    border: none;
}
.policy{
    margin-bottom: 40px;
    text-align: center;
}

input[type="submit"]{
    -webkit-appearance: none;
    width: 100%;
    height: 75px;
    color: #fff;
    font-size: 2.4rem;
    background: #114e94;
    border: none;
    border-radius: unset;
}

/*******************
*
*サイトマップ設定
*
*******************/
.site-map p{
    margin-bottom: 20px;
}
.page-list{
    margin-bottom: 50px;
}
.site-map ul{
    margin-left: 30px;
    line-height: 1.5;
}
.site-map li,.site-map .children li{
    margin-bottom: 30px;
}
.site-map .children li:first-of-type{
    margin-top: 30px;
}
/*お知らせ記事一覧*/
.map-news h3{
    margin-bottom: 30px;
}
.map-news h4{
    font-size: 1.8rem;
    margin-bottom: 15px;
    background: #114e94;
    padding: 10px 5px;
}
.map-news h4 a{
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 960px){
    /**********************
    *共通設定
    **********************/
    a{
        transition: all 0.5s;
    }
    /**********************
    *表示/非表示設定
    **********************/
    #GnavBtn{
        display: none;
    }
    #GnavMenu{
        display: flex;
        background: #fff;
        border: none;
        align-items: center;
    }
    .pc_br{
        display: block;
    }
    .sp_view{
        display: none;
    }
    .pc_view{
        display: block;
    }
    /*******************
    *
    *ヘッダー
    *
    *******************/
    header{
        height: 100px;
    }
    .header-top-bar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    .header-logo{
        width: 250px;
        margin: 0 0 0 50px;
        transition: all 0.5s;
    }
    .header-logo:hover{
        opacity: 0.5;
    }
    /**********************
    *事業部ボタン
    **********************/
    .header-navi-btn{
        position: absolute;
        top: calc(50vh - 100px);
        right: 0;
        width: 60px;
        height: 250px;
    }
    #ServiceBtn{
        width: 100%;
        writing-mode: vertical-lr;
        font-size: 3.6rem;
        transition: all 0.3s;
    }
    .navi-btn p{
        width: 100%;
        font-weight: 400;
        line-height: unset;
        cursor: pointer;
    }
    .navi-btn::after{
        display: none;
    }
    .s-text{
        font-size: 2.0rem;
        vertical-align: baseline;
        padding-top: 15px;
    }
    .navi-btn p::after{
        content: "";
    }

    /**********************
    *事業部リンク
    **********************/
    #ServiceMenu{
        position: absolute;
        top: calc(50vh - 230px);
        right: 0;
        border: 2px solid #114e94;
        padding: 30px 80px 30px 30px;
    }
    .active{
        border-top: dotted 1px;
        border-bottom: dotted 1px;
        border-left: none;
        border-right: none;
        z-index: 1;
    }
    #menu-service-nav{
        display: unset;
    }
    #menu-service-nav li{
        margin-bottom: 30px;
        transition: all 0.5s;
    }
    #menu-service-nav li:hover{
        opacity: 0.5;
    }
    /**********************
    *グローバルナビゲーション
    **********************/
    .main-gnav ul{
        width: auto;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-left: 30px;
        padding: 0;
    }
    .main-gnav li{
        padding-right: 30px;
    }
    .main-gnav li a{
        color: #000;
        font-size: 1.8rem;
        border: none;
        padding: 0 0 6px;
        transition: all 0.5s;
    }
    .main-gnav li a::after{
        content: "";
    }
    /*Gnavホバー・アクティブ*/
    .main-gnav li a:hover{
        color: #114e94;
        border-bottom: 1px dotted;
    }
    .main-gnav li.current-menu-item a{
        color: #114e94;
        border-bottom: 1px solid;
    }

    /**********************
    *ヘッダー問い合わせ
    **********************/
    /*フェイスブック*/
    .sub-menu{
        margin: 0;
        flex-direction: unset;
        align-items: center;
    }
    .menu-fb{
        order: unset;
        line-height: 1;
        text-align: unset;
        font-size: 3.0rem;
        margin-right: 20px;
        transition: all 0.3s;
    }
    .menu-fb:hover{
        opacity: 0.5;
    }
    /*電話・メール*/
    .menu-content{
        order: unset;
    }
    .menu-content .tel{
        background: #114e94;
        margin: 0;
    }
    .tel::before{
        padding: 0;
        margin-right: -1px;
    }
    .menu-content .tel,.menu-content .tel a{
        color: #fff;
        font-size: 3.2rem;
    }
    .tel{
        letter-spacing: -0.1rem;
        height: 50px;
        padding: 10px 0;
    }
    .reception{
        display: inline-block;
        width: 50px;
        font-size: 1.1rem;
        margin: 0;
        line-height: 1;
    }
    .tel .reception{
        letter-spacing: 0rem;
    }
    .mail a{
        height: 50px;
        font-size: 1.8rem;
        width: 260px;
        transition: all 0.3s;
    }
    .mail a:hover{
        color: #082f50;
        background: #cfdbea;
    }
    .mail .fa-envelope{
        font-size: 3.0rem;
        vertical-align: middle;
    }
    /*******************
    *
    *メインビジュアル
    *
    *******************/
    .mv,.page-wrapper{
        padding-top: 100px;
    }
    .mv-wrap{
        background-image: url(images/main_pc.png);
        height: 41.67vw;
    }
    .mv_text{
        height: auto;
        top: 16.67vw;
        right: 8.33vw;
        color: #000;
        text-shadow: unset;
        text-align: right;
        line-height: 2.5;
    }

    /*******************
    *
    *メイン
    *
    *******************/
    main{
        margin: 100px auto 200px;
    }
    
    /*******************
    *
    *セクション共通
    *
    *******************/
    section{
        margin-bottom: 150px;
    }
    .sec-ttl{
        font-size: 4.8rem;
        margin-bottom: 100px;
    }
    .sec-ttl span.ja{
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    .sec-ttl::after{
        height: 2px;
    }
    .sec-wrap{
        width: 83.33vw;
        max-width: 1200px;
        margin: 0 auto;
    }
    h4{
        margin-top: 80px;
        margin-bottom: 50px;
    }
    /*******************
    *
    *お知らせ
    *
    *******************/
    .news-list{
        width: auto;
    }
    .news-list a{
        transition: all 0.5s;
        line-height: 100px;
        padding: 0;
    }
    .news-list a:hover{
        background: #cfdbea;
    }
    .news-list::after{
        width: 12.5%;
    }
    .news-date{
        margin-left: 10px;
        margin-right: 40px;
    }
    .post-categories{
        margin-right: 50px;
    }
    .home .news-cat{
        width: 125px;
        margin-left: 40px;
        margin-right: 50px;
    }
    .home .news-title{
        width: auto;
    }
    .news-btn a{
        width: 250px;
        border-top: none;
        border-bottom: none;
        border-left: 1px dotted #000;
        border-right: 1px dotted #000;
        transition: all 0.5s;
    }
    .news-btn a:hover{
        background: #cfdbea;
    }

    /*******************
    *
    *事業紹介
    *
    *******************/
    .service-list{
        display: flex;
        justify-content: space-between;
        list-style: none;
    }
    .service-items{
        width: 32.64vw;
        height: 22.81vw;
        overflow: hidden;
        font-size: 6.0rem;
        padding: 0;
        margin: 0;
    }
    .service-items a{
        width: 100%;
        height: 100%;
        /*文字サイズの可変*/
        font-size: 4.17vw;
        padding: 8.33vw 0;
    }
    .service-items .ja{
        /*文字サイズの可変*/
        font-size: 2.22vw;
    }
    .items-wrap{
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out;
    }
    .service-re{
        background-image: url(images/service_re_pc.png);
    }
    .service-ex{
        background-image: url(images/service_ex_pc.png);
    }
    .service-shop{
        background-image: url(images/service_shop_pc.png);
    }
    .items-wrap:hover{
        opacity: 0.8;
        transform: scale(1.2);
    }

    /*******************
    *
    *加盟団体
    *
    *******************/
    .org-list{
        flex-wrap: nowrap;
    }
    .org-list li{
        width: 13.4vw;
        max-width: 192px;
        transition: all 0.3s;
        margin: 0;
    }
    .org-list li:hover{
        opacity: 0.5;
    }

    /*******************
    *
    *採用情報
    *
    *******************/
    .recruit-bnr{
        transition: all 0.3s;
    }
    .recruit-bnr:hover{
        opacity: 0.5;
    }
    /*******************
    *
    *フッター　
    *
    *******************/
    #menu-fnav{
        display: flex;
        justify-content: center;
        padding: 20px;
    }
    #menu-fnav li{
        margin: 0 50px;
    }
    #menu-fnav:last-of-type{
        margin: 0;
    }
    #menu-fnav a{
        transition: all 0.3s;
    }
    #menu-fnav a:hover{
        opacity: 0.5;
    }
    .fot-company{
        display: flex;
        position: relative;
    }
    .fot-logo{
        width: 300px;
    }
    li.company-name{
        font-size: 2.4rem;
    }
    .permit{
        font-size: 1.4rem;
    }
    .fot-company-add .tel{
        letter-spacing: unset;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .fot-company-add .tel::before{
        font-size: 3.0rem;
        padding: 0 5px 0 0;
    }
    .fot-company-add .tel .reception{
        font-size: 1.6rem;
        display: block;
        width: 100%;
    }
    .fot-company-add .mail a{
        margin: 0 auto;
    }
    .fot-company-add,.copy{
        width: 36.3vw;
    }
    .copy{
        z-index: unset;
    }
    .map{
        width: 63.7vw;
        padding-bottom: 450px;
    }

    /*******************
    *
    *ページタイトル共通
    *
    *******************/
    .page-ttl{
        position: relative;
        width: 100%;
        height: 300px;
        background-size: cover;
        margin-bottom: 150px;
    }
    .page-ttl h2{
        position: absolute;
        top: 120px;
        left: 120px;
        width: auto;
        height: auto;
        padding: 0;
        color: #000;
        text-align: left;
        font-size: 6.0rem;
        text-shadow: none;
    }
    .page-ttl .ja{
        font-size: 2.4rem;
    }
    main{
        margin-top: 150px;
    }
    /*******************
    *
    *会社案内
    *
    *******************/
    .about .page-ttl{
        background-image: url(images/about_mv_pc.png);
    }
    .menu-about-nav-container{
        margin-bottom: 100px;
    }
    .menu-about-nav-container ul{
        justify-content: center;
    }
    .menu-about-nav-container li{
        width: 230px;
        margin-right: 50px;
        border-top: none;
        border-bottom: none;
        border-left: 2px dotted #000;
        border-right: 2px dotted #000;
    }
    .menu-about-nav-container li:last-of-type{
        margin-right: 0;
    }
    .menu-about-nav-container li a{
        font-size: 1.8rem;
        line-height: 50px;
        padding: 0;
        transition: 0.3s;
    }
    
    .menu-about-nav-container li a:hover{
        color: #114e94;
        background: #cfdbea;
    }
    .menu-about-nav-container li:first-of-type a{
        padding: 0;
    }
    .slogan{
        display: flex;
        justify-content: center;
    }
    .slogan-list{
        width: 280px;
        margin-right: 80px;
    }
    .slogan-list:last-of-type{
        margin-right: 0;
    }
    /*選ばれる理由*/
    .point-list{
        width: 100%;
        max-width: unset;
        list-style: none;
    }
    .point-list h4{
        text-align: left;
        font-size: 3.6rem;
    }
    .point-list li{
        display: flex;
        margin-bottom: 80px;
    }
    .point-list li:nth-of-type(odd){
        flex-flow: row-reverse;
    }
    .point-list-img{
        width: 50%;
        height: 100%;
        margin: 0;
    }
    .point-list-text{
        width: 50%;
        padding-left: 50px;
        padding-right: 120px;
    }
    .point-list li:nth-of-type(odd) .point-list-text{
        padding-left:  120px;
        padding-right: 50px;
    }
    
    /*******************
    *
    *会社概要
    *
    *******************/
    table{
        font-size: 1.8rem;
        max-width: 1113px;
        margin: 0 auto;
    }
    th{
        width: 22.37%;
    }
    td{
        width: 77.63%;
    }
    .maker-name{
        display: flex;
        flex-wrap: wrap;
    }
    .maker-name li{
        width: 160px;
    }

    /*******************
    *
    *沿革・受賞歴
    *
    *******************/
    .history-list,.award-list{
        max-width: 907px;
        margin: 0 auto;
    }
    .history-list .list-item, .award-list .list-item{
        font-size: 1.8rem;
        padding-left: 10px;
        padding-right: 10px;
    }
    .history-list .list-item::after, .award-list .list-item::after{
        width: 20%;
    }
    .list-year{
        width: 30%;
    }
    
    /*******************
    *
    *サービス案内
    *
    *******************/
    .service .page-ttl,.privacypolicy .page-ttl,.sitemap .page-ttl{
        background-image: url(images/service_mv_pc.png);
    }
    .service-card{
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-around;
        border-width: 4px;
        padding: 30px;
    }
    .service-img{
        width: 55.5%;
        height: 100%;
        max-width: 666px;
        margin-bottom: 0;
    }
    .service-texts{
        width: 35%;
    }
    .service-card .ttl{
        font-size: 7.5rem;
    }
    .service-card .sec-btn{
        width: 300px;
    }
    .sec-btn a{
        font-size: 1.8rem;
        line-height: 50px;
        padding: 0;
        transition: all 0.5s;
    }
    .sec-btn a:hover{
        color: #114e94;
        background: #cfdbea;
    }
    /*******************
    *
    *お知らせ
    *
    *******************/
    .news .page-ttl{
        background-image: url(images/news_mv_pc.png);
    }
    /*アーカイブ*/
    .archive-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .archive-list a{
        width: 26.39vw;
        max-width: 380px;
        transition: all 0.5s;
        margin-right: 1.5vw;
    }
    .archive-list a:nth-of-type(3n){
        margin-right: 0;
    }
    .archive-list a:hover{
        background: none;
    }
    .archive-list a .news-img,.archive-list a .list-items{
        transition: all 0.5s;
    }
    .archive-list a:hover .news-img,.archive-list a:hover .list-items{
        opacity: 0.5;
    }
    .archive-list .list-items{
        line-height: 1;
    }
    .archive-list .news-date{
        margin-left: 0;
    }
    .archive-list .news-title{
        line-height: 1.5;
        margin: 20px 0;   
    }
    /*ページ遷移*/
    .pager li a{
        transition: all 0.3s;
    }
    .pager li a:hover{
        opacity: 0.5;
    }

    /*お知らせ記事*/
    .news .sec-ttl{
        margin-bottom: 20px;
    }
    .news .news-data{
        margin-bottom: 70px;
    }
    .news-txt{
        width: 100%;
        margin: 0 auto;
    }
    .news-txt img{
        width: 55.56vw;
        margin: 0 auto 50px;
    }

    /*******************
    *
    *採用情報ページ
    *
    *******************/
    .recruit .page-ttl,.contact .page-ttl{
        background-image: url(images/recruit_mv_pc.png);
    }
    .recruit-box{
        border-width: 4px;
        padding: 30px 40px;
        margin-bottom: 100px;
    }
    .recruit-box-contents{
        margin-bottom: 50px;
    }
    .recruit-content-ttl{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .recruit-box p{
        margin-bottom: 20px;
    }
    .recruit-box-btn{
        width: 400px;
        margin: 0 auto;
    }
    .recruit-box-btn .sec-btn a{
        font-size: 2.4rem;
        line-height: 80px;
    }
    
    /*******************
    *
    *お問合せページ
    *
    *******************/
    .contact-service .tel{
        font-size: 7.2rem;
        height: auto;
        padding: 0;
        margin-bottom: 50px;
    }
    .contact-service .reception{
        display: block;
        width: 100%;
        font-size: 3.0rem;
    }
    .contact-service .tel::before{
        font-size: 4.5rem;
    }
    .contact-service-items{
        display: flex;
        justify-content: space-between;
    }
    .contact-service-list{
        width: 27.36vw;
        padding: 20px 10px;
        max-width: 390px;
        margin-bottom: 0;
    }
    .contact-service-name{
        margin-top: 0;
        margin-bottom: 30px;
    }
    /*メールフォーム内*/
    form{
        width: 55.35vw;
        margin: 0 auto;
    }
    .form-table tr{
        margin-bottom: 30px;
    }
    .form-table th{
        margin-bottom: 15px;
    }
    td.naiyo{
        display: flex;
        margin-top: 30px;
    }
    td.naiyo label{
        line-height: 1.5;
    }
    input[type="radio"]{
        margin-left: 6.94vw;
    }
    input[type="radio"]:first-of-type{
        margin-left: 0;
    }
    input[type="text"],input[type="email"],input[type="tel"]{
        height: 60px;
    }
    input[type="submit"]{
        display: block;
        cursor: pointer;
        width: 400px;
        height: 80px;
        margin: 0 auto;
        transition: all 0.3s;
    }
    input[type="submit"]:hover{
        background: #cfdbea;
        color: #114e94;
    }

    .wpcf7-radio{
        width: 1000px;
        flex-wrap: nowrap;
        justify-content: left;
    }
    .toiawasenaiyo .wpcf7-list-item{
        max-width: 200px;
    }
    
    /*******************
    *
    *サイトマップ
    *
    *******************/
    .site-map{
        display: flex;
        justify-content: center;
    }
    .page-list{
        width: 40vw;
        margin-right: 10px;
    }
    .map-news{
        width: 40vw;
    }
    .site-map li, .site-map .children li{
        margin-bottom: 10px;
    }
    .site-map .children li:first-of-type{
        margin-top: 10px;
    }
    /*お知らせ記事*/
    .map-news h4{
        margin-top: 20px;
    }
}