@charset "UTF-8";
.l-inner {
    max-width: 980px
}

.l-section.-bg01 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #264854), to(#558dac));
    background-image: -o-linear-gradient(bottom, #264854 0, #558dac 100%);
    background-image: linear-gradient(0deg, #264854 0, #558dac 100%)
}

.l-section.-bg02 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #264854), to(#2ea89f));
    background-image: -o-linear-gradient(bottom, #264854 0, #2ea89f 100%);
    background-image: linear-gradient(0deg, #264854 0, #2ea89f 100%)
}

.l-section.-bg03 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d7839), to(#62a948));
    background-image: -o-linear-gradient(bottom, #0d7839 0, #62a948 100%);
    background-image: linear-gradient(0deg, #0d7839 0, #62a948 100%)
}

.l-section.-bg04 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #264854), to(#337e9f));
    background-image: -o-linear-gradient(bottom, #264854 0, #337e9f 100%);
    background-image: linear-gradient(0deg, #264854 0, #337e9f 100%)
}

.l-section.-bg05 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #165654), to(#5e8d67));
    background-image: -o-linear-gradient(bottom, #165654 0, #5e8d67 100%);
    background-image: linear-gradient(0deg, #165654 0, #5e8d67 100%)
}

.c-headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 40px
}

.c-headline__txt {
    position: relative;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.3;
    z-index: 2
}

.c-headline__txt span {
    color: #ffa000;
    font-weight: 700
}

.c-headline__txt::after,
.c-headline__txt::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    height: 100%;
    min-height: inherit;
    z-index: -1
}

.c-headline__txt::before {
    opacity: .8;
    z-index: -1;
    mix-blend-mode: multiply
}

.c-headline__txt::after {
    opacity: .6;
    z-index: -2
}

.c-headline__txt.-bg01::after,
.c-headline__txt.-bg01::before {
    background-color: #2f6786
}

.c-headline__txt.-bg02::after,
.c-headline__txt.-bg02::before {
    background-color: #088279
}

.c-headline__txt.-bg03::after,
.c-headline__txt.-bg03::before {
    background-color: #386741
}

.c-headline__txt.-bg04::after,
.c-headline__txt.-bg04::before {
    background-color: #0d5879
}

.c-headline__txt.-bg05::after,
.c-headline__txt.-bg05::before {
    background-color: #175a38
}

.c-headline__txt.-bg05::before {
    opacity: .5
}

.c-headline__txt.-bg05::after {
    opacity: 1
}

.c-headline__txt.-kanri {
    line-height: 1.2
}

.c-headline__txt.-kanri span {
    position: relative;
    left: -4px
}

.c-headline__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #aaa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    z-index: 1
}

.c-headline__img.-tatekae {
    background-image: url(../img/new_answer/tatekae/bg_title.jpg)
}

.c-headline__img.-baikyaku {
    background-image: url(../img/new_answer/baikyaku/bg_title.jpg);
    background-position: center bottom
}

.c-headline__img.-jigyou {
    background-image: url(../img/new_answer/jigyou/bg_title.jpg)
}

.c-headline__img.-sisan {
    background-image: url(../img/new_answer/sisan/bg_title.jpg)
}

.c-headline__img.-souzoku {
    background-image: url(../img/new_answer/souzoku/bg_title.jpg)
}

.c-headline__img.-kanri {
    background-image: url(../img/new_answer/kanri/bg_title.jpg)
}

.c-headline__img.-secondopinion {
    background-image: url(../img/new_answer/secondopinion/bg_title.jpg)
}

.c-headline__img.-ketsuron {
    background-image: url(../img/new_answer/ketsuron/bg_title.jpg)
}

.c-headline__img.-contact {
    background-image: url(../img/new_answer/contact/bg_title.jpg)
}

.c-headline__img.-reform-contact {
    background-image: url(../img/reform/bg_title.jpg)
}

.c-lg-caption {
    color: #fff;
    font-size: 34px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center
}

.c-lg-caption.-colored {
    color: #ffa000
}

.c-md-caption {
    color: #ffa000;
    font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center
}

.c-answer {
    color: #ffa000;
    font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

.c-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-content-list__item {
    width: 48%;
    border: 1px solid #ffa000;
    padding: 25px 30px 35px
}

.c-content-list__item p {
    text-align: justify
}

.c-content-list__caption {
    color: #ffa000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px
}

.c-content-list__caption.-white {
    color: #fff
}

.c-content-list__caption.-center {
    text-align: center
}

.c-button {
    position: relative;
    display: block;
    color: #2f6786;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #2f6786;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .5s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1), -webkit-box-shadow .5s cubic-bezier(.23, 1, .32, 1), -webkit-transform .5s cubic-bezier(.23, 1, .32, 1);
    transition: color .5s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1), -webkit-box-shadow .5s cubic-bezier(.23, 1, .32, 1), -webkit-transform .5s cubic-bezier(.23, 1, .32, 1);
    -o-transition: color .5s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1), box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1);
    transition: color .5s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1), box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1);
    transition: color .5s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1), box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), -webkit-box-shadow .5s cubic-bezier(.23, 1, .32, 1), -webkit-transform .5s cubic-bezier(.23, 1, .32, 1);
    overflow: hidden;
    cursor: pointer
}

.c-button:hover {
    color: #fff;
    background-color: #2f6786
}

.c-button:hover .c-button__arrow {
    right: 20px
}

.c-button[disabled],
.c-button[disabled]:hover {
    color: #fff;
    border-color: #555;
    background-color: #555;
    cursor: not-allowed;
    opacity: .4
}

.c-button[disabled] .c-button__arrow,
.c-button[disabled]:hover .c-button__arrow {
    fill: #fff
}

.c-button.-lg {
    max-width: 500px
}

.c-button.-ghost {
    color: #fff;
    border-color: #ffa000;
    background-color: transparent
}

.c-button.-ghost:hover {
    color: #fff;
    background-color: #ffa000
}

.c-button__arrow {
    position: absolute;
    right: 26px;
    top: 50%;
    fill: currentColor;
    width: 15px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease
}

.c-point {
    position: relative;
    color: #333;
    background-color: #ffa000;
    padding: 20px;
    z-index: 2
}

.c-point::before {
    position: absolute;
    left: 30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid
}

.c-point.-upper::before {
    top: -20px;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #ffa000 transparent
}

.c-point.-down::before {
    bottom: -20px;
    border-width: 20px 12px 0 12px;
    border-color: #ffa000 transparent transparent transparent
}

.c-point dt {
    line-height: 1.4;
    font-weight: 700;
    min-height: 21px;
    background: url(../img/new_answer/common/icon_answer.svg) left center no-repeat;
    background-size: 20px 21px;
    margin-bottom: 8px;
    padding-left: 26px
}

.c-point dd {
    line-height: 1.4;
    text-align: justify
}

.p-hero {
    position: relative;
    width: 100%;
    z-index: 1
}

.p-hero__line01,
.p-hero__line02,
.p-hero__line03 {
    color: #fff;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.4;
    text-shadow: 0 0 10px #001e32, 0 0 10px #001e32, 0 0 10px #001e32, 0 0 10px #001e32
}

.p-hero__line01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-hero__line03 span {
    position: relative;
    color: #ffa000;
    text-decoration: none
}

.p-hero__line03 span::after,
.p-hero__line03 span::before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffa000
}

.p-hero__line03 span::before {
    bottom: -4px
}

.p-hero__line03 span::after {
    bottom: -10px
}

.p-hero__arrow {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    border-right: 2px solid #ffa000;
    border-bottom: 2px solid #ffa000;
    -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
    -ms-transform: rotate(45deg) skew(-10deg, -10deg);
    transform: rotate(45deg) skew(-10deg, -10deg);
    margin-left: -12px;
    -webkit-animation: arrow 1.6s ease infinite;
    animation: arrow 1.6s ease infinite
}

@-webkit-keyframes arrow {
    0%,
    100% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: -8px
    }
}

@keyframes arrow {
    0%,
    100% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: -8px
    }
}

.p-answers {
    background-color: #00222e;
    padding-top: 30px;
    padding-bottom: 60px
}

.p-answers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.p-answers__item {
    position: relative;
    width: 48%;
    margin-bottom: 40px;
    padding: 30px 0 0 30px
}

.p-answers__item:nth-child(1) .p-answers__title::after,
.p-answers__item:nth-child(1) .p-answers__title::before,
.p-answers__item:nth-child(5) .p-answers__title::after,
.p-answers__item:nth-child(5) .p-answers__title::before {
    background-color: #2f6786
}

.p-answers__item:nth-child(2) .p-answers__title::after,
.p-answers__item:nth-child(2) .p-answers__title::before,
.p-answers__item:nth-child(6) .p-answers__title::after,
.p-answers__item:nth-child(6) .p-answers__title::before {
    background-color: #088279
}

.p-answers__item:nth-child(3) .p-answers__title::after,
.p-answers__item:nth-child(3) .p-answers__title::before,
.p-answers__item:nth-child(7) .p-answers__title::after,
.p-answers__item:nth-child(7) .p-answers__title::before {
    background-color: #386741
}

.p-answers__item:nth-child(4) .p-answers__title::after,
.p-answers__item:nth-child(4) .p-answers__title::before,
.p-answers__item:nth-child(8) .p-answers__title::after,
.p-answers__item:nth-child(8) .p-answers__title::before {
    background-color: #0d5879
}

.p-answers__link {
    display: block;
    width: 100%;
    height: 100%
}

.p-answers__title {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 220px;
    padding: 30px;
    z-index: 2
}

.p-answers__title::after,
.p-answers__title::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%
}

.p-answers__title::before {
    opacity: .85;
    z-index: -1;
    mix-blend-mode: multiply
}

.p-answers__title::after {
    opacity: .6;
    z-index: -2
}

.p-answers__title span {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 15px;
    height: 10px;
    background: url(../img/new_answer/common/icon_arrow.svg) no-repeat;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.p-answers__img {
    position: relative;
    width: 100%;
    height: 240px;
    z-index: 1;
    overflow: hidden
}

.p-answers__img::after,
.p-answers__img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%
}

.p-answers__img::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: -2
}

.p-answers__img::after {
    background: -o-radial-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
    background: radial-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: -1
}

.p-answers__img.-tatekae::before {
    background-image: url(../img/new_answer/home/img_link_01.jpg)
}

.p-answers__img.-bikyaku::before {
    background-image: url(../img/new_answer/home/img_link_02.jpg)
}

.p-answers__img.-jigyou::before {
    background-image: url(../img/new_answer/home/img_link_03.jpg)
}

.p-answers__img.-sisan::before {
    background-image: url(../img/new_answer/home/img_link_04.jpg)
}

.p-answers__img.-souzoku::before {
    background-image: url(../img/new_answer/home/img_link_05.jpg)
}

.p-answers__img.-kanri::before {
    background-image: url(../img/new_answer/home/img_link_06.jpg)
}

.p-answers__img.-secondopinion::before {
    background-image: url(../img/new_answer/home/img_link_07.jpg)
}

.p-answers__img.-ketsuron::before {
    background-image: url(../img/new_answer/home/img_link_08.jpg)
}

.p-answers__link:hover .p-answers__img::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.p-answers__link:hover .p-answers__img::after {
    opacity: 1
}

.p-answers__link:hover span {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}

.p-home-msg {
    background-color: #fff;
    text-align: center
}

.p-home-msg__inner {
    position: relative
}

.p-home-msg__bnr {
    display: inline-block;
    width: 100%;
    max-width: 451px;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: hidden
}

.p-home-msg__bnr::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.p-home-msg__bnr:hover::before {
    opacity: 1
}

.p-home-msg__txt {
    color: #00384d;
    font-size: 28px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.5
}

.p-home-msg__txt svg {
    margin: 0 8px
}

.p-home-msg__txt strong {
    font-size: 37px;
    font-weight: 300
}

.p-home-msg__txt strong span {
    position: relative;
    color: #ffa000;
    text-decoration: none
}

.p-home-msg__txt strong span::after,
.p-home-msg__txt strong span::before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffa000
}

.p-home-msg__txt strong span::before {
    bottom: 0
}

.p-home-msg__txt strong span::after {
    bottom: -6px
}

.p-home-btn {
    padding-bottom: 50px
}

.p-home-btn__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 20px;
    max-width: 420px;
    border-color: #2255a4;
    padding: 12px 42px 12px 18px
}

.p-home-btn__button svg {
    fill: #2255a4
}

.p-home-btn__button::before {
    display: inline-block;
    content: "";
    width: 35px;
    height: 44px;
    background: url(../img/common/logo_mark.svg) no-repeat;
    background-size: contain;
    margin-right: 12px
}

.p-home-btn__button:hover {
    color: #fff;
    background-color: #2255a4
}

.p-home-btn__button:hover svg {
    fill: #fff
}

.p-home-btn__button:hover::before {
    background-image: url(../img/common/logo_mark-white.svg)
}

.p-tatekae__case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px
}

.p-tatekae__case-list li {
    border: 1px solid #fff;
    text-align: center
}

.p-tatekae__case-list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    margin-bottom: 12px
}

.p-tatekae__case-list li p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4
}

.p-tatekae__step {
    margin-bottom: 20px;
    text-align: center
}

.p-baikyaku__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.p-baikyaku__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.p-baikyaku__list__item {
    width: 32%
}

.p-baikyaku__list__box {
    color: #fff;
    border: 1px solid #ffa000;
    line-height: 1.4;
    padding: 25px 20px 40px
}

.p-baikyaku__list__box p {
    text-align: justify
}

.p-baikyaku__list .c-point {
    width: 94%;
    margin: -10px auto 0
}

.p-baikyaku__list .c-point::after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-right: 1px dotted #ffa000;
    border-bottom: 1px dotted #ffa000;
    z-index: -1
}

.p-baikyaku__list__caption {
    color: #ffa000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center
}

.p-jigyou__lead {
    background: url(../img/new_answer/jigyou/bg_jigyou.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 calc(((100vw - 100%)/ 2) * -1) 40px
}

.p-jigyou__lead ul {
    position: relative
}

.p-jigyou__possibility {
    color: #fff;
    margin-bottom: 30px
}

.p-jigyou__possibility li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-jigyou__possibility li div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px
}

.p-jigyou__possibility li img {
    display: block;
    max-width: 340px;
    margin: 0 auto
}

.p-jigyou__possibility h4 {
    color: #ffa000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px
}

.p-jigyou__possibility h4 span {
    display: block;
    font-size: 18px
}

.p-sisan__lead {
    margin-bottom: 35px;
    text-align: center
}

.p-sisan__caption {
    color: #fff;
    margin-bottom: 35px
}

.p-sisan__caption strong {
    color: #ffa000;
    border-bottom: 2px solid #ffa000
}

.p-sisan__contents {
    color: #fff;
    margin-bottom: 30px
}

.p-sisan__contents li p {
    margin-bottom: 20px
}

.p-sisan__contents li:nth-child(2) p {
    text-align: center
}

.p-souzoku__lead {
    position: relative;
    margin-bottom: 50px
}

.p-souzoku__lead__txt {
    position: relative;
    z-index: 2
}

.p-souzoku__points {
    margin-bottom: 40px
}

.p-souzoku__points__img {
    max-width: 580px;
    margin: auto;
    padding: 25px 0
}

.p-souzoku__points__note {
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    text-align: right
}

.p-kanri__contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.p-kanri__contents__item {
    border: 1px solid #ffa000
}

.p-kanri__contents__item .c-lg-caption {
    margin-bottom: 0
}

.p-kanri__caption {
    color: #05615f;
    font-weight: 700;
    background-color: #ffa000;
    padding: 5px;
    text-align: center
}

.p-kanri__lead-txt {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px
}

.p-kanri__list li:not(:last-child) {
    margin-bottom: 24px
}

.p-kanri__list h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 26px
}

.p-kanri__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-kanri__point__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px
}

.p-kanri__point__img {
    position: relative;
    width: 138px;
    margin: -62px -20px 0 0
}

.p-kanri__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px
}

.p-secondopinion__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

.p-secondopinion__lead div {
    width: 275px;
    text-align: center
}

.p-secondopinion__lead div:not(:last-child) {
    margin-right: 40px
}

.p-secondopinion__list {
    margin-bottom: 20px
}

.p-secondopinion__list li {
    margin-bottom: 30px
}

.p-secondopinion__list h4 {
    margin-bottom: 25px
}

.p-ketsuron__lead {
    margin: 0 calc(((100vw - 100%)/ 2) * -1) 40px;
    background-repeat: no-repeat;
    background-size: cover
}

.p-ketsuron__lead__inner {
    max-width: 980px;
    margin: auto
}

.p-ketsuron__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-ketsuron__check li {
    color: #0d5777;
    font-weight: 500;
    line-height: 1.3;
    background: url(../img/new_answer/ketsuron/icon_check.svg) left center no-repeat;
    background-size: 48px 48px;
    margin-bottom: 35px;
    padding-left: 70px
}

.p-ketsuron__list {
    margin-bottom: 20px
}

.p-ketsuron__list__item {
    margin-bottom: 30px
}

.p-ketsuron__list__icon {
    margin-bottom: 10px;
    text-align: center
}

.p-ketsuron__list__caption {
    margin-bottom: 10px
}

.p-ketsuron__list__txt {
    color: #fff
}

.p-contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #264854), to(#558dac));
    background-image: -o-linear-gradient(bottom, #264854 0, #558dac 100%);
    background-image: linear-gradient(0deg, #264854 0, #558dac 100%)
}

.p-contact__nav {
    position: relative
}

.p-contact__buttons {
    position: relative
}

.p-contact__btn {
    position: relative;
    line-height: 1.3;
    margin-right: -1px;
    padding: 20px 0 20px 60px;
    border: 1px solid #fff;
    text-decoration: none
}

.p-contact__btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    width: 100%;
    height: 5px;
    background-color: #103757
}

.p-contact__btn__icon {
    position: absolute
}

.p-contact__btn__caption {
    color: #ffa000;
    font-size: 16px;
    font-weight: 700
}

.p-contact__btn__en {
    color: #fff;
    font-size: 9px
}

.p-contact__contents {
    display: none;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto
}

.p-contact__contents.is-current {
    display: block
}

.p-contact__lead {
    color: #2f6786;
    font-size: 27px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    text-align: center
}

.p-contact__required {
    color: #dc0000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center
}

.p-contact__caption {
    color: #2f6786;
    font-size: 26px;
    background-color: #ffa000;
    margin-bottom: 10px;
    text-align: center
}

.p-contact__caption span {
    font-size: 18px
}

.p-contact__form input[type=email],
.p-contact__form input[type=tel],
.p-contact__form input[type=text] {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #dbe7ed
}

.p-contact__form textarea {
    font-size: 16px;
    width: 100%;
    height: 140px;
    background-color: #dbe7ed;
    padding: 12px;
    resize: vertical
}

.p-contact__form label.error {
    color: #dc0000;
    font-size: 12px
}

.p-contact__form__line {
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
    padding-bottom: 20px
}

.p-contact__form__field>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-contact__form__field>div>dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-contact__form__caption {
    color: #2f6786;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

.p-contact__form__caption span {
    color: #dc0000
}

.p-contact__form__caption .note {
    margin-left: 10px
}

.p-contact__form__caption.-pt0 {
    padding-top: 0
}

.p-contact__form__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.p-contact__form__checkboxes label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer
}

.p-contact__form__checkboxes label input {
    margin-top: 7px;
    margin-right: 5px
}

.p-contact__form .note {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3
}

.p-contact__form .note a {
    color: #2f6786
}

.p-contact__form .address dt {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.p-contact__form .-zip {
    margin-bottom: 20px
}

.p-contact__form .-zip .zip-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.p-contact__form .-zip .zip-code__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-contact__form .-zip .zip-code__input input[type=text]:first-child {
    width: 80px
}

.p-contact__form .-zip .zip-code__input input[type=text]:last-child {
    width: 100px
}

.p-contact__form .-zip .zip-code__input span {
    margin: 0 8px
}

.p-contact__form .-zip .zip-code .note {
    padding-left: 10px
}

.p-contact__form .-address01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.p-contact__form .-address01>div:nth-child(1) {
    width: 180px
}

.p-contact__form .-address01>div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px
}

.p-contact__privacy {
    max-width: 450px;
    background-color: #f0f0f0;
    margin: 30px auto;
    padding: 20px;
    text-align: center
}

.p-contact__privacy p {
    margin-bottom: 5px
}

.p-contact__privacy__link {
    color: #2f6786
}

.p-contact__privacy__link svg {
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 3px;
    vertical-align: middle
}

.p-contact__privacy label {
    font-weight: 700;
    cursor: pointer
}

.p-contact__privacy label span {
    color: #dc0000
}

.p-contact__phone {
    line-height: 1.3;
    padding: 20px 0 0;
    text-align: center
}

.p-contact__phone__caption {
    font-size: 18px;
    font-weight: 700
}

.p-contact__phone__number {
    color: #2f6786;
    font-size: 52px;
    font-weight: 700
}

.p-contact__phone__number a {
    color: #2f6786;
    text-decoration: none
}

.p-contact__phone__number a:hover {
    color: #2f6786
}

.p-contact__phone__note {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

.p-contact__thanks-msg {
    max-width: 440px;
    border-top: 1px solid #2f6786;
    border-bottom: 1px solid #2f6786;
    margin: 20px auto 10px;
    padding: 30px;
    text-align: center
}

.p-contact__thanks-msg__txt {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center
}

.p-contact__thanks-msg__logo {
    max-width: 250px;
    margin: auto
}

.p-contact__thanks-btn {
    max-width: 440px;
    border-top: 1px solid #2f6786;
    margin: 30px auto 0;
    padding-top: 30px
}

.p-contact__selects {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.p-contact.-reform {
    background: #175a38
}

.p-contact.-reform .p-contact__btn::before {
    background-color: #ffa000
}

.p-contact.-reform .p-contact__caption,
.p-contact.-reform .p-contact__form__caption,
.p-contact.-reform .p-contact__lead,
.p-contact.-reform .p-contact__phone__number a {
    color: #175a38
}

.p-contact.-reform .c-button:not([disabled]) {
    color: #175a38;
    border-color: #175a38
}

.p-contact.-reform .c-button:not([disabled]):hover {
    color: #fff;
    background-color: #175a38
}

.p-confirm {
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.4;
    width: 100%;
    max-width: 700px;
    margin: 20px auto 30px
}

.p-confirm th {
    color: #2f6786;
    width: 140px;
    padding: 8px 15px;
    text-align: left;
    border: 1px solid #ccc;
    border-right: none
}

.p-confirm td {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-left-style: dotted
}

.p-confirm__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-confirm__btns .c-button {
    margin-bottom: 20px
}

.p-confirm__btns__fix {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #9b9b9b;
    padding: 6px 20px;
    text-align: center;
    cursor: pointer
}

.p-reform-headline {
    position: relative;
    background-color: #d3e1d0;
    text-align: center
}

.p-reform-headline__txt {
    position: relative;
    z-index: 1
}

.p-reform-headline::after,
.p-reform-headline::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background-repeat: no-repeat;
    z-index: 2
}

.p-reform-headline::before {
    left: 0;
    background-position: left center
}

.p-reform-headline::after {
    right: 0;
    background-position: right center
}

.p-reform-lead {
    margin-bottom: 0;
    padding: 40px 0 32px;
    text-align: center
}

.p-reform-lead span {
    position: relative;
    display: inline-block;
    color: #175a38;
    line-height: 1.3;
    padding-bottom: 14px
}

.p-reform-lead span::after,
.p-reform-lead span::before {
    position: absolute;
    left: 50%;
    display: block;
    content: "";
    width: 94%;
    height: 2px;
    background-color: #175a38;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-reform-lead span::before {
    bottom: 0
}

.p-reform-lead span::after {
    bottom: -6px
}

.p-reform-desc {
    background: url(../img/reform/bg_reform-desc.jpg) center center no-repeat;
    background-size: cover;
    padding: 55px 0
}

.p-reform-desc__item {
    position: relative;
    margin-bottom: 35px;
    padding: 35px 30px;
    text-align: center;
    z-index: 1
}

.p-reform-desc__item:last-child {
    margin-bottom: 0
}

.p-reform-desc__item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    opacity: .9;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    z-index: -1
}

.p-reform-desc__caption {
    color: #ffa000;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    margin-bottom: 6px
}

.p-reform-desc__txt {
    font-size: 16px;
    line-height: 2
}

.p-reform-photos {
    display: block;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
}

.p-reform-answer {
    padding: 45px 0
}

.p-reform-answer__lead {
    position: relative;
    text-align: center
}

.p-reform-answer__lead::after,
.p-reform-answer__lead::before {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain
}

.p-reform-answer__lead::before {
    top: -60px;
    left: -20px;
    width: 144px;
    height: 153px;
    background-image: url(../img/reform/bg_illust_01.svg)
}

.p-reform-answer__lead::after {
    top: -80px;
    right: -20px;
    width: 153px;
    height: 233px;
    background-image: url(../img/reform/bg_illust_02.svg)
}

.p-reform-room {
    background-color: #f2f1ed;
    padding: 50px 0 20px
}

.p-reform-room__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-reform-room__inner::after,
.p-reform-room__inner::before {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain
}

.p-reform-room__inner::before {
    top: -160px;
    left: 50px;
    width: 55px;
    height: 80px;
    background-image: url(../img/reform/bg_illust_03.svg)
}

.p-reform-room__inner::after {
    top: -100px;
    right: 70px;
    width: 81px;
    height: 88px;
    background-image: url(../img/reform/bg_illust_04.svg)
}

.p-reform-room__item {
    width: 32%;
    margin-bottom: 30px
}

.p-contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #00384d;
    border-top: 1px solid #628ca3;
    border-bottom: 1px solid #628ca3
}

.p-contact-btns__item {
    position: relative;
    display: block;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.p-contact-btns__item::after {
    display: block;
    content: "";
    width: 15px;
    height: 10px;
    background: url(../img/new_answer/common/icon_arrow.svg) no-repeat;
    background-size: contain
}

.p-contact-btns__item:hover {
    background-color: #628ca3
}

.p-contact-btns__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-contact-btns__caption {
    color: #ffa000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px
}

.p-contact-btns__en {
    color: #fff;
    font-size: 12px
}

.p-reform-btns {
    position: relative;
    background-color: #d3e1d0;
    z-index: 1
}

.p-reform-btns::after,
.p-reform-btns::before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1
}

.p-reform-btns::before {
    left: 0;
    background-image: url(../img/reform/bg_illust_bottom_left.png)
}

.p-reform-btns::after {
    right: 0;
    background-image: url(../img/reform/bg_illust_bottom_right.png)
}

.p-reform-btns__caption {
    margin-bottom: 10px;
    text-align: center
}

.p-reform-btns__desc {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center
}

.p-reform-btns__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-reform-btns__item {
    display: block;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.p-reform-btns__item:hover {
    opacity: .8
}

.p-footer-answer {
    background-color: #00384d
}

.p-footer-answer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px
}

.p-footer-answer__nav__item a {
    color: #a8bdc5;
    text-decoration: none
}

.p-footer-answer__nav__item a::before {
    position: relative;
    top: -1px;
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 3px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%209%22%3E%3Crect%20width%3D%223%22%20height%3D%223%22%20style%3D%22fill%3A%23a8bdc5%22%2F%3E%3Crect%20y%3D%226%22%20width%3D%223%22%20height%3D%223%22%20style%3D%22fill%3A%23a8bdc5%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%223%22%20height%3D%223%22%20style%3D%22fill%3A%23a8bdc5%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    vertical-align: middle
}

.p-footer-answer__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.p-footer-answer__tel__logo {
    width: 151px;
    height: 16px;
    margin-right: 10px
}

.p-footer-answer__tel__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900
}

.p-footer-answer__tel__txt dt {
    color: #0c455b;
    font-size: 10px;
    background-color: #ffa000;
    border-radius: 3px;
    margin-right: 5px;
    padding: 5px 8px
}

.p-footer-answer__tel__txt dd {
    color: #ffa000;
    font-size: 20px
}

.p-footer-answer__copyright {
    color: #fff;
    font-size: 9px;
    background-color: #00222e;
    padding: 10px;
    text-align: center
}

.p-footer-reform .p-footer-answer {
    background-color: #222
}

.p-footer-reform .p-footer-answer .p-footer-answer__nav__item a {
    color: #999
}

.p-footer-reform .p-footer-answer .p-footer-answer__nav__item a:hover {
    color: #ffa000
}

.p-footer-reform .p-footer-answer .p-footer-answer__nav__item a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%209%22%3E%3Crect%20width%3D%223%22%20height%3D%223%22%20style%3D%22fill%3A%23999%22%2F%3E%3Crect%20y%3D%226%22%20width%3D%223%22%20height%3D%223%22%20style%3D%22fill%3A%23999%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%223%22%20height%3D%223%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
}

.p-footer-reform .p-footer-answer .p-footer-answer__tel__txt dt {
    color: #222
}

.p-footer-reform .p-footer-answer .p-footer-answer__copyright {
    background-color: #000
}

.p-contact-here {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 25px;
    text-align: center;
    z-index: 1
}

.p-contact-here::before {
    position: absolute;
    top: -15px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
    margin-left: -10px
}

.p-contact-here__txt {
    color: #0c455b;
    font-size: 28px;
    font-weight: 700
}

.p-contact-here__icon {
    width: 48px;
    height: 70px;
    margin: 8px auto 0
}

.p-achievement {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 40px
}

.p-achievement__inner {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='3' viewBox='0 0 3 3'%3E%3Cpath style='fill:%23ebebeb' d='M0 0H1V1H0z'/%3E%3C/svg%3E") left top repeat;
    background-size: 3px 3px;
    padding: 40px 20px;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .l-section {
        padding-top: 50px;
        padding-bottom: 70px
    }
    .c-headline__txt {
        font-size: 30px;
        min-height: 180px
    }
    .c-headline__txt span {
        font-size: 45px
    }
    .c-headline__txt.-kanri {
        font-size: 19px
    }
    .c-headline__txt.-kanri span {
        font-size: 65px
    }
    .c-headline__img {
        height: 260px
    }
    .p-hero {
        background: url(../img/new_answer/home/bg_hero.jpg) center center no-repeat;
        background-size: cover;
        height: 625px;
        padding-top: 180px
    }
    .p-hero::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        width: 100%;
        height: 170px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#00222e));
        background-image: -o-linear-gradient(top, transparent 10%, #00222e 100%);
        background-image: linear-gradient(180deg, transparent 10%, #00222e 100%);
        z-index: -1
    }
    .p-hero__line01 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
        margin-bottom: 5px
    }
    .p-hero__line01 span:nth-child(2) {
        position: relative;
        margin-left: -8px;
        margin-right: -8px
    }
    .p-hero__line02 {
        font-size: 46px
    }
    .p-hero__line03 {
        position: absolute;
        left: 50%;
        bottom: 80px;
        font-size: 38px;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .p-hero__arrow {
        bottom: 30px
    }
    .p-home-msg__inner {
        padding-top: 100px;
        padding-bottom: 55px
    }
    .p-home-msg__bnr {
        position: absolute;
        top: -55px
    }
    .p-tatekae__case-list li {
        width: 31%;
        min-height: 245px;
        margin-bottom: 30px;
        padding: 40px 20px
    }
    .p-baikyaku__list__box {
        font-size: 16px;
        min-height: 260px
    }
    .p-baikyaku__list .c-point {
        padding: 20px 13px
    }
    .p-jigyou__lead {
        height: 410px
    }
    .p-jigyou__lead ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 980px;
        margin: 0 auto;
        padding-top: 40px
    }
    .p-jigyou__lead ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #004f00;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
        width: 225px;
        height: 225px;
        border: 1px solid;
        border-radius: 50%;
        text-align: center
    }
    .p-jigyou__lead ul li:not(:last-child) {
        margin-right: 35px
    }
    .p-jigyou__lead ul li:nth-child(1),
    .p-jigyou__lead ul li:nth-child(3) {
        margin-top: 60px
    }
    .p-sisan .c-answer svg {
        margin: 0 6px
    }
    .p-souzoku__lead__img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 35%;
        max-width: 347px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1
    }
    .p-souzoku__points__item {
        max-width: 450px
    }
    .p-souzoku__points__item.-upper {
        margin-left: auto;
        margin-right: 115px
    }
    .p-souzoku__points__item.-down {
        margin-left: 115px
    }
    .p-souzoku__points__item .c-point.-down::before {
        left: 190px
    }
    .p-souzoku__points__item .c-point.-upper::before {
        left: auto;
        right: 60px
    }
    .p-kanri__img {
        margin: -20px -35px 10px
    }
    .p-kanri__caption {
        position: absolute;
        line-height: 1.2
    }
    .p-kanri__lead-txt {
        min-height: 170px;
        padding-top: 70px
    }
    .p-kanri__list li {
        min-height: 227px
    }
    .p-ketsuron__lead {
        background-image: url(../img/new_answer/ketsuron/bg_ketsuron.jpg);
        background-position: center center
    }
    .p-contact__form__field>div>dt {
        min-width: 100px;
        padding-top: 8px;
        padding-right: 18px
    }
    .p-contact__form__contents dt {
        margin-bottom: 10px
    }
    .p-contact__form__contents dd {
        padding-left: 80px
    }
    /* .p-contact__form__checkboxes label {
        width: 33.33333%
    } */
    .p-reform-headline {
        padding: 57px 20px
    }
    .p-reform-headline::after,
    .p-reform-headline::before {
        background-size: contain
    }
    .p-reform-photos {
        background-image: url(../img/reform/img_gallery_pc.jpg);
        padding-top: 16.666667%
    }
    .p-contact-btns__item {
        width: 20%;
        border-right: 1px solid #628ca3;
        padding: 65px 10px 50px;
        text-align: center
    }
    .p-contact-btns__item::after {
        margin: 30px auto 0
    }
    .p-contact-btns__item:last-child {
        border-right: none
    }
    .p-contact-btns__icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px
    }
    .p-reform-btns {
        padding-top: 55px;
        padding-bottom: 45px
    }
    .p-reform-btns::before {
        width: 432px;
        height: 301px
    }
    .p-reform-btns::after {
        width: 316px;
        height: 301px
    }
    .p-footer-answer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0
    }
    .p-footer-answer__nav__item:not(:last-child) {
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .l-section {
        padding-top: 30px;
        padding-bottom: 45px
    }
    .c-headline {
        margin-bottom: 25px
    }
    .c-headline__txt {
        font-size: 4.7vw;
        min-height: 90px;
        padding: 25px 20px
    }
    .c-headline__txt span {
        font-size: 6.5vw
    }
    .c-headline__txt.-kanri {
        font-size: 3.2vw
    }
    .c-headline__txt.-kanri span {
        font-size: 9.5vw
    }
    .c-headline__img {
        margin-top: 3%;
        margin-left: 3%;
        padding-top: 38%
    }
    .c-lg-caption {
        font-size: 24px
    }
    .c-md-caption {
        font-size: 22px
    }
    .c-answer {
        font-size: 22px
    }
    .c-content-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .c-content-list__item {
        width: 100%;
        padding: 25px 3%;
        margin-bottom: 20px
    }
    .c-content-list__item:last-child {
        margin-bottom: 0
    }
    .c-content-list__caption {
        font-size: 18px;
        margin-bottom: 10px
    }
    .c-point {
        padding: 20px 15px
    }
    .c-point dt {
        min-height: 18px;
        background-size: 17px 18px
    }
    .p-hero {
        background-color: #00222e;
        padding-bottom: 56px;
        margin-bottom: -1px;
        background: #00222e;
    }
    .p-hero__line01 {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 5vw;
        line-height: 1.3;
        width: 100vw;
        background: url(../img/new_answer/home/bg_hero.jpg) center center no-repeat;
        background-size: cover;
        margin: 0 calc(((100vw - 100%)/ 2) * -1);
        padding: 30% 20px;
        z-index: 1
    }
    .p-hero__line01 span:nth-child(2) {
        position: relative;
        width: 34%;
        margin: -2% 0 -2% -3%
    }
    .p-hero__line01 span:nth-child(2) img {
        width: 100%
    }
    .p-hero__line01::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        width: 100%;
        height: 25%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#00222e));
        background-image: -o-linear-gradient(top, transparent 10%, #00222e 100%);
        background-image: linear-gradient(180deg, transparent 10%, #00222e 100%);
        z-index: -1
    }
    .p-hero__line02 {
        font-size: 5.6vw;
        margin-bottom: 7%;
        text-align: center
    }
    .p-hero__line03 {
        font-size: 6.5vw;
        text-align: center
    }
    .p-hero__arrow {
        bottom: 0
    }
    .p-answers__item {
        width: 100%;
        padding: 20px 0 0 20px;
        margin-bottom: 30px
    }
    .p-answers__title {
        padding: 25px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }
    .p-answers__img {
        height: auto;
        padding-top: 46%
    }
    .p-home-msg__inner {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .p-home-msg__bnr {
        position: relative;
        margin-top: -85px;
        margin-bottom: 15px
    }
    .p-home-msg__txt {
        font-size: 5vw
    }
    .p-home-msg__txt svg {
        position: relative;
        top: 3px;
        width: 24%;
        margin: 0 4px
    }
    .p-home-msg__txt strong {
        font-size: 5.5vw
    }
    .p-tatekae__case-list li {
        width: 49%;
        padding: 40px 10px;
        margin-bottom: 20px
    }
    .p-tatekae__case-list li p {
        font-size: 17px
    }
    .p-tatekae__step {
        max-width: 420px;
        margin: 0 auto 20px
    }
    .p-baikyaku__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-baikyaku__list__item {
        width: 100%
    }
    .p-baikyaku__list__item:not(:last-child) {
        margin-bottom: 40px
    }
    .p-baikyaku__list__box {
        padding: 20px 3% 40px
    }
    .p-baikyaku__list__caption {
        font-size: 18px
    }
    .p-jigyou__lead {
        background-image: url(../img/new_answer/jigyou/bg_jigyou_sp.jpg);
        padding-top: 8%;
        padding-bottom: 30%
    }
    .p-jigyou__lead ul {
        width: 94%;
        background: url(../img/new_answer/jigyou/txt_jigyou.svg) center center no-repeat;
        background-size: contain;
        margin: auto;
        padding-top: 64%
    }
    .p-jigyou__lead ul li {
        display: none
    }
    .p-jigyou__possibility h4 {
        font-size: 18px
    }
    .p-jigyou__possibility h4 span {
        font-size: 14px
    }
    .p-sisan__lead {
        max-width: 480px;
        margin: 0 auto 30px
    }
    .p-sisan__contents li img {
        display: block;
        max-width: 340px;
        margin: auto
    }
    .p-sisan .c-answer svg {
        width: 100px;
        height: 20px
    }
    .p-souzoku__lead__txt {
        max-width: 480px;
        margin: 0 auto 15px
    }
    .p-souzoku__lead__img {
        display: block;
        width: 76%;
        max-width: 347px;
        margin: auto
    }
    .p-souzoku__points__item .c-point.-down::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .p-souzoku__points__item .c-point.-upper::before {
        left: auto;
        right: 13%
    }
    .p-kanri__contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-kanri__contents__item {
        width: 100%;
        padding: 20px 3%
    }
    .p-kanri__contents__item:not(:last-child) {
        margin-bottom: 20px
    }
    .p-kanri__img {
        margin: -10px -20px 0
    }
    .p-kanri__caption {
        font-size: 21px;
        line-height: 1.4;
        margin-bottom: 20px
    }
    .p-kanri__list h4 {
        font-size: 18px;
        margin-bottom: 25px
    }
    .p-kanri__point__img {
        width: 100px;
        margin: -58px -15px 0 0
    }
    .p-secondopinion__lead div:not(:last-child) {
        margin-right: 20px
    }
    .p-secondopinion .c-md-caption svg {
        width: 110px;
        height: 21px
    }
    .p-ketsuron__lead {
        background-image: url(../img/new_answer/ketsuron/bg_ketsuron_sp.jpg);
        background-position: center bottom
    }
    .p-ketsuron__lead__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 8%;
        padding-bottom: 58%
    }
    .p-ketsuron__check {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-ketsuron__check li {
        font-size: 18px;
        background-size: 38px 38px;
        margin-bottom: 20px;
        padding-left: 50px
    }
    .p-ketsuron__check li:last-child {
        margin-bottom: 0
    }
    .p-ketsuron__list {
        margin-bottom: 40px
    }
    .p-contact {
        padding-top: 30px;
        padding-bottom: 35px
    }
    .p-contact__lead {
        font-size: 18px
    }
    .p-contact__required {
        font-size: 13px
    }
    .p-contact__caption {
        font-size: 19px;
        line-height: 1.3;
        padding: 6px
    }
    .p-contact__caption span {
        display: block;
        font-size: 13px
    }
    .p-contact__form__field>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-contact__form__caption {
        font-size: 15px;
        margin-bottom: 15px
    }
    .p-contact__form__caption br {
        display: none
    }
    .p-contact__form__checkboxes label {
        width: 49%
    }
    .p-contact__form .note {
        display: block;
        font-size: 11px;
        margin: 5px 0 0 0
    }
    .p-contact__form .-address01>div:nth-child(1) {
        width: 90px
    }
    .p-contact__form .-address01>div:nth-child(2) {
        padding-left: 15px
    }
    .p-contact__phone__caption {
        font-size: 16px
    }
    .p-contact__phone__number {
        font-size: 10vw
    }
    .p-contact__phone__note {
        font-size: 12px
    }
    .p-contact__thanks-msg {
        padding: 30px 3%
    }
    .p-contact__thanks-msg__txt {
        font-size: 16px
    }
    .p-contact__thanks-msg__logo {
        max-width: 200px
    }
    .p-reform-headline {
        padding: 10% 20%
    }
    .p-reform-headline::after,
    .p-reform-headline::before {
        background-size: cover
    }
    .p-reform-desc__item {
        padding: 30px 20px
    }
    .p-reform-desc__caption {
        font-size: 18px
    }
    .p-reform-desc__txt {
        font-size: 13px
    }
    .p-reform-photos {
        background-image: url(../img/reform/img_gallery_sp.jpg);
        padding-top: 69.733333%
    }
    .p-reform-room__inner::after,
    .p-reform-room__inner::before {
        display: none
    }
    .p-contact-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-contact-btns__item {
        width: 100%;
        padding: 32px 20px 32px 84px;
        border-bottom: 1px solid #628ca3
    }
    .p-contact-btns__item::after {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .p-contact-btns__item:last-child {
        border-bottom: none
    }
    .p-contact-btns__icon {
        position: absolute;
        left: 20px;
        top: 50%;
        width: 50px;
        height: 50px;
        -webkit-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9)
    }
    .p-reform-btns {
        padding-top: 40px;
        padding-bottom: 20px
    }
    .p-reform-btns::before {
        width: 38%;
        padding-top: 26%
    }
    .p-reform-btns::after {
        width: 38%;
        padding-top: 36%
    }
    .p-reform-btns__desc {
        font-size: 14px
    }
    .p-reform-btns__item {
        width: 48%;
        margin-bottom: 15px
    }
    .p-footer-answer__content.l-inner {
        padding-left: 0;
        padding-right: 0
    }
    .p-footer-answer__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .p-footer-answer__nav__item {
        width: 100%
    }
    .p-footer-answer__nav__item a {
        display: block;
        width: 100%;
        padding: 12px;
        border-bottom: 1px solid #628ca3
    }
    .p-footer-answer__tel {
        padding: 15px 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .p-footer-answer__tel__logo {
        width: 110px;
        height: 11px
    }
    .p-footer-answer__tel__txt dd {
        font-size: 16px
    }
    .p-footer-reform .p-footer-answer .p-footer-answer__nav__item a {
        border-color: #424242
    }
    .p-footer-reform .p-footer-answer .p-footer-answer__nav__item:nth-child(odd) {
        border-color: #424242
    }
    .p-contact-here__txt {
        font-size: 21px
    }
    .p-contact-here__icon {
        width: 38px;
        height: 58px
    }
}

@media print,
screen and (min-width:1080px) {
    .c-headline {
        max-width: 980px
    }
    .c-headline__txt {
        width: 430px
    }
    .c-headline__txt::after,
    .c-headline__txt::before {
        margin-left: calc(((100vw - 100%)/ 2) * -1)
    }
    .c-headline__img {
        margin-right: calc(((100vw - 100%)/ 2) * -1);
        margin-left: -150px
    }
    .c-headline.-md .c-headline__txt {
        width: 330px
    }
    .c-headline.-md .c-headline__img {
        margin-left: -120px
    }
    .c-headline.-sm .c-headline__txt {
        width: 285px
    }
    .c-headline.-sm .c-headline__img {
        margin-left: -70px
    }
    .c-headline.-xs .c-headline__txt {
        width: 250px
    }
    .c-headline.-xs .c-headline__img {
        margin-left: -35px
    }
    .p-home-msg__bnr {
        right: -60px
    }
    .p-tatekae__case-list {
        padding-left: 55px;
        padding-right: 55px
    }
    .p-jigyou__possibility li {
        padding-left: 24px;
        padding-right: 24px
    }
    .p-jigyou__possibility li p span {
        display: block
    }
    .p-kanri__contents__item {
        width: 48%;
        padding: 20px 35px 35px
    }
    .p-kanri__caption {
        font-size: 32px;
        width: calc(100% - 70px)
    }
    .p-kanri__point__txt.-nyukyo {
        padding-right: 18px
    }
    .p-kanri__btn .c-button {
        width: 48%;
        margin: 0
    }
    .p-secondopinion__list li {
        padding-left: 25px;
        padding-right: 25px
    }
    .p-secondopinion__list li .c-point {
        padding-left: 17px;
        padding-right: 17px
    }
    .p-secondopinion__list li:nth-child(2) .c-point {
        padding-left: 14px;
        padding-right: 14px
    }
    .p-ketsuron__lead {
        height: 410px
    }
    .p-ketsuron__lead__inner {
        padding-top: 90px
    }
    .p-ketsuron__check li {
        font-size: 24px;
        width: 400px
    }
    .p-ketsuron__list__item {
        padding-left: 24px;
        padding-right: 24px
    }
    .p-contact__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1.5px;
        margin-bottom: 35px;
        padding: 0 18px
    }
    .p-contact__buttons::after,
    .p-contact__buttons::before {
        position: absolute;
        bottom: 0;
        content: "";
        width: 18px;
        height: 1px;
        background-color: #fff
    }
    .p-contact__buttons::before {
        left: 0
    }
    .p-contact__buttons::after {
        right: 5px
    }
    .p-contact__buttons.-four::after {
        right: 4px
    }
    .p-contact__btn {
        width: 20%
    }
    /* .-four .p-contact__btn {
        width: 25%
    } */
    .-four .p-contact__btn {
        width: 34%
    }
    .p-contact__btn::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease
    }
    .p-contact__btn:hover::after {
        opacity: 1
    }
    .p-contact__btn.is-current {
        border-bottom: none;
        margin-top: -8px
    }
    .p-contact__btn.is-current::before {
        opacity: 1
    }
    .p-contact__btn.is-current:hover::after {
        opacity: 0
    }
    .p-contact__btn__icon {
        top: 50%;
        left: 16px;
        width: 40px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .p-contact__select {
        display: none
    }
    .p-contact__contents {
        padding: 50px
    }
    .p-contact__form__field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .p-contact__form__field.-col2>div {
        width: 49%
    }
    .p-contact__form__field.-col1>div {
        width: 100%
    }
    .p-reform-headline::before {
        width: 431px;
        background-image: url(../img/reform/bg_illust_left_pc.png)
    }
    .p-reform-headline::after {
        width: 585px;
        background-image: url(../img/reform/bg_illust_right_pc.png)
    }
    .p-reform-btns__item {
        width: 230px
    }
    .p-achievement__inner {
        padding: 40px 50px
    }
}

@media only screen and (max-width:1079px) and (min-width:768px) {
    .c-headline__txt {
        padding: 20px 30px
    }
    .c-headline__img {
        margin-left: 30px
    }
    .c-content-list__caption {
        font-size: 21px
    }
    .p-home-msg__bnr {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .p-baikyaku__list__caption {
        font-size: 21px
    }
    .p-kanri__contents__item {
        width: 49%;
        padding: 20px 20px 35px
    }
    .p-kanri__caption {
        font-size: 24px;
        width: calc(100% - 40px)
    }
    .p-ketsuron__lead__inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .p-ketsuron__check li {
        font-size: 21px;
        width: 50%
    }
    .p-contact__lead {
        font-size: 21px
    }
    .p-contact-btns__item {
        width: 33.33333%
    }
    .p-contact-btns__item:nth-child(-n+3) {
        border-bottom: 1px solid #628ca3
    }
    .p-contact-btns__item:last-child {
        border-right: 1px solid #628ca3
    }
    .p-reform-btns__item {
        width: 23%
    }
    .p-footer-answer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-footer-answer__nav {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1079px) {
    .c-headline__txt {
        position: absolute;
        top: 0;
        left: 0
    }
    .c-headline__txt::after,
    .c-headline__txt::before {
        width: 100%
    }
    .c-headline__img {
        width: 100%;
        margin-right: 0
    }
    .p-kanri__btn .c-button {
        width: 100%
    }
    .p-ketsuron__lead__inner {
        padding-left: 3%;
        padding-right: 3%
    }
    .p-contact__nav {
        max-width: 600px;
        border-top: 1px solid #fff;
        margin: 0 auto 25px
    }
    .p-contact__buttons {
        display: none
    }
    .is-opened .p-contact__buttons {
        display: block
    }
    .p-contact__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        width: 100%;
        padding: 14px 0 14px 52px;
        border-top: none
    }
    .p-contact__btn::before {
        height: 3px
    }
    .p-contact__btn.is-current {
        display: none
    }
    .p-contact__btn__icon {
        left: 10px;
        width: 33px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        text-align: center
    }
    .p-contact__btn__caption {
        font-size: 18px
    }
    .p-contact__btn__en {
        margin-left: 8px
    }
    .p-contact__select {
        background-color: transparent;
        padding-top: 17px;
        cursor: pointer
    }
    .p-contact__select::before {
        opacity: 1
    }
    .p-contact__select::after {
        position: absolute;
        right: 15px;
        top: 50%;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        margin-top: -3px
    }
    .is-opened .p-contact__select::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .p-contact__contents {
        padding: 35px 3%
    }
    .p-contact__form__field.-col2>div:first-child {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .p-reform-headline::before {
        width: 215px;
        background-image: url(../img/reform/bg_illust_left_sp.png)
    }
    .p-reform-headline::after {
        width: 315px;
        background-image: url(../img/reform/bg_illust_right_sp.png)
    }
    .p-reform-answer__lead::after,
    .p-reform-answer__lead::before {
        display: none
    }
    .p-contact-btns__caption {
        font-size: 21px
    }
    .p-contact-btns__en {
        font-size: 11px
    }
}

@media only screen and (min-width:768px) and (-ms-high-contrast:active),
only screen and (min-width:768px) and (-ms-high-contrast:none) {
    .c-headline__txt {
        height: 180px
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .c-headline__txt::before {
        display: none
    }
    .c-headline__txt::after {
        opacity: 1
    }
    .c-headline__txt.-bg01::after,
    .c-headline__txt.-bg01::before {
        background-color: #1a4260
    }
    .c-headline__txt.-bg02::after,
    .c-headline__txt.-bg02::before {
        background-color: #05665d
    }
    .c-headline__txt.-bg03::after,
    .c-headline__txt.-bg03::before {
        background-color: #214727
    }
    .c-headline__txt.-bg04::after,
    .c-headline__txt.-bg04::before {
        background-color: #073e5d
    }
    .p-answers__item:nth-child(1) .p-answers__title::after,
    .p-answers__item:nth-child(1) .p-answers__title::before,
    .p-answers__item:nth-child(5) .p-answers__title::after,
    .p-answers__item:nth-child(5) .p-answers__title::before {
        background-color: #1a4260
    }
    .p-answers__item:nth-child(2) .p-answers__title::after,
    .p-answers__item:nth-child(2) .p-answers__title::before,
    .p-answers__item:nth-child(6) .p-answers__title::after,
    .p-answers__item:nth-child(6) .p-answers__title::before {
        background-color: #05665d
    }
    .p-answers__item:nth-child(3) .p-answers__title::after,
    .p-answers__item:nth-child(3) .p-answers__title::before,
    .p-answers__item:nth-child(7) .p-answers__title::after,
    .p-answers__item:nth-child(7) .p-answers__title::before {
        background-color: #214727
    }
    .p-answers__item:nth-child(4) .p-answers__title::after,
    .p-answers__item:nth-child(4) .p-answers__title::before,
    .p-answers__item:nth-child(8) .p-answers__title::after,
    .p-answers__item:nth-child(8) .p-answers__title::before {
        background-color: #073e5d
    }
    .p-answers__title::before {
        display: none
    }
    .p-answers__title::after {
        opacity: 1
    }
    .p-jigyou__possibility li {
        display: block
    }
    .p-jigyou__possibility li img {
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width:360px) {
    .c-lg-caption {
        font-size: 21px
    }
    .c-md-caption {
        font-size: 18px
    }
    .c-answer {
        font-size: 18px
    }
    .p-footer-answer__tel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-footer-answer__tel__logo {
        margin: 0 0 10px 0
    }
}

@media only screen and (max-width:560px) {
    .c-button {
        padding: 15px
    }
    .c-button:hover .c-button__arrow {
        right: 15px
    }
    .c-button__arrow {
        right: 18px
    }
    .p-home-btn {
        padding: 0 20px 50px
    }
    .p-home-btn__button {
        font-size: 15px;
        padding: 12px 36px 12px 14px
    }
    .p-home-btn__button::before {
        width: 28px;
        height: 35px
    }
    .p-tatekae__case-list li div {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        margin-bottom: 6px
    }
    .p-baikyaku__lead {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-baikyaku__lead__txt {
        width: 100vw
    }
    .p-baikyaku__lead__img {
        width: 34%;
        margin: auto;
        text-align: center
    }
    .p-secondopinion__lead {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px
    }
    .p-secondopinion__lead div {
        width: 60%;
        max-width: 250px
    }
    .p-secondopinion__lead div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .p-secondopinion__lead div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .p-secondopinion__lead div:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .p-ketsuron__list__icon {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .p-reform-answer .c-md-caption {
        margin-bottom: 14px
    }
    .p-reform-answer .c-md-caption span {
        display: block
    }
    .p-reform-room__item {
        width: 49%
    }
}

@media only screen and (max-width:767px) and (max-width:560px) {
    .p-tatekae__case-list li {
        padding: 20px 10px
    }
    .p-secondopinion__lead div:not(:last-child) {
        margin: 0 auto 20px
    }
    .p-contact__form__checkboxes label {
        width: 100%
    }
}

@media only screen and (min-width:561px) {
    .p-baikyaku__lead {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .p-baikyaku__lead__txt {
        width: 630px
    }
    .p-baikyaku__lead__img {
        width: 212px
    }
    .p-reform-lead br {
        display: none
    }
}

@media only screen and (max-width:1079px) and (max-width:767px) {
    .p-reform-headline::before {
        width: 31%
    }
    .p-reform-headline::after {
        width: 45%
    }
}


/* ADD */

.c-headline.headline-reform {
    padding: 0;
    background: transparent;
}

.p-contact__form__checkboxes .mwform-checkbox-field {
    width: 33.33333%;
    margin-left: 0 !important;
}

.p-contact__form__checkboxes label {
    width: auto;
}

.p-contact__privacy label span {
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.p-contact__privacy .mwform-checkbox-field {
    position: relative;
}

.p-contact__privacy .mwform-checkbox-field::after {
    content: "※";
    color: #dc0000;
    font-weight: 500;
}

.mw_wp_form_confirm .p-contact__privacy {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.mw_wp_form_confirm .p-contact__form .note {
    display: none;
}

.mw_wp_form_confirm .btn_box button {
    margin: 0;
}

.btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.complete_txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    color: #000;
}

@media screen and (max-width: 768px) {
    .p-contact__form__checkboxes .mwform-checkbox-field {
        width: 100%;
        margin-left: 0 !important;
    }
}