@charset "UTF-8";

/* ====================
kv
==================== */
.kv {
    width: 100%;
    height: 700px;
    margin-top: 80px;
    padding-top: 150px;
    background-image: url("../images/main_sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kv__text {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-yellow, #FFC800);
    text-align: center;
}

.kv__text span {
    font-size: 2.6rem;
    font-weight: 800;
}

.kv__topic {
    margin-top: 14px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-white, #FFFFFF);
    text-align: center;
}

.kv__works {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 30px;
}

.kv__works__text {
    display: block;
    padding: 0 14px;
    border: solid 1px var(--color-yellow, #FFC800);
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 29px;
    color: var(--color-yellow, #FFC800);
}

.kv__works__icon {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.kv__btn {
    margin: 71px auto;
}

/* header pc */
@media screen and (min-width:769px) {
    .kv {
        height: 751px;
        margin-top: 90px;
        padding-top: 140px;
        background-image: url("../images/main_pc.jpg");
    }

    .kv__text {
        font-size: 2rem;
    }

    .kv__text span {
        font-size: 3.6rem;
    }

    .kv__topic {
        margin-top: 20px;
        font-size: 6.4rem;
        line-height: 1.2;        
    }

    .kv__works {
        gap: 5px;
    }

    .kv__works__text {
        padding: 0 25px;
        border: solid 2px var(--color-yellow, #FFC800);
        font-size: 2.4rem;
        line-height: 50px;
    }

    .kv__works__icon {
        width: 30px;
        height: 30px;
        margin-top: 12px;
    }

    .kv__btn {
        margin: 64px auto;
    }
}

/* ====================
case
==================== */
.case {
    margin: 0 auto;
    padding: 50px 0;
}

.case__text {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-primary, #FF6A06);
    text-align: center;
}

.case__example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    width: 285px;
    margin: 40px auto 0;
}

.case__example__item__icon {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    background-color: var(--color-white, #FFFFFF);
    border: solid 1px var(--color-gray, #D9D9D9);
    border-radius: 50%;
}

.case-icon__img--extension {
    width: 72px;
    height: auto;
    margin-top: 34px;
    margin-left: 22px;
}

.case-icon__img--renovation {
    width: 75px;   
    height: auto;
    margin-top: 31px;
    margin-left: 22px;
}

.case-icon__img--elevator {
    width: 64px;   
    height:auto;
    margin-top: 29px;
    margin-left: 35px;
}

.case-icon__img--conversion {
    width: 80px;   
    height: auto;
    margin-top: 25px;
    margin-left: 22px;
}

.case__example__item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

/* case pc */
@media screen and (min-width:769px) {
    .case {
        padding: 60px 0 59px;
    }

    .case__text {
        font-size: 2.8rem;
    }

    .case__example {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 38px;
        width: min(83%, 810px);
        margin: 44px auto 0;
    }

    .case__example__item__icon {
        width: 156px;
        height: 156px;
        border: solid 2px var(--color-gray, #D9D9D9);
    }

    .case-icon__img--extension {
        width: 90px;
        margin-top: 43px;
        margin-left: 28px;
    }

    .case-icon__img--renovation {
        width: 100px;   
        margin-top: 39px;
        margin-left: 28px;
    }

    .case-icon__img--elevator {
        width: 80px;   
        margin-top: 36px;
        margin-left: 44px;
    }

    .case-icon__img--conversion {
        width: 100px;   
        margin-top: 31px;
        margin-left: 28px;
    }

    .case__example__item__text {
        height: 42px;
        font-size: 2rem;
        line-height: 1.05;
        letter-spacing: 1.4px;
    }
}

/* ====================
problem
==================== */
.problem {
    width: 100%;
    height: auto;
    padding-top: 60px;
    background-image: url("../images/contentbg01_sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.problem__catchphrase {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-white, #FFFFFF);
    text-align: center;
}

.problem__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 93%;
    max-width: 350px;
    margin: 40px auto;
    padding-left: 40px;
}

.problem__list__text {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.46;
    color: var(--color-white, #FFFFFF);
}

.problem__list__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    transform: translateX(-100%);
    display: block;
    width: 28px;
    height: 24px;
    background-image: url("../images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.problem__path {
    width: 100%;
    height: 22px;
    background-color: var(--color-background, #FFE9C0);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 101%, 0% 101%);
}

/* problem pc */
@media screen and (min-width:769px) {
    .problem {
        padding-top: 100px;
        background-image: url("../images/contentbg01_pc.jpg");
    }

    .problem__catchphrase {
        font-size: 4rem;
    }

    .problem__list {
        grid-template-columns: 1fr 1fr;
        gap: 66px;
        width: 70%;
        max-width: 1016px;
        margin: 62px auto 50px;
        padding-left: 50px;
    }

    .problem__list__text {
        width: 90%;
        font-size: 2.2rem;
    }

    .problem__list__text::before {
        left: -14px;
        width: 36px;
        height: 31px;
    }

    .problem__path {
        height: 71px;
    }
}

/* ====================
conclusion
==================== */
.conclusion {
    margin: 0 auto;
    padding: 41px 0 39px;
    background-color: var(--color-background, #FFE9C0);
}

.conclusion__text {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-family: 'Noto Sans JP',sans-serif;
}

.conclusion__btn {
    margin: 30px auto 0;
}

/* conclusion pc */
@media screen and (min-width:769px) {
    .conclusion {
        padding: 66px 0 19px;
    }

    .conclusion__text {
        font-size: 4rem;
    }

    .conclusion__btn {
        margin: 51px auto 0;
    }
}

/* ====================
feature
==================== */
.feature__path--top {
    width: 100%;
    height: 22px;
    background-color: var(--color-background, #FFE9C0);
    clip-path: polygon(0% -1%, 100% -1%, 50% 100%);
}

.feature__title {
    position: relative;
    margin-top: 89px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.feature__title::before {
    content: "FEATURE";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 0.05em;
    font-family: 'Roboto',sans-serif;
}

.feature__title span{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    border: solid 1px #666666;
}

.feature__title span:first-child {
    margin-left: 0;
}

.feature__list {
    margin: 40px auto 50px;
}

.feature__list__main {
    width: 93%;
    height: auto;
    margin: 30px auto;
    padding: 30px 13px 44px;
    background-color: rgba(255, 233, 192, 0.4);
    border-radius: 10px;
}

.feature__list__main:first-child {
    position: relative;
    padding: 30px 13px 198px;
}

.feature__list__main:first-child::after{
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 170px;
    height: 148px;
    background-image: url("../images/estimator.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.feature-text__headline {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    color: var(--color-primary, #FF6A06);
    text-align: center;
}

.feature-text__content {
    width: 100%;
    max-width: 323px;
    margin: 20px auto 0;
    font-size: 1.3rem;
    line-height: 1.55;
}

.feature-text__content--bold {
    font-weight: 600;
}

.feature__list__item__content {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
}

.feature-content__box {
    position: relative;
    width: 100%;
    max-width: 323px;
    height: 81px;
    margin: 0 auto;
    padding-left: 51px;
    background-color: var(--color-white, #FFFFFF);
    border: solid 1px var(--color-box01, #F8A300);
    border-radius: 10px;
}

.feature-content__box:first-child:before{
    content: "1";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-white, #FFFFFF);
    text-align: center;
    background-color: var(--color-box01, #F8A300);
    border-radius: 10px 0 10px 0;
}

.feature-content__box:nth-child(2):before{
    content: "2";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-white, #FFFFFF);
    text-align: center;
    background-color: var(--color-box01, #F8A300);
    border-radius: 10px 0 10px 0;
}

.feature-content__box:nth-child(3):before{
    content: "3";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-white, #FFFFFF);
    text-align: center;
    background-color: var(--color-box01, #F8A300);
    border-radius: 10px 0 10px 0;
}

.feature-content__box:last-child:before{
    content: "4";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-white, #FFFFFF);
    text-align: center;
    background-color: var(--color-box01, #F8A300);
    border-radius: 10px 0 10px 0;
}

.feature-content__box__textset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 57px;
    margin: 12px 0;
}

.feature-content__box__textset__text {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
}

.feature-content-text__orange {
    color: var(--color-primary, #FF6A06);
}

.feature-content__box__textset__small {
    margin: 5px 0 0 20px;
    font-size: 1rem;
    line-height: 1.2;
}

.feature__list__sub-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature__list__sub {
    width: 93%;
    max-width: 349px;
    height: auto;
    margin: 0 auto;
}

.feature__list__sub__img--sp {
    border-radius: 10px;
}

.feature__list__sub__img--pc {
    display: none;
    border-radius: 10px;
}

.feature__list__sub__headline {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.86;
    color: var(--color-primary, #FF6A06);
    text-align: center;
    letter-spacing: -0.02em;
}

.feature__list__sub__text {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: justify;
}

.feature__path--bottom {
    width: 100%;
    height: 40px;
    background-color: var(--color-background, #FFE9C0);
    clip-path: polygon(0% 101%, 100% 0%, 100% 101%);
}

/* feature pc */
@media screen and (min-width:769px) {
    .feature__path--top {
        height: 71px;
    }

    .feature__title {
        margin-top: 135px;
        font-size: 4rem;
    }

    .feature__title::before {
        font-size: 10rem;
    }

    .feature__title span{
        width: 50px;
        height: 50px;
    }

    .feature__list {
        margin: 60px auto 50px;
    }

    .feature__list__main {
        max-width: 1200px;
        margin: 60px auto;
        padding: 50px 60px;
    }

    .feature__list__main:first-child {
        padding: 50px 470px 50px 60px;
    }

    .feature__list__main:first-child::after{
        right: 60px;
        bottom: 100px;
        left: auto;
        transform: translateX(0%);
        width: 36vw;
        max-width: 377px;
        height: 32vw;
        max-height: 327px;
    }

    .feature-text__headline {
        font-size: 3.6rem;
        line-height: 1.5;
        text-align: start;
    }

    .feature-text__headline--first {
        width: 600px;
    }

    .feature-text__content {
        width: 100%;
        max-width: 100%;
        margin: 30px 0 0;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .feature__list__item__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-self: center;
        gap: 15px;
        max-width: 1080px;
        margin-top: 33px;
    }

    .feature-content__box {
        width: 259px;
        height: 81px;
        margin: 0 auto;
        padding-left: 38px;
    }

    .feature-content__box:first-child:before{
        width: 30px;
        height: 30px;
        border-radius: 10px 0 15px 0;
        font-size: 2rem;
        line-height: 30px;
    }

    .feature-content__box:nth-child(2):before{
        width: 30px;
        height: 30px;
        border-radius: 10px 0 15px 0;
        font-size: 2rem;
        line-height: 30px;
    }

    .feature-content__box:nth-child(3):before{
        width: 30px;
        height: 30px;
        border-radius: 10px 0 15px 0;
        font-size: 2rem;
        line-height: 30px;
    }

    .feature-content__box:last-child:before{
        width: 30px;
        height: 30px;
        border-radius: 10px 0 15px 0;
        font-size: 2rem;
        line-height: 30px;
    }

    .feature-content__box__textset {
        width: 182px;
    }

    .feature-content__box__textset__small {
        margin: 5px 0 0 0;
    }

    .feature__list__sub-wrap {
        flex-direction: row;
        justify-self: center;
        margin: 0 4.5%;
    }

    .feature__list__sub {
        width: 100%;
        max-width: 380px;
    }

    .feature__list__sub__img--sp {
        display: none;
    }

    .feature__list__sub__img--pc {
        display: block;
    }

    .feature__list__sub__headline {
        font-size: 1.8rem;
        line-height: 1.55;
        letter-spacing: -0.02em;
    }

    .feature__list__sub__text {
        margin-top: 24px;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .feature__path--bottom {
        height: 110px;
    }
}

/* header 1200px */
@media screen and (min-width:1200px) {
    .feature__list__item__content {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
}

/* ====================
price
==================== */
.price {
    padding: 57px 0 30px;
    background-color: var(--color-background, #FFE9C0);
}

.price__title {
    position: relative;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.price__title::before {
    content: "PRICE";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 0.05em;
    font-family: 'Roboto',sans-serif;
}

.price__title span{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    border: solid 1px #666666;
}

.price__title span:first-child {
    margin-left: 0;
}

.price__content {
    width: 93%;
    max-width: 349px;
    margin: 40px auto 0;
}

.price__content__img {
    aspect-ratio: 349/218;
}

.price-headline--wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.price__content__chunk__headline,
.headline--secondLine {
    width: fit-content;
    padding: 0 4px;
    background-color: var(--color-black, #000000);
    font-size: min(4.7vw, 1.8rem);
    font-weight: 700;
    line-height: 35px;
    color: var(--color-white, #FFFFFF);
    text-align: start;
    letter-spacing: 0.05em;
}

.price__content__chunk__text {
    margin: 20px 0 0 4px;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: justify;
}

.price__content__chunk__outline {
    margin: 30px 0 0 4px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.23;
}

/* price pc */
@media screen and (min-width:769px) {
    .price {
        padding: 95px 0 40px;
    }

    .price__title {
        margin-bottom: 60px;
        font-size: 4rem;
    }

    .price__title::before {
        font-size: 10rem;
    }

    .price__title span{
        width: 50px;
        height: 50px;
    }

    .price__content {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .price__content:nth-of-type(2){
        flex-direction: row-reverse;
    }

    .price__content__img {
        aspect-ratio: 8/5;
        width: 50%;
    }

    .price-headline--wrap {
        margin-top: 7%;
        margin-left: 8.3%; 
        gap: min(0.7vw, 10px);
    }

    .price-headline--wrap--reverse {
        margin-left: 20.8%; 
    }

    .price__content__chunk__headline,
    .headline--secondLine {
        padding: 0 6px;
        font-size: min(2.2vw, 3.2rem);
        line-height: 1.1em;
    }

    .price__content__chunk {
        width: 50%;
    }

    .price-text--wrap {
        margin: 0 20.8% 0 8.3%;
    }

    .price-text--wrap--reverse {
        margin: 0 8.3% 0 20.8%;
    }

    .price__content__chunk__text {
        margin: 4% 0;
        font-size: min(1.3vw, 1.5rem);
        line-height: 1.4;
    }

    .price__content__chunk__outline {
        margin: 7.8% 0 0 0;
        font-size: min(1.3vw, 1.6rem);
        line-height: 1.23;
    }
}

/* ====================
flow
==================== */
.flow {
    padding-bottom:51px;
    background-image: url(../images/contentbg02_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.flow__path {
    width: 100%;
    height: 40px;
    background-color: var(--color-background, #FFE9C0);
    clip-path: polygon(0% -1%, 100% -1%, 0% 100%, 0% 100%, 0% -1%);
}

.flow__title {
    position: relative;
    margin: 88px 0 40px;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-white, #FFFFFF);
    text-align: center;
}

.flow__title::before {
    content: "FLOW";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.05em;
    font-family: 'Roboto',sans-serif;
}

.flow__title span{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    border: solid 1px var(--color-white, #FFFFFF);
}

.flow__title span:first-child {
    margin-left: 0;
}

.flow__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 256px;
    margin: 0 auto;
    padding-right: 10px;
}

.flow__list__item {
    position: relative;
    display: flex;
    gap: 35px;
}

.flow__list__item:not(:last-child)::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 32px;
    display: block;
    width: 20px;
    height: 10px;
    background-image: url("../images/arrow_sp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.flow__list__item__icon {
    width: 85px;
    height: 85px;
    border: solid 1px var(--color-white, #FFFFFF);
    border-radius: 50%;
}

.flow-icon__estimate {
    width: 38px;
    height: auto;
    margin-top: 21px;
    margin-left: 23px;
}

.flow-icon__survey {
    width: 42px;
    height: auto;
    margin-top: 18px;
    margin-left: 21px;
}

.flow-icon__repair {
    width: 42px;
    height: auto;
    margin-top: 19px;
    margin-left: 21px;
}

.flow-icon__construction {
    width: 47px;
    height: auto;
    margin-top: 21px;
    margin-left: 19px;
}

.flow__list__item__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 84px;
    color: var(--color-white, #FFFFFF);
    letter-spacing: 0.69px;
}

.flow__text {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.47em;
    color: var(--color-white, #FFFFFF);
    text-align: center;
}

.flow__btn {
    margin: 20px auto 0;
}

/* flow pc */
@media screen and (min-width:769px) {
    .flow {
        padding-bottom:60px;
        background-image: url(../images/contentbg02_pc.jpg);
    }

    .flow__path {
        height: 110px;
    }

    .flow__title {
        margin: 95px 0 60px;
        font-size: 4rem;
    }

    .flow__title::before {
        font-size: 10rem;
    }

    .flow__title span{
        width: 50px;
        height: 50px;
    }

    .flow__list {
        flex-direction: row;
        justify-content: space-between;
        gap: 5%;
        width: 72.2%;
        margin: 0 auto;
    }

    .flow__list__item {
        flex-direction: column;
        gap: 17px;
        width: 19.5%;
    }

    .flow__list__item:not(:last-child)::after{
        bottom: 45%;
        right: -26%;
        left: auto;
        width: 1.7vw;
        height: 3.4vw;
        background-image: url("../images/arrow_pc.svg");
    }

    .flow__list__item__icon {
        width: 13.8vw;
        height: 13.8vw;
    }

    .flow-icon__estimate {
        width: 6.2vw;
        margin-top: 3.4vw;
        margin-left: 3.8vw;
    }

    .flow-icon__survey {
        width: 6.9vw;
        margin-top: 2.9vw;
        margin-left: 3.5vw;
    }

    .flow-icon__repair {
        width: 6.9vw;
        margin-top: 3.1vw;
        margin-left: 3.5vw;
    }

    .flow-icon__construction {
        width: 7.6vw;
        margin-top: 3.5vw;
        margin-left: 3vw;
    }

    .flow__list__item__text {
        line-height: 1em;
        letter-spacing: 1.4px;
        text-align: center;
    }

    .flow__text {
        margin-top: 60px;
        font-size: 2.2rem;
        line-height: 1.23em;
    }

    .flow__btn {
        margin: 40px auto 0;
    }
}

/* ====================
faq
==================== */
.faq {
    padding: 88px 0 50px;
}

.faq__title {
    position: relative;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.faq__title::before {
    content: "FAQ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 0.05em;
    font-family: 'Roboto',sans-serif;
}

.faq__title span{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    border: solid 1px #666666;
}

.faq__title span:first-child {
    margin-left: 0;
}

/* accordion 初期表示 */
.faq__accordion__question {
    position: relative;
    width: 93%;
    max-width: 349px;
    height: auto;
    margin: 15px auto 0;
    padding: 18px 39px 18px 34px;
    background-color: var(--color-white, #FFFFFF);
    border: solid 1px var(--color-gray, #D9D9D9);
    border-radius: 10px;
}

.faq__accordion__question::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    width: 15px;
    height: 2px;
    background-color: var(--color-black, #000000);
}

.faq__accordion__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 15px;
    height: 2px;
    background-color: var(--color-black, #000000);
    transform: rotate(90deg);
    transition: 0.2s;
}

.faq__accordion__question__text {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.34;
}

.faq__accordion__question__text::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: -8px;
    transform: translateX(-100%);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: var(--color-question, #FF6A06);
    font-family: 'Roboto',sans-serif;
}

.faq__accordion__answer {
    display: none;
    width: 323px;
    margin: 10px auto 0;
    font-size: 1.3rem;
    line-height: 1.54;
}

/* accordion .active表示 */
.faq__accordion__answer.active {
    display: block;
}

.faq__accordion__question.active::after {
    transform: rotate(0);
}


/* faq pc */
@media screen and (min-width:769px) {
    .faq {
        padding: 135px 0 60px;
    }

    .faq__title {
        margin-bottom: 60px;
        font-size: 4rem;
    }

    .faq__title::before {
        font-size: 10rem;
    }

    .faq__title span{
        width: 50px;
        height: 50px;
    }

    .faq__accordion__question {
        width: 82.6%;
        max-width: 1198px;
        margin: 25px auto 0;
        padding: 25px 62px 26px;
    }

    .faq__accordion__question::before {
        right: 32px;
        width: 20px;
    }

    .faq__accordion__question::after {
        right: 32px;
        width: 20px;
    }

    .faq__accordion__question__text {
        font-size: 1.8rem;
        line-height: 1.75;
    }

    .faq__accordion__question__text::before {
        left: -14px;
        font-size: 2.5rem;
        line-height: 1.15;
    }

    .faq__accordion__answer {
        display: none;
        width: 79%;
        max-width: 1138px;
        margin: 20px auto 0;
        font-size: 1.5rem;
        line-height: 1.46;
    }
}

/* ====================
contact
==================== */
.contact {
    padding: 88px 0 50px;
    background-color: var(--color-background, #FFE9C0);
}

.contact__title {
    position: relative;
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.2em;
}

.contact__title::before {
    content: "CONTACT";
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 0.05em;
    font-family: 'Roboto',sans-serif;
}

.contact__text {
    width: 93%;
    max-width: 349px;
    margin: 0 auto 40px;
    font-size: 1.3rem;
    line-height: 1.54;
    text-align: justify;
}

/* ------------------------------
   Form Base Reset & Structure
------------------------------ */
form,
input,
textarea,
button,
label {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.5;
    color: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-sizing: border-box;
}

.cf7-form-wrapper {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.cf7-form-row {
    margin: 20px auto 0;
    width: 93%;
    max-width: 349px;
}

.cf7-select {
  width: 100%;
  padding: 0.7em 0.9em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}


.formPc {
    display: none;
}

.cf7-label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
}

.required-label {
    display: inline-block;
    margin-left: 11px;
    padding: 0 6px;
    background-color: var(--color-conversion, #FA4A35);
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 19px;
    color: var(--color-white, #FFFFFF);
    font-family: 'Noto Sans JP', sans-serif;
}

.cf7-input,
.cf7-textarea {
    width: 100%;
    padding: 11px 11px;
    border: 1px solid var(--color-box02, #B8BABB);
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.23;
    transition: 0.2s;
}

.cf7-select {
    width: 200px;
    padding: 11px 11px;
    border: 1px solid var(--color-box02, #B8BABB);
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.23;
    color: var(--color-box02, #B8BABB);
    transition: 0.2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow_pulldown.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
}

.cf7-select:valid {
    color: #000;
}

.cf7-select option {
    color: #000;
}

.cf7-select:focus,
.cf7-input:focus,
.cf7-textarea:focus {
    outline: none;
    border-color: #666;
}

.cf7-textarea {
    min-height: 150px;
}

.cf7-input::placeholder,
.cf7-textarea::placeholder {
  color: var(--color-box02, #B8BABB);
}

.contact__policy {
    width: 90%;
    max-width: 336px;
    margin: 20px auto 0;
    font-size: 1.3rem;
    line-height:  1.87;
}

.contact__policy a {
    border-bottom: 1px solid var(--color-black, #000000);
}

.cf7-submit-btn {
    display: block;
    width: 73%;
    max-width: 273px;
    margin: 40px auto 0;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--color-conversion, #FA4A35);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 56px;
    color: var(--color-white, #FFFFFF);
    text-align: center;
    transition: 0.2s;
}

.cf7-submit-btn:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.wpcf7-form-control-wrap {
  width: 69%;
  display: block;
}
/* form end */

.contact__phone {
    width: 93%;
    max-width: 349px;
    margin: 40px auto 0;
    padding: 20px 38px;
    background-color: var(--color-white, #FFFFFF);
    border: 1px solid var(--color-box02, #B8BABB);
    border-radius: 10px;
}

.contact__phone__text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact__phone__info__number {
    position: relative;
    display: block;
    margin-top: 18px;
    padding-left: 32px;
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--color-conversion, #FA4A35);
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact__phone__info__number::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images/phone.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.contact__phone__info__number:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.contact__phone__info__time {
    margin-top: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}

/* contact pc */
@media screen and (min-width:769px) {
    .contact {
        padding: 126px 0 60px;
    }

    .contact__title {
        margin-bottom: 60px;
        font-size: 2.8rem;
        line-height: 1.2;
        letter-spacing: 0.2em;
    }

    .contact__title::before {
        font-size: 10rem;
    }

    .contact__text {
        width: 610px;
        max-width: 610px;
        margin: 0 auto 54px;
        line-height: 1.7;
        text-align: center;
    }

    /* ------------------------------
    Form Base Reset & Structure
    ------------------------------ */
    .cf7-form-wrapper {
        width: 93%;
        max-width: 812px;
    }

    .cf7-form-row {
        display: flex;
        align-items: start;
        margin: 25px auto 0;
        width: 100%;
        max-width: 812px;
    }

    .formPc {
        display: inline-flex;
    }

    .cf7-label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 27%;
        margin-bottom: 0px;
        margin-right: 32px;
        line-height: 39px;
    }

    .required-label {
        padding: 0 8px;
        border-radius: 4px;
        font-size: 1.3rem;
        line-height: 25px;
    }

    .cf7-input,
    .cf7-textarea {
        width: 100%;
        font-size: 1.5rem;
    }

    .cf7-select {
        font-size: 1.5rem;
    }

    .cf7-textarea {
        min-height: 186px;
    }

    .contact__policy {
        width: 506px;
        max-width: 506px;
        margin: 45px auto 0;
    }

    .cf7-submit-btn {
        margin: 15px auto 0;
        font-size: 2rem;
    }
    /* form end */

    .contact__phone {
        width: 678px;
        max-width: 678px;
        margin: 60px auto 0;
        padding: 30px 50px;
    }

    .contact__phone__text {
        font-size: 2rem;
        line-height: 1.5;
    }

    .contact__phone__info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 21px;
    }

    .contact__phone__info__number {
        position: relative;
        display: block;
        margin-top: 0;
        padding-left: 54px;
        font-size: 5.4rem;
    }

    .contact__phone__info__number::before {
        top: 14px;
        left: 2px;
        width: 38px;
        height: 38px;
    }

    .contact__phone__info__time {
        margin-top: 0;
        font-size: 1.5rem;
        line-height: 1.34;
    }
}

/* ====================
company
==================== */
.company {
    padding: 88px 0 50px;
}

.company__title {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.company__title::before {
    content: "COMPANY";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 0.05em;
    font-family: 'Roboto',sans-serif;
}

.company__title span{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    border: solid 1px #666666;
}

.company__title span:first-child {
    margin-left: 0;
}

.company__list {
    width: 93%;
    max-width: 349px;
    margin: 30px auto;
}

.company__list__content {
    padding: 25px 13px;
    border-bottom: 1px solid var(--color-gray, #D9D9D9);
}

.company__list__content__category {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.23;
    font-family: 'Roboto',sans-serif;
}

.company__list__content__text {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.23;
    font-family: 'Roboto',sans-serif;
}

.company-text__map {
    display: inline-block;
    margin-top: 10px;
    padding: 0 13px;
    border: 1px solid var(--color-black, #000000);
    border-radius: 13px;
    font-size: 1rem;
    line-height: 25px;
}

/* company pc */
@media screen and (min-width:769px) {
    .company {
        padding: 135px 0 60px;
    }

    .company__title {
        margin-bottom: 60px;
        font-size: 4rem;
    }

    .company__title::before {
        font-size: 10rem;
    }

    .company__title span{
        width: 50px;
        height: 50px;
    }

    .company__list {
        width: 83%;
        max-width: 1198px;
        margin: 60px auto;
    }

    .company__list__content {
        display: flex;
        justify-content: space-between;
        padding: 25px 8%;
        border-bottom: 2px solid var(--color-gray, #D9D9D9);
    }

    .company__list__content__category {
        width: 34.5%;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .company__list__content--map {
        width: 65.5%;
    }

    .company__list__content__text {
        width: 65.5%;
        margin-top: 0;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .company-text--map {
        width: 100%;
    }

    .company-text__map {
        margin-top: 15px;
        border-radius: 15px;
        font-size: 1.3rem;
        line-height: 30px;
    }
}