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

.hirakaku_w7 {
    font-family: "hiraginokakugo_w7";
}

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

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

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話番号のフォントファミリーを指定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 電話番号フォントをclass制御に変更 2021-11-22 take */
/* div#tel_lb .num,a[href*="tel:"]:not(.ja) { */
.tel_font,.tel_font a {
    font-family: "hiraginokakugo_w7";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2[class*="h2"] {
    font-weight: bold;
    color: #523828;
}

h2[class*="h2a"] {
    padding: 10px 0;
    border-top: 2px solid #ffa200;
    border-bottom: 2px solid #ffa200;
}

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

h2[class*="h2b"]:before {
    width: 71px;
    height: 57px;
    background: url(../images/icon_h2b.svg) no-repeat 50%/contain;
}

h3[class*="h3"] {
    font-weight: bold;
}

h3[class*="h3b"] {
    color: inherit;
    background: #ffe494;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn01 {
    padding: 20px 30px;
    background-color: #f05145;
    border-radius: 2em;
    font-weight: bold;
}

a.basic_btn01:after {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq {
    margin-bottom: 20px;
    border: none;
}

dl.faq > dt {
    background-color: #ececec;
    padding: 14px 45px 14px 55px;
}

dl.faq > dt .arrow {
    font-size: 2.8rem;
    color: #523828;
    font-weight: normal;
}

dl.faq > dt:before {
    left: 20px;
    top: 18px;
    line-height: 1;
    color: #0bac75;
    font-family: "hiraginokakugo_w7";
    font-size: 2.2rem;
}

dl.faq > dd {
    padding: 25px 120px 25px 55px;
}

dl.faq > dd > *:nth-child(1) {
    position: relative;
}

dl.faq > dd > *:nth-child(1)::before {
    content: 'A. ';
    position: absolute;
    left: -35px;
    top: 5px;
    line-height: 1;
    color: #ffb400;
    font-family: "hiraginokakugo_w7";
    font-size: 2.2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　ヘッダー画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo .img_wrap {
    height: 350px;
}

.page_promo .txt_box {
    width: auto;
    min-width: 320px;
    border-radius: 10px;
    padding: 30px 20px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255,255,255,.95);
    color: #523828;
}

.page_promo .txt_box::before {
    content: "";
    width: 60px;
    height: 45px;
    display: block;
    margin: 0 auto 5px;
    background: url(../images/icon_car.png) no-repeat 50% 50%/contain;
}

.page-office .page_promo .txt_box::before {
    background-image: url(../images/icon_bento.png);
}

.page-fc .page_promo .txt_box::before {
    background-image: url(../images/icon_dairitenpo.png);
}

.page-qa .page_promo .txt_box::before {
    background-image: url(../images/icon_qa.png);
}

.page-company .txt_box::before {
    background-image: url(../images/icon_com.png);
}

.page-contact-child .txt_box::before {
    background-image: url(../images/icon_contact.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    color: #523828;
    font-family: "hiraginokakugo_w7";
    font-size: 3.8rem;
    text-align: center;
}

p.cmn_sub {
    font-family: "hiraginokakugo_w7";
    font-size: 2.4rem;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
lineup 一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_lineup_list {
    margin: 0 50px;
}

ul.cmn_lineup_list li {
    margin: 0 7.5px;
    text-align: center;
    width: 250px;
    position: relative;
}

ul.cmn_lineup_list li h3 {
    background-color: rgb(56 26 8 / .7);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid #e4e4e4;
    border-top-color: transparent;
    border-radius: 0 0 3px 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about {
    background-color: #ffe494;
}

#home_about.kugiri_m {
    padding-top: 55px;
    padding-bottom: 45px;
}

#home_about .inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 90px 50px;
}

#home_about p.cmn_sub {
    display: table;
    margin: 0 auto 15px;
    padding: 2px 25px;
    background: url(../images/fukidashi.svg) no-repeat 0 50%,url(../images/fukidashi2.svg) no-repeat 100% 50%;
}

#home_about h2.cmn_ttl {
    margin-bottom: 40px;
}

#home_about .main_wrap {
    position: relative;
    margin-bottom: 60px;
}

#home_about .main_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#home_about .main_txt {
    min-height: 280px;
    padding-right: calc(100% - 540px);
}

#home_about h3.ttl {
    text-align: center;
    font-size: 2.4rem;
    border-top: 3px solid #ffbc1a;
    border-bottom: 3px solid #ffbc1a;
    padding: 10px 0;
    margin-bottom: 35px;
}

#home_about h3.ttl strong {
    color: #ff4524;
}

#home_about h3.ttl strong.big {
    font-size: 3.4rem;
}

#home_about .service {
    justify-content: space-between;
}

#home_about .service > * {
    border: 1px solid #ccc;
    padding: 15px 26px;
    text-align: center;
    width: calc(50% - 10px);
}

#home_about .service > *::after {
    font-family: "icomoon";
    content: '\e90b';
    position: absolute;
    top: calc(50% - -5px);
    right: 26px;
    font-size: 32px;
    color: #f05145;
    line-height: 1;
}

#home_about .service .msg {
    display: table;
    margin: 0 auto 20px;
    border-radius: 2em;
    padding: 7px 25px;
    color: #fff;
    position: relative;
    font-family: "hiraginokakugo_w7";
}

#home_about .service .msg strong {
    font-size: 2rem;
}

#home_about .service .msg strong .big {
    font-size: 2.6rem;
}

#home_about .service .area_a .msg {
    background-color: #ffa200;
}

#home_about .service .area_b .msg {
    background-color: #0bac75;
}

#home_about .service .msg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 12.5px 0 12.5px;
    position: absolute;
    bottom: -12.5px;
    left: calc(50% - 12.5px);
}

#home_about .service .area_a .msg::after {
    border-color: #ffa200 transparent transparent transparent;
}

#home_about .service .area_b .msg::after {
    border-color: #0bac75 transparent transparent transparent;
}

#home_about .service ul.tags_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home_about .service ul.tags_list li {
    background-color: #eae9e9;
    flex: auto;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 4px;
}

#home_about .service ul.tags_list li:not(:last-child) {
    margin-right: 5px;
}

#home_about .service p.logo {
    margin: 0 auto 10px;
    width: 350px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　worry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_worry.kugiri_m {
    padding-top: 70px;
    padding-bottom: 90px;
}

#home_worry p.cmn_sub {
    margin-bottom: 5px;
}

#home_worry h2.cmn_ttl {
    font-size: 3.4rem;
    display: table;
    margin: 0 auto 55px;
    width: 535px;
    height: 117px;
    padding: 37px 15px 32px;
    background: url(../images/fukidashi_2.png) no-repeat 50%/contain;
}

#home_worry ol.items {
    justify-content: space-between;
    width: 1070px;
    margin: 0 auto;
}

#home_worry ol.items li {
    width: 236px;
}

#home_worry ol.items li p.img {
    position: relative;
    margin-bottom: 25px;
}

#home_worry ol.items li p.img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #bfbfbf;
    z-index: 0;
    border-radius: 10px;
}

#home_worry ol.items li p.img img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

#home_worry ol.items li p.txt {
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.6rem;
}

#home_worry ol.items li p.txt::before {
    content: 'お悩み' counters(ol_cnt, "");
    font-size: 2.0rem;
    font-family: "hiraginokakugo_w7";
    display: block;
    margin-bottom: 10px;
    color: #523828;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　reason
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_reason .ttl_wrap {
    background: no-repeat 50%/cover;
    padding-top: 40px;
    padding-bottom: 45px;
}

#home_reason.lazyloaded .ttl_wrap {
    background-image: url(../images/reason_h2_pc.jpg);
}

#home_reason .ttl_wrap p.cmn_sub {
    color: #fff;
    display: table;
    padding: 18px 30px;
    margin: 0 auto 30px;
    background-color: #ffa200;
    border-radius: 50px;
    position: relative;
}

#home_reason .ttl_wrap p.cmn_sub::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffa200 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

#home_reason .ttl_wrap h2.cmn_ttl {
    color: #fff;
    display: table;
    margin: 0 auto;
    border-bottom: 4px solid;
    padding: 0 15px 15px;
    font-size: 4.0rem;
}

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

#home_reason ol.point li {
    position: relative;
}

#home_reason ol.point li:nth-child(even) {
    flex-direction: row-reverse
}

#home_reason ol.point li:not(:last-child) {
    margin-bottom: 160px;
}

#home_reason ol.point li::after {
    content: "";
    width: 560px;
    height: 400px;
    position: absolute;
    right: -360px;
    top: -70px;
    background: url(../images/point_after.jpg) repeat-x 0 50%;
}

#home_reason ol.point li:nth-child(even)::after {
    right: auto;
    left: -360px;
    top: -110px;
}

#home_reason ol.point li:nth-child(3)::after {
    top: 100px;
}

/* 画像エリア */
#home_reason ol.point li p.img {
    margin: 0 0 50px 20px;
    position: relative;
}

#home_reason ol.point li:nth-child(even) p.img {
    margin: 0 20px 50px 0;
}

#home_reason ol.point li p.img::after {
    content: "";
    width: 460px;
    height: 280px;
    position: absolute;
    left: -20px;
    top: 100px;
    z-index: 0;
    background-color: #ffe494;
}

#home_reason ol.point li:nth-child(even) p.img::after {
    left: auto;
    right: -20px;
    top: -30px;
}

#home_reason ol.point li p.img img {
    position: relative;
    z-index: 1;
}

/* テキストエリア */
#home_reason ol.point li .txt_box {
    width: 600px;
    margin-left: -60px;
    border: 2px solid;
    background-color: #fff;
    margin-top: 120px;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

#home_reason ol.point li:nth-child(even) .txt_box {
    margin-left: auto;
    margin-right: -60px;
}

#home_reason ol.point li:nth-child(3) .txt_box {
    margin-top: 50px;
}

#home_reason ol.point li .txt_box::before {
    content: "0" counters(ol_cnt, "");
    letter-spacing: -0.03em;
    font-size: 6.0rem;
    font-family: "hiraginokakugo_w7";
    color: #ffa200;
    position: absolute;
    top: -90px;
    right: 120px;
    z-index: 1;
}

#home_reason ol.point li:nth-child(even) .txt_box::before {
    right: auto;
    left: 225px
}

#home_reason ol.point li .txt_box::after {
    content: 'POINT';
    position: absolute;
    top: -95px;
    right: 0;
    color: #ffa200;
    font-size: 3.0rem;
    font-family: "hiraginokakugo_w7";
    padding: 38px 215px 18px 0;
    background: no-repeat 100% 50%/contain;
}

#home_reason ol.point li:nth-child(even) .txt_box::after {
    right: auto;
    left: 0;
    padding: 38px 0 18px 110px;
    background-position: 0% 50%
}

#home_reason.lazyloaded ol.point li:nth-child(1) .txt_box::after {
    background-image: url(../images/point01_icon.png);
}

#home_reason.lazyloaded ol.point li:nth-child(2) .txt_box::after {
    background-image: url(../images/point02_icon.png);
}

#home_reason.lazyloaded ol.point li:nth-child(3) .txt_box::after {
    background-image: url(../images/point03_icon.png);
}

#home_reason.lazyloaded ol.point li:nth-child(4) .txt_box::after {
    background-image: url(../images/point04_icon.png);
}

#home_reason.lazyloaded ol.point li:nth-child(5) .txt_box::after {
    background-image: url(../images/point05_icon.png);
}

#home_reason ol.point li .txt_box h3.ttl {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 15px;
    display: table;
    margin: 0 auto 15px;
}

#home_reason ol.point li .txt_box h3.ttl strong {
    color: #ff4524;
}

#home_reason ol.point li .txt_box h3.ttl .big {
    font-size: 3.8rem;
    vertical-align: -4px;
    margin: 0 2px;
}

#home_reason ol.point li .txt_box p.txt {
    line-height: 2;
    border-top: 2px solid #ffbc1a;
    padding-top: 20px;
}

#home_reason ol.point li .txt_box p.btn {
    text-align: center;
    margin-top: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　merit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_merit {
    background-color: #fffce3;
    padding-top: 60px;
    padding-bottom: 70px;
}

#home_merit .cmn_sub {
    background: url(../images/fukidashi_b.svg) no-repeat 0 30%,url(../images/fukidashi_b2.svg) no-repeat 100% 30%;
    width: fit-content;
    margin: 0 auto;
    padding: 0 36px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　lineup
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_lineup.kugiri_m {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #fffce3;
}

#home_lineup .ttl_wrap {
    display: table;
    margin: 0 auto 10px;
    position: relative;
}

#home_lineup .ttl_wrap::before {
    content: '';
    position: absolute;
    width: 265px;
    height: 236px;
    left: -370px;
    bottom: -81px;
    background: no-repeat url(../images/lineup_bg.jpg);
}

#home_lineup .ttl_wrap::after {
    content: '';
    position: absolute;
    width: 277px;
    height: 216px;
    right: -370px;
    bottom: -81px;
    background: no-repeat url(../images/lineup_bg2.jpg);
}

#home_lineup p.cmn_sub {
    display: table;
    color: #ff7800;
    padding: 0 10px;
    border-bottom: 2px solid #ff7800;
    margin: 0 auto 15px;
}

#home_lineup p.main_txt {
    text-align: center;
    margin-bottom: 40px;
}

#home_lineup .cat_box {
    background: no-repeat #fff;
    background-position: 0% 0,100% 0;
    border-radius: 5px;
    padding: 20px 20px 40px;
}

#home_lineup .cat_sayluck {
    background-image: url(../images/bento_cat_a_bg.jpg) ,url(../images/bento_cat_a_bg2.jpg);
}

#home_lineup .cat_vegedeli {
    background-image: url(../images/bento_cat_b_bg.jpg) ,url(../images/bento_cat_b_bg2.jpg);
}

#home_lineup .cat_karada {
    background-image: url(../images/bento_cat_c_bg.jpg?ver=20221006) ,url(../images/bento_cat_c_bg2.jpg?ver=20221006);
}

#home_lineup .cat_box:not(:last-of-type) {
    margin-bottom: 50px;
}

#home_lineup .cat_ttl_wrap {
    text-align: center;
    height: 104px;
    width: fit-content;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

#home_lineup .cat_ttl_wrap::before {
    content: '';
    width: 104px;
    height: 104px;
    background: no-repeat;
    position: absolute;
    left: -104px;
}

#home_lineup .cat_sayluck .cat_ttl_wrap::before {
    background-image: url(../images/bento_cat_a.png?var=20251105);
}

#home_lineup .cat_vegedeli .cat_ttl_wrap::before {
    background-image: url(../images/bento_cat_b.png);
}

#home_lineup .cat_karada .cat_ttl_wrap::before {
    background-image: url(../images/bento_cat_c.png);
}

#home_lineup .cat_ttl_sub {
    font-weight: bold;
    margin-bottom: 10px;
}

#home_lineup .cat_ttl {
    font-size: 2rem;
    font-weight: bold;
    font-family: "hiraginokakugo_w7";
}

#home_lineup .cat_box .memo {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

#home_lineup .cat_box .memo dl {
    display: flex;
    margin-left: 1em;
    align-items: center;
}

#home_lineup .cat_box .memo dl dt {
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    margin-right: 5px;
}

#home_lineup .cat_box .memo dl.a dt {
    background-color: #e85132;
}

#home_lineup .cat_box .memo dl.b dt {
    background-color: #0b90ac;
}

#home_lineup .cat_box .memo dl.c dt {
    background-color: #0bac75;
}

#home_lineup .cat_box .memo dl dd {
    font-size: 1.7rem;
    font-family: "hiraginokakugo_w7";
}

#home_lineup .cat_box .memo dl.a dd {
    color: #e85132;
}

#home_lineup .cat_box .memo dl.b dd {
    color: #0b90ac;
}

#home_lineup .cat_box .memo dl.c dd {
    color: #0bac75;
}

#home_lineup .cat_box .memo dl dd strong {
    font-size: 2.2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service.kugiri_m {
    padding-top: 55px;
    padding-bottom: 80px;
}

#home_service h2.cmn_ttl {
    display: table;
    margin: 0 auto 20px;
    padding: 0 5px 10px;
    background-image: linear-gradient(to right, #f9bc04, #f9bc04 10px, transparent 10px, transparent 20px);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 20px 4px;
}

#home_service p.main_txt {
    text-align: center;
    margin-bottom: 30px;
}

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

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

#home_service ul.items li h3.ttl {
    font-size: 2.4rem;
}

#home_service ul.items li p.cmn_sub {
    display: table;
    margin: 0 auto 20px;
    border-radius: 2em;
    padding: 4px 25px;
    color: #fff;
    position: relative;
}

#home_service ul.items li.sale p.cmn_sub {
    background-color: #ffa200;
}

#home_service ul.items li.okiben p.cmn_sub {
    background-color: #0bac75;
}

#home_service ul.items li p.cmn_sub::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 17px);
}

#home_service ul.items li.sale p.cmn_sub::after {
    border-color: #ffa200 transparent transparent transparent;
}

#home_service ul.items li.okiben p.cmn_sub::after {
    border-color: #0bac75 transparent transparent transparent;
}

#home_service ul.items li p.cmn_sub .big_a {
    font-size: 3.6rem;
}

#home_service ul.items li p.cmn_sub .big_b {
    font-size: 2.8rem;
}

#home_service ul.items li h3.ttl {
    text-align: center;
    margin-bottom: 15px;
}

#home_service ul.items li h3.ttl img {
    width: 390px;
}

#home_service ul.items li .box {
    border: 2px solid;
    padding: calc(344px + 35px) 35px 45px;
    background: no-repeat 50% 0%/contain;
}

#home_service.lazyloaded ul.items li.sale .box {
    border-color: #ffbc1a;
    background-image: url(../images/service_a.jpg);
}

#home_service.lazyloaded ul.items li.okiben .box {
    border-color: #0bac75;
    background-image: url(../images/service_b.jpg);
}

#home_service ul.items li .box table {
    font-weight: bold;
    width: auto;
    margin: 0 auto 25px;
}

#home_service ul.items li .box table th {
    vertical-align: top;
}

#home_service ul.items li .box table th span {
    display: block;
    width: 90px;
    text-align: center;
    background-color: #eae9e9;
    border-radius: 5px;
    font-weight: bold;
}

#home_service ul.items li .box table tr td {
    padding-left: 10px;
}

#home_service ul.items li .box table tr:not(:last-child) td {
    padding-bottom: 10px;
}

#home_service ul.items li .box p.txt {
    margin-bottom: 35px;
}

#home_service ul.items li .box p.btn {
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_flow {
}

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

#home_flow h2.cmn_ttl.main {
    margin-bottom: 50px;
}

#home_flow ol.flow {
    width: 1080px;
    margin: 0 auto;
}

#home_flow ol.flow li {
    width: 210px;
}

#home_flow ol.flow li:not(:last-child) {
    margin-right: 80px;
    position: relative;
}

#home_flow ol.flow li:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 18px;
    border-color: transparent transparent transparent #523828;
    position: absolute;
    top: 143px;
    right: calc(-40px - 9px);
}

#home_flow ol.flow li h3.ttl {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

#home_flow ol.flow li h3.ttl::before {
    content: "0" counters(ol_cnt, "");
    font-size: 2.6rem;
    line-height: 1;
    padding-bottom: 5px;
    font-family: "hiraginokakugo_w7";
    color: #0bac75;
    display: table;
    margin: 0 auto 15px;
    border-bottom: 4px solid #ffbc1a;
}

#home_flow ol.flow li p.img {
    width: 140px;
    margin: 0 auto 25px;
    background-color: #ffbc1a;
    border-radius: 10px;
}

#home_flow ol.flow li p.txt {
    font-size: 1.6rem;
    line-height: 1.6;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　よくあるご質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_faq {
    background-color: #fffce3;
    padding-top: 70px;
    padding-bottom: 70px;
}

#home_faq .qa_box {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ffbc1a;
    padding: 60px 110px;
}

#home_faq .qa_box h2.cmn_ttl.qa {
    margin-bottom: 15px;
}

#home_faq .qa_box p.main_txt {
    text-align: center;
    margin-bottom: 30px;
}

#home_faq .qa_box dl.faq:last-of-type {
    margin-bottom: 40px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　代理店
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_agent.kugiri_m {
    padding-top: 70px;
    padding-bottom: 80px;
}

#home_agent h2.cmn_ttl {
    font-size: 4.0rem;
    display: table;
    margin: 0 auto 30px;
    padding: 5px 35px 0;
    background: url(../images/fukidashi.svg) no-repeat 0 50%,url(../images/fukidashi2.svg) no-repeat 100% 50%;
}

#home_agent ul.bnr_list {
    justify-content: space-between;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area.lazyloaded {
    background: url(../images/contact_bg.jpg) no-repeat 50% 100% #ffe494;
}

#contact_area.kugiri_m {
    padding-top: 55px;
    padding-bottom: 55px;
}

#contact_area h2.cmn_ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
}

#contact_area .info {
    width: 790px;
    margin: 0 auto;
    justify-content: space-between;
}

#contact_area .info > p {
    width: 380px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    height: 150px;
}

/* 電話 */
#contact_area .info > p.tel a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 15px 15px;
}

#contact_area .info > p.tel a .num {
    font-size: 3.0rem;
    color: #523828;
    margin-bottom: 0;
}

#contact_area .info > p.tel a .num::before {
    content: "";
    width: 39px;
    height: 39px;
    background: url(../images/phone.svg) no-repeat 50%;
    display: inline-block;
    margin: 0 10px -7px 0;
}

#contact_area .info > p.tel a .open {
    font-family: "hiraginokakugo_w7";
}

/* お問い合わせ */
#contact_area .info > p.contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
}

#contact_area .info > p.contact .lead {
    font-family: "hiraginokakugo_w7";
    font-size: 2.0rem;
    margin-bottom: 5px;
}

#contact_area .info > p.contact .btn a {
    min-width: 315px;
    font-size: 1.7rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター(企業情報)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#f_navi_wrap .navi_a .com_area {
    width: 310px;
    font-size: 1.5rem;
}

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

div#f_navi_wrap .navi_a .com_area p.lead {
    margin-bottom: 10px;
    line-height: 1.6;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター(ナビ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body[class*="contact"] div#f_navi_wrap {
    border-top: 1px solid #ccc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　コピーライトのエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#copy_frame {
    background-color: #523828;
}
