@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    letter-spacing: .05em;
    line-height: 1.8em;
    box-sizing: border-box;
}

html {
    /*font-size: 62.5%;*/
    font-size: 10px;
}

body {
    color: #02374F;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.6rem;
    line-height: 1.5em;
}

:root {
    --main-color: #f78f28;
    /* var(--main-color) */
    --sub-color: #0dbaa5;
    --main-gradation: linear-gradient(to left bottom, #fdb000, #ff720c);
    --ff-robot: 'Roboto', sans-serif;
    --ff-min: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --bk-dotted-blue: url(../images/bk_dotted_blue.svg) repeat top left;
}

.wrapper {
    max-width: 100vw;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
    vertical-align: middle;
}

img {
    height: auto;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

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;
}

textarea {
    resize: vertical;
    min-height: 8em;
}

.contentIn {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

.dp_ib {
    display: inline-block;
}

.flexBox {
    display: flex;
}

.i_flex {
    display: inline-flex;
}

.ai_c {
    align-items: center;
}

.ai_fs {
    align-items: flex-start;
}

.ai_fe {
    align-items: flex-end;
}

.ai_s {
    align-items: stretch;
}

.jc_sb {
    justify-content: space-between;
}

.jc_sa {
    justify-content: space-around;
}

.jc_c {
    justify-content: center;
}

.jc_fe {
    justify-content: flex-end;
}

.fw_wp {
    flex-wrap: wrap;
}

.flexL {
    order: 1;
}

.flexC {
    order: 2;
}

.flexR {
    order: 3;
}

.txa_c,
.taC {
    text-align: center;
}

.txa_r,
.taR {
    text-align: right;
}

.txa_l,
.taL {
    text-align: left;
}

.fsI {
    font-style: italic;
}

.fwB {
    font-weight: bold;
}

.fwN {
    font-weight: normal;
}

.ff_min {
    font-family: var(--ff-min);
}

.txc_blue01 {
    color: var(--main-color);
}

.txc_green01 {
    color: var(--sub-color);
}

.highlight {
    background: linear-gradient(to top, rgba(216, 234, 140, 1) .4em, rgba(216, 234, 140, 0) .4em);
}

.hoverOpa {
    transition: opacity .3s;
}

.hoverOpa:hover {
    opacity: .8;
}

.ofCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}

.ofCotain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain;';
}

.youtubeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtubeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.sideBn {
    position: fixed;
    z-index: 99;
    display: inline-block;
    padding: 1.2em;
    color: #fff;
    background: var(--main-gradation);
}

.bottomBn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 60px;
    padding: 0 5% 0 2%;
    color: #fff;
    line-height: 1.3em;
    background: #00B900;
}


.bottomBn:before {
    content: '';
    display: block;
    width: 2.75em;
    height: 2.75em;
    background: url(../images/ico_line.png) no-repeat center center / contain;
}


/*==================================

全ページ共通CSS

==================================*/

.ttlStl01 {
    margin-bottom: 2em;
    font-family: var(--ff-min);
    font-size: 3.5rem;
    font-weight: normal;
}

.ttlStl01 span {
    display: inline-block;
}

.ttlStl01 .fzL {
    font-size: 4.8rem;
    line-height: 1.4em;
}

.ttlStl01 .fzS {
    display: block;
    margin-top: .5em;
    color: var(--main-color);
    font-family: var(--ff-robot);
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .35em;
    line-height: 1.4em;
}

.ttlStl02 {
    display: flex;
    margin-bottom: 1.5em;
    font-size: 3rem;
    font-weight: normal;
    justify-content: space-between;
}

.ttlStl02 .fzL {
    display: inline-block;
    padding-bottom: .3em;
    color: var(--sub-color);
    font-family: var(--ff-robot);
    font-size: 7rem;
    font-weight: bold;
    line-height: 1em;
}

.ttlStl02:before,
.ttlStl02:after {
    content: '';
    display: block;
    flex-grow: 1;
    background: url(../images/dotted_navy.svg) repeat-x center center;
}

.ttlStl02:before {
    margin-right: 1em;
}

.ttlStl02:after {
    margin-left: 1em;
}

.ttlStl03 {
    font-family: var(--ff-min);
    font-size: 3.5rem;
    font-weight: normal;
}

.ttlStl04 span {
    display: inline-block;
    padding: .8em;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.4em;
    background: var(--main-color);
}

.ttlStl05 {
    margin-bottom: 1.5em;
    padding: .5em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #02374f;
    border-radius: 5px;
}

.txtStl01 {
    position: relative;
    display: inline-block;
    padding: 0em 1.1em;
    color: var(--main-color);
    font-family: var(--ff-min);
    font-size: 3.5rem;
}

.txtStl01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: .5em;
    height: .5em;
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
}

.txtStl01:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: .5em;
    height: .5em;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
}

.dlStl01 {
    margin-bottom: 1em;
    font-size: 2rem;
}

.dlStl01>dt {
    flex-shrink: 0;
    margin-right: 1.4em;
    padding: .6em;
    color: #fff;
    text-align: center;
    background: var(--main-color);
    line-height: 1em;
}

.listStl01>li:before {
    content: '・';
}

.btnStl01 {
    position: relative;
    display: inline-block;
    width: 280px;
    max-width: 100%;
    padding: 1.4em 3em;
    color: #fff;
    font-size: 1.6rem;
    text-shadow: none;
    background: var(--main-gradation) !important;
    border-radius: 5px;
    border: none;
    box-shadow: none !important;
}

.btnStl01:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.2em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(../images/arrowR01_white.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    transition: .3s;
}

.btnStl01:hover:after {
    right: 1em;
}

.tableStl01 {
    width: 100%;
}

.tableStl01 tbody tr>* {
    padding: 1em .6em;
}

.tableStl01 tbody tr>th {
    width: 28%;
    font-weight: normal;
    text-align: left;
    border-top: 1px solid var(--main-color);
}

.tableStl01 tbody tr td {
    border-top: 1px solid #DCDFDF;
}

.tableStl02 {
    width: 100%;
}

.tableStl02 tr>*:not(.transparent):not(:empty) {
    padding: 1em;
    line-height: 1.5em;
}

.tableStl02 tr th:not(.transparent):not(:empty) {
    background: #f4f4f4;
    border: 1px solid #fff;
}

.tableStl02 tr td:not(.transparent):not(:empty) {
    background: #fff;
    text-align: center;
    border: 1px solid #f4f4f4;
}

.tableStl02 tr td p {
    line-height: 1.5em;
}

.tableStl03 tr th {
    padding: 1em;
    color: #fff;
    font-weight: normal;
    background: var(--main-color);
}

.tableStl03 tr td {
    padding: 0 1em;
}

.boxStl01 {
    padding: 3em 2em;
    color: #02374F;
    background: #fff;
    border-radius: 5px;
}

.boxStl02 {
    padding: 1.5em;
    border: 4px solid #EDEFF2;
    border-radius: 5px;
}

.border_wave {
    position: relative;
    padding-bottom: .1em;
    background: url(../images/border_wave_gry.svg) repeat-x left bottom .3em;
}

.ttlStl01 .fzL.border_wave {
    line-height: 1.8em;
}

.bn01 {
    margin: 5em auto 1.5em;
    text-align: center;
}

.bn02 {
    margin: 0 auto 3em;
}

.tabStl01>li {
    padding: 1.2em 1em;
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    transition: .3s;
}

.tabStl01>li.active,
.tabStl01>li:hover {
    color: #fff;
    background: var(--main-color);
}

.tabStl01>li:not(.active) {
    cursor: pointer;
}

.selectWrap01 {
    position: relative;
}

.selectWrap01:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #02374f transparent transparent transparent;
    transform: translateY(-50%);
}

.selectWrap01 select {
    padding-right: 2em !important;
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
}

.selectWrap01 select::-ms-expand {
    /* select要素のデザインを無効にする（IE用） */
    display: none;
}


/*==================================

ヘッダー

==================================*/

header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2em;
    background-color: #fff;
}

header .headerLeft {
    display: flex;
    align-items: center;
    gap: .5em 1em;
    justify-content: space-between;
}

header .logo p {
    margin-bottom: .4em;
    font-size: 1.3rem;
    font-weight: normal;
}

header .logo a,
header .logo img {
    display: block;
}

header .headerLeft .header-ttlSub {
    position: relative;
    font-size: clamp(11px, .8vw, 13px);
    color: #999999;
    margin-left: .5em;
    padding-left: 10px;
    line-height: 1.4em;
}

header .header-ttlSub:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #f4f4f4;
    position: absolute;
    left: -5px;
}

header .header__icon {
    display: flex;
    gap: .25em;
}

header .header__icon li {
    position: relative;
    z-index: 1;
    margin: 2px;
    padding: .3em;
    font-weight: bold;
    line-height: 1.2em;
    background: #fff;
}

header .header__icon li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    border-radius: 3px;
}

header .header__icon li:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -2;
    background: linear-gradient(to left bottom, #fdb000, #ff720c);
    border-radius: 5px;
    opacity: .2;
}

header .header__icon li span {
    display: inline-block;
    line-height: 1.2em;
    background: linear-gradient(45deg, #ff720c, #fdb000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .navT {
    font-size: 1.4rem;
}

header .navT .tel dd {
    display: flex;
    align-items: center;
    margin-left: .2em;
    font-family: var(--ff-robot);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1em;
}

header .navT .tel dd:before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background: url(../images/icon_tel_orn.svg) no-repeat center center / contain;
}

header .navT ul {
    font-size: clamp(12px, 1vw, 14px);
    margin-left: 1.2em;
    border-radius: 0 0 0 5px;
    overflow: hidden;
}

header .navT ul li a {
    display: block;
    padding: 1em 1.2em;
    color: #fff;
}

header .link_mailform a {
    background: linear-gradient(to right, #ff720c, #fdb000);
}

header .link_line a {
    background-color: #00C95D;
}


/*==================================

フッター

==================================*/

.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

footer .copyright {
    padding: 1.5em 70px;
    color: #000;
    font-size: 1.2rem;
}


/*==================================

トップページ

==================================*/

.mv {
    position: relative;
}

.mv .mv__text {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}

.introduction {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 1em;
}


.introduction:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    height: 60%;
    background: var(--main-gradation);
    opacity: .3;
}

#worry {
    position: relative;
    padding: 3em 0 0;
    background: #f7f7f7;
}

#worry .ttlStl01 {
    margin-bottom: 1em;
    color: #666666;
}

#worry .imgWrap+.imgWrap {
    margin-top: 3.5em;
}

#worry:before,
#worry:after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 0;
    border-style: solid;
    pointer-events: none;
}

#worry:before {
    right: -80px;
    border-width: 0px 0 50px 80px;
    border-color: transparent transparent #fff transparent;
}

#worry:after {
    left: -80px;
    border-width: 0px 80px 50px 0;
    border-color: transparent transparent #fff transparent;
}

#worry .worry__solution {
    gap: 1.5em;
    margin-top: 5em;
    padding: 1em 0 50px;
    color: #fff;
    font-family: var(--ff-min);
    font-size: 3.6rem;
    background: var(--main-gradation);
}

#worry .worry__solution .box {
    margin-right: .2em;
    padding: .2em .5em;
    font-size: 1.25em;
    border: 4px solid #fff;
}

#worry .worry__solution .fzL {
    font-size: 1.527em;
}

#reason {
    padding: 6em 0;
}

#reason .con+.con {
    margin-top: 4em;
}

#reason .reason01 ul li {
    flex-basis: 31%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: flex-start;
}

#reason .reason01 .ttl {
    display: flex;
    position: relative;
    margin-bottom: 2.5em;
    padding: .4em .6em;
    color: #fff;
    font-size: 2.2rem;
    background: #02374f;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

#reason .reason01 ul li>img {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}

#reason .reason01 .ttl:before {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 1em;
    margin: 0 auto;
    background: #02374f;
    transform: translateY(100%);
}

#reason .reason01 .ttl:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1em;
    right: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: 0 auto;
    background: #02374f;
    border-radius: 50%;
    transform: translateY(50%);
}

#reason .reason01 ul li .num {
    margin-top: auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2em;
}

#reason .reason01 ul li .num .fzL {
    margin-right: .1em;
    font-family: var(--ff-robot);
    font-size: 7rem;
    letter-spacing: 0;
    line-height: 1em;
}

#reason .reason01 ul li .num .fsI {
    font-size: 1.66em;
    line-height: 1em;
}

#reason .reason02 {
    margin-top: 1em;
}

#reason .reason03 p.taR {
    margin-bottom: 1.75em;
}

#reason .reason03 .comparison {
    padding-bottom: 4em;
}

#reason .reason03 .comparison__tableWrap {
    position: relative;
}


#reason .reason03 .comparison__tableWrap dt {
    padding: 1em;
    font-weight: bold;
    text-align: center;
    background: #f4f4f4;
}

#reason .reason03 .comparison__tableWrap dd table td {
    font-size: 2rem;
}

#reason .reason03 .comparison__tableWrap dd table td .fwB {
    font-size: 1.2em;
}

#reason .reason03 .comparison__tableWrap .pattern01 {
    flex-shrink: 0;
    flex-basis: 50%;
}

#reason .reason03 .comparison__tableWrap .pattern02 dt {
    background: rgba(247, 143, 40, .5);
}

#reason .reason03 .comparison__tableWrap .pattern03 {
    position: relative;
    /* border: 10px solid #f78f28; */
    border-radius: 5px;
    box-shadow: 0 0 0 10px #f78f28, 0 0 10px 10px rgba(0, 0, 0, .3);
}

#reason .reason03 .comparison__tableWrap .pattern03 dt {
    padding-bottom: .4em;
    color: #fff;
    background: #f78f28;
}


#reason .reason03 .txtStl01 {
    margin: .8em auto 1.2em;
}


#reason .reason03 .tableStl02 tr>* .imgWrap {
    flex-shrink: 0;
    margin-right: .8em;
}

#reason .reason03 .our {
    padding: .5em 1em 1em;
    font-weight: bold;
    background: var(--main-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

#reason .reason03 .our table tbody tr:first-of-type th:not(.transparent) {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    background: var(--main-color);
    border: none;
}

#reason .reason03 .our table tbody tr {
    font-weight: bold;

}

#reason .reason03 .our table tbody tr>* {
    border-right: none;
    border-left: none;
}

#reason .reason03 .our table tbody tr>*:not(.transparent) {
    border-top-color: var(--main-color);
    border-bottom-color: var(--main-color);
}

#reason .reason03 .our table tbody tr td {
    position: relative;
    background: #fff;
}

#reason .reason03 .our table tbody tr td .baloon {
    padding: 1em 1.2em;
    color: #fff;
    line-height: 1.4em;
    background: var(--main-gradation);
    border-radius: 5px;
}

#reason .reason03 .our table tbody tr td .baloon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #0190d7 transparent transparent;
    transform: translate(-100%, -50%);
}

#reason .reason03 .our .imgWrap {
    flex-shrink: 0;
    margin-right: 1.2em;
}

#reason .reason03 .notes {
    counter-reset: notes;
    margin-top: 2.5em;
    font-size: 1.3rem;
}

#reason .reason03 .notes li {
    padding-left: 2.7em;
    text-indent: -2.7em;
}

#reason .reason03 .notes li+li {
    margin-top: 1em;
}

#reason .reason03 .notes li:before {
    content: '※' counter(notes);
    counter-increment: notes;
    margin-right: 1em;
}

#price {
    position: relative;
    padding: 8em 0;
    color: #fff;
    background: url(../images/bk_price.jpg) no-repeat center center / cover;
}

#price .ttlStl01 .fzS {
    color: #fff;
}

#price:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 50px 95px 0 95px;
    border-color: #fff transparent transparent transparent;
}

#price table {
    margin: 0 auto 2.5em;
    font-size: 1.8rem;
}

#price table td .highlight {
    font-size: 3rem;
    font-weight: bold;
}

#price table td .fzL {
    display: inline-block;
    color: var(--sub-color);
    font-family: var(--ff-robot);
    font-size: 6rem;
    line-height: 1em;
    margin: 0 2px;
}

#advisoryFee {
    padding: 5em 0 0;
}

#advisoryFee .comparison__tableWrap {
    position: relative;
    width: calc(100% - 10px);
    margin: 2em 0;
}

#advisoryFee .comparison__tableWrap table tr>*:last-of-type {
    position: relative;
    z-index: 2;

}

#advisoryFee .comparison__tableWrap table.tableStl02 tbody tr>th:nth-of-type(4) {
    background: rgba(247, 143, 40, .5);
}

#advisoryFee .comparison__tableWrap table.tableStl02 tbody tr>th.highlight {
    color: #fff;
    font-size: 1.375em;
    font-weight: bold;
    background: var(--main-color);
}

#advisoryFee .comparison__tableWrap table.tableStl02 tbody tr>td {
    padding: 1.21em .5em;
}


#advisoryFee .comparison__tableWrap table.tableStl02 tbody tr>td:last-of-type .fwB {
    font-size: 1.2em;
    line-height: 1em;
}

#advisoryFee .notes {
    font-size: 1.4rem;
}

#advisoryFee .notes li {
    line-height: 1.4em;
}

#advisoryFee .notes li+li {
    margin-top: .75em;
}

#area {
    margin-top: 5em;
    background: var(--bk-dotted-blue);
}

#area>.flexBox>* {
    flex-basis: 50%;
}

#area .flexTxt {
    width: 90%;
    max-width: 460px;
    margin: 1em auto;
}


#flow {
    position: relative;
    padding: 7em 0 4em;
    counter-reset: ol02;
}

#flow .contentIn {
    position: relative;
}

#flow .flow__wrap {
    position: relative;
    margin-bottom: 50px;
    padding: 2em;
    background: #f4f4f4;
}


#flow .flow__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 50px;
    margin: 0 auto;
    background: url(../images/arrowB_orngrd.png) no-repeat center center /contain;
    aspect-ratio: 50/32;
    transform: translateY(100%);
}

#flow .flow__copy {
    margin-bottom: 1.2em;
    color: #f78f28;
    font-size: 2.4rem;
    font-weight: bold;
}

#flow .flow__wrap>.flexBox {
    gap: 1em;
}

#flow .flow__charge {
    position: relative;
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: bold;
}


#flow ol {
    flex-grow: 1;
}

#flow ol li {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

#flow ol li+li {
    margin-top: .5em;
}

#flow ol li .stepNum {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    color: #fff;
    width: 5em;
    min-height: 5em;
    margin-right: 1.6em;
    font-family: var(--ff-robot);
    text-align: center;
    background: #02374f;
}

#flow ol li .stepNum::after {
    content: counter(ol02);
    counter-increment: ol02;
    font-size: 3rem;
}

#flow ol li .stepNum p {
    font-size: 1.4rem;
}


#flow ol li dl dt {
    position: relative;
    font-size: 1.125em;
    font-weight: bold;
}

#flow ol li p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5em;
}

#flow ol li p .fzL {
    font-size: 3.2rem;
}

#flow .flow__complete {
    position: relative;
    padding: .75em;
    color: #f78f28;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
}

#flow .flow__complete::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, #ff720c, #fdb000);
}

#flow .flow__complete::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff;
    border-radius: 3px;
}

#flow .flow__complete span {
    position: relative;
    z-index: 1;
}

#faq {
    padding: 8em 0 4em;
}

.faqLink {
    display: flex;
    gap: 1em 2%;
    justify-content: center;
    margin-bottom: 3em;
}

.faqLink li {
    flex-basis: 350px;
    max-width: 48%;
}

.faqLink li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1.5em 2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    background: linear-gradient(to left bottom, #01a5a8, #018fd7);
    /* border:2px solid #0278c1; */
    border-radius: 5px;
    transition: opacity .3s;
}

.faqLink li a * {
    line-height: 1.4em;
}

.faqLink li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.25em;
    display: block;
    width: .5em;
    height: .5em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.faqLink li a:hover {
    opacity: .8;
}

.faq-anchor {
    margin: 3em 0 1em;
    padding: 1em;
    color: #fff;
    font-weight: bold;
    background: #0278c1;
    border-radius: 5px;
}

.faqList dl {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
}

.faqList dl+dl {
    margin-top: 1.5em;
}

.faqList dl>* {
    position: relative;
    padding: 1.2em 1.2em 1.2em 85px;
}

.faqList dl>*:before {
    position: absolute;
    left: 1em;
    display: inline-block;
    margin-right: .8em;
    color: var(--main-color);
    font-family: var(--ff-robot);
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
}

.faqList dl dt {
    display: flex;
    align-items: center;
    gap: .75em;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 1.5em;
    background: #f4f4f4;
    cursor: pointer;
}

.faqList dl>dt:before {
    content: 'Q';
}

.faqList dl>dt .toggleIcon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-left: .5em;
}

.faqList dl>dt .toggleIcon:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    margin: auto;
    background: #02374F;
}

.faqList dl.open>dt .toggleIcon:before {
    display: none;
}

.faqList dl>dt .toggleIcon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #02374F;
}

.faqList dl dd {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}

.faqList dl>dd:before {
    content: 'A';
}

#company {
    padding: 5em 0 0;
}

#company .bk_gray01 {
    padding: 4em 0 8em;
    background: #D8DBDB url(../images/companyImg01.jpg) no-repeat bottom right 0% / contain;
}

#company .bk_gray01 .ttlStl03 {
    margin-bottom: 1em;
}

#company .bk_gray01 .flexL {
    margin-top: .5em;
    margin-right: 2em;
}

#company .bk_gray01 .flexL dl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

#company .bk_gray01 .flexL dl dt {
    margin-bottom: 1em;
    font-size: 1.8rem;
}

#company .bk_gray01 .flexL dl dd {
    font-size: 3rem;
}

#company .greeting .boxStl01 {
    position: relative;
    margin-top: -3.5em;
    margin-bottom: 4em;
    padding: 2em;
}

#company .greeting .boxStl01:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 30px;
    margin: 0 auto;
    background: #02374F;
    transform: translateY(-100%);
}

#company .greeting .boxStl01 .ttlStl04 {
    margin-bottom: .8em;
}

#company .greeting .boxStl01 p {
    width: 98%;
    margin: 0 auto;
}

#company .greeting ul li {
    flex-basis: 23.6%;
    margin: 1% 0;
}

#company .greeting ul li img {
    width: 100%;
}

#company .publication {
    padding: 5em 0;
}

#company .publication .flexL {
    flex-basis: 32%;
    flex-shrink: 0;
}

#company .publication .flexL p:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 1em 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #02374f transparent;
}

#company .publication .flexR>*+* {
    margin-top: 2em;
}

#company .outline {
    padding: 1.5em 0 6em;
}

#company .outline .ttlStl04 {
    margin-bottom: 3em;
}

#company .outline .flexBox>.tableStl01 {
    flex-basis: 47%;
}

.contactComment {
    padding: 6em 0 0;
}

#contact {
    padding: 5em 0 5.5em;
}

#contact #mailformpro {
    margin-bottom: 2em;
}

#contact .ttlStl01 {
    margin-bottom: 1em;
}

#contact .contactTable {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.contactTable tbody tr>* {
    padding: .8em 0;
}

.contactTable tbody tr th {
    position: relative;
    padding-right: 3em;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
}

.contactTable tbody tr.required th:after {
    content: '\5FC5\9808';
    display: inline-block;
    padding: .3em .4em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
    background: var(--main-color);
}

.contactTable tbody tr td>* {
    width: 100% !important;
    max-width: 100%;
}

.contactTable tbody tr td input,
.contactTable tbody tr td select,
.contactTable tbody tr td textarea {
    padding: .35em .6em;
    color: #02374F;
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    background: #f4f4f4;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.contactTable tbody tr td .flexBox span {
    margin: 0 .8em;
}

.contactTable tbody tr td .telWrap input {
    width: 6em !important;
}

.contactTable tbody tr td select {
    width: 5em;
}

.contactTable tbody tr td .notes {
    margin: 1.7em 0 .3em;
    font-size: 1.4rem;
}

#contact .btnStl01 {
    margin: 1.8em 0;
}

#contact .lineConsultationBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.8em 0 1em;
    padding: 2em 5em;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2em;
    background: #00C95D;
    border-radius: 5px;
}

#contact .lineConsultationBtn:before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: .7em;
    vertical-align: middle;
    background: url(../images/icon_line_white.svg) no-repeat center center / contain;
}

#contact .lineConsultationBtn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(../images/arrowR01_white.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    transition: .3s;
}

#contact .lineConsultationBtn:hover:after {
    right: 1.8em;
}


/*==================================

下層ページ共通CSS

==================================*/

.bk_blue01 {
    background: var(--main-color);
}


/*==================================

下層ページ:ページ名

==================================*/
#thanks {
    padding: 6em 0 10em;
}

/*==================================

js animation

==================================*/



*[class*="fadein"].js_st {
    opacity: 0;
}

*[class*="fadeinT"].js_st {
    transform: translate(0, 50px);
}

*[class*="fadeinB"].js_st {
    transform: translate(0, -50px);
}

*[class*="fadeinR"].js_st {
    transform: translate(-50px, 0);
}

*[class*="fadeinL"].js_st {
    transform: translate(50px, 0);
}

*[class*="fadein"].js_st.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1500ms, background .3s, min-width 0s;
}


/*==================================

@media screen PC

==================================*/

@media screen and (min-width:761px) {
    .spOnly {
        display: none !important;
    }

    header .globalNav {
        justify-content: end;
        font-size: clamp(14px, 1vw, 16px);
        margin: 1.2em .5em 1em 0;
    }

    header .globalNav li {
        margin: .2em 1em;
    }

    header .sp_telLink {
        pointer-events: none;
    }

    header .header__icon li {
        aspect-ratio: 1/1;
    }

    .sideBn {
        top: 50%;
        right: 0;
        font-size: 1.8rem;
        border-radius: 5px 0 0 5px;
        transform: translateY(-50%);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .mv img[src*="mainTxt"] {
        position: absolute;
        left: 0;
        bottom: 12%;
        max-width: 55%;
    }

    .mv .mainCircle {
        position: absolute;
        right: 3%;
        bottom: 10%;
        max-width: 40%;
    }

    .introduction {
        max-height: 320px;
        aspect-ratio: 7/2;
    }

    .introduction img {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 2;
        transform: translateY(-25%);
    }

    #reason .reason03 .comparison .others {
        width: 64%;
        padding: .5em 0;
    }

    #reason .reason03 .comparison .others table {
        height: 100%;
    }

    #reason .reason03 .comparison .arrowR {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #reason .reason03 .our {
        width: 29%;
    }

    #reason .reason03 .comparison__tableWrap {
        display: flex;
    }

    #reason .reason03 .comparison__tableWrap dt {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 70px;
    }

    #reason .reason03 .comparison__tableWrap .pattern01 dt {
        width: 50%;
        margin-left: auto;
    }

    #reason .reason03 .comparison__tableWrap dd table td {
        height: 80px;
        padding: 0;
    }

    #reason .comparison__tableWrap .baloonStl01 {
        position: absolute;
        bottom: 0;
        right: 12.5%;
        width: 20%;
        transform: translate(50%, 85%);
    }

    #reason .reason03 .comparison__tableWrap .pattern03 dt {
        font-size: 1.375em;
    }

    #reason .reason03 .notes {
        width: 68%;
    }

    #advisoryFee .comparison__tableWrap:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 20%;
        background: #f78f28;
        box-shadow: 0 0 0 10px #f78f28, 0 0 5px 10px rgba(0, 0, 0, .3);
        border-radius: 2px;
    }

    #advisoryFee .comparison__tableWrap table.tableStl02 tbody tr>td:last-of-type {
        font-size: 1.25em;
    }

    #flow img[src*="flowImg01"] {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #flow .flow__charge {
        width: 4.5em;
    }

    #flow ol li dl {
        display: flex;
        align-items: center;
    }

    #flow ol li dl dt {
        width: 12em;
        margin-right: 1.5em;
        padding: .2em 1em .2em 0;
        border-right: 1px solid #dddddd;
    }

    #company .bk_gray01 .contentIn>* {
        width: 68%;
    }

    #company .publication .flexL {
        margin-right: 3em;
    }

    .contactTable tbody tr th {
        width: 28%;
    }

    .contactTable tbody tr td {
        padding-left: 2em;
    }

    .contactTable tbody tr.required th:after {
        position: absolute;
        top: 1.6em;
        right: 0;
    }
}

/*　ハンバーガーメニュー
==================================*/
@media screen and (min-width:1300px) {
    header .hNav {
        display: block !important;
    }

    .spNaviButton {
        display: none;
    }
}

@media screen and (max-width:1299.9px) {
    .sp2_bk {
        display: block;
    }

    .spNaviButton {
        position: relative;
        display: block;
        width: 55px;
        height: 55px;
        cursor: pointer;
    }

    .spNaviButton span,
    .spNaviButton:before,
    .spNaviButton:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 30px;
        height: 2px;
        margin: 0 auto;
        background: #02374f;
    }

    .spNaviButton:before {
        top: 17px;
        transition: top .3s .3s, transform .3s;
    }

    .spNaviButton span {
        top: 25px;
        transition: 0s .3s;
    }

    .spNaviButton:after {
        top: 33px;
        transition: top .3s .3s, transform .3s;
    }

    .spNaviButton.open:before {
        top: 25px;
        transform: rotate(45deg);
        transition: top .3s, transform .3s .3s;
    }

    .spNaviButton.open span {
        width: 0;
    }

    .spNaviButton.open:after {
        top: 25px;
        transform: rotate(-45deg);
        transition: top .3s, transform .3s .3s;
    }

    /*==================================

	ヘッダー

	==================================*/
    header {
        padding-left: 1em;
    }

    header .logo {
        margin: .4em 0;
    }

    header .header-ttlSub:before {
        height: 40px;
    }

    .hNav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        display: none;
        background: #fff;
    }

    .hNav .spFlex {
        display: flex;
        flex-direction: column;
    }

    .hNav .spFlex .navT {
        order: 2;
    }

    .hNav .spFlex .navT .tel {
        padding: 1em 1em 1.5em;
    }

    header .navT ul {
        margin-left: 0;
        border-radius: 0;
    }

    header .navT ul li a {
        padding: 1.5em 1.2em;
    }

    header .globalNav li a {
        display: block;
        padding: 1em;
    }

}

/*==================================

@media screen SP

==================================*/

@media screen and (max-width:760px) {

    /* html {
        font-size: 8px;
    } */
    body {
        font-size: 1.3rem;
    }

    .pcOnly {
        display: none !important;
    }

    .sp_bk {
        display: block;
    }

    .sideBn {
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        padding: 0 3% 0 5%;
        height: 60px;
        text-align: center;
    }

    .bottomBn {
        text-align: center;
    }

    .sideBn:after,
    .bottomBn:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #ffffff;
        border-right: 0;
    }

    .bottomBn {
        text-align: center;
    }

    .sideBn:after {
        position: absolute;
        right: 1em;
    }

    /*==================================

	全ページ共通CSS

	==================================*/
    .ttlStl01,
    #reason .reason03 .txtStl01 {
        font-size: 3rem;
    }

    .ttlStl01 .fzL {
        font-size: 3rem;
    }

    .ttlStl02 {
        font-size: 2rem;
    }

    .ttlStl02 .fzL,
    #reason .reason02 ol li:before {
        font-size: 4rem;
    }

    .ttlStl03 {
        font-size: 3rem;
        line-height: 1.4em;
    }

    .ttlStl04 span {
        font-size: 1.6rem;
    }

    .ttlStl05 {
        font-size: 1.6rem;
    }

    .dlStl01 {
        font-size: 1.6rem;
    }

    .tableStl01 tbody tr>* {
        padding: 1em 0;
    }

    .tableStl01 tbody tr>td {
        padding-left: .5em;
    }

    table.tableStl02 {
        font-size: 1.3rem;
    }

    .tableStl02 tr>*:not(.transparent) {
        padding: .8em;
    }

    .tableStl02 tr>td {
        text-align: center;
    }

    .tableStl02 tr>td p {
        display: inline-block;
        text-align: left;
    }

    .tableStl03 tr>* {
        display: block;
        width: 100%;
    }

    .tableStl03 tr>td {
        padding-top: 1em;
        text-align: center;
    }

    /*==================================

	ヘッダー

	==================================*/
    header {
        padding-left: .75em;
        gap: .5em;
    }

    header .logo p {
        font-size: 1rem;
        letter-spacing: 0;
    }

    header .header__line {
        margin-left: auto;
    }

    .SPheader-ttlSub {
        position: fixed;
        z-index: 10;
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 4px 10px;
        background: #fff;
        border-top: 1px solid #f4f4f4;
        color: #999999;
    }

    header .header__icon {
        flex-direction: column;
    }

    header .header__icon li {
        line-height: 1em;
        font-size: 1.1rem;
        white-space: nowrap;
    }

    header .header__icon li span {
        display: inline-block;
        padding: 0;
        line-height: 1em;
        vertical-align: bottom;
    }

    /*==================================

	フッター

	==================================*/
    .pagetop {
        bottom: 60px;
        width: 60px;
    }

    /*==================================

	トップページ

	==================================*/

    /* .mv .mainCircle li {
        flex-basis: 48%;
    } */
    .mv {
        padding-top: 30px;
        background: url(../images/bk_dotted_blue.svg);
    }

    .mv img[src*="mainTxt"] {
        width: 100%;
        margin-left: -6%;
        margin-top: -20px;
    }

    .mv .mainCircle {
        max-width: 96%;
        margin: 1.5em auto 0;
    }

    .introduction {
        padding: 3em 20px 1em;
    }

    .introduction img {
        background: rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 15px;
    }

    .introduction:before {
        height: 85%;
    }

    #worry .ttlStl01 {
        font-size: min(6vw, 2.1rem);
        letter-spacing: 0;
    }

    #worry .ttlStl01 * {
        letter-spacing: 0;
    }

    #worry .ttlStl01 .fzL {
        font-size: 1.38em;
    }

    #worry .worry__solution {
        flex-direction: column;
        margin-top: 1em;
        padding-bottom: 3em;
    }

    #worry .worry__solution__text {
        font-size: min(5vw, 3rem);
    }

    #worry .worry__solution .box {
        border-width: 2px;
    }

    #reason {
        padding: 4em 0 3em;
    }

    #reason .reason01 ul {
        flex-direction: column;
        gap: 4em;
    }

    #reason .reason01 ul li {
        display: grid;
        grid-template-rows: auto 1fr;
        justify-content: space-between;
    }

    #reason .reason01 ul li:nth-of-type(odd) {
        grid-template-columns: 30% 65%;
    }

    #reason .reason01 ul li:nth-of-type(even) {
        grid-template-columns: 65% 30%;
    }

    #reason .reason01 ul li:nth-of-type(even) .img {
        grid-column: 2;
    }

    #reason .reason01 ul li:nth-of-type(odd) .img {
        grid-column: 1;
    }

    #reason .reason01 .ttl {
        margin-bottom: 1.5em;
        font-size: min(3.5vw, 2rem);
        line-height: 1.4em;
    }

    #reason .reason01 ul li .img {
        align-self: center;
        grid-row: 1/-1;
    }

    #reason .reason01 ul li .num {
        font-size: min(4vw, 3rem);
        line-height: 1.4em;
    }


    #reason .reason02 ol li+li {
        margin-top: 2em;
    }


    #reason .reason03 p.taR {
        display: none;
    }

    #reason .reason03 .comparison .comparison__tableWrap dl+dl {
        margin-top: 2.5em;
    }

    #reason .reason03 .comparison .comparison__tableWrap dl {
        position: relative;
    }

    #reason .reason03 .comparison .comparison__tableWrap dl:before {
        content: '（単位：円）';
        display: block;
        margin-bottom: .75em;
        font-size: 1.4rem;
        text-align: right;
    }

    #reason .reason03 .comparison .comparison__tableWrap dl.pattern03 {
        margin-top: 5em;
    }

    #reason .reason03 .comparison__tableWrap .pattern03:before {
        position: absolute;
        top: -1em;
        right: 0;
        transform: translateY(-100%);
    }

    #reason .reason03 .comparison__tableWrap .pattern03 dt {
        padding: .5em 0 1em;
    }

    #reason .reason03 .tableStl02 tr>* .imgWrap {
        margin-right: 0;
        margin-bottom: .5em;
    }

    #reason .reason03 .tableStl02 tr>th:first-of-type {
        width: 59%;
    }

    #reason .reason03 .comparison__tableWrap dd table td {
        font-size: 1.6rem;
    }

    #reason .reason03 .baloonStl01 {
        margin: 3em auto 0;
        text-align: center;
    }

    #reason .reason03 .notes {
        font-size: 1.2rem;
    }

    #price {
        padding: 7em 0 5em;
    }

    #advisoryFee .comparison__tableWrap {
        margin-top: 0;
    }

    #advisoryFee .comparison__tableWrap tbody tr {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }

    #advisoryFee .comparison__tableWrap tbody tr:not(:first-of-type)+tr {
        margin-top: 3em;
    }

    #advisoryFee .comparison__tableWrap tbody tr:first-of-type {
        display: none;
    }

    #advisoryFee .comparison__tableWrap tbody tr:not(:first-of-type):before {
        grid-column: 1/-1;
        padding: 1em;
        color: #02374f;
        font-weight: bold;
        text-align: center;
        background: #f4f4f4;
        border-bottom: 1px solid #fff;
        border-radius: 5px 5px 0 0;
    }

    #advisoryFee .comparison__tableWrap tbody tr:nth-of-type(2):before {
        content: '売り上げ1,000万円未満';
    }

    #advisoryFee .comparison__tableWrap tbody tr:nth-of-type(3):before {
        content: '売り上げ3,000万円未満';
    }

    #advisoryFee .comparison__tableWrap tbody tr:nth-of-type(4):before {
        content: '売り上げ5,000万円未満';
    }

    #advisoryFee .comparison__tableWrap tbody tr:nth-of-type(5):before {
        content: '売り上げ1億円未満';
    }

    #advisoryFee .comparison__tableWrap tbody tr:not(:first-of-type)::after {
        content: '（単位：円）';
        grid-column: 1/-1;
        grid-row: -1;
        margin-bottom: .5em;
        font-size: 1.2rem;
        text-align: right;
    }

    body #advisoryFee .comparison__tableWrap table.tableStl02 tbody tr>td {
        padding: 0 0 1.2em;
        line-height: 1.4em;
        border-top: none;
    }

    #advisoryFee .comparison__tableWrap tbody tr>td::before {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: 70px;
        margin-bottom: 1.4em;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4em;
        white-space: pre;
        background: #f4f4f4;
    }

    #advisoryFee .comparison__tableWrap tbody tr td:first-of-type {
        display: none;
    }

    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(5) {
        border: none;
        border-radius: 2px;
        box-shadow: 0 0 0 5px #f78f28, 0 0 3px 5px rgba(0, 0, 0, .3);
    }

    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(2)::before {
        content: '月額\A顧問料';
    }

    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(2),
    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(3) {
        border-right: none;
    }

    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(3)::before {
        content: '決算料';
        margin-left: -1px;
        border-left: 1px solid #fff;
    }

    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(4)::before {
        content: '年間\A合計';
        margin-left: -1px;
        background: rgba(247, 143, 40, .5);
        border-left: 1px solid #fff;
    }

    #advisoryFee .comparison__tableWrap tbody tr>td:nth-of-type(5)::before {
        content: '1ヶ月\Aあたり';
        color: #fff;
        background: #f78f28;
    }

    #advisoryFee .notes {
        font-size: 1.2rem;
    }

    #area .ttlStl01 {
        margin-bottom: 1em;
    }

    #area .flexTxt {
        padding: 3em 0;
    }

    #area .indent01 {
        font-size: 1.2rem;
    }

    #flow {
        padding: 3em 0 2em;
    }

    #flow .ttlStl01 {
        margin-bottom: 1em;
    }

    #flow img[src*="flowImg01"] {
        display: block;
        margin: 3em auto 0;
    }

    #flow .flow__wrap {
        padding: 2em 1em 1em;
    }

    #flow .flow__charge {
        display: flex;
        align-items: center;
        gap: .75em;
        justify-content: center;
        margin-bottom: 1.5em;
        font-size: 1.8rem;
    }

    #flow .flow__charge img {
        width: 1.2em;
    }

    #flow .flow__copy {
        font-size: 2rem;
        line-height: 1.6em;
    }

    #flow ol li p {
        font-size: 1.8rem;
    }

    #flow ol li p .fzL {
        font-size: 2.6rem;
    }

    #flow ol li .stepNum {
        width: 3em;
        margin-right: 0;
    }

    #flow ol li .stepNum p {
        font-size: 1rem;
        line-height: 1.2em;
    }

    #flow ol li .stepNum::after {
        font-size: 2.25rem;
    }

    #flow ol li+li:before {
        left: 1.95em;
    }

    #flow ol li dl {
        flex-grow: 1;
        padding: 1.2em;
    }

    #flow ol li dl dt {
        margin-bottom: .5em;
        font-size: 1.5rem;
    }

    #flow ol li dl dd {
        font-size: 1.3rem;
    }

    #flow .flow__complete {
        font-size: 2rem;
        line-height: 1.4em;
    }

    #faq {
        padding: 4em 0 0;
    }

    #faq .ttlStl01 {
        margin-bottom: 1em;
    }

    .faqLink li a {
        padding: 1em 1.75em 1em .75em;
    }

    .faqLink li a:after {
        right: .75em;
        width: .4em;
        height: .4em;
    }

    .faqList dl>* {
        padding: 1em 1em 1em 3.25em;
    }

    .faqList dl>*:before {
        top: .65em;
        left: .5em;
        font-size: 2.5rem;
    }

    .faqList dl dt {
        font-size: 1.4rem;
    }

    .faqList dl dt:before {
        top: .5em;
    }

    .faqList dl dd {
        padding-top: 1.2em;
        font-size: 1.3rem;
    }

    #company {
        padding: 3em 0 0;
    }

    #company .ttlStl01 {
        margin-bottom: 1.2em;
    }

    #company .ttlStl03 {
        text-align: center;
    }

    #company .bk_gray01 {
        padding: 3em 0 0;
        background: #d8d8d8;
    }

    #company .bk_gray01 .flexBox {
        position: relative;
    }

    #company .bk_gray01 .flexL {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        margin-right: 1em;
    }

    #company .bk_gray01 .flexL dl dt {
        font-size: 1.4rem;
    }

    #company .bk_gray01 .flexL dl dd {
        font-size: 2.4rem;
    }

    #company .bk_gray01 .flexR {
        padding-left: 3.5em;
    }

    #company .publication {
        padding: 3em 0;
    }

    #company .publication .flexL {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1em;
        margin-top: 1.5em;
        text-align: center;
    }

    #company .publication .flexL .imgWrap {
        order: 2;
    }

    #company .publication .flexL p {
        display: flex;
        align-items: center;
        gap: 1em;
        flex-direction: column;
    }

    #company .publication .flexL p:before {
        order: 2;
        margin: 0 0 1em 0;
        transform: rotate(180deg);
    }

    #company .outline {
        padding-bottom: 2em;
    }

    #company .bk_gray01 img {
        display: block;
        width: 90%;
        margin: 2.5em auto 0;
    }

    #company .greeting ul li {
        flex-basis: 49%;
    }

    #company .greeting ul li:empty {
        display: none;
    }

    #company .greeting ul li:not(:empty):nth-of-type(odd) {
        margin-top: -2em;
    }

    #company .outline .ttlStl04 {
        margin-bottom: 2.5em;
    }

    #contact {
        padding: 3em 0 2em;
    }

    #contact .ttlStl01 {
        margin-bottom: .5em;
    }

    .contactTable tr>* {
        display: block;
        width: 100% !important;
    }

    .contactTable tr>td {
        padding-top: 0;
    }

    .contactTable tbody tr td input,
    .contactTable tbody tr td select,
    .contactTable tbody tr td textarea {
        font-size: 1.2rem;
    }

    .contactTable tbody tr td .telWrap input {
        max-width: 26%;
    }

    #contact .lineConsultationBtn {
        padding: 1.2em 1em 1.2em .8em;
        font-size: 2rem;
    }

    #contact .lineConsultationBtn:after {
        right: 1em;
    }

    #contact .lineConsultationBtn:hover:after {
        right: .8em;
    }

    .contactTable tbody tr.required th:after {
        margin-left: .8em;
    }

    .contactTable tbody tr td select {
        width: 4em;
    }

    /*==================================

	form

	==================================*/
    table#mfp_confirm_table tr th {
        white-space: normal;
    }
}