@charset "utf-8";
@font-face {
    font-family: "NotoSansCJKjp-Bold";
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話番号のフォントファミリーを指定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tel_font,.tel_font a {
       font-family: 'Jost', sans-serif;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　サイトのテーマ色を一括指定する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字色 */
body.sp[class*="voice"] ul.child_navi a[href*="voice"], body.sp dl.type01 [class*="current"] > a, body.sp dl.type01 dt, a.basic_btn02, .basic_list01 li:before, ol.basic_list02 > li:after, a.basic_color_font, [class*="current"] .basic_color_font_cur, [class*="current"] .basic_color_font_cur:hover, .basic_color_font_bf:before, .basic_color_font_af:after, .cmn_kadomaru {
    color: #006ebb;
}

/* ボーダー色 */
body.sp dl.type01 > dt .arrow, h3[class*="h3a"], h2[class*="h2a"], .basic_box02, .basic_list02 > li, .basic_color_border, .basic_color_border_bg:before, .basic_color_border_af:after, .cmn_kadomaru {
    border-color: #006ebb;
}

/* 背景色 */
a.basic_btn01, h3[class*="h3b"], ol.basic_list02 > li:before, .basic_color_bg, .basic_color_bg_bf:before, .basic_color_bg_af:after, #h_navi_main ul:not(.sub-menu) > li > a:after {
    background-color: #006ebb;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　ローカルナビ(2019-10-31追加tky)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.child_navi a {
    background: #e9f0f5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn02 {
    color: #00bba7;
}

.basic_box01 {
    background-color: #ebf5f3;
}

.basic_table01 th, .basic_table01 td {
    border: 1px solid #a2b7c7;
}

.basic_table01 th {
    background-color: #e9f0f5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　ヘッダー画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo .inner {
    background: #fff;
    display: table;
    margin: 0 auto;
    min-width: 320px;
    border-radius: 5px;
    padding: 30px 50px;
}

.page_promo .sub_ttl {
    display: none;
}

.page_promo .slug {
    display: block;
    font-size: 2.0rem;
    font-family: 'Jost', sans-serif;
    color: #006ebb;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page_promo .slug::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
    background: #006ebb;
}

.page_promo .ttl {
    font-size: 3.2rem;
}

.page_promo .img_wrap {
    height: 350px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* [.h2a][.h2b]共通のスタイル */
h2[class*="h2"] {
    font-size: 3.0rem;
    font-weight: bold;
}

/* [.h2a]のスタイル */
h2[class*="h2a"] {
    background: #e3eff8;
    border-bottom: 2px solid #006ebb;
    padding: 8px 0 8px 10px;
}

h2[class*="h2b"] {
    padding: 0 0 25px;
}

h2[class*="h2b"]:before {
    background: #00bba7;
    width: 50px;
    height: 3px;
    top: auto;
    bottom: 0;
    right: calc(50% - 25px);
}

/* [.h3a][.h3b]共通のスタイル */
h3[class*="h3"] {
    font-weight: bold;
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    border-left: 6px solid #00bba7;
}

/* [.h3b]のスタイル */
h3[class*="h3b"] {
    background: #006ebb;
    border-radius: 3px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_blue {
    color: #00bcbf;
}

h2.cmn_ttl {
    text-align: center;
}

h2.cmn_ttl .en {
    font-size: 4rem;
    color: #006ebb;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

h2.cmn_ttl .ja {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
}

a.basic_btn01 {
    font-weight: bold;
    border-radius: 5px;
    padding: 25px 40px;
    min-width: 270px;
    z-index: 0;
    transition: all 2s ease-in;
    transition: .3s ease;
    background-color: transparent;
    background-image: linear-gradient(150deg,#0092c2 0%,#12c1be 50%,#00a8c2 100%);
    background-size: 200% auto;
}

a.basic_btn01:hover {
    opacity: 1;
    background-position: 100% 0;
}

body.home a.basic_btn01 {
    box-shadow: 0 0 15px rgba(154,173,186 ,.3);
}

a.basic_btn01::after {
    content: '\ea3c';
    font-size: .6em;
    top: calc(50% - 11px);
    right: 12px;
    color: #00bcbf;
    background: #fff;
    border-radius: 100%;
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　汎用　＞　施工事例一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_works_list {
    margin: 0 -15px 40px;
}

ul.cmn_works_list li {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 18px rgba(173,182,189 ,.3);
    background: #fff;
}

ul.cmn_works_list li:hover{
    opacity: 1;
}

ul.cmn_works_list li .area_a p.img {
    padding-top: 57%;
}

ul.cmn_works_list li .area_b {
    padding: 20px 25px;
}

ul.cmn_works_list li .area_b p.cat {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    min-width: 130px;
    padding: 2px 15px;
    text-align: center;
    margin-bottom: 5px;
}

ul.cmn_works_list li .area_b h3.ttl {
    margin-bottom: 5px;
}

ul.cmn_works_list li .area_b h3.ttl a {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
}

ul.cmn_works_list li .area_b p.area {
    font-size: 1.5rem;
    font-weight: bold;
}

ul.cmn_works_list li .area_b p.area::before {
    content: "\f041";
    color: #006ebb;
    font-size: 1.3em;
    font-family: "icomoon";
    line-height: 1;
    padding-right: 10px;
    vertical-align: -.1em;
}

/* アーカイブ */
body.archive ul.cmn_works_list{
    margin-bottom:-30px;
}

body.archive ul.cmn_works_list li{
    margin-bottom:30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
施工事例　＞　詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.single-works .meta_wrap {
    align-items:center;
    justify-content: center;
}

body.single-works .meta_wrap p.cat a{
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    padding:5px 20px;
    min-width:130px;
}

body.single-works .meta_wrap p.area{
    margin-left:20px;
    font-weight:bold;
}

body.single-works .meta_wrap p.area::before {
    content: "\f041";
    color: #006ebb;
    font-size: 1.3em;
    font-family: "icomoon";
    line-height: 1;
    padding-right: 5px;
    vertical-align: -.1em;
}

body.single-works #main_area .article_title.plain_type h1 {
    font-size: 2.6rem;
}

body.single-works .gallery .gallery-caption {
   font-size: 1.7rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　汎用　＞　ブログ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_post_list {
    margin: 0 0 -25px;
}

ul.cmn_post_list li {
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    padding-right: 40px;
}

ul.cmn_post_list li::after {
    content: '\ea3c';
    font-size: .7em;
    top: calc(50% - 11px);
    right: 20px;
    color: #006ebb;
    font-family: "icomoon";
    position: absolute;
    opacity: 0;
    transition: all 0.2s linear;
}

ul.cmn_post_list li:hover::after {
    opacity: 1;
}

ul.cmn_post_list li p.date {
    font-size: 1.6rem;
    margin-right: 20px;
    color: #707070;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

ul.cmn_post_list li p.cat {
    font-size: 1.3rem;
    margin-right: 30px;
    padding: 0 15px;
    min-width: 90px;
    text-align: center;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

ul.cmn_post_list li h3.ttl {
    width: 350px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.cmn_post_list li h3.ttl a {
    font-size: 1.6rem;
}

ul.cmn_post_list li:hover h3.ttl a {
    color: #006ebb;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame p.ttl{
    position:relative;
}

#promo_frame p.ttl .sogyo{
    position:absolute;
    left: 366px;
    top: 146px;
    font-size: 3.0rem;
    font-weight: 500;
    color: #2dacb1;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント(修正追加2019-10-03)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメントNEWver
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_mytweet {
    background: #e8f9ff;
    padding-top: 25px;
    padding-bottom: 30px;
}

#home_mytweet dl {
    justify-content: space-between;
}

#home_mytweet dt {
    font-weight: bold;
    text-align: center;
    color: #007bbb;
    line-height: 1.3;
    margin-right: 50px;
}

#home_mytweet dt .en {
    font-size: 2.8rem;
    font-family: 'Jost', sans-serif;
}

#home_mytweet dt .ja {
    font-size: 1.4rem;
    display: block;
}

#home_mytweet dd {
    width: calc(100% - 99px - 50px);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　トップ　＞　お悩み
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_nayami.kugiri_m {
    padding-top: 60px;
}

#home_nayami .inner_wrap {
    box-shadow: 0 0 30px 0 rgba(204, 213, 220 , .3);
    padding: 40px 15px 10px 15px;
    position: relative;
    background: #fff;
    z-index: 1;
}

#home_nayami .inner_wrap::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 60px 600px 0 600px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -60px;
    left: 0;
    z-index: 1;
}

#home_nayami p.main_lead {
    font-size: 2.2rem;
    color: #fff;
    display: table;
    margin: 0 auto 30px;
    padding: 8px 40px;
    font-weight: bold;
    background: url(../images/nayami_ttl_bg.png) no-repeat 50% / contain;
    min-height: 62px;
    min-width: 595px;
}

#home_nayami h2.main_ttl {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
}

#home_nayami h2.main_ttl .iro {
    color: #007cbc;
    position: relative;
    z-index: 0;
}

#home_nayami h2.main_ttl .iro::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: -1;
    background: #fffb00;
}

#home_nayami .inner {
    position: relative;
    padding-left: 140px;
}

#home_nayami .inner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
}

#home_nayami .area_a {
    margin-right: 95px;
}

#home_nayami .area_a p.img {
    position: relative;
}

#home_nayami .area_a p.img::after {
    position: absolute;
    content: "";
    background: url("../images/nayami02.png") no-repeat 50% / contain;
    bottom: -32px;
    right: -50px;
    width: 174px;
    height: 203px;
}

#home_nayami .area_a p.img img {
    border-radius: 10px;
}

#home_nayami .area_b ul.items li {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}

#home_nayami .area_b ul.items li::before {
    position: absolute;
    content: "";
    background: url("../images/check_r.svg") no-repeat 50% / contain;
    width: 20px;
    height: 19px;
    left: 0;
    top: calc(50% - 9px);
    line-height: 1;
}

#home_nayami .area_b ul.items li .big {
    font-size: 2.8rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　トップ　＞　解決
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_kaiketsu {
    background: #006ebb;
    position: relative;
    z-index: 0;
}

#home_kaiketsu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(150deg, rgba(0,132,255,0.25) 0%, rgba(90,255,234,0.25) 100%);
}

#home_kaiketsu.kugiri_m {
    margin-top: -90px;
    padding-top: 115px;
    padding-bottom: 65px;
}

#home_kaiketsu h2.main_ttl {
    font-size: 3.2rem;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 80px;
}

#home_kaiketsu h2.main_ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 33px);
    background: url("../images/pika.png") no-repeat 50% / contain;
    width: 56px;
    height: 66px;
}

#home_kaiketsu p.main_lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　トップ　＞　事業内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service {
    position: relative;
    z-index: 0;
}

#home_service::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #deeef6;
}

#home_service.kugiri_m {
    padding-bottom: 75px;
}

#home_service h2.cmn_ttl {
    margin-bottom: 45px;
}

#home_service .inner {
    position: relative;
    margin-bottom: 60px;
}

#home_service ul.items {
    width: 600px;
    margin-left: auto;
    margin-bottom: -20px;
}

#home_service ul.items li {
    box-shadow: 0 0 20px #dde7ee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

#home_service ul.items li:hover {
    opacity: 1;
}

#home_service ul.items li .area_a {
    width: calc(100% - 225px);
    padding: 40px 25px 0 40px;
}

#home_service ul.items li .area_a h3.ttl {
    margin-bottom: 5px;
}

#home_service ul.items li .area_a h3.ttl a {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
    display: block;
}

#home_service ul.items li .area_a h3.ttl a:after {
    font-family: "icomoon";
    content: '\ea3c';
    font-size: .6em;
    position: absolute;
    top: calc(50% - 12px);
    line-height: 1;
    left: 0;
    font-weight: normal;
    color: #fff;
    background: #00bcbf;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home_service ul.items li .area_b {
    width: 225px;
}

#home_service ul.items li .area_b p.img {
    padding-top: 80%;
}

#home_service p.main_img {
    position: absolute;
    top: 0;
    left: -110px;
}

#home_service .sup_wrap {
    background: #fff;
    border: 2px solid #a7d7ef;
    padding: 50px 200px 50px 45px;
    box-shadow: 0 0 20px #dde7ee;
    position: relative;
    border-radius: 5px;
}

#home_service .sup_wrap::after {
    position: absolute;
    content: "";
    top: 25px;
    right: 38px;
    background: url("../images/dentaku.png") no-repeat 50% / contain;
    width: 138px;
    height: 92px;
}

#home_service .sup_wrap p.ttl {
    font-size: 2.4rem;
    color: #006ebb;
    position: relative;
    font-weight: bold;
    margin-right: 25px;
    padding-left: 55px;
}

#home_service .sup_wrap p.ttl::before {
    position: absolute;
    content: "";
    background: url("../images/te02.svg") no-repeat 50% / contain;
    width: 36px;
    height: 36px;
    left: 0;
    top: calc(50% - 18px);
    line-height: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　トップ　＞　修理・施工事例
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_work {
    position: relative;
}

#home_work::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient( 123deg, rgba(0,223,185,.1) 0%, rgba(0,186,255,.1) 100%, rgba(0,186,255,.1) 100%);
    width: 1710px;
    height: 456px;
}

#home_work.kugiri_m {
    padding: 55px 0 70px;
    margin-bottom: 70px;
}

#home_work .inner {
    position: relative;
}

#home_work .inner::before {
    position: absolute;
    content: "";
    top: -65px;
    left: -105px;
    background: url("../images/works_01.png") no-repeat 50% / contain;
    width: 312px;
    height: 222px;
}

@media (min-width: 751px) and (max-width: 1500px) {
    #home_work .inner::before {
        left: 0;
    }
}

#home_work h2.cmn_ttl {
    margin-bottom: 45px;
}

#home_work p.btn {
    text-align: center;
}

#home_work p.btn a {
    min-width: 300px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　パララックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_visual {
    background: no-repeat 50% / cover #ccc;
    background-attachment: fixed;
    padding: 225px 0;
    background-image: url(../images/about_bg.jpg);
}

@media screen and (orientation: landscape) {
    /* 横向きの場合のスタイル */ #home_visual {
        background-position: 50% calc(50vh - 720px);
        background-size: 1920px auto;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　トップ　＞　ABOUT 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about {
    margin-top: -165px;
}

#home_about.kugiri_m {
    padding:0;
}

#home_about .inner_wrap {
    background: #fff;
    padding: 75px 25px 80px;
}

#home_about .box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 615px 0 0;
    position: relative;
}

#home_about h2.main_ttl {
    font-size: 3.6rem;
    color: #006ebb;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

#home_about p.sub_ttl {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#home_about p.main_img {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0 18px rgba(154, 173, 186 ,.4);
}

#home_about p.main_img .icon {
    position: relative;
    display: inline-block;
}

#home_about p.main_img .icon::after {
    position: absolute;
    content: "";
    background: url("../images/about02.png") no-repeat 50% / contain;
    width: 244px;
    height: 195px;
    bottom: -120px;
    right: -96px;
}

@media (min-width: 751px) and (max-width: 1400px) {
    #home_about p.main_img .icon::after {
        right: 0;
    }
}

#home_about p.main_txt {
    margin-bottom: 40px;
}

#home_about .inner p.tsuyomi_btn {
    margin-right: 30px;
}

#home_about .inner p.tsuyomi_btn a {
    position: relative;
}

#home_about .inner p.com_btn a {
    background-image: linear-gradient(150deg,#0072c9 0%,#039bd3 50%,#0072c9 100%);
}

#home_about .inner p.com_btn a::after {
    color: #0c83c6;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　トップ　＞　ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog {
    background: #eaf8ff;
}

#home_blog.kugiri_m {
    padding-top: 60px;
    padding-bottom: 125px;
}

#home_blog .inner .area_a {
    width: 125px;
    margin-right: 40px;
    padding-top: 15px;
}

#home_blog .inner .area_a h2.cmn_ttl {
    text-align: left;
    margin-bottom: 35px;
}

#home_blog .inner .area_a h2.cmn_ttl .en {
    font-size: 3.6rem;
}

#home_blog .inner .area_a p.main_btn a {
    font-size: 1.6rem;
    color: #1d303e;
    font-family: 'Jost', sans-serif;
    position: relative;
    padding-right: 35px;
    font-weight: 600;
}

#home_blog .inner .area_a p.main_btn a:hover {
    color: #00bcbf;
}

#home_blog .inner .area_a p.main_btn a::after {
    content: '\ea3c';
    font-family: "icomoon";
    font-size: .6em;
    top: calc(50% - 11px);
    right: 0;
    color: #fff;
    background: #00bcbf;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

#home_blog .inner .area_b {
    width: calc(100% - 165px - 400px);
    padding-top: 25px;
}

#home_blog .inner .area_c {
    background: url("../images/TOP03_70.jpg") no-repeat 50% / contain;
    width: 400px;
    border-radius: 5px;
    padding: 40px 25px;
    min-height: 190px;
    box-shadow: 0 0 18px 0px rgba(173, 182, 189, 0.4);
}

#home_blog .inner .area_c p.ttl .en {
    font-size: 3rem;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

#home_blog .inner .area_c p.ttl .ja {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

#home_blog .inner .area_c p.btn a {
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    padding-right: 30px;
    font-family: 'Jost', sans-serif;
}

#home_blog .inner .area_c p.btn a::after {
    content: '\ea3c';
    font-family: "icomoon";
    font-size: .6em;
    top: calc(50% - 11px);
    right: 0;
    color: #0eabdb;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area {
    background: #006ebb;
    position: relative;
    padding-top: 25px;
    padding-bottom: 75px;
    z-index: 1;
}

body:not(.home) #contact_area {
    margin-top: 140px;
}

#contact_area svg {
    height: 140px;
    width: 100%;
    position: absolute;
    top: -88px;
    left: 0;
    z-index: -1;
}

body:not(.home) #contact_area svg{
    z-index: -1;
}

#contact_area h2.cmn_ttl {
    margin-bottom: 30px;
}

#contact_area h2.cmn_ttl .en {
    font-size: 4.0rem;
    color: #fff;
}

#contact_area h2.cmn_ttl .ja {
    color: #fff;
}

#contact_area p.main_lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#contact_area .inner {
    justify-content: center;
}

#contact_area p.btn a {
    min-width: 330px;
}

#contact_area p.btn a::before {
    content: "\e90d";
    font-size: 1em;
    font-family: "icomoon";
    line-height: 1;
    margin-right: 10px;
    vertical-align: -2px;
}

#contact_area .tel_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 46px;
}

#contact_area .tel_btn .num a {
    font-size: 3.4rem;
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    line-height: 1.2;
    font-weight: 600;
}

#contact_area .tel_btn .num a::before {
    content: "\f095";
    font-size: .6em;
    font-family: "icomoon";
    line-height: 1;
    padding: 3px 5px;
    vertical-align: 1px;
    border: 1px solid;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: normal;
}

#contact_area .tel_btn .open {
    font-size: 1.6rem;
    color: #fff;
    display: block;
}

#contact_area .mail_btn a {
    font-size: 1.8rem;
    color: #006ebb;
    background: #fff;
    padding: 26px 20px;
    font-weight: bold;
    border-radius: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　インフォメーションエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_info {
    display: block;
    background: #fff;
    padding: 40px 10px 30px;
    position: relative;
    z-index: 1;
}

div#footer_info .logo {
    width: 256px;
    margin: 0 auto;
}

div#footer_info .addr_wrap {
    font-size: 1.5rem;
    color: #141a45;
}

div#footer_info .addr_wrap > *:not(:last-child) {
    margin-right: 5px;
}

div#footer_info .addr_wrap .tel {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
求人情報ページ非表示に伴い導線バナーを削除　2026-02-20kn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog .inner .area_c {
	display: none;
}