@charset "UTF-8";

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

.kv__text {
    font-size: min(4.2vw,1.6rem);
    font-weight: 600;
    color: var(--color-lightbrown, #C67721);
    text-align: center;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1));
}

.kv__topic {
    margin-top: 10px;
    font-size: min(6.4vw, 2.4rem);
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-darkbrown, #5B360C);
    text-align: center;
    filter: drop-shadow(0px 0px 4px rgba(255,255,255,1)) drop-shadow(0px 0px 4px rgba(255,255,255,1)) drop-shadow(0px 0px 4px rgba(255,255,255,1));
}

.kv__topic span {
    font-size: min(7.7vw, 3rem);
    line-height: 1.2;
    color: var(--color-conversion, #FA7A35);
}

.kv__btn-lead {
    margin-top: 192px;
    color: var(--color-white, #FFFFFF);
}

.kv__btn {
    margin: 0px auto;
    border: solid 1px var(--color-white, #FFFFFF);
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.2));
}

/* header pc */
@media screen and (min-width:769px) {
    .kv {
        height: 695px;
        margin-top: 90px;
        padding: 409px 53px 0;
        background-image: url("../images/kv.png");
    }

    .kv__text {
        font-size: min(3.2vw,3.6rem);
        text-align: start;
    }

    .kv__topic {
        margin-top: 15px;
        font-size: min(4.1vw,6rem);
        line-height: 1.2;
        text-align: start;
    }


    .kv__topic span {
        font-size: min(4.8vw,7rem);
    }

    .kv__btn-lead,
    .kv__btn {
        display: none;
    }
}

/* ====================
problem
==================== */
.problem {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

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

.problem__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    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-darkbrown, #5B360C);
}

.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__img {
    position: relative;
}

.problem__img::before {
    content: "";
    position: absolute;
    top: -144px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 230px;
    height: 129px;
    background-image: url("../images/client.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.problem__img img {
    display: block;
    width: 93%;
    max-width: 1150px;
    margin: 174px auto 40px;
    border: solid 1px var(--color-darkbrown, #5B360C);
    border-radius: 10px;
}

.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: 60px;
        background-image: url("../images/contentbg01_pc.jpg");
    }

    .problem__catchphrase {
        font-size: 4rem;
    }

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

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

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

    .problem__img::before {
        top: -247px;
        left: 50%;
        transform: translateX(-50%);
        width: 384px;
        height: 216px;
    }

    .problem__img img {
        margin: 287px auto 60px;
    }

    .problem__path {
        height: 71px;
    }
}

/* ====================
optimal
==================== */

.optimal {
    margin: 0 auto;
    padding: 35px 0;
    background-color: var(--color-background, #FFE9C0);
}

.optimal__text {
    font-size: min(6.4vw,2.4rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-darkbrown, #5B360C);
    text-align: center;
    font-family: 'Noto Sans JP',sans-serif;
}

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

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

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

.optimal-icon__img--resistance {
    width: 80px;   
    height: auto;
    margin-top: 31px;
    margin-left: 22px;
}

.optimal-icon__img--plan {
    width: 60px;   
    height:auto;
    margin-top: 37px;
    margin-left: 32px;
}

.optimal-icon__img--certificate {
    width: 50px;   
    height: auto;
    margin-top: 30px;
    margin-left: 37px;
}

.optimal__example__item__text {
    position: absolute;
    transform: translateX(-11px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 40px;
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.optimal__btn-lead {
    margin-top: 95px;
}

.optimal__btn {
    margin: 0 auto;
}

/* optimal pc */
@media screen and (min-width:769px) {
    .optimal {
        padding: 46px 0 20px;
    }   

    .optimal__text {
        font-size: min(2.7vw,4rem);
    }

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

    .optimal__example__item__icon {
        width: 156px;
        height: 156px;
    }

    .optimal-icon__img--space {
        width: 80px;
        margin-top: 36px;
        margin-left: 44px;
    }

    .optimal-icon__img--resistance {
        width: 100px;   
        margin-top: 39px;
        margin-left: 28px;
    }

    .optimal-icon__img--plan {
        width: 80px;   
        margin-top: 43px;
        margin-left: 38px;
    }

    .optimal-icon__img--certificate {
        width: 60px;   
        margin-top: 39px;
        margin-left: 47px;
    }

    .optimal__example__item__text {
        transform: translateX(-4px);
        width: 164px;
        height: 50px;
        font-size: 2rem;
        line-height: 1.25;
        letter-spacing: 1.4px;
    }

    .optimal__btn-lead {
        margin-top: 125px;
    }

    .optimal__btn {
        margin: 7px auto 0;
    }
}

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

.feature__title {
    position: relative;
    margin-top: 77px;
    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(91, 54, 12, 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(243, 232, 214, 0.4);
    border-radius: 10px;
}

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

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

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

/* --横スクロール-- */
.scroll__inner {
  background-color: #B67A3B;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #B67A3B;
  border-radius: 5px;
  height: 10px !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #FFFFFF;
  height: 10px !important;
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-placeholder {
    display: none;
}

.feature__list__main__figure {
    display: flex;
    width: max-content;
    margin-top: 21px;
    padding-bottom: 7px;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
}

.feature-figure__content {
    width: 260px;
}

.feature-figure__content__shop {
    width: 100%;
    height: 52px;
    background-color: var(--color-white, #FFFFFF);
    border: solid 1px var(--color-lightbrown, #C67721);
    text-align: center;
    line-height: 52px;
    font-size: 1.5rem;
    font-weight: 500;
}

.feature-figure__content__list {
    width: 100%;
    height: 111px;
    margin-top: 5px;
    padding: 14px 45px;
    background-color: var(--color-white, #FFFFFF);
    border: solid 1px var(--color-lightbrown, #C67721);
    line-height: 1.9;
    font-size: 1.1rem;
    font-weight: 400;
}

.feature-list__approach {
    list-style: disc;
}

.feature-figure__content-td {
    background-color: var(--color-conversion,#FA7A35);
    border: solid 5px var(--color-conversion,#FA7A35);
}

.feature-figure__content__shop--td {
    border: none;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 52px;
}

.feature-figure__content__list--td {
    padding: 8px 40px;
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
}

.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-conversion, #FA7A35);
    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 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 100px;
    }

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

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

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

    .feature-figure__content {
        width: 346px;
    }

    .feature-figure__content__shop {
        height: 70px;
        line-height: 70px;
        font-size: 2rem;
    }

    .feature-figure__content__list {
        height: 149px;
        padding: 20px 45px;
        line-height: 1.8;
        font-size: 1.5rem;
    }

    .feature-figure__content__shop--td {
        font-size: 3.2rem;
        line-height: 70px;
    }

    .feature-figure__content__list--td {
        padding: 20px 30px 20px 40px;
        font-size: 2rem;
        line-height: 1.35;
    }

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

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

.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .3);
}

.flow__title {
    position: relative;
    margin: 0 auto 40px;
    padding-top: 77px;
    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: 42px;
    height: auto;
    margin-top: 17px;
    margin-left: 21px;
}

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

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

.flow-icon__finishing {
    width: 50px;
    height: auto;
    margin-top: 23px;
    margin-left: 17px;
}

.flow__list__item__text {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-white, #FFFFFF);
    letter-spacing: 0.69px;
    align-items: center;
}

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

.flow a {
  position: relative;
}

.flow__btn {
    margin: 20px auto 0;
}

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

    .flow__title {
        margin: 0 auto 60px;
        padding-top: 156px;
        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: min(72.2%,1040px);
        margin: 0 auto;
    }

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

    .flow__list__item:not(:last-child)::after{
        top: 30%;
        right: -27%;
        left: auto;
        width: min(1.7vw,25px);
        height: min(3.4vw,50px);
        background-image: url("../images/arrow_pc.svg");
    }

    .flow__list__item__icon {
        width: min(14.5vw,200px);
        height: min(14.5vw,200px);
    }

    .flow-icon__estimate {
        width: min(7.2vw,100px);
        margin-top: min(3vw,42px);
        margin-left: min(3.6vw,50px);
    }

    .flow-icon__prepare {
        width: min(7.2vw,100px);
        margin-top: min(3.2vw,44px);
        margin-left: min(3.5vw,50px);
    }

    .flow-icon__construction {
        width: min(6.6vw,95px);
        margin-top: min(3.6vw,51px);
        margin-left: min(3.9vw,55px);
    }

    .flow-icon__finishing {
        width: min(7.7vw,111px);
        margin-top: min(4vw,57px);
        margin-left: min(3.1vw,44px);
    }

    .flow__list__item__text {
        width: min(14.5vw,200px);
        line-height: 1.2em;
        letter-spacing: 1.5px;
        justify-content: center;
    }

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

    .flow__btn {
        margin: 30px 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(91, 54, 12, 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: 7px 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;
}

.wpcf7 {
  border: none !important;
}
/* 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:hover {
  color: var(--color-conversion, #FA4A35);
}

.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;
}
@media screen and (max-width:768px) {
  .cf7-input, .cf7-textarea {
    width: 100%;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}


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

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

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

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

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

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