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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　サイトのテーマ色を一括指定する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字色 */
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: #0b164a;
}

/* ボーダー色 */
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: #0b164a;
}

/* 背景色 */
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: #0b164a;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　画像がない場合の汎用スタイル（一覧ページ／ショートコード／関連記事…などで共有）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.noimage {
    background-color: #fff;
    background-size: 40%;
    background-position: 50% calc(50% + 10px);
    outline: 1px solid #ccc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2[class*="h2"] {
    font-family: "my_mincho", serif;
    color: #0b164a;
}

h2[class*="h2a"] {
    padding: 10px 15px;
    border-bottom: none;
    border-left: 2px solid #0b164a;
    background-color: #f2f8ff;
}

h3[class*="h3"] {
    font-family: "my_mincho", serif;
}

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

h2[class*="h2b"]:before {
    background: #0b164a;
    height: 2px;
    width: 40px;
    top: auto;
    bottom: 0;
    right: calc(50% - 20px);
}

h3[class*="h3a"] {
    color: #0b164a;
    padding: 10px 0;
    border-left: none;
    border-top: 1px solid #0b164a;
    border-bottom: 1px solid #0b164a;
}

h3[class*="h3b"] {
    padding: 10px 10px 10px 65px;
}

h3[class*="h3b"]:before {
    content: "";
    width: 40px;
    height: 30px;
    background: url(images/h3b_icon.svg) no-repeat 50% / contain;
    position: absolute;
    top: calc(50% - 15px);
    left: 14px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_box01 {
    color: #0c1240;
    background-color: #faf8e1;
}

.basic_box02 {
    border-color: #112063;
}

.basic_box03 {
    border: 2px solid #112063;
}

.basic_box03 p {
    color: #112063;
    text-align: center;
}

.basic_box03 p a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    padding: 30px;
}

.basic_box03 p a::before {
    font-family: "icomoon";
    content: '\e038';
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: -2px;
    padding-right: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn01 {
    position: relative;
    font-family: "my_mincho", serif;
    color: #0c1240;
    background-color: #fff;
    overflow: visible;
    border: 1px solid #0c1240;
    padding: 24px 40px;
}

a.basic_btn01:hover {
    color: #fff;
    background-color: #0c1240;
    opacity: 1;
}

a.basic_btn01::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -25px;
    width: 50px;
    height: 5px;
    background: url(images/arrow.svg) no-repeat;
    margin-top: -5px;
    transition: all .3s ease;
}

a.basic_btn01:hover::after {
    right: -30px;
}

a.basic_btn01.navy {
    color: #fff;
    background-color: #0c1240;
    padding-right: 50px;
}

a.basic_btn01.navy:hover {
    color: #0c1240;
    background-color: #fff;
}

a.basic_btn01.navy::after {
    right: 20px;
    background: url(images/arrow_w.svg) no-repeat;
}

a.basic_btn01.navy:hover::after {
    right: 35px;
    background: url(images/arrow.svg) no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn02 {
    font-family: "my_mincho", serif;
}

p.basic_btn02_dummy > span {
    position: relative;
    font-family: "my_mincho", serif;
    color: #0b164a;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    padding: 5px 0 5px 25px;
}

p.basic_btn02_dummy > span::before {
    font-family: "icomoon";
    content: '\e038';
    font-size: 1.8rem;
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 th, .basic_table01 td {
    border: 1px solid #0b164a;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table02 th {
    font-family: "my_mincho", serif;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　リスト02（BOXタイプ）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* OL限定 */
ol.basic_list02 > li {
    border-width: 1px;
    padding-left: 95px;
}

ol.basic_list02 > li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my_mincho", serif;
    font-size: 2.0rem;
    border-radius: 50%;
    top: 22px;
    left: 25px;
    width: 40px;
    height: 40px;
}

.basic_list02 h4 {
    font-family: "my_mincho", serif;
    font-weight: normal;
}

.basic_list02 ul{
    list-style-type: disc;
    padding-left: 1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq > dt {
    background-color: #ffffff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_ttl {
    color: #0c1240;
}

.cmn_ttl .en {
    font-family: "my_mincho", serif;
    font-size: 5rem;
}

.cmn_ttl .ja {
    display: block;
    font-size: 1.8rem;
    line-height: 2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ画像の汎用スライダー（slick）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_promo_slick .li p img {
    width: 100%; 
    height: calc(100vh - 120px);
    height: calc((var(--my_vh) * 100) - 120px);
    min-height: calc(648px - 120px);
    max-height: 840px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame .front{
    display: flex;
    align-items: center;
    padding: 100px 20px 160px 9vw;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
}

#promo_frame .txt_wrap {
    color: #fff;
}

#promo_frame .txt_wrap p.sub_ttl {
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: .1em;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#promo_frame .txt_wrap h2 {
    font-family: "a1mincho";
    font-size: 5.5rem;
    margin-bottom: 35px;
}

#promo_frame .txt_wrap p.txt {
    font-family: "a1mincho";
    font-size: 2.2rem;
    letter-spacing: .5em;
}

#promo_frame .vegas{
	height:100%;
}

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

.tweet_area2 {
    position: absolute;
    left: 0;
    bottom: 60px;
    color: #fff;
    font-size: 1.7rem;
    background: #12172e;
    z-index: 1;
}

.tweet_area2:hover {
    opacity: 1;
}

.tweet_area2 .f_wrap {
    max-width: 700px;
}

.tweet_area2 .f_wrap > * {
    padding: 34px 15px;
}

.tweet_area2 .icon {
    width: 110px;
    font-family: "my_mincho", serif;
    text-align: center;
    padding-left: 40px;
}

.tweet_area2 ul.items {
    width: calc(100% - 200px);
}

.tweet_area2:hover ul.items li .ttl a {
    text-decoration: underline;
}

.tweet_area2 ul.items li {
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tweet_area2 ul.items li .date {
    padding-right: 20px;
}

.tweet_area2 .ttl a {
    color: #fff;
}

.tweet_area2 .more {
    width: 90px;
    z-index: -1;
}

.tweet_area2 .more::after {
    position: absolute;
    content: '\e91f';
    top: 50%;
    right: 30px;
    font-family: "icomoon";
    color: #fff;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1;
    margin-top: -.48em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用SNSアイコン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sns {
    justify-content: center;
    margin: 0 auto 15px;
}

.sns p {
    display: inline-block;
    vertical-align: middle;
}

.sns p:not(:first-child) {
	/*margin-left: 20px;　フェイスブックを非表示にしたため位置を修正（2026-04-17）wi*/
    margin-left: -80px;
}

.sns p a {
    text-decoration: none;
}

.sns p a::before {
    display: inline-block;
    font-family: "icomoon";
    font-size: 4rem;
    color: #fff;
    transition: all .5s ease;
    margin-bottom: 5px;
}

.sns p a.fb::before {
    content: '\e913';
}

.sns p a.line::before {
    content: '\e902';
    margin-top: 3px;
}

.sns p a:hover::before {
    color: #a9c3f7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_post_list {
    margin-bottom: 30px;
}

.cmn_post_list li {
    align-items: center;
    padding: 20px 140px 20px 0;
}

.cmn_post_list li:not(:last-child) {
    border-bottom: 1px solid #9b9b9b;
}

.cmn_post_list li:hover::after {
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -.48em;
    line-height: 1;
    right: 40px;
    font-weight: normal;
    z-index: -1;
}

.cmn_post_list li .area_a {
    width: 230px;
    margin-right: 40px;
}

.cmn_post_list li .area_a p.img {
    padding-top: 65.22%;
}

.cmn_post_list li .area_b {
    width: calc(100% - 270px);
}

.cmn_post_list li .area_b p.date {
    color: #0f2f75;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.cmn_post_list li .area_b h3.ttl {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.cmn_post_list li .area_b h3.ttl a {
    color: inherit;
    font-size: 1.8rem;
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー　＞　グローバルナビの固定（JS連携）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_fixed_zone.fix_target {
    top: -230px;
}

#header_fixed_zone.fix_target.fix_exe {
    top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
診断ページ固定ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.page-shindan #contents_frame {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

body:not(.home).page-shindan #contents_area {
    padding-top: 0;
    width: 100%;
	margin-bottom:0;
}

body.page-shindan #shindan {
    /*---（画面高さ - ヘッダー - グロナビ - 一言）jsが効かない時用---*/
    height: calc(100vh - 151px);
    /*---可変対応（タブレット含める）---*/
    height: calc((var(--my_vh) * 100) - 151px);
    /*---ノート用（ノートPC高さ - ヘッダー - グロナビ - 一言）---*/
    min-height: calc(648px - 151px);
    background: url("images/shindan_bg02.jpg") no-repeat 50% / cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
}

body.page-shindan #shindan .pc_base_width {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.page-shindan #shindan .s_inner {
    position: relative;
    background-color: #FFFFFF;
    padding: 6vh 40px 8vh;
	width: 890px;
}

body.page-shindan #shindan::after {
    position: absolute;
    content: '';
    background: url(images/staff.png) no-repeat 50% / contain;
    width: 318px;
    height: 228px;
    bottom: 0;
    right: calc(50% - 560px);
}

body.page-shindan #shindan .ttl_wrap {
    text-align: center;
    padding-top: 10px;
    margin: 0 auto 25px;
}

body.page-shindan #shindan .ttl_wrap h3 {
    font-size: 2.4rem;
    color: #0c1240;
    display: table;
    margin: 0 auto 5px;
    position: relative;
    letter-spacing: 0.06em;
}

body.page-shindan #shindan .ttl_wrap h3 span.big {
    font-size: 3.4rem;
    padding-right: 10px;
	-webkit-text-emphasis-style: filled;
	-moz-text-emphasis-style: filled;
	-ms-text-emphasis-style: filled;
}


body.page-shindan #shindan .ttl_wrap h3::before, body.page-shindan #shindan .ttl_wrap h3::after {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #0c1240;
    position: absolute;
	bottom: 3px;
}

body.page-shindan #shindan .ttl_wrap h3::before {
    left: -60px;
    transform: rotate(-40deg);
}
body.page-shindan #shindan .ttl_wrap h3::after {
	transform: rotate(45deg);
	right: -60px;

}
body.page-shindan #shindan .ttl_wrap h2 {
    font-size: 5.5rem;
    color: #0c1240;
}

body.page-shindan #shindan p.main_lead {
    font-size: 2.0rem;
    text-align: center;
    color: #0c1240;
    line-height: 1.6;
    margin: 0 auto 6vh;
}

body.page-shindan #shindan p.btn {
    text-align: center;
}

body.page-shindan #shindan .sub_txt {
    background-color: #f2e24d;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    color: #373310;
    line-height: 1.6;
    font-size: 2.7rem;
    align-items: center;
    justify-content: center;
    padding: 33px;
    position: absolute;
    left: calc(50% - 520px);
    top: -40px;
    letter-spacing: .06em;
}
@media screen and (max-width:1366px) {
	body.page-shindan #shindan .sub_txt{
		top:-20px;
	}
}

body.page-shindan #shindan .sub_txt .time_wrap {
    margin-top: -35px;
    font-size: 3.0rem;
}

body.page-shindan #shindan .sub_txt .time {
    font-size: 4.2rem;
	vertical-align: -2px;
}

body.page-shindan #shindan p.btn a {
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    min-width: 380px;
    padding: 25px 55px 25px 40px;
    background-color: #0c1240;
	border: 1px solid #0c1240;
}

body.page-shindan #shindan p.btn a:hover {
    opacity: 1;
	 color: #0c1240; 
	background-color: #fff;
}

body.page-shindan #shindan p.btn a::before {
    position: absolute;
    content: '';
    background: url(images/en03.png) no-repeat 50% / contain;
    width: 30vh;
	min-width: 194px;
	max-width: 280px;
    height: 110px;
    top: -57px;
    left: calc(50% - 245px);
    display: inline-block;
}

body.page-shindan #shindan p.btn a::after {
    height: 6px;
    width: 62px;
    content: '';
    position: absolute;
    background: url("images/arrow.png") no-repeat 50% / contain;
    top: 50px;
    transition: all .3s ease;
    right: calc(50% - 175px);
    padding: 0 7px;
    background: url(images/arrow_w.svg) no-repeat;
}

body.page-shindan #shindan p.btn a:hover::after {
    background: url(images/arrow.svg) no-repeat;
    right: 30px;
}
body.page-shindan #shindan_footer {
    padding: 20px 0;
}

body.page-shindan #shindan_footer p {
    text-align: center;
}

body.page-shindan #shindan_footer img {
    width: 105px;
    height: 103px;
}
@media screen and (max-height: 768px) {
    body.page-shindan #shindan .s_inner {
        padding: 40px 40px 55px;
    }

    body.page-shindan #shindan .ttl_wrap h2 {
        font-size: 40px;
    }

    body.page-shindan #shindan .ttl_wrap h3 span.big {
        font-size: 26px;
    }

    body.page-shindan #shindan .ttl_wrap h3 {
        font-size: 14px;
    }

    body.page-shindan #shindan p.main_lead {
        margin: 0 auto 38px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
診断ページ　＞　「5の質問」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#setsu02 > * {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
診断ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#shindan .q_popup_bg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1;
    display: none;
}

#shindan .q_ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

#shindan .q_ul_inner {
    transition: all 0.5s ease;
    display: flex;
}

#shindan .q_ul_inner > * {
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    height: 80vh;
    max-height: 544px;
    overflow-y: auto;
}

#shindan .q_ul_inner > .answer {
    padding-bottom: 0;
    overflow: visible;
}

#shindan .q_ul_inner > .answer.active {
    /* ie用 */
    height: calc(100vh - 20px);
    height: calc((var(--my_vh) * 100) - 20px);
    /* ie用 */
    max-height: calc(100vh - 20px);
    max-height: calc((var(--my_vh) * 100) - 20px);
}

#shindan .q_ul_inner > .answer > div {
    padding: 55px 65px;
    padding: 55px 65px 30px;
    overflow: auto;
    height: 100%;
}

#shindan .q_ul_inner .scroll_area {
    height: 100%;
    padding: 55px 65px 30px;
    overflow: auto;
	font-weight: normal;   
	color: #0c1240
}

/* 質問用見出し */
#shindan [id*="q"].q_li h2 {
    padding: 0 90px 0 100px;
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#shindan [id*="q"].q_li h2 .num_wrap {
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    text-align: center;
    width: 80px;
    background-color: #faf8e1;
    border-radius: 8px;
    overflow: hidden;
}

#shindan [id*="q"].q_li h2 .num_wrap > * {
    display: block;
}

#shindan [id*="q"].q_li h2 .num_wrap .q {
    color: #fff;
    background-color: #0c1240;
    font-size: 1.6rem;
    padding: 5px 10px;
}

#shindan [id*="q"].q_li h2 .num_wrap .num {
    color: #0c1240;
    font-size: 3.0rem;
    padding: 3px 10px;
	background: #edf5ff;
}

#shindan [id*="q"].q_li h2 .txt {
    display: block;
    font-size: 2.4rem;
    font-family: "my_mincho", serif;
    font-weight: normal;
    color: #0c1240;
}

#shindan [id*="q"].q_li h2 .sub {
    margin-top: 15px;
}

#shindan [id*="q"].q_li h2 .count {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    color: #0c1240;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #bbbfdd;
    background-color: #f9faff;
}

/* 閉じる */
#shindan .q_ul .popup_close {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 15px;
    right: 20px;
    background-color: #0c1240;
    border-radius: 50%;
    z-index: 1;
}

#shindan .q_ul .popup_close::before, #shindan .q_ul .popup_close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    left: 50%;
    background: #fff;
}

#shindan .q_ul .popup_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#shindan .q_ul .popup_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 択 */
#shindan .choice_list {
    margin: 0 -7px;
    justify-content: center;
    flex-direction: column;
}

#shindan .choice_list li {
    width: 100%;
    margin: 0 7px 20px;
}

#shindan .choice_list li > * {
    width: 100%;
}

#shindan .choice_list li input[type=radio] {
    display: none;
}

#shindan .choice_list li input + * {
    cursor: pointer;
    background: #e8e8e8;
    height: 60px;
    padding: 0 30px;
    color: #5e5e5e;
    font-size: 2.0rem;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 0 #c1c1c1;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

#shindan .choice_list li input:checked + * {
    background: #0c1240;
    color: #fff;
    position: relative;
}

#shindan .choice_list li input:checked + *::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/check.svg) no-repeat 50% 50%;
    position: absolute;
    left: 20px;
    top: 15px;
}

/* ボタンエリア */
#shindan .btn_wrap {
    padding: 25px;
    justify-content: space-between;
    background-color: #e6e6e6;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#shindan .btn_wrap [class*="_btn"] {
    min-width: 110px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #545454;
    border: 1px solid #aeaeae;
    padding: 6px 10px;
}

/* 最初の前へは削除 */
#setsu01 .btn_wrap {
    justify-content: flex-end;
}

#setsu01 .btn_wrap .prev_btn {
    display: none;
}

#shindan .btn_wrap .go_next {
    background: #0c1240;
    border-color: #0c1240;
    color: #fff;
    min-width: 200px;
}

/* 結果ページ */
#shindan .q_li.answer h3.form_ttl {
    background-color: #0c1240;
    text-align: center;
    padding: 20px 10px;
}



#shindan .q_li.answer .main_txt, #shindan .q_li.answer .result_haiten,#shindan .q_li.answer h3.result_ttl {
    text-align: center;
}

#shindan .q_li.answer .result_haiten,#shindan .q_li.answer h3.result_ttl {
    font-weight: bold;
}

   #shindan .q_li.answer .main_txt {
    font-size: 3.0rem;
    color: #0c1240;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: "my_mincho", serif;
}

#shindan .q_li.answer .result_haiten {
    display: table;
    margin: 0 auto 40px;
    background: url(images/haiten_bg.png) no-repeat left top/50px, url(images/haiten_bg02.png) no-repeat right top/50px, url(images/haiten_bg03.png) no-repeat right bottom/50px, url(images/haiten_bg04.png) no-repeat left bottom/50px;
    border: 3px solid #0c1240;
    min-width: 440px;
    padding: 30px 50px;
    font-size: 6.0rem;
	color: #132083;
}

#shindan .q_li.answer .result_haiten .small {
    font-size: 3.0rem;
}

#shindan .q_li.answer .result_cmt1 {
    margin-bottom: 40px;
    text-align: center;
	font-size: 2.8rem;
}


#shindan .q_li.answer .result_ctm2:not(:last-child) {
    margin-bottom: 50px;
}

#shindan .q_li.answer .result_inner p.txt {
	margin-top: 20px;
}
#shindan .wpcf7 {
    margin-top: 30px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用リスト　＞　サービス案内（トップ・サービス案内TOP）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー共通設定 */
[class*="cmn_service_list"] {
    font-family: "my_mincho", serif;
}

[class*="cmn_service_list"] .bnr:hover {
    opacity: 1;
}

[class*="cmn_service_list"] .bnr::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 26, 78, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .3s;
    opacity: 0;
}

[class*="cmn_service_list"] .bnr:hover::after {
    opacity: .7;
}

[class*="cmn_service_list"] .txt_area {
    z-index: 2;
}

[class*="cmn_service_list"] .txt_area h4 a{
    font-size: 2.6rem;
    color: #fff;
    text-decoration: none;
    }

/* cmn_service_list01 */
.cmn_service_list01 {
    position: relative;
}

.cmn_service_list01 h3.ttl {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 354px;
    font-size: 3rem;
    border: 1px solid;
    padding: 10px;
}

.cmn_service_list01 ol.items {
    justify-content: space-between;
}

.cmn_service_list01 ol.items li {
    position: relative;
    justify-content: center;
    align-items: center;
    background: no-repeat 50% / cover;
    padding: 20px;
    margin-bottom: 40px;
}

.cmn_service_list01 ol.items li.n01 {
    position: relative;
    width: 860px;
    min-height: 354px;
    margin-left: auto;
}

.cmn_service_list01 ol.items li:not(.n01) {
    width: 580px;
    min-height: 280px;
}

.cmn_service_list01 ol.items li.n01::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 566px;
    height: 139px;
    background: url(images/en02.png)no-repeat 50% / contain;
    z-index: 2;
}

.cmn_service_list01 ol.items li.n01 {
    background-image: url(images/bnr01.jpg);
}

.cmn_service_list01 ol.items li.n02 {
    background-image: url(images/bnr02.jpg);
}

.cmn_service_list01 ol.items li.n03 {
    background-image: url(images/bnr03.jpg);
}

.cmn_service_list01 ol.items li.n04 {
    background-image: url(images/bnr04.jpg);
}

.cmn_service_list01 ol.items li.n05 {
    background-image: url(images/bnr05.jpg);
}

.cmn_service_list01 ol.items li .txt_area h4 a::before {
    content: counter(ol_cnt,decimal-leading-zero);
    display: block;
    width: 50px;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 0 auto 15px;
}

/* cmn_service_list02 */
.cmn_service_list02 {
    justify-content: space-between;
}

.cmn_service_list02 .area_a, .cmn_service_list02 .area_b {
    width: 580px;
}

.cmn_service_list02 h3.ttl2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 25px;
}

.cmn_service_list02 h3.ttl2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #0b1565;
    vertical-align: middle;
    margin-right: 10px;
}

.cmn_service_list02 .bnr {
    width: 100%;
    min-height: 188px;
    justify-content: center;
    align-items: center;
    background: no-repeat 50% / cover;
    padding: 20px;
}

@media all and (-ms-high-contrast: none){
    .cmn_service_list02 .bnr {
        height: 188px;
    }
}

.cmn_service_list02 .n06 {
    background-image: url(images/bnr06.jpg);
}

.cmn_service_list02 .n06::after {
    background: rgba(0, 57, 71, 1);
}

.cmn_service_list02 .n07 {
    background-image: url(images/bnr07.jpg);
}

.cmn_service_list02 .n07::after {
    background: rgba(59, 46, 0, 1);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　ヘッダー画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo_wrap {
    position: relative;
}

body:not(.is_child) .page_promo_wrap {
    padding-bottom: 85px;
}

body.page-thanks .page_promo_wrap {
    padding-bottom: 85px;
}

.page_promo_wrap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 250px;
    background: #0b164a;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.page_promo {
    overflow: visible;
    z-index: 0;
}

/*---修正追加(2019-10-04)---*/
.page_promo .img_wrap {
    height: 500px;
    max-height: none;
    margin: 0 5vw;
}

.page_promo .txt_box {
    position: relative;
    font-family: "my_mincho", serif;
}

.page_promo .txt_box .inner {
    position: relative;
    max-width: 1200px;
    padding-left: 18vw;
    z-index: 1;
}

.page_promo .sub_ttl {
    display: none;
}

.page_promo .ttl {
    color: #fff;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: left;
}

.page_promo .slug {
    display: block;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: .16em;
    text-align: left;
    margin-bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ送りを止めてローカルナビに変更（固定ページ）2020-09-27mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.local_navi3 {
    background: #f2f8ff;
}

body.page-service-child.chonan ul.local_navi3 {
    display: none;
}

ul.local_navi3 > li {
    font-family: "my_mincho", serif;
    color: #0b164a;
}

ul.local_navi3 > li > a {
    border: 1px solid #0b164a;
}

ul.local_navi3 > li > a::before {
    color: #0b164a;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_concept
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_concept {
    text-align: center;
}

#home_concept.kugiri_m {
    padding-bottom: 70px;
}

#home_concept h2 {
    font-family: "a1mincho";
    font-size: 3.5rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}

#home_concept h2 .bor {
    display: inline-block;
    border-bottom: 1px solid #081a5e;
    padding: 0px 30px;
}

#home_concept p.main_txt {
    line-height: 2.1;
    margin-bottom: 50px;
}

#home_concept .inner.f_wrap {
    justify-content: space-around;
    align-items: center;
    padding: 0 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_online
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_online {
    background: #f7f7f7;
}

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

#home_online .bnr {
    width: 1100px;
    margin: 0 auto;
}

#home_online .bnr a .bl_area::after {
    z-index: 1;
}

#home_online .bnr::after{
    content: '';
    position: absolute;
    width: 286px;
    height: 107px;
    background: url(images/en01.png) no-repeat 50% / contain;
    right: 10px;
    bottom: -20px;
}

#home_online .bnr .inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 230px;
    overflow: hidden;
    text-align: center;
    transition: all .5s ease;
    padding: 20px;
}

#home_online .bnr .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/online.jpg) no-repeat 50% / 100%;
    transition: all .5s ease-in-out;
}

#home_online .bnr:hover .inner::before {
    transform: scale(1.05);
}

#home_online .bnr .inner > * {
    position: relative;
}

#home_online .bnr .inner h3 {
    color: #fff;
    text-decoration: none;
}

#home_online .bnr .inner h3 .main {
    display: inline-block;
    min-width: 400px;
    font-size: 3.2rem;
    margin-bottom: 15px;
}

#home_online .bnr .inner h3 .main::before, #home_online .bnr h3 .main::after {
    display: inline-block;
    content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
}

#home_online .bnr .inner h3 .main::before {
    margin-right: 20px;
}

#home_online .bnr .inner h3 .main::after {
    margin-left: 20px;
}

#home_online .bnr .inner h3 .sub {
    display: block;
    font-size: 1.8rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_visual
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_visual.lazyloaded {
    background: url(images/visual_bg.jpg) no-repeat 50% / cover;
    background-attachment: fixed;
    padding: 225px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_question
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_question {
    background: #edf5ff;
    text-align: center;
}

#home_question.kugiri_m {
    padding-top: 80px;
    padding-bottom: 120px;
}

#home_question h2.cmn_ttl {
    display: table;
    position: relative;
    margin: 0 auto 90px;
}

#home_question h2.cmn_ttl::before {
    position: absolute;
    content: '';
    top: -35px;
    left: -40px;
    width: 66px;
    height: 67px;
    background: url(images/q_bf.svg) no-repeat 50% / contain;
}

#home_question ul.items {
    justify-content: space-between;
}

#home_question ul.items li {
    width: 270px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(11, 55, 70, .2);
    padding: 20px;
}

#home_question ul.items li h3.ttl {
    color: #0c1240;
}

#home_question ul.items li p.img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 170px;
    height: 165px;
    margin: -75px auto 30px;
}

#home_question ul.items li:last-child p.img {
    width: 200px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service {
    position: relative;
    text-align: center;
}

#home_service::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100px;
    background: url(images/arrow2.svg)no-repeat;
    top: -45px;
    left: 50%;
    animation: kurukuru 1.8s cubic-bezier(1, 0, 0, 1) infinite;
}

body:not(.home) #home_service::before {
    display: none;
}

@keyframes kurukuru {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

#home_service.kugiri_m {
    padding-top: 100px;
    padding-bottom: 90px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_flow {
    background: #e6e9f0;
}

#home_flow.kugiri_m {
    padding-top: 70px;
    padding-bottom: 80px;
}

#home_flow h2.cmn_ttl {
    display: table;
    position: relative;
    padding-right: 190px;
    margin-bottom: 45px;
}

#home_flow h2.cmn_ttl::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 160px;
    height: 120px;
    background: url(images/flow_af.png)no-repeat 50% / contain;
}

#home_flow ol.items {
    justify-content: space-between;
    margin-bottom: 50px;
}

#home_flow ol.items li {
    position: relative;
    width: calc(100% * .25 - 30px);
    height:273px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: no-repeat 50% / contain;
}

#home_flow ol.items li:nth-child(1) {
    background-image: url(images/flow01.png);
}

#home_flow ol.items li:nth-child(2) {
    background-image: url(images/flow02.png);
}

#home_flow ol.items li:nth-child(3) {
    background-image: url(images/flow03.png);
}

#home_flow ol.items li:nth-child(4) {
    background-image: url(images/flow04.png);
}

#home_flow ol.items li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background: #fff;
    z-index: 1;
    top: 152px;
    left: calc(50% + 100px);
}

#home_flow ol.items li p.img {
    height: 78px;
    margin: 20px 0;
}

#home_flow ol.items li h3 {
    width: 200px;
    color: #070f41;
    font-size: 1.8rem;
    text-align: center;
}

#home_flow p.btn a {
    display: block;
    width: 100%;
    color: #0c1240;
    background-color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    border: 1px solid #0c1240;
    padding: 39px;
}

#home_flow p.btn a:hover {
    color: #fff;
    background-color: #0c1240;
}

#home_flow p.btn a:after {
    right: 20px;
    background: url(images/arrow.svg) no-repeat;
}

#home_flow p.btn a:hover::after {
    right: 35px;
    background: url(images/arrow_w.svg) no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_shindan
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_shindan {
    position: relative;
}

#home_shindan.kugiri_m {
    padding-top: 90px;
    padding-bottom: 90px;
}

#home_shindan::after {
    content:'';
    position: absolute;
    bottom: 0;
    right: 80px;
    width: 193px;
    height: 139px;
    background: url(images/shindan_af.png) no-repeat 50% / contain;
}

#home_shindan .inner_wrap {
    min-width: 1200px;
    height: 770px;
    align-items: center;
    background: no-repeat;
    background-position: calc(100% - 360px) 50%;
    padding-left: 50%;
}

#home_shindan.lazyloaded .inner_wrap {
    background-image: url(images/shindan_bg.jpg);
}

#home_shindan .inner_wrap .inner {
    position: absolute;
    width: 795px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    padding: 120px 55px 55px 140px;
    top: calc(50% - 231px);
    right: 160px;
}

#home_shindan .inner_wrap .inner::after {
    content: '';
    width: 402px;
    height: 150px;
    background: url(images/en03.png)no-repeat 50% / contain;
    position: absolute;
    top: -10px;
    left: -65px;
}

#home_shindan .inner_wrap .inner p.sub_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: .06em;
    color: #040d41;
}

#home_shindan .inner_wrap .inner h2 {
    color: #040d41;
    font-size: 4rem;
    margin-bottom: 30px;
}

#home_shindan .inner_wrap .inner p.main_txt {
    letter-spacing: .06em;
    width: 540px;
    margin-bottom: 22px;
}

#home_shindan .inner_wrap .inner p.btn {
    text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_blog
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog {
    background: #f2f8ff;
}

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

#home_blog .inner {
    background: #fff;
    padding: 50px 150px;
}

#home_blog .inner h2.cmn_ttl {
    display: table;
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
}

#home_blog .inner h2.cmn_ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: -210px;
    width: 116px;
    height: 115px;
    background: url(images/blog_bf.jpg)no-repeat 50% / contain;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#home_menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_menu ul.items {
    align-items: center;
}

#home_menu ul.items li {
    position: relative;
    width: 33.3333%;
    height: 386px;
    overflow: hidden;
    background: no-repeat 50%;
}

#home_menu.lazyloaded ul.items li::before {
    position: absolute;
    content: '';
    display: block;
    width: 101%;
    height: 101%;
    top: -.5%;
    left: -.5%;
    background: no-repeat 50% / cover;
    transition: all .3s ease-in-out;
    z-index: 0;
}

#home_menu.lazyloaded ul.items li.menu1::before {
    background-image: url(images/menu01.jpg);
}

#home_menu.lazyloaded ul.items li.menu2::before {
    background-image: url(images/menu02.jpg);
}

#home_menu.lazyloaded ul.items li.menu3::before {
    background-image: url(images/menu03.jpg);
}

#home_menu ul.items li:hover::before {
    transform: scale(1.05);
}

#home_menu ul.items li a {
    position: relative;
    width: 100%;
    min-height: 386px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media all and (-ms-high-contrast: none){
    #home_menu ul.items li a {
        height: 386px;
    }
}

#home_menu ul.items li a .ja {
    display: block;
    font-size: 2.4rem;
}

#home_menu ul.items li.menu3 a .ja {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 0 28px;
}

#home_menu ul.items li.menu3 a .ja::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    background: url(images/menu_icon_w.svg)no-repeat 50% / contain;
}

#home_menu ul.items li a .en {
    letter-spacing: .16em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　トップへ戻る（JS連携）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer_fixed_zone {
    right: 45px;
}

.to_page_top {
    border: 1px solid #fff;
}

.to_page_top a {
    border-radius: 0;
    width: 35px;
    height: 35px;
    font-size: 2.6rem;
    border-width: 0;
    border-style: none;
    background: rgba(110, 113, 117, 0.4);
}

a.basic_color_font {
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター(ナビ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer {
    background: #071732;
}

div#f_navi_wrap {
    max-width: 1200px;
    background: #071732;
    padding: 70px 0 10px;
    margin: 0 auto;
}

div#f_navi_wrap .com_area {
    width: 50%;
    border-right: 1px solid #fff;
    padding-right: 110px;
}

div#f_navi_wrap .com_area .add_wrap {
    justify-content: space-between;
}

div#f_navi_wrap .com_area .add_wrap h2 {
    display: inline-block;
    width: 110px;
    height: 110px;
}
    
div#f_navi_wrap .com_area .add_wrap p.addr {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
}

div#f_navi_wrap .com_area p.btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.7rem;
    border: 1px solid #fff;
    padding: 32px 100px;
}

div#f_navi_wrap .com_area p.btn a:hover {
    color: #071732;
    background: #fff;
    border-color: #071732;
    opacity: 1;
}

div#f_navi_wrap .com_area p.btn a::before {
    display: inline-block;
    position: absolute;
    content: '';
    left: 65px;
    font-family: "icomoon";
    color: #fff;
    transition: all .5s ease;
}

div#f_navi_wrap .com_area p.contact {
    margin-bottom: 20px;
}

div#f_navi_wrap .com_area p.contact a::before {
    content: '\e90e';
    font-size: 2.5rem;
    top: calc(50% - 17px);
}

div#f_navi_wrap .com_area p.company a::before {
    content: '\e90b';
    font-size: 3.4rem;
    top: calc(50% - 23px);
}

div#f_navi_wrap .com_area p.btn a:hover::before {
    color: #071732;
}

div#f_navi_wrap .navi_a {
    width: 50%;
    font-family: "my_mincho", serif;
    padding: 20px 20px 20px 90px;
}

div#f_navi_wrap .navi_a ul:not(.sub-menu) {
    display: block;
    height: 350px;
    column-count: 2;
    column-gap: 30px;
    column-fill: auto;
    padding: 0;
}

div#f_navi_wrap .navi_a ul:not(.sub-menu) > li.home {
    display: none;
}

div#f_navi_wrap .navi_a ul:not(.sub-menu) > li {
    width: auto;
    margin-right: 0;
    margin-bottom: 25px;
}

div#f_navi_wrap .navi_a ul:not(.sub-menu) > li > a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
}

div#f_navi_wrap .navi_a ul:not(.sub-menu) > li.recruit > a {
    padding-right: 30px;
}

div#f_navi_wrap .navi_a ul:not(.sub-menu) > li.recruit > a::after {
    content: '';
    display: inline-block;
    top: calc(50% - 8px);
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(images/menu_icon_w.svg) no-repeat 50% / contain;
    margin-left: 10px;
}

div#f_navi_wrap ul.sub-menu li a {
    font-size: 1.5rem;
    color: #fff;
}

div#f_navi_other ul {
    color: #fff;
}

div#f_navi_other ul li a {
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　コピーライトのエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_color_bg {
    background: #071732;
}

div#copy_area {
    font-family: "my_mincho", serif;
    line-height: 1.8;
}

div#copy_area .by {
margin-left: 1em;
display: block;
opacity: .3;
}
