@charset "UTF-8";

:root {
    --main-font-color: #fff;
    --sub-color: #333333;
    --gray-dark: #555555;
    --gray-bright: #717171;
    --accent-color: #B4AC97;
    --bg-color: #1E1E1E;
}

body {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.sp-only {
    display: block;
}

.sp-only-none {
    display: none;
}

.top-section {
    padding-top: clamp(3.125rem, 0.7rem + 15.52vw, 7.5rem);
    padding-bottom: clamp(3.125rem, 0.7rem + 15.52vw, 7.5rem);
}

/*--------------------------------
 見出し
---------------------------------*/
.top-hgroup {
    row-gap: 10px;
}

.top-hgroup>h2 {
    font-size: clamp(0.875rem, 0.736rem + 0.89vw, 1.125rem);
}

.top-hgroup>p {
    font-size: clamp(1.25rem, 0.765rem + 3.1vw, 2.125rem);
    letter-spacing: 6px;
    line-height: 1.5;
}

.top-heading {
    font-size: clamp(1.563rem, 0.766rem + 5.1vw, 3rem);
    margin-bottom: 70px;
    margin-bottom: 35px;
    margin-bottom: clamp(2.188rem, 0.975rem + 7.76vw, 4.375rem);
}

/*--------------------------------
 header
---------------------------------*/
header {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: clamp(0.625rem, -0.781rem + 7.5vw, 2.5rem);
    padding-left: clamp(0.625rem, -0.781rem + 7.5vw, 2.5rem);
    background: transparent;
}

header .logo img {
    width: clamp(7.5rem, 6.094rem + 7.5vw, 9.375rem);
    height: auto;
}

.header__list .global-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: var(--bg-color);
    opacity: 0;
}

.header__list .global-nav.show {
    opacity: 1;
    flex-direction: column;
    align-items: center;
}

.header__list .global-nav .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 10% 10% 10%;
    font-size: 1.4em;
    align-items: center;
    width: 100%;
    height: 100dvh;
    row-gap: 2rem;
}

header .nav-list a {
    font-size: 1.5rem;
}

header .nav-list .nav-item.nav-item-contact {
    margin-left: 0;
    ;
}

header .nav-list .nav-item.sp-only {
    margin-top: 5rem;
}

.nav-list .nav-item .nav-link {
    color: #fff;
}

.nav-list .nav-item .nav-link:hover {
    color: #fff;
}

.nav-list .nav-item.nav-link {
    color: #fff;
}

.nav-list .nav-item .nav-link:hover {
    color: #fff;
}

.btn-menu {
    display: flex;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 80px;
    text-align: center;
    padding: 21px 10px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

.btn-menu__line {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.7s;
    border-radius: 4px;
    background-color: var(--main-font-color);
}

.btn-menu__line::before,
.btn-menu__line::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: inherit;
    border-radius: 4px;
    background-color: var(--main-font-color);
}

.btn-menu__line::before {
    top: -8px;
}

.btn-menu__line::after {
    top: 8px;
}

.btn-menu.active .btn-menu__line {
    background-color: transparent;
}

.btn-menu.active .btn-menu__line::before,
.btn-menu.active .btn-menu__line::after {
    top: 0;
    background-color: var(--main-font-color);
}

.btn-menu.active .btn-menu__line::before {
    transform: rotate(45deg);
}

.btn-menu.active .btn-menu__line::after {
    transform: rotate(-45deg);
}

header .nav-list .contact .contact-link {
    padding: 25px 66px 25px 90px;
}

/*--------------------------------
 footer
---------------------------------*/
.footer {
    padding-top: 90px;
}

.footer p {
    line-height: 1.9;
}

@media screen and (max-width: 601px) {
    .footer .footer-logo {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-flex {
        flex-wrap: wrap;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-right .bnt01 .link {
        margin-left: auto;
    }

    .footer-left address p:first-child {
        margin-bottom: 20px;
    }

    .footer-left .footer-inst {
        margin-top: 30px;
        text-align: left;
    }

    .copyright {
        text-align: center;
    }
}

/*--------------------------------
 index_メインビジュアル
---------------------------------*/
.index .main-visual-text .sub {
    line-height: 1.89;
}

@media screen and (max-width: 601px) {
    .index .main-visual-text {
        padding-left: 5%;
    }

    .index .main-visual-text .main {
        font-size: clamp(0.938rem, 0.092rem + 5.41vw, 2.125rem);
        margin-bottom: clamp(0.75rem, 0.082rem + 4.27vw, 1.688rem);
    }

    .index .main-visual-text .sub {
        font-size: clamp(0.813rem, 0.679rem + 0.85vw, 1rem);
    }
}

/*--------------------------------
 index_ourstyle
---------------------------------*/
.top-ourstyle .top-hgroup {
    margin-bottom: clamp(1.25rem, 0.211rem + 6.65vw, 3.125rem);
}

.top-ourstyle .p-text {
    line-height: 2.8;
    margin-bottom: clamp(3.125rem, 1.393rem + 11.09vw, 6.25rem);
}

.top-ourstyle .btn01 {
    margin-bottom: clamp(4.375rem, 1.777rem + 16.63vw, 9.063rem);
}

.double-content-wrap {
    margin-top: 0px;
}

.double-content {
    font-size: clamp(3.125rem, 0.7rem + 15.52vw, 7.5rem);
    line-height: 1;
}

/*--------------------------------
 index_work
---------------------------------*/
.top-work-card .date {
    margin-top: 13px;
    margin-bottom: 15px;
}

.top-work-card .title {
    font-size: 16px;
}

.top-work .swiper-button-next,
.top-work .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.top-work-swiper-area {
    margin-bottom: 100px;
    margin-bottom: 50px;
    margin-bottom: clamp(3.125rem, 1.393rem + 11.09vw, 6.25rem);
}

.top-work .btn01 .link {
    margin-right: auto;
}

/*--------------------------------
 index_takumi
---------------------------------*/
.top-takumi {
    margin-bottom: 0px;
    height: auto;
}

.top-takumi-all {
    position: static;
    text-align: center;
}

.top-takumi-all .btn01 .link {
    margin-inline: auto;
}

.top-takumi-all .btn01 {
    margin-left: 0;
}

.top-takumi-all img {
    width: 360px;
    width: 220px;
    width: clamp(13.75rem, 8.9rem + 31.04vw, 22.5rem);
}

.top-takumi-all>p {
    margin-left: 0;
    line-height: 1.8;
}

/*--------------------------------
 index_award
---------------------------------*/
.top-flex .text-box p {
    margin-bottom: 84px;
    margin-bottom: 40px;
    margin-bottom: clamp(2.5rem, 0.976rem + 9.76vw, 5.25rem);
}

.top-flex {
    row-gap: 100px;
}

.top-award .flex,
.top-voice .flex {
    align-items: flex-start;
}

/*--------------------------------
 index_news
---------------------------------*/
.list-box .tab-list {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 0.8rem;
}

@media screen and (max-width: 650px) {
    .tab-panel .panel-list .panel-item a {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 40px 18px 12px;
    }

    .tab-panel .panel-list .panel-item a .info-top {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .tab-panel .panel-list .panel-item a .title {
        width: 100%;
        letter-spacing: 1.5px;
    }
}

/*--------------------------------
 index_company.recruit
---------------------------------*/
.top-company .flex {
    row-gap: 0;
}

.top-company .top-heading {
    margin-bottom: 22px;
}

.img-big figcaption p {
    margin-bottom: 22px;
    line-height: 1.5;
}

.img-big figcaption {
    width: 100%;
    left: 0%;
    bottom: 0%;
    padding: 5%;
}

.top-company .btn01 .link {
    margin-right: auto;
}

/*--------------------------------
 index_instagram
---------------------------------*/
.top-instagram-swiper {
    margin-bottom: clamp(1.875rem, -0.55rem + 15.52vw, 6.25rem);
}

.top-section:last-child {
    padding-bottom: 100px;
}

/*--------------------------------
 下層_共通レイアウト
---------------------------------*/
.lower-mv-heading {
    gap: 0.5rem;
}

.lower-mv-heading>h2 {
    font-size: 30px;
}

.lower-mv-heading>p {
    font-size: 12px;
    letter-spacing: 2px;
}

.lower-mv-heading>p::before {
    width: 30px;
    margin-right: 15px;
    ;
}

/* 下層メインビジュアル_画像なし */
.lower-main-visual {
    /* padding: 180px 0 100px;
    padding: 80px 0 50px; */
    /* padding: 60px 0 400px; */
    padding-top: 80px;
    padding-bottom: clamp(2.5rem, 2.154rem + 2.22vw, 3.125rem);
}

.lower-main-visual .lower-mv-img img {
    height: 200px;
    margin-top: 30px;
}

/* 下層メインビジュアル_画像なし_end */
.lower-section {
    margin-bottom: 70px;
}

.lower-section-heading {
    margin-bottom: 20px;
}

.lower-main-visual .lower-mv-img img {
    height: 250px;
}

.lower-section-heading>h2 {
    font-size: 20px;
    line-height: 1.3;
}

.lower-section-heading>p {
    font-size: 12px;
}

/* table */
.table-base tr {
    display: flex;
    flex-direction: column;
}

.table-base th {
    font-size: 14px;
    width: 100%;
    border-bottom: none;
    padding: 20px 20px 9px 10px
}

.table-base td {
    font-size: 14px;
    padding: 0px 30px 20px 15px;
    line-height: 1.7;
}

/* table_end */
/* list-style */
.ul-list li::before {
    top: 0.6em;
    left: -1em;
    transform: translateY(0);
}

/* list-style_end */
/*--------------------------------
 下層_NEWS一覧
---------------------------------*/
.tab-list-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.lower-news .list-box .tab-list {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 0.8rem;
}

.lower-news .category-box {
    margin-bottom: clamp(0.813rem, 0.05rem + 4.88vw, 2.188rem);
}

.lower-news .tab-panel .panel-list .panel-item a {
    padding: 18px 5px;
}

.lower-news .category {
    font-size: 10px;
    padding: 0.3rem 1.1rem;
}

/*--------------------------------
 下層_NEWS詳細
---------------------------------*/
@media screen and (max-width: 600px) {
    .news-desc .category {
        font-size: 10px;
        padding: 0.3rem 1.1rem;
    }

    .date-another {
        /* font-size: 14px; */
        font-size: clamp(0.75rem, 0.681rem + 0.44vw, 0.875rem);
    }
}

.news-desc .title {
    /* font-size: 28px;
    font-size: 16px; */
    font-size: clamp(1rem, 0.584rem + 2.66vw, 1.75rem);
    /* padding-bottom: 20px;
    padding-bottom: 9px; */
    padding-bottom: clamp(0.563rem, 0.181rem + 2.44vw, 1.25rem);
    /* margin-bottom: 40px;
    margin-bottom: 20px; */
    margin-bottom: clamp(1.25rem, 0.557rem + 4.43vw, 2.5rem);
}

.news-desc .main>p {
    margin-bottom: 0.8rem;
}

.news-desc .wp-block-image img {
    padding: 1rem 0;
}

.next-btn a,
.prev-btn a {
    font-size: 12px;
}

.prev-btn a::after,
.next-btn a::after {
    top: 4px;
}

/*--------------------------------
 下層_Works詳細
---------------------------------*/
@media screen and (max-width: 600px) {
    .works-desc h2 {
        /* font-size: 30px;
        font-size: 19px; */
        font-size: clamp(1.188rem, 0.696rem + 3.14vw, 1.875rem);
    }

    .works-main-area {
        margin-top: clamp(3.125rem, 1.116rem + 12.86vw, 5.938rem);
        margin-bottom: clamp(2.5rem, 0.714rem + 11.43vw, 5rem);
    }

    .works-main-area .keyword {
        font-size: 12px;
        margin-bottom: 1.8rem;
    }

    .works-main-area .edit-area-text .text {
        margin-bottom: 1rem;
        line-height: 2.2;
    }

    .works-main-area .edit-area-img .img {
        padding: 1.2rem 0;
    }
}

.works-desc h2 {
    margin-bottom: 0.4em;
}

.works-desc .js-subtitle {
    font-size: 14px;
    line-height: 1.8;
}

.works-main-area .edit-area-text>h3 {
    font-size: 16px;
    margin-bottom: 0.6em;
}

.works-main-area .data-area-title {
    margin-bottom: 1.8em;
}

.works-main-area .keyword dd ul li {
    line-height: 1.5;
}

/*--------------------------------
 下層_Works一覧
---------------------------------*/
.modal-open {
    font-size: 14px;
    width: 300px;
    height: 45px;
}

.searchandfilter h4 {
    font-size: 16px !important;
}

.modal-container {
    width: 98%;
}

.searchandfilter ul ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}

@media screen and (max-width: 430px) {
    .modal {
        padding: 20px 10px;
    }

    .modal-close {
        right: -5px;
    }

    .searchandfilter input[type="submit"] {
        font-size: 14px;
        padding: 8px 52px;
    }

    .modal-container {
        width: 88%;
    }

    .searchandfilter label {
        font-size: 10px;
    }

    .searchandfilter li {
        padding-right: 0;
    }

    .searchandfilter input[type="checkbox"] {
        width: 21px;
        height: 21px;
        margin-right: 0.1em;
    }

    .searchandfilter input[type="radio"] {
        width: 21px;
        height: 21px;
        margin-right: 0.1em;
    }
}

.works-main-area-all {
    /* margin-top: 95px; */
    margin-top: clamp(1.25rem, -0.833rem + 13.33vw, 5rem);
    /* margin-bottom: 80px; */
}

.works-flex {
    column-gap: 10px;
    row-gap: 40px;
}

.works-flex-item figcaption {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.4;
}

@media screen and (max-width: 601px) {
    .works-flex-item {
        flex: auto;
    }
}

/*--------------------------------
 下層_company
---------------------------------*/
.greeting-flex-img img {
    /* width: 200px; */
    height: auto;
    gap: 20px;
}

.greeting-flex-img {
    width: 40%;
}

@media screen and (max-width: 400px) {
    .greeting-flex-img {
        width: 60%;
    }
}

.greeting-flex .greeting-flex-text p {
    margin-bottom: 1.3em;
}

.greeting-flex .greeting-flex-text p:nth-child(2) {
    margin-bottom: 2.5em;
}

.greeting-flex {
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 601px) {
    .history-slide .swiper-slide {
        /* padding-top: 100px; */
    }

    .history-slide .swiper-slide .data {
        /* font-size: 35px;
        font-size: 20px; */
        font-size: clamp(1.25rem, 0.316rem + 4.98vw, 2.188rem);
    }

    .history-slide .swiper-slide {
        font-size: 90%;
        padding: 75px 9px 10px;
    }
}

@media screen and (max-width: 555px) {
    .history-slide .swiper-slide {
        font-size: 85%;
    }
}

@media screen and (max-width: 530px) {
    .history-slide .swiper-slide {
        padding: 65px 9px 10px;
    }
}

@media screen and (max-width: 500px) {
    .history-slide .swiper-slide {
        font-size: 80%;
        padding: 57px 9px 10px;
    }
}

@media screen and (max-width: 350px) {
    .history-slide .swiper-slide {
        padding: 45px 9px 10px;
    }
}

@media screen and (max-width: 300px) {
    .history-slide .swiper-slide {
        padding: 36px 9px 10px;
    }

    .history-slide .swiper-slide .data {
        top: 5%;
    }
}

.map iframe {
    height: 250px;
}

.access .text {
    margin-bottom: 25px;
}

/* CSR */
.csr .text01 {
    margin-bottom: 30px;
}

.csr .csr-item h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.csr .csr-item ul li>img {
    width: 150px;
    height: auto;
}

.csr .csr-item .flex {
    gap: 15px;
}

/* CSR_end */
/*--------------------------------
 下層_award
---------------------------------*/
/* もっと見る関係 */
.hidden {
    display: none !important;
}

.media .works-main-area-all {
    margin-top: 25px;
}

/* メディア掲載 */
.award .works-flex-item {
    flex: 0 0 45%;
}

@media screen and (max-width: 300px) {
    .award .works-flex-item {
        flex: 0 0 100%;
    }
}

/* メディア掲載_end */




/*--------------------------------
 下層_voice
---------------------------------*/
.lum-lightbox-inner img {
    /* max-width: 160vw !important;
    max-height: 85vh !important; */
}

@media screen and (max-width: 460px) {
    .lum-lightbox-inner img {
        max-width: 100vw !important;
        /* 軽くスワイプで左端から右端まで動かせる量 */
        max-height: 100vh !important;
        /* 上下に適度に余白 */
    }
}

a.luminous::after {
    width: 3em;
    height: 3em;
    background-size: 1.5em;
}

.voice-area .voice-area-ttl {
    font-size: 18px;
    margin-bottom: 18px;
}

.voice-area .voice-area-cmt>p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 0.3em;
}

.voice-area .voice-area-cmt>p:nth-child(2) {
    font-size: 14px;
    line-height: 1.9;
}

/*--------------------------------
 下層_匠takumi
---------------------------------*/
.takumi .takumi-desc .desc-area>h2 {
    line-height: 1.5;
    letter-spacing: 7px;
    /* font-size: 34px;
    font-size: 24px; */
    font-size: clamp(1.5rem, 1.032rem + 2.49vw, 2.125rem);
    /* margin-bottom: 40px;
    margin-bottom: 20px; */
    margin-bottom: clamp(1.25rem, 0.315rem + 4.99vw, 2.5rem);
}

.takumi .takumi-desc .desc-area {
    width: 85%;
}

.takumi .takumi-desc .desc-area p:first-of-type {
    /* margin-bottom: 30px;
    margin-bottom: 25px; */
    margin-bottom: clamp(1.563rem, 1.329rem + 1.25vw, 1.875rem);
}

.takumi .takumi-desc .desc-area p {
    line-height: 3;
}

.takumi .parallax-img {
    height: 40vw;
    /* margin-bottom: 100px;
    margin-bottom: 80px; */
    margin-bottom: clamp(5rem, 4.065rem + 4.99vw, 6.25rem);
}

.takumi .takumi-sec1 h2,
.takumi .takumi-sec2 h2 {
    /* font-size: 30px;
    font-size: 24px; */
    font-size: clamp(1.5rem, 1.219rem + 1.5vw, 1.875rem);
    /* margin-bottom: 25px;
    margin-bottom: 20px; */
    margin-bottom: clamp(1.25rem, 1.016rem + 1.25vw, 1.563rem);
}

.takumi .takumi-sec1 .text01,
.takumi .takumi-sec2 .text01 {
    margin-bottom: 20px;
}

.takumi-sec1-flex .contents-right {
    width: 70%;
}

@media screen and (max-width: 400px) {
    .takumi-sec1-flex .contents-right {
        width: 100%;
    }

    .xMoveLists__listItem {
        width: 110px;
        height: 150px;
    }
}

.ourstyle-heading>h2 {
    /* font-size: 30px;
    font-size: 20px; */
    font-size: clamp(1.25rem, 0.782rem + 2.49vw, 1.875rem);
    /* margin-bottom: 13px;
    margin-bottom: 10px; */
    margin-bottom: clamp(0.625rem, 0.485rem + 0.75vw, 0.813rem);
}

.ourstyle-heading>p {
    /* font-size: 16px;
    font-size: 12px; */
    font-size: clamp(0.75rem, 0.563rem + 1vw, 1rem);
}

.ourstyle-heading {
    /* margin-bottom: 30px;
    margin-bottom: 20px; */
    margin-bottom: clamp(1.25rem, 0.782rem + 2.49vw, 1.875rem);
}

.takumi-award .text01 {
    /* margin-bottom: 30px;
    margin-bottom: 20px; */
    margin-bottom: clamp(1.25rem, 0.782rem + 2.49vw, 1.875rem);
}

.takumi-award .text-flowing .double-content-wrap {
    margin-top: 6px;
}

.takumi-sec2-area .contents-text .ul-list li {
    margin-bottom: 1em;
}

.takumi-sec2-area .contents-text .ul-list li::before {
    left: -4%;
}

.takumi-sec2-area .contents-text h3 {
    font-size: 20px;
    margin-bottom: 0.8em;
}

/*--------------------------------
 下層_ourstyle
---------------------------------*/
.ourstyle-lead {
    height: auto;
}

.ourstyle-section {
    margin-bottom: 80px;
}

.ourstyle-lead .img-rightbox {
    display: none;
}

.ourstyle-lead .text-area {
    padding-right: 5%;
    padding-left: 5%;
}

.ourstyle-lead .text-area>h2 {
    /* font-size: 34px;
    font-size: 19px; */
    font-size: clamp(1.188rem, 0.486rem + 3.74vw, 2.125rem);
    /* margin-bottom: 40px;
    margin-bottom: 20px; */
    margin-bottom: clamp(1.25rem, 0.315rem + 4.99vw, 2.5rem);
    line-height: 1.8;
}

.ourstyle-lead .text-area p {
    line-height: 2.8;
}

.block {
    padding: 15% 5%;
    justify-content: space-around;
}

.feature-top .title img {
    width: 60px;
}

.feature-top .flex {
    gap: 5px;
}

@media screen and (min-width: 480px) {
    .feature-top .flex {
        align-items: flex-start;
        flex-direction: column;
    }

    .feature-top .title h2 {
        padding-top: 1em;
        padding-left: 1rem;
    }
}

.feature-top .title h2 {
    font-size: 20px;
}

.block .btn01 {
    margin-top: 2em;
}

.homebuilding_files {
    margin-top: 40px;
    flex-direction: column;
    gap: 1em;
}

.homebuilding_files li {
    width: 100%;
}

.homebuilding_files a {
    height: 70px;
}

@media screen and (max-width: 400px) {
    .homebuilding_files a {
        padding: 12px 30px;
        gap: 1em;
    }
}

.commitment .text01,
.zeh .text01 {
    margin-bottom: 40px;
}

.card-container {
    grid-template-columns: repeat(1, 1fr);
}

.card-container>li:nth-of-type(1),
.card-container>li:nth-of-type(2),
.card-container>li:nth-of-type(3) {
    grid-area: auto;
}

.ourstyle h3 {
    font-size: 20px;
}

.card-container .card {
    padding: 40px 24px;
}

.ol-num::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.ol-head {
    gap: 1rem;
    margin-bottom: 15px;
}

.ourstyle h3 {
    font-size: 18px;
}

.ol-list p {
    padding-left: calc(38px + 1.5rem);
}

@media screen and (max-width: 400px) {
    .ol-list p {
        padding-left: 0;
    }
}

.ol-list {
    margin-bottom: 60px;
}

.zeh .zeh-bgarea {
    display: none;
}

.tb01 caption {
    line-height: 1.6;
    font-size: 12px;
}

.tb01 .tb_title>th,
.tb01 .tb_subtitle>th {
    font-size: 16px;
}

.tb01 th,
.tb01 td {
    padding: 18px 6px;
}

.tb01 td {
    font-size: 12px;
}

.fixed-images {
    width: 0;
}

.fixed-contents {
    padding: 0 4%;
    width: 100vw;
}

.fixed-contents .scroll-box01 {
    padding-top: 0;
}

.fixed-images p,
.schedule .schedule-title {
    display: none;
}

.fixed-contents .scroll-box02,
.fixed-contents .scroll-box03 {
    padding-top: 0;
}

.fixed-contents .ol-list {
    margin-bottom: 0;
}

.fixed-contents div:last-child {
    padding-bottom: 0;
    ;
}

.mastery .ourstyle-flex {
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

.mastery .ourstyle-flex .text-box {
    width: 100%;
    padding: 50px 10px;
}

.mastery .ourstyle-heading {
    margin-bottom: 30px;
}

.mastery .ourstyle-heading {
    margin-bottom: 40px;
}

.mastery .ourstyle-flex .img-box {
    width: 100%;
    height: 400px;
}

.mastery .ourstyle-flex .text01 {
    margin-bottom: 40px;
}

.commitment .fp-banner a img {
    width: 150px;
    height: auto;
}

/*--------------------------------
 404
---------------------------------*/
.error-main h2 {
    font-size: 24px;
}

.error-main p {
    margin-bottom: 50px;
}

/*--------------------------------
 下層_お問い合わせcontact
---------------------------------*/
.form__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding: 20px;
}

.form__label-wrap {
    width: 100%;
    justify-content: flex-start;
}

.form__require {
    margin-right: 0;
    margin-left: 2em;
}

textarea,
.ninsho_area {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.form__select {
    font-size: 16px;
}

.form__select {
    min-width: auto;
    width: 200px;
}

.select_wrapper::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid var(--sub-color);
}

.policy-area {
    padding: 20px;
}

.policy-area>h2,
.policy-section>h2 {
    font-size: 16px;
    margin-bottom: 14px;
}

.policy-area>.text01 {
    margin-bottom: 30px;
}

.scroll-area {
    padding: 20px;
}

.policy-section {
    margin-bottom: 20px;
}

.policy-section>h3 {
    font-size: 16px;
    padding-bottom: 0.2em;
    margin-bottom: 10px;
}

.text01 {
    line-height: 1.9;
}

.policy-section .ul-list li::before {
    left: -6%;
}

.h-adr {
    width: 100%;
}

.h-adr .postcode-num {
    width: 100px;
}

.form__radio-group {
    align-items: flex-start;
    flex-direction: column;
}

#add_text {
    width: 100%;
}

.form__radio-group {
    width: 100%;
}

.form__item .detail_list {
    width: 100%;
}

.form__item .detail_list input[type="text"] {
    width: 250px;
}

@media screen and (max-width: 315px) {
    .form__item .detail_list input[type="text"] {
        width: 180px;
    }

}

.category {
    font-size: 10px;
    padding: 0.3rem 1.1rem;
}