@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*Poppinsボールド*/
font-family: "Poppins"; src: url("../fonts/font/Poppins-Bold.ttf"); src: url("../fonts/font/Poppins-Bold.woff2") format("woff2"), url("../fonts/font/Poppins-Bold.woff") format("woff"), url("../fonts/font/Poppins-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: none; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #000000; background: #FFFFFF; font-size: 16px; line-height: 1.6; font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 400; font-style: normal; word-break: break-all; }

img { width: 100%; height: auto; }

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 380px; height: 78px; margin: 60px auto 0; }

.btn01 a { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 0 26px 0 40px; box-sizing: border-box; background: #038DD8; border-radius: 70px; position: relative; box-shadow: 0 8px 0 #026CA6; top: 0; }

.btn01 a .btn-text { display: block; width: calc(100% - 36px); color: #FFFFFF; font-size: 18px; font-weight: 700; }

.btn01 a .arrow { display: block; width: 26px; height: 26px; border-radius: 50%; background-color: #FFFFFF; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 12px; }

.c_btn01.btn01 a { justify-content: center; padding: 0 10px; background: #EE6F00; box-shadow: 0 8px 0 #BD5800; }

.c_btn01.btn01 a .btn-text { display: inline-block; width: auto; padding-left: 36px; box-sizing: border-box; font-size: 24px; line-height: 1.2; position: relative; }

.c_btn01.btn01 a .btn-text::before { content: ""; display: block; width: 30px; height: 30px; background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.c_btn01.btn01 a .btn-text em { font-size: 30px; }

.l_btn01.btn01 a { justify-content: center; padding: 0 10px; background: #06C755; box-shadow: 0 8px 0 #04953F; }

.l_btn01.btn01 a .btn-text { display: inline-block; width: auto; padding-left: 36px; box-sizing: border-box; font-size: 24px; line-height: 1.2; position: relative; }

.l_btn01.btn01 a .btn-text::before { content: ""; display: block; width: 30px; height: 30px; background: url("../img/common/icon_line.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.l_btn01.btn01 a .btn-text em { font-size: 30px; }

.h_btn01.btn01 a { justify-content: center; padding: 0 10px; background: #DE4E31; box-shadow: 0 6px 0 #912C17; }

.h_btn01.btn01 a .btn-text { display: inline-block; width: auto; padding-left: 35px; box-sizing: border-box; font-size: 22px; position: relative; }

.h_btn01.btn01 a .btn-text::before { content: ""; display: block; width: 28px; height: 28px; background: url("../img/common/icon_hurry.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.btn02 { text-align: right; margin-top: 40px; }

.btn02 a { display: inline-flex; align-items: center; }

.btn02 a .btn-text { font-size: 18px; }

.btn02 a .arrow { display: inline-block; width: 26px; height: 26px; border-radius: 50%; background-color: #038DD8; background-image: url("../img/common/btn_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: 12px; margin-left: 8px; }

.title01 { margin-bottom: 60px; text-align: center; }

.title01 .en { display: block; font-family: "Poppins"; font-size: 20px; line-height: 1.2; color: #038DD8; margin-bottom: 6px; text-transform: uppercase; }

.title01 .en.orange { color: #EE6F00; }

.title01 .ja { display: block; font-size: 40px; line-height: 1.2; color: #212121; }

.title01 .ja .sub { display: block; font-size: 22px; }

.title02 { font-size: 24px; line-height: 1.2; color: #038DD8; padding-bottom: 20px; border-bottom: 3px solid #038DD8; margin-bottom: 20px; }

.tel_box { display: flex; justify-content: center; align-items: center; }

.tel_box .tel-text_box { width: 96px; background: #FFFFFF; border: 1px solid #038DD8; box-sizing: border-box; border-radius: 4px; margin-right: 8px; overflow: hidden; }

.tel_box .tel-text_box .tel-midashi { padding: 3px 0; box-sizing: border-box; font-size: 14px; line-height: 1.4; }

.tel_box .tel-text_box .tel-text { padding: 9px 0 8px; box-sizing: border-box; font-size: 14px; line-height: 1.2; }

.tel_box .tel { display: inline-block; width: calc(100% - 104px); max-width: 250px; }

.tel_box .tel .tel-sub_text { padding: 4px 0; box-sizing: border-box; background: #DCF2FF; border-radius: 4px; font-size: 14px; line-height: 1; margin-bottom: 4px; }

.tel_box .tel .num { padding-left: 27px; box-sizing: border-box; font-size: 26px; line-height: 1.2; position: relative; }

.tel_box .tel .num::before { content: ""; display: block; width: 22px; height: 22px; background: url("../img/common/icon_tel.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.tel_btn01 { width: 100%; max-width: 380px; text-align: center; margin: 0 auto; }

.tel_btn01 .tel { width: 100%; }

.tel_btn01 .tel a { display: flex; align-items: center; width: 100%; padding: 8px 25px 8px 8px; box-sizing: border-box; background: #038DD8; border-radius: 80px; position: relative; box-shadow: 0 8px 0 #026CA6; top: 0; }

.tel_btn01 .tel a .icon { width: 72px; height: 72px; border-radius: 50%; position: relative; }

.tel_btn01 .tel a .icon img { display: block; width: 32px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.tel_btn01 .tel a .btn-text { display: block; width: calc(100% - 72px); }

.tel_btn01 .tel a .btn-text .tel-text { display: flex; justify-content: center; align-items: center; font-size: 18px; margin-bottom: 3px; }

.tel_btn01 .tel a .btn-text .tel-text .sub { display: inline-block; padding: 2px 7px 3px; box-sizing: border-box; border-radius: 4px; font-size: 14px; line-height: 1; margin-left: 4px; }

.tel_btn01 .tel a .btn-text .num { font-size: 26px; line-height: 1.2; }

.tel_btn01 .tel-sub_text { font-size: 18px; line-height: 28px; margin-bottom: 11px; }

.tel_btn01 .tel-sub_text em { font-size: 30px; }

.tel_btn01 .tel-sub_text .big { font-size: 22px; }

.tel_btn01 .tel-text02 { margin-top: 14px; line-height: 1.4; }

.tel_btn01 .tel-text02 .midashi { display: block; }

.under-cont > section { padding: 80px 5%; }

.under-cont > section:first-child { padding-top: 73px; }

.under-cont > section:nth-child(2n) { background-color: #F6F2EA; border-radius: 30px; }

.under-cont > section:last-child { padding-bottom: 122px; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.common_text { line-height: 2; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.popp { font-family: "Poppins"; font-weight: 700; }

.tate { writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; }

.tate .tate-line { display: inline-block; writing-mode: horizontal-tb; letter-spacing: 0; transform: rotate(90deg); margin: 10px 0 -5px; }

.safari .tate { letter-spacing: 0.1em; }

.safari .tate .tate-line { margin: 5px 0; }

@-moz-document url-prefix() { .tate { letter-spacing: 0.1em; }
  .tate .tate-line { margin: 5px 0; } }
/*色*/
.white { color: #FFFFFF; }

.black { color: #000000; }

.black02 { color: #212121; }

.orange { color: #EE6F00; }

.blue { color: #038DD8; }

.brown { color: #50320C; }

.midori { color: #00BD23; }

.yellow { color: #BD8A00; }

.bg_white { background-color: #FFFFFF; }

.bg_orange { background-color: #EE6F00; }

.bg_light_orange { background-color: #FCEACF; }

.bg_light_orange02 { background-color: #FFEEE0; }

.bg_blue { background-color: #038DD8; }

.bg_light_blue { background-color: #CFF9FC; }

.bg_cream { background-color: #F6F2EA; }

.bg_midori { background-color: #00BD23; }

.bg_light_midori { background-color: #E5FBE9; }

.bg_yellow { background-color: #BD8A00; }

.bg_light_yellow { background-color: #FBF5E5; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 60px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; background: #FFFFFF; }

#header .header_inner { width: 100%; height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .logo_box { width: 190px; margin-left: 10px; }

#header .header_inner .logo { width: 100%; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .right { width: 36px; height: 100%; justify-content: flex-end; align-items: center; margin-right: 125px; }

#header .header_inner .right .tel_box { display: block; width: 100%; height: 36px; }

#header .header_inner .right .tel_box .tel-text_box { display: none; }

#header .header_inner .right .tel_box .tel { display: block; width: 100%; height: 100%; }

#header .header_inner .right .tel_box .tel .tel-sub_text { display: none; }

#header .header_inner .right .tel_box .tel a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_tel.svg") no-repeat center, #FFFFFF; background-size: 14px; border: 1px solid #038DD8; border-radius: 50%; box-sizing: border-box; }

#header .header_inner .right .tel_box .tel .num { display: none; }

#header .header_inner .right .h_btn01.btn01 { display: none; }

/*gnav*/
.gnav { display: none; }

/* CTA */
#fixed-box { width: 100%; height: 60px; background: #F4E2CD; position: fixed; bottom: -100%; left: 0; transition: 0.3s; z-index: 10; }

.fixed #fixed-box { bottom: 0; }

#fixed-box .wrap { height: 100%; }

#fixed-box .wrap_in { width: 95%; max-width: 335px; height: 100%; justify-content: space-between; align-items: center; margin: 0 auto; }

#fixed-box .wrap_in .cta-text_box { display: none; }

#fixed-box .wrap_in .cta-text02 { display: none; }

#fixed-box .wrap_in .btn01 { width: calc(50% - 5px); height: 35px; margin: 0 10px 6px 0; }

#fixed-box .wrap_in .btn01:last-child { margin-right: 0; }

#fixed-box .wrap_in .tel_btn.btn01 a { padding: 0 10px; box-shadow: 0 6px 0 #026CA6; }

#fixed-box .wrap_in .tel_btn.btn01 a .btn-text { display: inline-block; width: 100%; padding-left: 25px; box-sizing: border-box; font-size: 16px; line-height: 1.2; position: relative; }

#fixed-box .wrap_in .tel_btn.btn01 a .btn-text::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/common/icon_tel02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

#fixed-box .wrap_in .l_btn01.btn01 a { padding: 0 10px; box-shadow: 0 6px 0 #04953F; }

#fixed-box .wrap_in .l_btn01.btn01 a .btn-text { padding-left: 25px; font-size: 16px; }

#fixed-box .wrap_in .l_btn01.btn01 a .btn-text::before { width: 18px; height: 18px; }

/* nav
=========================================== */
.sp-nav-btn { display: flex; align-items: center; justify-content: space-between; width: 100px; height: 36px; border-radius: 30px; padding: 6px 9px; box-sizing: border-box; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); z-index: 101; transition: 0.3s; }

.sp-nav-btn .nav-text { width: calc(100% - 20px); font-size: 14px; line-height: 1.2; }

.sp-nav-btn .btn_in { width: 17px; height: 13px; position: relative; }

.sp-nav-btn .btn_in > span { width: 100%; height: 1px; background: #FFFFFF; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: calc(100% - 60px); position: fixed; top: 60px; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 60px); z-index: 99; top: 60px; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 4px 0 30px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul { margin-bottom: 40px; }

.sp-nav-list .navs-list > ul > li { border-bottom: 1px solid #EEE7D8; }

.sp-nav-list .navs-list > ul > li:last-child { border-bottom: 0; }

.sp-nav-list .navs-list > ul > li > a, .sp-nav-list .navs-list ul li .nav-midashi { display: block; padding: 22px 50px 22px 20px; box-sizing: border-box; font-weight: 700; position: relative; }

.sp-nav-list .navs-list > ul > li > a::after, .sp-nav-list .navs-list ul li .nav-midashi::after { content: ""; display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.sp-nav-list .navs-list > ul > li > a::after { width: 9px; height: 12px; background: url("../img/common/spnav_arrow.svg") no-repeat center; background-size: contain; }

.sp-nav-list .navs-list ul li .nav-midashi.on { color: #038DD8; }

.sp-nav-list .navs-list ul li .nav-midashi::after { width: 18px; height: 18px; background: url("../img/common/spnav_open.svg") no-repeat center; background-size: contain; transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi.on::after { background: url("../img/common/spnav_close.svg") no-repeat center; background-size: contain; }

.sp-nav-list .navs-list ul li .sp-nav { width: calc(100% - 40px); background: #FBFBF8; margin: 0 auto; }

.sp-nav-list .navs-list ul li .sp-nav li { border-bottom: 1px solid #EEE7D8; }

.sp-nav-list .navs-list ul li .sp-nav li:last-child { border-bottom: 0; }

.sp-nav-list .navs-list ul li .sp-nav li a { display: block; padding: 22px 20px 22px 32px; box-sizing: border-box; line-height: 1; position: relative; }

.sp-nav-list .navs-list ul li .sp-nav li a::before { content: ""; display: block; width: 6px; height: 10px; background: url("../img/common/spnav_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 25px; left: 20px; }

.sp-nav-list .navs-list .nav_box { padding: 0 20px; box-sizing: border-box; }

.sp-nav-list .navs-list .nav_box .tel_btn01 .tel-text02 { display: none; }

.sp-nav-list .navs-list .nav_box .h_btn01.btn01 { margin-top: 20px; }

/* main */
/*-------------------------------------------*/
#main { margin-top: 60px; }

#main.home_main { width: 100%; padding-bottom: 110px; position: relative; z-index: 1; }

#main.home_main::before { content: ""; display: block; width: 100%; height: 200px; background: url("../img/main/main_bg_sp.jpg") no-repeat center bottom; background-size: cover; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }

#main.home_main .main_box { padding: 30px 5% 0; box-sizing: border-box; background: #F8F7F2; position: relative; z-index: 1; margin-bottom: 17.6vw; }

#main.home_main .main_box::before { content: ""; display: block; width: 100%; height: 18.67vw; background: url("../img/main/main_bg02_sp.png") no-repeat center bottom; background-size: cover; position: absolute; bottom: -17.6vw; left: 50%; transform: translateX(-50%); z-index: -1; }

#main.home_main .main_box .main_text { margin-bottom: 10px; }

#main.home_main .main_box .main_text .sub { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }

#main.home_main .main_box .main_text img { width: 100%; max-width: 340px; }

#main.home_main .main_box .main_title img { width: 100%; max-width: 300px; }

#main.home_main .main_box .tel_btn01 { margin-top: 16px; }

#main.home_main .main_box .tel_btn01 .tel-text02 { display: none; }

#main.home_main .main_box .main_img { display: block; width: 100%; max-width: 350px; padding-left: 147px; box-sizing: border-box; position: relative; margin: 20px auto 0; }

#main.home_main .main_box .main_img .img01 { width: 153px; position: absolute; top: -2px; left: 0; }

#main.home_main .main_box .main_img .img02 { width: 190px; }

#main.home_main .main_box .main_img .img02 .img-text { width: 182px; height: 102px; padding: 11px 17px 0 25px; box-sizing: border-box; background: url("../img/main/text_waku_sp.png") no-repeat top center; background-size: contain; margin: 0 0 -3px auto; }

#main.home_main .main_box .main_img .img02 .img-text .text01 { line-height: 27px; }

#main.home_main .main_box .main_img .img02 .img-text .text01 .time { display: inline-block; width: 86px; height: 27px; background: url("../img/main/main-text03_sp.png") no-repeat center; background-size: contain; color: transparent; margin: 0 2px; }

#main.home_main .main_box .main_img .img02 .img-text .text01 .mini { display: block; line-height: 1.4; }

#main.home_main .main_box .main_img .img02 .img-text .sub_text { font-size: 14px; line-height: 1.4; }

#main.home_main .main_box .main_img .img02 .img { width: 180px; }

#main.home_main .main_box .main_list { justify-content: space-between; margin-top: -30px; }

#main.home_main .main_box .main_list .list_in { display: block; width: calc((100% / 3) - 2px); padding: 12px 10px; box-sizing: border-box; background: #FBE9B7; border-radius: 10px; text-align: center; position: relative; z-index: 1; }

#main.home_main .main_box .main_list .list_in .icon { width: 44px; margin-bottom: 10px; }

#main.home_main .main_box .main_list .list_in .list-text { font-size: 14px; line-height: 1.4; }

#main.home_main .main_box .main_list .list_in .list-text em { display: inline-block; font-size: 18px; line-height: 1.2; }

#main.home_main .main_box .main_list .list_in .list-text .mini { font-size: 12px; }

#main.home_main .main_box .main_list .list_in:last-child .list-text { font-size: 13px; }

#main.home_main .main_box .main_list .list_in:last-child .list-text em { font-size: 17px; }

#main.home_main .main_box .main-sub_text { font-size: 14px; line-height: 1.4; margin-top: 10px; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; padding: 40px 5%; box-sizing: border-box; background-color: #F6F2EA; border-radius: 0 0 40px 40px; }

#main.kasou .main_title.title01 { margin-bottom: 0; text-align: left; }

#main.kasou .main_title.title01 .en { font-size: 16px; margin-bottom: 10px; }

#main.kasou .main_title.title01 .ja { font-size: 26px; }

#main.kasou .main_text { font-size: 18px; margin-top: 20px; }

/*パンくず*/
div#bread { width: 100%; padding: 8px 5% 0; box-sizing: border-box; }

ul.bread-list { font-size: 14px; justify-content: flex-start; }

ul.bread-list li { line-height: 1.2; }

ul.bread-list li a { text-decoration: none; line-height: 1.2; }

ul.bread-list li::after { content: "＞"; margin: 0 4px; }

ul.bread-list li:last-child::after { display: none; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

input[type="date"]::-webkit-date-and-time-value, input[type="time"]::-webkit-date-and-time-value { text-align: left; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 0 5% 80px; background: #FA9E0F; border-radius: 30px 30px 0 0; }

#contact-sec .wrap { padding-top: 140px; }

#contact-sec .text-list01 { display: block; position: absolute; top: -42px; left: 50%; transform: translateX(-50%); }

#contact-sec .text-list01 .text { padding: 13px 0; box-sizing: border-box; border: 3px solid #FA9E0F; border-radius: 60px; line-height: 1.2; position: relative; margin-bottom: 12px; }

#contact-sec .text-list01 .text em { font-size: 20px; }

#contact-sec .text-list01 .text::after { content: ""; display: block; width: 17px; height: 15px; background: #FFFFFF; clip-path: polygon(100% 0, 0 0, 100% 100%); position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); z-index: 1; }

#contact-sec .text-list01 .text:last-child { margin-bottom: 0; }

#contact-sec .text-list01 .text:last-child::after { clip-path: polygon(100% 0, 0 0, 0 100%); transform: translateX(70px); }

#contact-sec .title_box { display: block; width: 100%; max-width: 340px; padding: 0 0 12px 124px; box-sizing: border-box; position: relative; margin: 0 auto; }

#contact-sec .title_box .img { width: 125px; position: absolute; top: -30px; left: 0; }

#contact-sec .title_box .title { font-size: 26px; }

#contact-sec .c_box { padding: 30px 20px; border-radius: 20px; box-sizing: border-box; position: relative; z-index: 1; margin-bottom: 20px; }

#contact-sec .c_box:last-child { margin-bottom: 0; }

#contact-sec .c_box.c_box01 { display: block; }

#contact-sec .c_box.c_box01 .list { width: 100%; max-width: 264px; margin: 0 auto 20px; }

#contact-sec .c_box.c_box01 .list li { padding-left: 26px; box-sizing: border-box; line-height: 1.3; position: relative; margin-bottom: 10px; }

#contact-sec .c_box.c_box01 .list li:last-child { margin-bottom: 0; }

#contact-sec .c_box.c_box01 .list li::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 1px; left: 0; }

#contact-sec .c_box.c_box01 .list li em { display: block; font-size: 26px; }

#contact-sec .c_box.c_box01 .tel_btn01 .tel-sub_text { display: none; }

#contact-sec .c_box.c_box01 .tel_btn01 .tel a { padding: 12px; }

#contact-sec .c_box.c_box01 .tel_btn01 .tel a .icon { width: 64px; height: 64px; }

#contact-sec .c_box.c_box01 .tel_btn01 .tel a .icon img { width: 28px; }

#contact-sec .c_box.c_box01 .tel_btn01 .tel a .btn-text { width: calc(100% - 64px); }

#contact-sec .c_box.c_box01 .tel_btn01 .tel a .btn-text .tel-text { font-size: 14px; }

#contact-sec .c_box.c_box01 .tel_btn01 .tel a .btn-text .num { font-size: 24px; }

#contact-sec .c_box.c_box02 .midashi { padding: 6px; box-sizing: border-box; border-radius: 6px; font-size: 18px; margin-bottom: 10px; }

#contact-sec .c_box.c_box02 .btn-list { display: block; }

#contact-sec .c_box.c_box02 .btn-list .btn01 { height: 68px; margin-top: 20px; }

#footer { padding: 80px 5% 90px; }

#footer .footer_box { display: block; }

#footer .footer_box .left { max-width: 400px; margin: 0 auto 40px; }

#footer .footer_box .left .logo { width: 100%; margin-bottom: 20px; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .sub_text { display: inline-flex; align-items: center; padding: 4px 14px; box-sizing: border-box; background: #FFF4EB; border-radius: 4px; margin-bottom: 10px; }

#footer .footer_box .left .sub_text img { display: inline-block; width: 20px; margin: 0 6px; }

#footer .footer_box .left .info_box { width: 100%; margin-bottom: 20px; }

#footer .footer_box .left .sub_text02 { font-size: 14px; line-height: 1.4; margin-top: 20px; }

#footer .footer_box .right { width: 100%; max-width: 280px; margin: 0 auto; }

#footer .footer_box .right .navs-list { display: block; }

.navs-list > ul.navs-list01 { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }

.navs-list > ul.navs-list01 > li { width: calc(50% - 10px); margin-bottom: 20px; }

.navs-list > ul.navs-list00 > li > a, .navs-list > ul.navs-list00 > li .nav-midashi { display: block; padding-left: 28px; box-sizing: border-box; font-weight: 700; position: relative; }

.navs-list > ul.navs-list00 > li > a .arrow, .navs-list > ul.navs-list00 > li .nav-midashi .arrow { display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #038DD8; background-image: url("../img/common/btn_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: 8px; transition: 0.3s; position: absolute; top: 3px; left: 0; }

.navs-list > ul.navs-list00 > li .sp-nav { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding-left: 28px; box-sizing: border-box; margin-top: 6px; }

.navs-list > ul.navs-list00 > li .sp-nav li { width: calc(50% - 10px); font-weight: 500; margin-top: 4px; }

#footer .footer_box .banner_box { display: block; width: 100%; max-width: 350px; padding: 40px 20px 30px; box-sizing: border-box; background: #FCF8F2; border: 2px solid #EEE7D8; border-radius: 10px; margin: 40px auto 0; }

#footer .footer_box .banner_box .banner_logo { width: 100%; max-width: 270px; margin-bottom: 20px; }

#footer .footer_box .banner_box .text_box { margin-bottom: 10px; }

#footer .footer_box .banner_box .link_box { padding-left: calc(100% - 74px); box-sizing: border-box; position: relative; }

#footer .footer_box .banner_box .link_box .il01 { width: 128px; position: absolute; top: 10px; left: 26px; }

#footer .footer_box .banner_box .link_box .link { width: 64px; height: 64px; }

#footer .footer_box .banner_box .link_box .link a { display: block; width: 100%; height: 100%; background-color: #EE6F00; background-image: url("../img/common/icon_link.svg"); background-repeat: no-repeat; background-position: center; background-size: 24px; border-radius: 50%; border: 2px solid #EE6F00; box-sizing: border-box; }

#footer .bottom_box { display: block; padding-top: 30px; border-top: 1px solid #E7E2DA; margin-top: 55px; }

#footer .bottom_box .link_list { justify-content: center; margin-top: 10px; }

#footer .bottom_box .link_list li { margin-right: 20px; }

#footer .bottom_box .link_list li:last-child { margin-right: 0; }

#footer .bottom_box .copyright { font-size: 14px; text-align: center; }

/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 50px; height: 50px; background: #EE6F00; border-radius: 50%; border: 1px solid #EE6F00; box-sizing: border-box; transition: 0.3s; z-index: 1; top: auto; bottom: 0; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 11px; height: 20px; opacity: 1; background-image: url("../img/common/slide_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #EE6F00; }
.slider01 .slick-prev { left: 50%; transform: translateX(-55px); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { left: auto; right: 50%; transform: translateX(55px); }

.slider01:has(.slick-arrow) { padding-bottom: 80px; }

.info_cate { align-items: flex-start; margin-bottom: 5px; }
.info_cate .time { font-size: 16px; margin: 1px 10px 7px 0; }
.info_cate .cate-list { width: auto; }
.info_cate .cate-list li { font-size: 16px; line-height: 1; font-weight: 500; color: #FFFFFF; padding: 6px 12px; box-sizing: border-box; background: #038DD8; border-radius: 20px; margin: 0 5px 5px 0; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.voice01 { width: 100%; max-width: 320px; padding: 77px 20px 30px; box-sizing: border-box; background: #FCFBF8; border: 2px solid #EEE7D8; border-radius: 20px; position: relative; }
.voice01::before { content: ""; display: block; width: 120px; height: 120px; background: #FCFBF8; border: 2px solid #EEE7D8; border-radius: 50%; text-align: center; position: absolute; top: -53px; left: 50%; transform: translateX(-50%); z-index: -1; }
.voice01 .img { width: 120px; height: 120px; padding-top: 10px; background: #FCFBF8; border-radius: 50%; text-align: center; position: absolute; top: -51px; left: 50%; transform: translateX(-50%); z-index: 1; }
.voice01 .img img { display: block; width: 94px; margin: 0 auto; }
.voice01 .img .img02 { display: none; }
.voice01 .midashi em { font-size: 20px; }
.voice01 .info { margin-top: 6px; }
.voice01 .info span { display: inline-block; margin-right: 10px; }
.voice01 .info span:last-child { margin-right: 0; }
.voice01 .text { margin-top: 16px; }

.news01 { width: 100%; }
.news01 a { display: block; width: 100%; padding: 28px 18px; box-sizing: border-box; background: #FCFBF8; border: 2px solid #EEE7D8; border-radius: 20px; position: relative; }
.news01 a .info_box .title { font-size: 18px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news01 a .info_box .text { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-top: 14px; position: relative; margin-top: 14px; }
.news01 a .info_box .text::before { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #e5d9c3, #e5d9c3 3px, transparent 3px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; top: 0; left: 0; }
.news01 a .img { width: 100%; aspect-ratio: 125 / 88; border-radius: 10px; overflow: hidden; margin-top: 20px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }

.side_box .side-title { padding: 12px 0; line-height: 1; border-radius: 20px; margin-bottom: 20px; }
.side_box .side-inner select { width: 100%; height: 60px; box-sizing: border-box; padding: 20px 40px 20px 15px; font-size: 16px; line-height: 1.2; font-weight: 500; border: 1px solid #EE6F00; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 14px; border-radius: 4px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.side_box .side-inner select option { color: #000000 !important; }

.wrap.twin div#two-side { margin-top: 80px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; border: 2px solid #038DD8; border-radius: 50%; box-sizing: border-box; margin: 0 2px; text-decoration: none; font-size: 16px; font-weight: 700; color: #038DD8; line-height: 37px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 60px; }
.wp-pagenavi span.current { background: #038DD8; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; margin: 0; border: 0; font-size: 14px; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 7px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 13px; height: 12px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation { margin-top: 60px; }

.post-navigation ul { max-width: 350px; justify-content: center; align-items: center; position: relative; margin: 0 auto; }

.post-navigation ul > li { width: 50px; height: 50px; overflow: hidden; }
.post-navigation ul > li a { display: inline-block; width: 100%; height: 100%; padding: 0; box-sizing: border-box; background-color: #038DD8; background-image: url("../img/common/page_arrow03.svg"); background-repeat: no-repeat; background-position: center; background-size: 13px; border-radius: 50%; color: transparent; }

.post-navigation ul > li.prev a { transform: scale(-1, 1); }

.post-navigation ul > li.blog-back { width: 200px; margin: 0 15px; }
.post-navigation ul > li.blog-back a { padding: 11px 0; background-color: #FFFFFF; background-image: none; border: 2px solid #038DD8; border-radius: 80px; font-size: 16px; font-weight: 700; line-height: 1.5; color: #038DD8; text-align: center; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.top-news01 { width: 100%; }
.top-news01 a { display: block; }
.top-news01 a .text { font-size: 18px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

#cases-sec { padding: 80px 5%; }
#cases-sec .common_point01 .text { border-width: 1px; border-style: solid; }
#cases-sec .common_point01 .text01 { border-color: #EE6F00; }
#cases-sec .common_point01 .text02 { border-color: #00BD23; }
#cases-sec .common_point01 .text03 { border-color: #BD8A00; }
#cases-sec .box01 { padding: 20px; box-sizing: border-box; border-radius: 10px; margin-top: 30px; position: relative; }
#cases-sec .box01 .il01 { width: 116px; position: absolute; bottom: -6px; right: -7px; z-index: 1; }
#cases-sec .case-list { display: block; margin-top: 60px; }
#cases-sec .case-list .case_box01 { margin-bottom: 10px; }
#cases-sec .case-list .case_box01:last-child { margin-bottom: 0; }
#cases-sec .case-list .case_box01 .title_box { padding: 14px 20px; box-sizing: border-box; justify-content: space-between; align-items: center; border-radius: 20px 20px 0 0; }
#cases-sec .case-list .case_box01 .title_box h3 { width: calc(100% - 200px); font-size: 20px; }
#cases-sec .case-list .case_box01 .title_box .cate-list { display: block; width: 200px; }
#cases-sec .case-list .case_box01 .title_box .cate-list li { display: flex; align-items: center; font-size: 16px; line-height: 1; padding: 7px 10px; box-sizing: border-box; background: #17A1ED; border-radius: 4px; margin-bottom: 4px; }
#cases-sec .case-list .case_box01 .title_box .cate-list li:last-child { margin-bottom: 0; }
#cases-sec .case-list .case_box01 .title_box .cate-list li img { display: inline-block; width: 18px; margin-right: 4px; }
#cases-sec .case-list .case_box01 .box_in { padding: 16px 20px 20px; box-sizing: border-box; background: #FCFBF8; border: 2px solid #EEE7D8; border-top-width: 0; border-radius: 0 0 20px 20px; }
#cases-sec .case-list .case_box01 .box_in .midashi { font-size: 18px; margin-bottom: 20px; }
#cases-sec .case-list .case_box01 .box_in .midashi > span.icon_in { display: block; padding-left: 26px; box-sizing: border-box; position: relative; }
#cases-sec .case-list .case_box01 .box_in .midashi > span.icon_in .icon { display: inline-block; width: 22px; position: absolute; top: 3px; left: 0; }
#cases-sec .case-list .case_box01 .box_in .midashi > span.arrow_in { display: block; padding-left: 24px; box-sizing: border-box; position: relative; }
#cases-sec .case-list .case_box01 .box_in .midashi > span.arrow_in .arrow { display: inline-block; width: 16px; position: absolute; top: 8px; left: 0; }
#cases-sec .case-list .case_box01 .box_in .list li.flex { display: block; padding: 10px 0; box-sizing: border-box; border-bottom: 1px solid #EEE7D8; }
#cases-sec .case-list .case_box01 .box_in .list li.flex:first-child { padding-top: 0; }
#cases-sec .case-list .case_box01 .box_in .list li.flex .list_midashi { display: flex; align-items: center; line-height: 1.2; }
#cases-sec .case-list .case_box01 .box_in .list li.flex .list_midashi .num { display: inline-block; width: 18px; padding: 2px 0; box-sizing: border-box; border-radius: 50%; font-size: 14px; line-height: 1; text-align: center; margin-right: 4px; }
#cases-sec .case-list .case_box01 .box_in .list li.flex .list_price { display: block; text-align: right; }
#cases-sec .case-list .case_box01 .box_in .list li.flex .list_price .num { display: inline-block; font-size: 18px; margin-right: 2px; }
#cases-sec .case-list .case_box01 .box_in .total_box { display: block; padding: 12px 20px; box-sizing: border-box; background: #F4F1E6; border-radius: 10px; margin-top: 10px; }
#cases-sec .case-list .case_box01 .box_in .total_box .box_price { text-align: right; }
#cases-sec .case-list .case_box01 .box_in .total_box .box_price .num { display: inline-block; font-size: 20px; margin-right: 2px; }
#cases-sec .text-list { margin-top: 10px; }
#cases-sec .text-list li { padding-left: 1em; text-indent: -1em; }

.home #contents section.bg_cream { padding: 80px 5%; border-radius: 30px; }
.home .title01 { margin-bottom: 30px; }

#topbox01 { padding: 40px 5%; border-radius: 30px; position: relative; z-index: 1; margin-top: -30px; }
#topbox01 .news_box01 { display: block; margin-bottom: 30px; }
#topbox01 .news_box01 .btn02 { margin-top: 20px; }
#topbox01 .news_box01 .btn02 a .arrow { width: 18px; height: 14px; background-color: transparent; background-image: url("../img/common/btn_arrow03.svg"); background-size: contain; }
#topbox01 .btn_box { justify-content: space-between; }
#topbox01 .btn_box .btn { width: calc(50% - 6px); }
#topbox01 .btn_box .btn a { display: block; width: 100%; padding-top: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; text-align: center; position: relative; box-shadow: 0 8px 0 #D1D1D1; }
#topbox01 .btn_box .btn a .icon { width: 60px; height: 60px; border-radius: 50%; position: relative; margin: 0 auto 4px; }
#topbox01 .btn_box .btn a .icon img { width: 36px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox01 .btn_box .btn a .btn-text em { font-size: 20px; }
#topbox01 .btn_box .btn a .arrow { display: flex; justify-content: center; align-items: center; height: 60px; padding: 0 10px; box-sizing: border-box; border-radius: 0 0 20px 20px; margin-top: 10px; }
#topbox01 .btn_box .btn a .arrow span { display: inline-block; padding-right: 20px; box-sizing: border-box; font-size: 14px; line-height: 1.4; text-align: center; position: relative; }
#topbox01 .btn_box .btn a .arrow span::before { content: ""; display: block; width: 12px; height: 10px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

#topbox02 { padding: 80px 5%; }
#topbox02 .text01 { font-size: 18px; }
#topbox02 .reason-list { display: block; margin-top: 60px; }
#topbox02 .reason-list .reason00 { border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
#topbox02 .reason-list .reason00:last-child { margin-bottom: 0; }
#topbox02 .reason-list .reason00 .box_in { padding: 20px 20px 30px; box-sizing: border-box; }
#topbox02 .reason-list .reason00 .box_in .sub_midashi { display: inline-block; padding: 6px 8px; box-sizing: border-box; border-radius: 4px; line-height: 1; margin-bottom: 10px; }
#topbox02 .reason-list .reason00 .box_in .midashi { font-size: 19px; }
#topbox02 .reason-list .reason00 .box_in .midashi em { font-size: 26px; }
#topbox02 .reason-list .reason00 .box_in .text-list { margin-top: 14px; }
#topbox02 .reason-list .reason00 .box_in .text-list li { padding-left: 1em; text-indent: -1em; }
#topbox02 .reason-list .reason03 .box_in { position: relative; }
#topbox02 .reason-list .reason03 .box_in .il01 { width: 110px; position: absolute; top: -92px; left: 10px; z-index: 1; }

.common_point01 { font-size: 18px; text-align: center; }
.common_point01 .text { display: flex; align-items: center; width: 220px; padding: 6px 16px; box-sizing: border-box; border-radius: 4px; font-size: 18px; line-height: 1; margin: 0 auto 6px; }
.common_point01 .text .num { display: inline-block; width: 18px; padding: 2px 0; box-sizing: border-box; border-radius: 50%; font-size: 14px; line-height: 1; margin-right: 4px; }
.common_point01 .text01 { margin-top: 6px; }

.basicPrice_box01 { padding: 50px 0; box-sizing: border-box; position: relative; z-index: 1; /*タブ切り替えボタン*/ /*タブ切り替えボタン選択時とマウスオーバー時*/ /*選択されていないタブのコンテンツ非表示*/ /*選択されたタブのコンテンツ表示*/ }
.basicPrice_box01::before { content: ""; display: block; width: 100vw; height: 100%; background: #FFFFFF; border-radius: 30px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.basicPrice_box01 .title { display: flex; justify-content: center; align-items: center; font-size: 24px; line-height: 1; margin-bottom: 24px; }
.basicPrice_box01 .title .num { display: inline-block; width: 26px; padding: 5px 0; box-sizing: border-box; border-radius: 50%; font-size: 16px; line-height: 1; margin-right: 4px; }
.basicPrice_box01 > .text01 { font-size: 18px; margin-bottom: 30px; }
.basicPrice_box01 .price_tab_list input[type="radio"] { display: none; }
.basicPrice_box01 .price_tab_list .tab_list div { display: inline-block; margin: 6px 6px 0 0; }
.basicPrice_box01 .price_tab_list .tab_list div:last-child { margin-right: 0; }
.basicPrice_box01 .price_tab_list .tab_list label { display: block; padding: 8px 20px; box-sizing: border-box; background: #F0F0F0; border-radius: 30px; font-size: 16px; line-height: 1.4; font-weight: 700; color: #6B6B6B; cursor: pointer; transition: 0.3s; position: relative; }
.basicPrice_box01 input#tab01:checked ~ .tab_list .tab_btn01 label { background: #EE6F00; color: #FFFFFF; }
.basicPrice_box01 input#tab02:checked ~ .tab_list .tab_btn02 label { background: #EE6F00; color: #FFFFFF; }
.basicPrice_box01 input#tab03:checked ~ .tab_list .tab_btn03 label { background: #EE6F00; color: #FFFFFF; }
.basicPrice_box01 input#tab04:checked ~ .tab_list .tab_btn04 label { background: #EE6F00; color: #FFFFFF; }
.basicPrice_box01 input#tab05:checked ~ .tab_list .tab_btn05 label { background: #EE6F00; color: #FFFFFF; }
.basicPrice_box01 input#tab06:checked ~ .tab_list .tab_btn06 label { background: #EE6F00; color: #FFFFFF; }
.basicPrice_box01 .tab_box00 { box-sizing: border-box; height: 0; opacity: 0; -webkit-transition: opacity 600ms; transition: opacity 600ms; overflow-y: hidden; width: 100%; margin: 0 auto; }
.basicPrice_box01 #tab01:checked ~ .tab_box01 { height: auto; opacity: 1; overflow: initial; width: 100%; margin: 0 auto; }
.basicPrice_box01 #tab02:checked ~ .tab_box02 { height: auto; opacity: 1; overflow: initial; width: 100%; margin: 0 auto; }
.basicPrice_box01 #tab03:checked ~ .tab_box03 { height: auto; opacity: 1; overflow: initial; width: 100%; margin: 0 auto; }
.basicPrice_box01 #tab04:checked ~ .tab_box04 { height: auto; opacity: 1; overflow: initial; width: 100%; margin: 0 auto; }
.basicPrice_box01 #tab05:checked ~ .tab_box05 { height: auto; opacity: 1; overflow: initial; width: 100%; margin: 0 auto; }
.basicPrice_box01 #tab06:checked ~ .tab_box06 { height: auto; opacity: 1; overflow: initial; width: 100%; margin: 0 auto; }
.basicPrice_box01 .tab_box00_in { display: block; border-radius: 10px; overflow: hidden; margin-top: 30px; }
.basicPrice_box01 .tab_box00_in .map { display: none; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price { display: flex; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price:last-child { border-bottom: 0; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price:last-child p.first { border-bottom: 0; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price p.first { width: 50px; padding: 16px 14px; box-sizing: border-box; background: #EE6F00; border-bottom: 1px solid #FFFFFF; font-size: 22px; line-height: 1; font-weight: 700; color: #FFFFFF; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price ul.list { display: block; width: calc(100% - 50px); }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price ul.list li span { display: block; padding: 16px; box-sizing: border-box; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price ul.list li span.midashi { font-weight: 500; background: #FEDCBE; }
.basicPrice_box01 .tab_box00_in .price_box .price_list .price ul.list li span.text { background: #FFF4EB; }
.basicPrice_box01 .text-list01 { margin-top: 30px; }
.basicPrice_box01 .text-list01 li { padding-left: 1em; text-indent: -1em; }

.basicPrice_box02 .box { padding: 50px 0; box-sizing: border-box; border-radius: 20px; }
.basicPrice_box02 .box .title { display: inline-flex; align-items: center; font-size: 24px; line-height: 1; margin-bottom: 30px; }
.basicPrice_box02 .box .title .num { display: inline-block; width: 26px; padding: 5px 0; box-sizing: border-box; border-radius: 50%; font-size: 16px; line-height: 1; margin-right: 4px; }

#topbox03 .text01 { margin-top: 20px; font-size: 18px; }
#topbox03 .basicPrice_box01 { margin-top: 60px; }
#topbox03 .basicPrice_box02 { display: block; position: relative; margin-top: 70px; }
#topbox03 .basicPrice_box02::before { content: ""; display: block; width: 30px; height: 30px; background: url("../img/top/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); }
#topbox03 .basicPrice_box02 .box { padding: 10px 10px 20px; border-radius: 10px; margin-bottom: 10px; }
#topbox03 .basicPrice_box02 .box:last-child { margin-bottom: 0; }
#topbox03 .basicPrice_box02 .box .sub_midashi { padding: 7px; box-sizing: border-box; border-radius: 4px; line-height: 1.2; margin-bottom: 10px; }
#topbox03 .basicPrice_box02 .box .title { margin-bottom: 0; }
#topbox03 .basicPrice_box02 .box_left .sub_midashi { background: #E5FBE9; }
#topbox03 .basicPrice_box02 .box_right .sub_midashi { background: #FBF5E5; }
#topbox03 .text-list { margin-top: 10px; }
#topbox03 .text-list li { padding-left: 1em; text-indent: -1em; }

#topbox04 .text01 { font-size: 18px; }
#topbox04 .flow-list { display: block; margin-top: 70px; }
#topbox04 .flow-list .slick-list { overflow: visible; }
#topbox04 .flow-list .slick-track { display: flex; }
#topbox04 .flow-list .slick-track .slick-slide { height: auto; }
#topbox04 .flow-list .flow01 { width: 100%; max-width: 340px; border-radius: 20px; position: relative; margin-right: 20px; }
#topbox04 .flow-list .flow01 > img { border-radius: 19px 19px 0 0; }
#topbox04 .flow-list .flow01 .num { display: inline-block; width: 46px; padding: 13px 0; box-sizing: border-box; border-radius: 50%; font-size: 20px; line-height: 1; text-align: center; position: absolute; top: -10px; left: -10px; z-index: 1; }
#topbox04 .flow-list .flow01 .box_in { padding: 20px 20px 30px; box-sizing: border-box; background-color: transparent; }
#topbox04 .flow-list .flow01 .box_in .midashi { font-size: 20px; margin-bottom: 10px; }

#topbox05 { padding: 80px 5%; }
#topbox05 .text01 { font-size: 18px; }
#topbox05 #voice-slider { margin-top: 113px; }
#topbox05 #voice-slider .slick-list { overflow: visible; }
#topbox05 #voice-slider .slick-track { display: flex; }
#topbox05 #voice-slider .slick-track .slick-slide { height: auto; }
#topbox05 #voice-slider .voice01 { margin: 0 5px; }
#topbox05 #voice-slider .voice01:nth-child(2n) .img .img01 { display: none; }
#topbox05 #voice-slider .voice01:nth-child(2n) .img .img02 { display: block; }

#topbox06 .title01 { margin-bottom: 60px; }
#topbox06 .faq-list .faq_box { border: 2px solid #FFFFFF; border-radius: 10px; margin-bottom: 10px; overflow: hidden; transition: 0.3s; }
#topbox06 .faq-list .faq_box:last-child { margin-bottom: 0; }
#topbox06 .faq-list .faq_box .q_text { padding: 16px 60px 16px 48px; box-sizing: border-box; position: relative; transition: 0.3s; cursor: pointer; }
#topbox06 .faq-list .faq_box .q_text .icon { display: inline-block; font-size: 22px; line-height: 1; color: #EE6F00; position: absolute; top: 16px; left: 20px; transition: 0.3s; }
#topbox06 .faq-list .faq_box .q_text p { font-size: 18px; line-height: 1.4; color: #212121; transition: 0.3s; }
#topbox06 .faq-list .faq_box .q_text .arrow { display: inline-block; width: 30px; height: 30px; background-color: #EE6F00; border-radius: 50%; background-image: url("../img/top/faq_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 10px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }
#topbox06 .faq-list .faq_box .q_text.on { background: #EE6F00; }
#topbox06 .faq-list .faq_box .q_text.on .icon { color: #FFFFFF; }
#topbox06 .faq-list .faq_box .q_text.on p { color: #FFFFFF; }
#topbox06 .faq-list .faq_box .q_text.on .arrow { background-color: #FFFFFF; background-image: url("../img/top/faq_arrow02.svg"); transform: translateY(-50%) rotate(180deg); }
#topbox06 .faq-list .faq_box .a_text { display: none; padding: 20px 18px 18px 45px; box-sizing: border-box; position: relative; }
#topbox06 .faq-list .faq_box .a_text .icon { display: inline-block; font-size: 22px; line-height: 1; position: absolute; top: 20px; left: 18px; }
#topbox06 .faq-list .faq_box:has(.q_text.on) { border: 2px solid #EE6F00; }

#topbox07 { padding: 60px 5% 120px; }
#topbox07 .cnt { display: block; }
#topbox07 .cnt .box { padding: 50px 20px 60px; box-sizing: border-box; border-radius: 20px; margin-bottom: 30px; }
#topbox07 .cnt .box:last-child { margin-bottom: 0; }
#topbox07 .cnt .box_left .title01 { margin-bottom: 40px; }
#topbox07 .cnt .box_left .cases-list .case01 { border-bottom: 1px solid #A9E9EE; }
#topbox07 .cnt .box_left .cases-list .case01:first-child a { padding-top: 0; }
#topbox07 .cnt .box_left .cases-list .case01:last-child { border-bottom: 0; }
#topbox07 .cnt .box_left .cases-list .case01:last-child a { padding-bottom: 0; }
#topbox07 .cnt .box_left .cases-list .case01 a { display: block; padding: 20px 0; box-sizing: border-box; }
#topbox07 .cnt .box_left .cases-list .case01 a .img { width: 100%; margin-bottom: 20px; }
#topbox07 .cnt .box_left .cases-list .case01 a .img .in_img { width: 100%; aspect-ratio: 18 / 13; }
#topbox07 .cnt .box_left .cases-list .case01 a .info_box .midashi { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: 0.3s; }
#topbox07 .cnt .box_left .cases-list .case01 a .info_box .info_cate { display: block; margin-top: 10px; margin-bottom: 0; }
#topbox07 .cnt .box_left .cases-list .case01 a .info_box .info_cate .time { font-size: 14px; margin: 0; }
#topbox07 .cnt .box_right .text01 { font-size: 18px; margin-bottom: 30px; }
#topbox07 .news_box01 { display: block; margin-top: 80px; }
#topbox07 .news_box01 .title01 { text-align: left; margin-bottom: 40px; }
#topbox07 .news_box01 .news-list .top-news01 { border-bottom: 1px solid #E7E2DA; }
#topbox07 .news_box01 .news-list .top-news01:first-child a { padding-top: 0; }
#topbox07 .news_box01 .news-list .top-news01:last-child { border-bottom: 0; }
#topbox07 .news_box01 .news-list .top-news01:last-child a { padding-bottom: 0; }
#topbox07 .news_box01 .news-list .top-news01 a { padding-top: 30px; padding-bottom: 30px; }

/*選ばれる理由　p02
=========================================== */
.check-list01 li { padding-left: 22px; box-sizing: border-box; font-weight: 500; position: relative; margin-bottom: 10px; }
.check-list01 li:last-child { margin-bottom: 0; }
.check-list01 li::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/common/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

.list-blue01 li { padding-left: 16px; box-sizing: border-box; font-size: 18px; position: relative; margin-bottom: 10px; }
.list-blue01 li:last-child { margin-bottom: 0; }
.list-blue01 li::before { content: ""; display: block; width: 6px; height: 6px; background: #038DD8; border-radius: 50%; position: absolute; top: 13px; left: 0; }

.common_box02 { display: block; border-radius: 4px; overflow: hidden; }
.common_box02 .common-midashi { padding: 10px; box-sizing: border-box; }
.common_box02 .common-midashi span { display: block; line-height: 1.4; }
.common_box02 .common-text02 { padding: 16px; box-sizing: border-box; }

#p02box01 .reason-list .reason01 { padding: 30px 20px; box-sizing: border-box; border-radius: 40px; position: relative; margin-bottom: 65px; }
#p02box01 .reason-list .reason01:last-child { margin-bottom: 0; }
#p02box01 .reason-list .reason01 .num { font-size: 50px; line-height: 1; color: #EDE4D4; position: absolute; top: -25px; left: 20px; z-index: 1; }
#p02box01 .reason-list .reason01 .box_in { display: block; }
#p02box01 .reason-list .reason01 .box_in .text_box h2.title { font-size: 18px; margin-bottom: 10px; }
#p02box01 .reason-list .reason01 .box_in .text_box h2.title em { font-size: 24px; }
#p02box01 .reason-list .reason01 .box_in .text_box .text { font-size: 18px; }
#p02box01 .reason-list .reason01 .box_in .text_box .info_box { padding: 10px 20px; box-sizing: border-box; border-radius: 4px; margin-top: 20px; }
#p02box01 .reason-list .reason01 .box_in .text_box .info_box01 .info-text01 { padding-left: 22px; box-sizing: border-box; position: relative; }
#p02box01 .reason-list .reason01 .box_in .text_box .info_box01 .info-text01::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p02/icon_time.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
#p02box01 .reason-list .reason01 .box_in .text_box .common_box02 { margin-top: 20px; }
#p02box01 .reason-list .reason01 .box_in .text_box .info_box03 { display: block; padding: 20px 16px; border-radius: 10px; }
#p02box01 .reason-list .reason01 .box_in .text_box .info_box03 .check-list01 { margin-bottom: 10px; }
#p02box01 .reason-list .reason01 .box_in .text_box .info_box03 .check-list01:last-child { margin-bottom: 0; }
#p02box01 .reason-list .reason01 .box_in .text_box .btn01 { padding-bottom: 8px; margin-top: 20px; }
#p02box01 .reason-list .reason01 .box_in .text_box .long_btn01 a .btn-text { font-size: 16px; }
#p02box01 .reason-list .reason01 .box_in .img_box { margin-top: 20px; border-radius: 10px; overflow: hidden; position: relative; }
#p02box01 .reason-list .reason01 .box_in .img_box .img_text { display: inline-block; padding: 6px 16px; box-sizing: border-box; border-top-right-radius: 10px; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p02box01 .service_box { margin-top: 60px; }
#p02box01 .service_box .text { font-size: 18px; margin-top: 10px; }

/*ご遺体搬送の流れ　p03
=========================================== */
#p03box01 .option_box { background: #F9F7F1; border-radius: 6px; }
#p03box01 .option_box .midashi { padding: 10px; box-sizing: border-box; font-size: 18px; text-align: center; background: #FEDCBE; border-radius: 6px 6px 0 0; }
#p03box01 .option_box .box_in { padding: 20px; box-sizing: border-box; }
#p03box01 .price-table tr { display: block; padding: 10px 0 12px; box-sizing: border-box; border-bottom: 1px solid #EEE7D8; }
#p03box01 .price-table tr:first-child { padding-top: 0; }
#p03box01 .price-table tr:last-child { padding-bottom: 0; border-bottom: 0; }
#p03box01 .price-table tr th, #p03box01 .price-table tr td { display: block; }
#p03box01 .price-table tr th { margin-bottom: 2px; }
#p03box01 .price-table tr td { text-align: right; }
#p03box01 .price-table tr td em { display: inline-block; margin-right: 2px; }
#p03box01 .text01 { font-size: 18px; }
#p03box01 .place-list { display: block; margin-top: 30px; }
#p03box01 .place-list .common_box01 { margin-bottom: 10px; }
#p03box01 .place-list .common_box01:last-child { margin-bottom: 0; }
#p03box01 .place-list .common_box01 .box_in img { display: block; width: 150px; margin: 0 auto 14px; }
#p03box01 .place-list .common_box01 .box_in .text { font-size: 18px; }
#p03box01 .step-list { position: relative; margin-top: 60px; }
#p03box01 .step-list::before { content: ""; display: block; width: 4px; height: 100%; background-image: url("../img/p03/line01.png"); background-repeat: repeat-y; background-position: center top; background-size: contain; position: absolute; top: 0; left: 40px; }
#p03box01 .step-list .step00 { padding: 40px 20px; box-sizing: border-box; border-radius: 40px; position: relative; z-index: 1; margin-bottom: 40px; }
#p03box01 .step-list .step00:last-child { margin-bottom: 0; }
#p03box01 .step-list .step00 .cnt { display: block; }
#p03box01 .step-list .step00 .cnt .text_box .num { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }
#p03box01 .step-list .step00 .cnt .text_box .title { font-size: 26px; margin-bottom: 10px; }
#p03box01 .step-list .step00 .cnt .text_box .info_box01 { padding: 10px 20px; box-sizing: border-box; border-radius: 4px; margin-top: 10px; }
#p03box01 .step-list .step00 .cnt .text_box .info_box01 .info-text01 { padding-left: 22px; box-sizing: border-box; position: relative; }
#p03box01 .step-list .step00 .cnt .text_box .info_box01 .info-text01::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p02/icon_time.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
#p03box01 .step-list .step00 .cnt .img_box { max-width: 424px; margin: 20px auto 0; }
#p03box01 .step-list .step00 .accordion_box { border-radius: 10px; margin-top: 20px; }
#p03box01 .step-list .step00 .accordion_box .t_text { padding: 12px 46px 12px 20px; box-sizing: border-box; border-radius: 9px; text-align: left; position: relative; transition: 0.3s; cursor: pointer; }
#p03box01 .step-list .step00 .accordion_box .t_text::before { content: ""; display: block; width: 18px; height: 18px; background-image: url("../img/p03/icon_open.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }
#p03box01 .step-list .step00 .accordion_box .t_text span { font-size: 20px; line-height: 1.4; }
#p03box01 .step-list .step00 .accordion_box .t_text span .mini { font-size: 14px; }
#p03box01 .step-list .step00 .accordion_box .t_text.on::before { background-image: url("../img/p03/icon_close.svg"); }
#p03box01 .step-list .step00 .accordion_box .c_text { display: none; padding: 20px; box-sizing: border-box; }
#p03box01 .step-list .step01 .cnt .text_box .title { line-height: 1; }
#p03box01 .step-list .step01 .cnt .text_box .title .mini { display: inline-block; font-size: 16px; }
#p03box01 .step-list .step01 .box { display: block; padding: 20px; box-sizing: border-box; border-radius: 10px; margin-top: 20px; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel-sub_text em { color: #EE6F00; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a { padding-right: 20px; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a .icon { width: 50px; height: 50px; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a .icon img { width: 22px; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text { width: calc(100% - 50px); }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text .tel-text { font-size: 14px; margin-bottom: 0; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text .tel-text .sub { padding: 2px 4px 3px; font-size: 13px; margin-left: 2px; }
#p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text .num { font-size: 20px; }
#p03box01 .step-list .step01 .box .list_box { margin-top: 30px; }
#p03box01 .step-list .step01 .box .list_box .point { font-size: 18px; text-align: center; margin-bottom: 10px; }
#p03box01 .step-list .step01 .box .list_box .check-list01 li { margin-bottom: 4px; }
#p03box01 .step-list .step01 .box .list_box .check-list01 li:last-child { margin-bottom: 0; }
#p03box01 .step-list .step02 .accordion_box .c_text .text_in { display: block; }
#p03box01 .step-list .step02 .accordion_box .c_text .text_in .option_box { margin-bottom: 10px; }
#p03box01 .step-list .step02 .accordion_box .c_text .text_in .option_box:last-child { margin-bottom: 0; }
#p03box01 .step-list .step02 .accordion_box .c_text .text_in .option_box .box_in .price-table { margin-top: 10px; }
#p03box01 .step-list .step03 { margin-top: 20px; }
#p03box01 .step-list .step03 .cnt .text_box .common_box02 { margin-top: 10px; }
#p03box01 .step-list .step03 .cnt .text_box .common_box02 .common-midashi span { line-height: 1.4; }
#p03box01 .step-list .step03 .accordion_box .c_text .text_in { display: block; }
#p03box01 .step-list .step03 .accordion_box .c_text .text_in .left .point01 { padding-left: 16px; box-sizing: border-box; font-size: 18px; position: relative; margin: 10px 0; }
#p03box01 .step-list .step03 .accordion_box .c_text .text_in .left .point01::before { content: ""; display: block; width: 6px; height: 6px; background: #EE6F00; border-radius: 50%; position: absolute; top: 11px; left: 0; }
#p03box01 .step-list .step03 .accordion_box .c_text .text_in .img_box { max-width: 386px; margin: 10px auto 0; }
#p03box01 .step-list .step04 .cnt .text_box .info_box01 .info-text01::before { background: url("../img/p03/icon_map.svg") no-repeat center; background-size: contain; }
#p03box01 .step-list .step05 .cnt .text_box .option_box { background: #FFFFFF; margin-top: 10px; }
#p03box01 .step-list .step05 .cnt .text_box .option_box .midashi { font-size: 16px; line-height: 1.4; text-align: center; background: #EE6F00; color: #FFFFFF; }
#p03box01 .step-list .step06 .cnt .text_box .common_box02 { margin-top: 10px; }
#p03box01 .step-list .step06 .cnt .text_box .common_box02 .common-midashi span { line-height: 1.4; }
#p03box01 .step-list .step06 .cnt .text_box .common_box02 .common-text02 img { display: block; width: 100%; max-width: 412px; margin-bottom: 4px; }
#p03box01 .step-list .sub_box { display: block; width: 265px; padding: 10px 10px 18px; margin: 0 0 0 auto; /* 外側の三角形（枠線部分） */ /* 内側の三角形（背景の塗りつぶし） */ }
#p03box01 .step-list .sub_box::before { top: auto; /* 三角形の高さ分マイナス */ bottom: -12px; left: 65px; /* 横方向の位置 */ border: 12px solid transparent; border-bottom: 0; border-top: 12px solid #EEE7D8; }
#p03box01 .step-list .sub_box::after { top: auto; bottom: -9px; /* 枠線の太さ分だけ外側より内側に（2pxの線なら-20+3px） */ left: 65px; /* 横方向の位置 */ border: 12px solid transparent; border-bottom: 0; border-top: 12px solid #FCFBF8; /* 背景と同じ色 */ }
#p03box01 .step-list .sub_box .text em { font-size: 20px; }
#p03box01 .step-list .sub_box .il01 { width: 76px; position: absolute; top: 45px; right: 10px; }
#p03box01 .pre_box { margin-top: 60px; }
#p03box01 .pre_box .pre_table { border: 1px solid #038DD8; border-radius: 10px; border-collapse: separate; overflow: hidden; }
#p03box01 .pre_box .pre_table tr { display: block; }
#p03box01 .pre_box .pre_table tr th, #p03box01 .pre_box .pre_table tr td { display: block; box-sizing: border-box; }
#p03box01 .pre_box .pre_table tr th { padding: 16px 20px; background: #038DD8; color: #FFFFFF; }
#p03box01 .pre_box .pre_table tr td { padding: 14px 20px; }

#p03box02 .title01 { margin-bottom: 30px; }
#p03box02 .title01 .ja .mini { display: block; font-size: 30px; }
#p03box02 .text01 { font-size: 18px; }
#p03box02 .flow-list { display: block; margin-top: 70px; }
#p03box02 .flow-list .slick-list { overflow: visible; }
#p03box02 .flow-list .slick-track { display: flex; }
#p03box02 .flow-list .slick-track .slick-slide { height: auto; }
#p03box02 .flow-list .flow01 { width: 89.6vw; max-width: 340px; padding: 30px 20px; box-sizing: border-box; border-radius: 20px; position: relative; margin-right: 20px; }
#p03box02 .flow-list .flow01 .num { display: inline-block; width: 46px; padding: 13px 0; box-sizing: border-box; border-radius: 50%; font-size: 20px; line-height: 1; text-align: center; position: absolute; top: -10px; left: -10px; z-index: 1; }
#p03box02 .flow-list .flow01 > img { display: block; width: 232px; margin: 0 auto 10px; }
#p03box02 .flow-list .flow01 .midashi { font-size: 20px; margin-bottom: 10px; }
#p03box02 .flow-list .flow01 .text { font-size: 18px; }
#p03box02 .flow-list .flow01 .text .mini { font-size: 14px; }
#p03box02 .notes_box { margin-top: 60px; }
#p03box02 .tel_box01 { margin-top: 30px; }
#p03box02 .tel_box01 .box_text { font-size: 18px; }
#p03box02 .tel_box01 .tel_btn01 { margin-top: 10px; }
#p03box02 .tel_box01 .tel_btn01 .tel-sub_text { display: none; }
#p03box02 .tel_box01 .tel_btn01 .tel-text02 { display: none; }

#p03box03 .title01 { margin-bottom: 30px; }
#p03box03 .title01 .ja .mini { font-size: 30px; }
#p03box03 .text01 { font-size: 18px; }
#p03box03 .common_box02 { border-radius: 0; overflow: visible; margin-top: 60px; }
#p03box03 .common_box02 .common-midashi { border-radius: 10px 10px 0 0; }
#p03box03 .common_box02 .common-midashi span { font-size: 22px; line-height: 1.4; }
#p03box03 .common_box02 .common-text02 { padding: 20px; background: #FCFBF8; border: 2px solid #EEE7D8; border-top-width: 0; border-radius: 0 0 10px 10px; }
#p03box03 .common_box02 .common-text02 .check-list01 li { font-size: 18px; }
#p03box03 .common_box02 .common-text02 .check-list01 li::before { top: 7px; }
#p03box03 .support_list { display: block; margin-top: 20px; }
#p03box03 .support_list .list_in { justify-content: center; align-items: center; padding: 16px; box-sizing: border-box; border-radius: 10px; margin-bottom: 10px; }
#p03box03 .support_list .list_in:last-child { margin-bottom: 0; }
#p03box03 .support_list .list_in .icon { display: block; width: 80px; padding-left: 14px; box-sizing: border-box; margin-right: 10px; }
#p03box03 .support_list .list_in .list-text { width: calc(100% - 90px); }

/*ご遺体搬送の料金　p04
=========================================== */
.check-list02 li { padding-left: 22px; box-sizing: border-box; font-weight: 500; position: relative; margin-bottom: 7px; }
.check-list02 li:last-child { margin-bottom: 0; }
.check-list02 li::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p04/icon_check_green.png") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

.common_box01 { border: 2px solid #038DD8; box-sizing: border-box; border-radius: 10px; overflow: hidden; }
.common_box01 > h3 { padding: 6px; box-sizing: border-box; font-size: 18px; }
.common_box01 .box_in { padding: 20px 18px; box-sizing: border-box; }

.balloon01 { padding: 30px 18px; box-sizing: border-box; background: #FCFBF8; /* 背景色 */ border: 2px solid #EEE7D8; /* 枠線の色と太さ */ border-radius: 10px; /* 角丸 */ position: relative; /* 外側の三角形（枠線部分） */ /* 内側の三角形（背景の塗りつぶし） */ }
.balloon01::before { content: ""; position: absolute; top: -34px; /* 三角形の高さ分マイナス */ left: 50%; /* 横方向の位置 */ transform: translateX(-50%); border: 17px solid transparent; border-bottom: 17px solid #EEE7D8; /* 枠線と同じ色 */ }
.balloon01::after { content: ""; position: absolute; top: -31px; /* 枠線の太さ分だけ外側より内側に（2pxの線なら-20+3px） */ left: 50%; transform: translateX(-50%); border: 17px solid transparent; border-bottom: 17px solid #FCFBF8; /* 背景と同じ色 */ }

.rates-list01 li { align-items: center; padding: 14px; box-sizing: border-box; border-radius: 6px; margin-bottom: 4px; }
.rates-list01 li:last-child { margin-bottom: 0; }
.rates-list01 li > img { width: 34px; }
.rates-list01 li .text { width: calc(100% - 38px); font-size: 18px; margin-left: 4px; }

.notes_box { display: block; border-radius: 20px; overflow: hidden; }
.notes_box h3 { padding: 14px 10px; box-sizing: border-box; background: #D7F2F4; }
.notes_box h3 span { display: block; font-size: 20px; }
.notes_box .list-blue01 { padding: 20px 18px; box-sizing: border-box; }
.notes_box .list-blue01 li { margin-bottom: 6px; }
.notes_box .list-blue01 li:last-child { margin-bottom: 0; }

#p04box01 .title01 { margin-bottom: 30px; }
#p04box01 .common_point01 .text { border-width: 1px; border-style: solid; }
#p04box01 .common_point01 .text01 { border-color: #EE6F00; }
#p04box01 .common_point01 .text02 { border-color: #00BD23; }
#p04box01 .common_point01 .text03 { border-color: #BD8A00; }
#p04box01 .cnt { display: block; margin-top: 84px; }
#p04box01 .cnt .box { padding: 44px 18px 20px; box-sizing: border-box; border: 2px solid #038DD8; border-radius: 20px; position: relative; }
#p04box01 .cnt .box > h3 { width: 210px; padding: 8px 0; box-sizing: border-box; border-radius: 50px; font-size: 20px; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p04box01 .cnt .box .box01 { padding: 20px; box-sizing: border-box; border-radius: 6px; }
#p04box01 .cnt .box .box01 .midashi { display: flex; justify-content: center; align-items: center; font-size: 20px; margin-bottom: 6px; }
#p04box01 .cnt .box .box01 .midashi .num { display: inline-block; width: 20px; padding: 3px 0; box-sizing: border-box; border-radius: 50%; font-size: 14px; line-height: 1; margin-right: 4px; }
#p04box01 .cnt .box_left { position: relative; margin-bottom: 72px; }
#p04box01 .cnt .box_left::after { content: ""; display: block; width: 28px; height: 28px; background: url("../img/top/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; bottom: -38px; left: 50%; transform: translateX(-50%); }
#p04box01 .cnt .box_left .box_in { display: block; }
#p04box01 .cnt .box_left .box_in .box01 { margin-bottom: 38px; position: relative; }
#p04box01 .cnt .box_left .box_in .box01:last-child { margin-bottom: 0; }
#p04box01 .cnt .box_left .box_in .box01:last-child::after { display: none; }
#p04box01 .cnt .box_left .box_in .box01::after { content: ""; display: block; width: 28px; height: 28px; background: url("../img/top/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; bottom: -33px; left: 50%; transform: translateX(-50%); }
#p04box01 .price_box { margin-top: 32px; }
#p04box01 .price_box .midashi { font-size: 20px; text-align: center; margin-bottom: 20px; }
#p04box01 .price_box .box_in { display: block; }
#p04box01 .price_box .box_in .right { margin-top: 10px; }
#p04box01 .price_box .box_in .right .text { font-size: 18px; }
#p04box01 .price_box .box_in .right .btn01 { height: 64px; margin-top: 20px; }
#p04box01 .price_box .box_in .right .btn01 a .arrow { background-image: url("../img/p04/down_arrow.svg"); background-size: 10px; }

#p04box02 .basicPrice_box02 .box { padding: 50px 0; border-radius: 0; position: relative; z-index: 1; margin-top: 80px; }
#p04box02 .basicPrice_box02 .box::before { content: ""; display: block; width: 100vw; height: 100%; background: #FFFFFF; border-radius: 20px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
#p04box02 .basicPrice_box02 .box::after { content: ""; display: block; width: 40px; height: 40px; background: url("../img/top/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); }
#p04box02 .basicPrice_box02 .box .title { display: flex; justify-content: center; }
#p04box02 .basicPrice_box02 .box_left .box_in { display: block; }
#p04box02 .basicPrice_box02 .box_left .box_in .list_box .sub_text { padding-left: 1em; text-indent: -1em; margin-top: 10px; }
#p04box02 .basicPrice_box02 .box_left .box_in .example_box { padding: 20px 30px; box-sizing: border-box; border-radius: 6px; margin-top: 20px; }
#p04box02 .basicPrice_box02 .box_left .box_in .example_box .midashi { font-size: 18px; text-align: center; margin-bottom: 6px; }
#p04box02 .basicPrice_box02 .box_right .text01 { font-size: 18px; }
#p04box02 .basicPrice_box02 .box_right .option_box { border-radius: 10px; overflow: hidden; margin-top: 30px; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option p.first { padding: 14px; box-sizing: border-box; background: #BD8A00; color: #FFFFFF; font-weight: 700; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list { width: 130px; background: #FFFAEB; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list:last-child { width: calc(100% - 130px); }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list:last-child li.midashi { border-right: 0; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list:last-child li.text { border-right: 0; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list li { padding: 14px 16px; box-sizing: border-box; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list li.midashi { background: #FBEFC1; border-right: 1px solid #F8E496; font-weight: 500; }
#p04box02 .basicPrice_box02 .box_right .option_box .option_list .option .list_box ul.list li.text { border-right: 1px solid #FFEBCC; }
#p04box02 .info_box { display: block; margin-top: 30px; }
#p04box02 .info_box .common_box01 { margin-bottom: 10px; }
#p04box02 .info_box .common_box01:last-child { margin-bottom: 0; }
#p04box02 .info_box .common_box01 .box { display: block; padding: 14px 20px; box-sizing: border-box; border-radius: 6px; text-align: center; margin-bottom: 20px; }
#p04box02 .info_box .common_box01 .box > img { width: 36px; }
#p04box02 .info_box .common_box01 .box .text { font-size: 18px; margin-top: 10px; }
#p04box02 .info_box .common_box01 .text01 { font-size: 18px; }
#p04box02 .notes_box { margin-top: 20px; }

#p04box03 { padding-bottom: 80px; margin-bottom: 122px; }
#p04box03 .title01 { margin-bottom: 30px; }
#p04box03 .rates-list01 { display: block; margin-bottom: 20px; }
#p04box03 .text01 { font-size: 18px; }
#p04box03 .table_box { display: block; border-radius: 10px; overflow: hidden; margin-top: 60px; }
#p04box03 .table_box .rates_table:last-child tr:last-child th, #p04box03 .table_box .rates_table:last-child tr:last-child td { border-bottom: 0; }
#p04box03 .table_box .rates_table tr th, #p04box03 .table_box .rates_table tr td { box-sizing: border-box; border-bottom: 1px solid #FFF4EB; }
#p04box03 .table_box .rates_table tr th { width: 112px; padding: 10px 16px; background: #FEDCBE; font-weight: 500; vertical-align: middle; }
#p04box03 .table_box .rates_table tr th .mini { display: block; font-size: 14px; }
#p04box03 .table_box .rates_table tr td { padding: 20px 16px; background: #FFFFFF; }
#p04box03 .table_box .rates_table tr td .sub_text { font-size: 15px; }
#p04box03 .table_box .rates_table tr.first th { width: auto; padding: 19px 20px; background: #EE6F00; font-weight: 700; color: #FFFFFF; border-left: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }
#p04box03 .table_box .rates_table tr.first th:first-child { width: 112px; border-left: 0; }

/*会社案内　p05
=========================================== */
.company-table01 tr { display: block; padding: 30px 0; box-sizing: border-box; border-bottom: 1px solid #E0D3B8; }
.company-table01 tr:first-child { padding-top: 0; }
.company-table01 tr th, .company-table01 tr td { display: block; }
.company-table01 tr th { color: #EE6F00; margin-bottom: 10px; }
.company-table01 tr td.link a { display: inline-block; position: relative; }
.company-table01 tr td.link a::after { content: ""; display: inline-block; width: 16px; height: 16px; background: url("../img/p05/icon_link.svg") no-repeat center; background-size: contain; margin-left: 6px; }
.company-table01 tr td.link a.no-link { pointer-events: none; }
.company-table01 tr td.link a.no-link::after { display: none; }

#p05box01 .cnt { display: block; }
#p05box01 .cnt .text_box p { font-size: 18px; margin-bottom: 20px; }
#p05box01 .cnt .text_box p:last-child { margin-bottom: 0; }
#p05box01 .cnt .img_box { width: 100%; max-width: 240px; margin: 30px auto 0; }
#p05box01 .cnt .img_box .name { margin-top: 10px; }

#p05box03 .cnt { display: block; }
#p05box03 .cnt .img_box { width: 100%; max-width: 400px; margin: 0 auto 30px; }
#p05box03 .map_box { width: 100%; height: 240px; border-radius: 20px; overflow: hidden; margin-top: 30px; }
#p05box03 .map_box iframe { width: 100%; height: 100%; }

#p05box04 .box { padding: 40px 20px; box-sizing: border-box; border-radius: 20px; }
#p05box04 .box .title { font-size: 24px; line-height: 1.2; margin-bottom: 20px; }
#p05box04 .box .example_box { margin-bottom: 20px; }
#p05box04 .box .example_box .midashi { display: block; width: 60px; padding: 6px 0; box-sizing: border-box; border-radius: 4px 0 0 4px; line-height: 1.4; text-align: center; }
#p05box04 .box .example_box .example-text { width: calc(100% - 60px); padding: 4px 6px; box-sizing: border-box; border-radius: 0 4px 4px 0; }
#p05box04 .box .example_box .example-text p { display: inline-flex; align-items: center; padding-left: 20px; box-sizing: border-box; position: relative; margin-right: 6px; }
#p05box04 .box .example_box .example-text p:last-child { margin-right: 0; }
#p05box04 .box .example_box .example-text p::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/top/case_icon03.svg") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
#p05box04 .box .example_box .example-text p .arrow { display: inline-block; width: 12px; margin: 0 4px; }
#p05box04 .box .text_box { margin-bottom: 20px; }
#p05box04 .box .text_box p { font-size: 18px; margin-bottom: 10px; }
#p05box04 .box .text_box p:last-child { margin-bottom: 0; }
#p05box04 .box .info_box { padding: 20px; box-sizing: border-box; background: #FFF4EB; border-radius: 10px; margin-bottom: 20px; }
#p05box04 .box .info_box .info-title { font-size: 18px; margin-bottom: 10px; }
#p05box04 .box .info_box .list li { font-family: 'NotoSansJP',sans-serif; font-size: 18px; padding-left: 1em; text-indent: -1em; }
#p05box04 .box .info_box .info-text { font-size: 18px; margin-top: 10px; }

#p05box05 .history-list .history_box { justify-content: space-between; align-items: flex-start; position: relative; margin-bottom: 20px; }
#p05box05 .history-list .history_box:last-child { margin-bottom: 0; }
#p05box05 .history-list .history_box:last-child::before { display: none; }
#p05box05 .history-list .history_box::before { content: ""; display: block; width: 1px; height: calc(100% + 25px); background: #E5D9C3; position: absolute; top: 45px; left: 7px; }
#p05box05 .history-list .history_box .circle { width: 16px; height: 16px; border-radius: 50%; margin-top: 40px; position: relative; }
#p05box05 .history-list .history_box .circle::before { content: ""; display: block; width: 40px; height: 2px; background-image: repeating-linear-gradient(90deg, #e5d9c3, #e5d9c3 3px, transparent 3px, transparent 9px); background-position: left top; background-repeat: repeat-x; background-size: 100% 2px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: -1; }
#p05box05 .history-list .history_box .box_in { display: block; width: calc(100% - 30px); padding: 20px; box-sizing: border-box; border-radius: 20px; position: relative; z-index: 1; }
#p05box05 .history-list .history_box .box_in .year { line-height: 1; margin-bottom: 10px; }
#p05box05 .history-list .history_box .box_in .year em { font-size: 26px; }
#p05box05 .history-list .history_box .box_in .text { line-height: 1.2; }

/*お知らせ一覧　p06
=========================================== */
#p06box01 .wrap.twin > .side_box { margin-bottom: 40px; }
#p06box01 .news-all-list .news01 { margin-bottom: 20px; }
#p06box01 .news-all-list .news01:last-child { margin-bottom: 0; }
#p06box01 .side_box01 { display: none; }

.edit-title01 { font-size: 20px; line-height: 1.4; color: #038DD8; padding-bottom: 10px; border-bottom: 3px solid #038DD8; margin-bottom: 10px; }

#toc_container { background: #F6F2EA !important; border: 0 !important; padding: 30px 20px !important; border-radius: 10px; margin-bottom: 30px !important; width: 100% !important; font-size: 16px !important; box-sizing: border-box; }
#toc_container p.toc_title { text-align: left !important; margin: 0 0 14px !important; padding: 0 !important; font-size: 20px; font-weight: 700; color: #038DD8; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { margin-bottom: 10px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { display: block; padding-left: 25px; box-sizing: border-box; position: relative; }
#toc_container ul.toc_list > li > a .toc_number { font-family: "Poppins"; font-size: 20px; line-height: 1; font-weight: 700; color: #038DD8; position: absolute; top: 3px; left: 0; }

#newsBox01 .info_cate { margin-bottom: 12px; }
#newsBox01 .single-title { font-size: 22px; margin-bottom: 10px; }
#newsBox01 .thumbnail_img { width: 100%; margin-bottom: 10px; }
#newsBox01 .thumbnail_img img { display: block; margin: 0 auto; border-radius: 10px; }
#newsBox01 .news-text { font-size: 18px; }
#newsBox01 .news-text p img { margin: 10px 0; }

/*お問い合わせ　p07
=========================================== */
#p07box01 { padding-top: 95px; }
#p07box01 .contact_box { padding: 42px 18px 30px; box-sizing: border-box; background: #FFF4EB; border: 2px solid #EE6F00; border-radius: 10px; position: relative; }
#p07box01 .contact_box h2 { width: 100%; max-width: 300px; padding: 10px; box-sizing: border-box; border-radius: 50px; font-size: 20px; line-height: 1.2; text-align: center; position: absolute; top: -22px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p07box01 .contact_box .cnt .text { font-size: 18px; }
#p07box01 .contact_box .cnt .img { display: block; width: 180px; margin: 10px auto 0; }
#p07box01 .contact_box .rates-list01 { display: block; margin-bottom: 30px; }
#p07box01 .contact_box .rates-list01 li { padding: 10px 14px; }
#p07box01 .contact_box .rates-list01 li > img { width: 26px; }
#p07box01 .contact_box .rates-list01 li .text { width: calc(100% - 38px); font-size: 16px; line-height: 1.4; margin-left: 12px; }
#p07box01 .contact_box .rates-list01 li .text em { font-size: 20px; }
#p07box01 .contact_box .tel_btn01 { margin-top: 30px; }
#p07box01 .contact_box .tel_btn01 .tel-sub_text { display: none; }
#p07box01 .contact_box .tel_btn01 a .icon { width: 64px; height: 64px; }
#p07box01 .contact_box .tel_btn01 a .icon img { width: 28px; }
#p07box01 .contact_box .tel_btn01 a .btn-text { width: calc(100% - 64px); }
#p07box01 .contact_box .tel_btn01 a .btn-text .tel-text { font-size: 14px; }
#p07box01 .contact_box .tel_btn01 a .btn-text .num { font-size: 24px; }

#p07box02 { padding-bottom: 80px; margin-bottom: 122px; }
#p07box02 .title01 .ja { font-size: 30px; }
#p07box02 .form_wrap { padding: 50px 0 40px; box-sizing: border-box; border-radius: 40px; }
#p07box02 .form_wrap .bikou-list { padding: 0 20px; box-sizing: border-box; margin-bottom: 30px; }
#p07box02 .form_wrap .bikou-list li { padding-left: 1em; text-indent: -1em; }
#p07box02 .form_wrap .form_box .wpcf7-response-output { width: calc(100% - 40px); margin-left: auto; margin-right: auto; }

ul.contact-state { width: 100%; max-width: 350px; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 20px; box-sizing: border-box; position: relative; z-index: 1; margin: 0 auto 20px; }
ul.contact-state::before { content: ""; display: block; width: calc(100% - 50px); height: 3px; background-image: url("../img/p07/line01.png"); background-repeat: repeat-x; background-position: left center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
ul.contact-state > li { width: 30%; aspect-ratio: 1 / 1; padding-top: 7%; box-sizing: border-box; background: #F5F5F5; border-radius: 50%; text-align: center; position: relative; }
ul.contact-state > li > span { display: block; font-size: 16px; font-weight: 700; line-height: 1; color: #767676; }
ul.contact-state > li > span .num { display: block; font-size: 18px; margin-bottom: 4px; }
ul.contact-state > li.state01 { background: #EE6F00; }
ul.contact-state > li.state01 > span { color: #FFFFFF; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 { background: #EE6F00; }
ul.contact-state.contact-state02 > li.state02 > span { color: #FFFFFF; }

.state-text { display: none; padding: 0 20px; box-sizing: border-box; text-align: center; color: #EE6F00; font-weight: 700; font-size: 18px; margin-bottom: 20px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { margin-bottom: 20px; }

.contactTBL { padding: 20px; box-sizing: border-box; /*お問い合わせ項目*/ /*住所*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B3B3B3; }
.contactTBL tr { display: block; margin-bottom: 40px; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 1; }
.contactTBL th { padding-left: 48px; box-sizing: border-box; line-height: 1.5; position: relative; margin-bottom: 12px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 1; font-weight: 700; padding: 3px 5px 4px; box-sizing: border-box; border: 1px solid #EE6F00; border-radius: 2px; position: absolute; top: 0; left: 0; }
.contactTBL th .hissu { background: #EE6F00; color: #FFFFFF; }
.contactTBL th .ninni { background: #FFFFFF; color: #EE6F00; }
.contactTBL th .sub_text { display: block; line-height: 1.6; font-weight: 500; margin-top: 12px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 38px; padding: 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 500; line-height: 1; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.tel01 { width: 140px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 210px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 185px; padding: 10px 40px 10px 10px; background: url("../img/p07/select_arrow.svg") no-repeat center right 10px, #FFFFFF; background-size: 24px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 16px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; font-weight: 500; }
.contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"], .contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 50%; margin-right: 10px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .koumoku .other_text { margin-top: 12px; }
.contactTBL .koumoku02 { /* チェックボックス本体を消す */ /* ラベルをラジオ風に */ /* 外側の丸 */ /* 選択時の外側の丸 */ /* 選択時の中の丸 */ }
.contactTBL .koumoku02 th { margin-bottom: 14px; }
.contactTBL .koumoku02 .wpcf7-list-item { margin: 20px 0 0 0; }
.contactTBL .koumoku02 .wpcf7-checkbox input[type="checkbox"] { display: none; }
.contactTBL .koumoku02 .wpcf7-checkbox .wpcf7-list-item-label { position: relative; padding-left: 30px; cursor: pointer; display: inline-block; }
.contactTBL .koumoku02 .wpcf7-checkbox .wpcf7-list-item-label::before { content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #666; box-sizing: border-box; border-radius: 50%; background: #FFFFFF; }
.contactTBL .koumoku02 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before { border: 1px solid #038DD8; }
.contactTBL .koumoku02 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after { content: ""; position: absolute; left: 4px; top: 4px; width: 12px; height: 12px; background: #038DD8; border-radius: 50%; }
.contactTBL .koumoku02 .other_text { margin-top: 14px; }
.contactTBL .address_box .address-list li { margin-bottom: 30px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li .th { margin-bottom: 12px; }
.contactTBL .address_box .address-list li.zip1 .td { display: flex; align-items: flex-start; flex-wrap: wrap; }
.contactTBL .address_box .address-list li.zip1 .td input.wpcf7-text { width: 140px; margin-right: 10px; }
.contactTBL .address_box .address-list li.zip1 .td .sub_text { display: inline-block; font-size: 14px; line-height: 1.2; margin-top: 10px; }
.contactTBL .text-list li { font-size: 14px; line-height: 1.85; font-weight: 500; padding-left: 1em; text-indent: -1em; margin-top: 12px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "※ファイルが選択されていません"; font-size: 16px; font-weight: 500; color: #000000; margin-top: 5px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: block; width: 100%; max-width: 300px; height: 64px; padding: 20px 0 20px 109px; box-sizing: border-box; background: #038DD8; border: 0; border-radius: 4px; font-size: 16px; font-weight: 700; line-height: 1.5; color: #FFFFFF; transition: 0.3s; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p07/icon_file02.svg") no-repeat center; background-size: contain; position: absolute; top: 20px; left: 75px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box .doui-text { font-size: 14px; line-height: 1.85; font-weight: 500; margin-top: 12px; }
.contactTBL .doui-box .doui-text a { text-decoration: underline; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 700; line-height: 1; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 5px; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .btn01 { height: 64px; margin: 0 auto; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 40px 0 26px; box-sizing: border-box; white-space: normal; border-radius: 70px; background-color: #038DD8; background-image: url("../img/p07/submit_arrow01.png"); background-repeat: no-repeat; background-position: center right 26px; background-size: 26px; border: 2px solid #038DD8; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 18px; line-height: 1.6; text-align: left; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; box-shadow: 0 8px 0 #026CA6; position: relative; top: 0; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-top: 30px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { padding: 0 26px 0 40px; background-color: #FFFFFF; background-image: url("../img/p07/back_arrow01.png"); background-position: center left 26px; text-align: right; color: #038DD8; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 30px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che .contactTBL { background: #e1e1e1; }
.contactArea.che .contactTBL tr { margin-bottom: 20px; }
.contactArea.che .contactTBL .koumoku .wpcf7-list-item { margin: 0; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che td .text-list, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 73px 5% 122px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { text-align: left; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 73px 5% 122px; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 374px) { .title01 .ja { font-size: 10.67vw; }
  .tel_box .tel-text_box { width: 25.6vw; margin-right: 2.13vw; }
  .tel_box .tel-text_box .tel-midashi { font-size: 3.73vw; }
  .tel_box .tel-text_box .tel-text { font-size: 3.73vw; }
  .tel_box .tel { width: calc(100% - 27.73vw); }
  .tel_box .tel .tel-sub_text { font-size: 3.73vw; }
  .tel_box .tel .num { padding-left: 7.2vw; font-size: 6.93vw; }
  .tel_box .tel .num::before { width: 5.87vw; height: 5.87vw; }
  .tel_btn01 .tel a { padding: 8px 6.67vw 8px 2.13vw; border-radius: 21.33vw; }
  .tel_btn01 .tel a .icon { width: 19.2vw; height: 19.2vw; }
  .tel_btn01 .tel a .icon img { width: 8.53vw; }
  .tel_btn01 .tel a .btn-text { width: calc(100% - 19.2vw); }
  .tel_btn01 .tel a .btn-text .tel-text { font-size: 4.8vw; margin-bottom: 0.8vw; }
  .tel_btn01 .tel a .btn-text .tel-text .sub { padding: 2px 1.87vw 3px; font-size: 3.73vw; margin-left: 1.07vw; }
  .tel_btn01 .tel a .btn-text .num { font-size: 6.93vw; }
  #main.home_main .main_box .main_img { padding-left: calc(100% - 50.67vw); }
  #main.home_main .main_box .main_img .img01 { width: 40.8vw; }
  #main.home_main .main_box .main_img .img02 { width: 50.67vw; }
  #main.home_main .main_box .main_img .img02 .img-text { width: 48.53vw; height: 27.2vw; padding: 2.93vw 4.53vw 0 6.67vw; }
  #main.home_main .main_box .main_img .img02 .img { width: 48vw; }
  #main.home_main .main_box .main_img .img02 .img-text .text01 { font-size: 4.27vw; }
  #main.home_main .main_box .main_img .img02 .img-text .text01 .time { width: 22.93vw; height: 7.2vw; }
  #main.home_main .main_box .main_img .img02 .img-text .sub_text { font-size: 3.73vw; }
  #main.home_main .main_box .main_list .list_in .list-text { font-size: 3.73vw; }
  #main.home_main .main_box .main_list .list_in .list-text em { font-size: 4.8vw; }
  #main.home_main .main_box .main_list .list_in:last-child .list-text { font-size: 3.47vw; }
  #main.home_main .main_box .main_list .list_in:last-child .list-text em { font-size: 4.53vw; }
  #contact-sec .c_box.c_box01 .tel_btn01 .tel a { padding: 12px 3.2vw; }
  #contact-sec .c_box.c_box01 .tel_btn01 .tel a .icon { width: 17.07vw; height: 17.07vw; }
  #contact-sec .c_box.c_box01 .tel_btn01 .tel a .icon img { width: 7.47vw; }
  #contact-sec .c_box.c_box01 .tel_btn01 .tel a .btn-text { width: calc(100% - 17.07vw); }
  #contact-sec .c_box.c_box01 .tel_btn01 .tel a .btn-text .tel-text { font-size: 3.73vw; }
  #contact-sec .c_box.c_box01 .tel_btn01 .tel a .btn-text .num { font-size: 6.4vw; }
  .wp-pagenavi > span, .wp-pagenavi > a { width: 10.667vw; height: 10.667vw; margin: 0 0.533vw; font-size: 4.267vw; line-height: 9.867vw; /* 37px */ }
  .wp-pagenavi span.extend { font-size: 3.733vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 1.867vw; height: 3.2vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 3.467vw; height: 3.2vw; }
  .post-navigation ul > li { width: 13.333vw; height: 13.333vw; }
  .post-navigation ul > li a { background-size: 3.467vw; }
  .post-navigation ul > li.blog-back { width: 53.333vw; margin: 0 4vw; }
  .post-navigation ul > li.blog-back a { padding: 2.933vw 0; font-size: 4.267vw; }
  #topbox04 .flow-list .flow01 { width: 90vw; }
  #topbox05 #voice-slider .voice01 { width: 85.33vw; }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a { padding-right: 4.33vw; }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a .icon { width: 12.33vw; height: 12.33vw; }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a .icon img { width: 5.87vw; }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text { width: calc(100% - 12.33vw); }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text .tel-text { font-size: 3.73vw; }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text .tel-text .sub { padding: 0.53vw 1.07vw 0.8vw; font-size: 3.47vw; margin-left: 0.53vw; }
  #p03box01 .step-list .step01 .box .tel_btn01 .tel a .btn-text .num { font-size: 5.33vw; }
  #p07box01 .contact_box .tel_btn01 a .icon { width: 17.07vw; height: 17.07vw; }
  #p07box01 .contact_box .tel_btn01 a .icon img { width: 7.47vw; }
  #p07box01 .contact_box .tel_btn01 a .btn-text { width: calc(100% - 17.07vw); }
  #p07box01 .contact_box .tel_btn01 a .btn-text .tel-text { font-size: 3.73vw; }
  #p07box01 .contact_box .tel_btn01 a .btn-text .num { font-size: 6.4vw; }
  ul.contact-state > li > span { font-size: 4.27vw; }
  ul.contact-state > li > span .num { font-size: 4.8vw; margin-bottom: 1.07vw; }
  .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { padding-left: 27.07vw; }
  .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before { left: 18vw; } }
@media screen and (min-width: 0px) and (max-width: 365px) { #header .header_inner .logo_box { width: 170px; }
  #header .header_inner .right { margin-right: 115px; }
  .sp-nav-btn { right: 10px; } }
@media screen and (min-width: 0px) and (max-width: 360px) { #contact-sec .title_box { padding-left: 105px; }
  #contact-sec .title_box .img { width: 105px; }
  #contact-sec .title_box .title { font-size: 24px; }
  #cases-sec .box01 .il01 { bottom: -30px; }
  #cases-sec .case-list .case_box01 .title_box h3 { width: calc(100% - 170px); font-size: 18px; }
  #cases-sec .case-list .case_box01 .title_box .cate-list { width: 170px; }
  #cases-sec .case-list .case_box01 .title_box .cate-list li { font-size: 14px; }
  #cases-sec .case-list .case_box01 .title_box .cate-list li img { width: 16px; } }
@media screen and (min-width: 0px) and (max-width: 350px) { .c_btn01.btn01 a .btn-text { padding-left: 32px; font-size: 20px; }
  .c_btn01.btn01 a .btn-text::before { width: 26px; height: 26px; }
  .c_btn01.btn01 a .btn-text em { font-size: 26px; }
  .l_btn01.btn01 a .btn-text { padding-left: 32px; font-size: 20px; }
  .l_btn01.btn01 a .btn-text::before { width: 26px; height: 26px; }
  .l_btn01.btn01 a .btn-text em { font-size: 26px; }
  #header .header_inner .logo_box { width: 150px; }
  #fixed-box .wrap_in .tel_btn.btn01 a .btn-text { font-size: 14px; }
  #fixed-box .wrap_in .l_btn01.btn01 a .btn-text { font-size: 14px; } }
@media screen and (min-width: 0px) and (max-width: 340px) { #p02box01 .reason-list .reason01 .box_in .img_box .img_text { font-size: 14px; } }
@media screen and (min-width: 0px) and (max-width: 330px) { #footer .bottom_box .link_list li { font-size: 14px; } }
/*safari用
=========================================== */
