@charset "utf-8";

/*common
-----------------------------------------------------------------------------------------*/
.subcontents_container {
    padding: 140px 0;
}

.sub_header {
    padding: 200px 0 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub_header h2 {
    font-size: 400%;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.lineup .sub_header {
    background-image: url(../images/sub_lineup.jpg);
}

.modelhouse .sub_header {
    background-image: url(../images/sub_model.jpg);
}

.company .sub_header {
    background-image: url(../images/sub_company.jpg);
}

.news .sub_header {
    background-image: url(../images/sub_news.jpg);
}

.btn-viewmore {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 22px 30px 22px 36px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    --arrow-size: 12px;
    white-space: nowrap;
}

.btn-viewmore:hover .rollmenu .roll {
    text-shadow:
        0 0 0 rgb(255, 255, 255),
        0 -1em 0 rgb(255, 255, 255);
}

.btn-viewmore:hover .pink.rollmenu .roll {
    text-shadow:
        0 0 0 rgb(240, 119, 170),
        0 -1em 0 rgb(240, 119, 170);
}

.btn-viewmore:hover {
    opacity: unset;
}

.arrow-wrap {
    position: relative;
    width: var(--arrow-size);
    height: var(--arrow-size);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 110px;
}

.arrow-wrap.sp_only {
    display: none;
}

.arrow {
    position: absolute;
    left: 0;
    width: var(--arrow-size);
    height: var(--arrow-size);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
}

.arrow img {
    width: 100%;
    height: 100%;
    display: block;
}

.arrow-front {
    transform: translateX(0);
}

.arrow-back {
    transform: translateX(-1em);
}

.btn-viewmore:hover .arrow-front {
    transform: translateX(1em);
}

.btn-viewmore:hover .arrow-back {
    transform: translateX(0);
}

/* arrow-left*/
.arrow-left .arrow-back {
    transform: translateX(1em);
}

.arrow-left:hover .arrow-front {
    transform: translateX(-1em);
}

.arrow-left:hover .arrow-back {
    transform: translateX(0);
}

.btn-viewmore .rollmenu {
    position: relative;
    top: 1.05px;
    /*文字位置調整 */
}

.arrow-left .arrow-wrap {
    margin: 0 110px 0 0;
}


/*Home
-----------------------------------------------------------------------------------------*/
/*swiper*/
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.07);
    }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    animation: zoomUp 7s linear 0s normal both;
}

.swiper {
    z-index: -1;
}

.swiper-img {
    height: 92.8vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-img.one {
    background-image: url(../images/fv1.jpg);
}

.swiper-img.two {
    background-image: url(../images/fv2.jpg);
}

.swiper-img.three {
    background-image: url(../images/fv3.jpg);
}

.top_copy {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
}

.top_copy h2 {
    font-size: 450%;
    letter-spacing: 0.05em;
    line-height: 1.1;
}

.top_copy p {
    font-size: 125%;
    margin-top: 30px;
    letter-spacing: 0.15em;
}

.top_banner_box {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -50px;
}

.top_banner_box img {
    margin: 0 8px;
    width: 450px;
}

.top_banner_box a {
    transition: .5s;
}

.top_banner_box a:hover {
    filter: brightness(0.4);
    opacity: unset;
}

.top_about {
    padding-bottom: 100px;
}

.top_about_img {
    align-self: start;
    margin-top: 420px;
}

.top_about_img img {
    width: 100%;
    height: auto;
    display: block;
}

.top_about_grid {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: clamp(40px, 6vw, 96px);
    padding: clamp(80px, 10vw, 160px) 0;
    align-items: start;
}

.top_about_content {
    margin: 300px 0 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_about_head {
    font-size: 200%;
    margin-bottom: 60px;
    letter-spacing: 0.15em;
    line-height: 1.7;
}

.top_about_text p {
    margin-bottom: 15px;
}

.top_servise {
    background-color: rgb(245, 245, 245);
    padding: 160px 0 250px;
}

.top_servise_titlebox {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.top_category_title .lexend-mid {
    font-size: 400%;
    letter-spacing: 0.1em;
}

.top_servise_circle {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    margin: 0 10px;
}

.top_servise_circle p {
    font-size: 125%;
}

.servise_circle_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.top_servise_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.top_servise_text {
    line-height: 2;
}

.top_modelhouse_symbol {
    position: absolute;
    top: 0;
    left: 0;
}

.top_modelhouse_symbol_sp {
    display: none;
}

.top_modelhouse_container {
    background-position: center top;
    background-size: cover;
    background-image: url(../images/modelhouse_link_bg.png);
    padding: 380px 0;
    overflow: hidden;
}

.top_modelhouse_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.top_modelhouse_title {
    margin-bottom: 60px;
}

.top_modelhouse_box .link_button_wrapper,
.top_news_container .link_button_wrapper {
    margin-top: 60px;
}

.top_modelhouse_text {
    line-height: 2;
    width: 75%;
}

.top_news_container {
    padding: 150px 0;
}

.top_news_flex {
    display: flex;
    justify-content: center;
}

.top_news_left {
    width: 380px;
    margin-right: 120px;
}

.top_news_right {
    width: 100%;
}

.top_newss .pc_only {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgb(215, 100, 150);
    padding: 45px 0;
}

.top_newss:last-child {
    border-bottom: 1px solid rgb(215, 100, 150);
}

.top_newss td {
    padding: 0 10px;
}

.blog_tags {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
    min-width: 80px;
    text-align: center;
    font-size: 12px;
}

.top_newss_date_wrapper,
.top_newss_tag_wrapper {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top_newss_tag_wrapper {
    position: relative;
    top: -1px;
    padding-right: 12px;
}

.top_newss_title_wrapper {
    padding-right: 30px;
    box-sizing: border-box;
}

.top_newss_go_wrapper {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    /* ← 上下中央 */
    justify-content: center;
}

.about_add {
    position: absolute;
    top: 19px;
    left: 3%;
    font-size: 10px;
}


/*index
-----------------------------------------------------------------------------------------*/
.tag-list li.active {
    background-color: rgb(34, 34, 34);
}

.tag-list li {
    margin: 0 10px;
    display: inline-block;
    min-width: 8%;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(221, 221, 221);
}

.tag-list a {
    display: block;
}

.index_thumbnail {
    width: 100%;
    max-width: 400px;
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
}

.index_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.index_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 60px 40px;
    padding: 100px 0;
}

.index_date_line .news_date {
    margin-right: 10px;
}

.index_date_line {
    margin: 20px 0;
}

.wp-pagenavi {
    margin: 40px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.wp-pagenavi a {
    color: rgb(34, 34, 34);
    border: none;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: .3s;
}

.wp-pagenavi span.current {
    background: rgb(240, 119, 170);
    color: rgb(255, 255, 255);
    border: none;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.wp-pagenavi a.page {
    background: none;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    border: none;
}

/* 次へリンク */
.wp-pagenavi .nextpostslink {
    display: inline-block;
    text-indent: -9999px;
    width: 10px;
    height: 8px;
    background: url(../images/pagenav_next.svg) no-repeat center center;
}

/* 前へリンク */
.wp-pagenavi .previouspostslink {
    display: inline-block;
    text-indent: -9999px;
    width: 10px;
    height: 8px;
    background: url(../images/pagenav_back.svg) no-repeat center center;
}

.single .thumbnail {
    margin: 40px auto;
}

.single .thumbnail img {
    max-width: 100%;
    height: auto;
}

.single .news_content {
    margin-bottom: 80px;
    line-height: 1.9;
}

.single .news_posttitle {
    font-size: 24px;
}

.index_thumbnail img {
    transition: all 0.5s;
}

.index_thumbnail img:hover {
    transform: scale(1.1);
}

.index_thumbnail a:hover {
    opacity: unset;
}

.news_date {
    font-size: 14px;
}

.news_posttitle {
    line-height: 1.6;
}


/*contact
-----------------------------------------------------------------------------------------*/
.table-contact {
    width: 80%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-contact td {
    padding: 20px 30px;
    box-sizing: border-box;
}

.contact-item1 {
    width: 30%;
    text-align: left;
    vertical-align: top;
}

.contact-item2 {
    width: 70%;
    text-align: left;
}

.contact-item.any {
    border: 1px solid rgb(70, 130, 180);
    color: rgb(70, 130, 180);
    margin-left: 10px;
}

input.text-common:not([type="date"]) {
    width: 100%;
}

input.text-common,
.wpcf7-select {
    height: 90%;
    font-size: 110%;
    box-sizing: border-box;
    border: none;
    background-color: rgb(245, 245, 245);
    padding: 15px 20px;
    border-radius: 8px;
}

textarea.text-common {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 110%;
    box-sizing: border-box;
    border: none;
    background-color: rgb(245, 245, 245);
    padding: 15px;
    border-radius: 8px;
}

.screen-reader-response {
    color: red;
}

.wpcf7-response-output {
    width: 80%;
    margin: 10px auto !important;
    padding: 10px 0;
}

/*デフォルトのスタイルを無効化する*/
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="date"] {
    color: rgb(187, 187, 187);
}

input[type="date"].has-value {
    color: rgb(34, 34, 34);
}

input::placeholder,
textarea::placeholder {
    color: rgb(187, 187, 187);
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(187, 187, 187);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgb(187, 187, 187);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(187, 187, 187);
}

span.wpcf7-spinner {
    display: none;
}

.form.confirm .contact-item2 {
    text-align: left;
}

.form.confirm .table-contact td {
    border-top: 1px solid rgb(233, 233, 233);
    padding: 40px 0;
}

.form.confirm .table-contact tr:last-child td {
    border-bottom: 1px solid rgb(233, 233, 233);
}

.contact_head {
    font-size: 250%;
    margin-top: 100px;
}

.contact_text {
    margin: 100px 0;
    line-height: 2;
}

.contact_text p {
    margin: 10px 0;
}

p.contact_add {
    font-size: 14px;
    margin-top: 30px;
}

.pryvacy_link {
    font-size: 12px;
    margin-top: 40px;
}

.pryvacy_link a {
    text-decoration: underline;
}

button.btn-viewmore {
    border: none;
}

.form.link_button_wrapper {
    margin-top: 110px;
}

.previous_button_flex {
    margin-top: 110px;
}

.wpcf7-submit,
.wpcf7-previous {
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    border: none;
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    margin: 0 5px;
    width: 300px;
    box-sizing: border-box;
}

.wpcf7-submit {
    background-color: rgb(240, 119, 170);
    padding: 22px 10px;
}

.form .btn-viewmore {
    padding: 20px 15px 20px 26px;
}

.form .arrow-wrap {
    margin-left: 60px;
}

/* previous（左矢印） */
.wpcf7-previous {
    display: inline-flex;
    align-items: center;
    background-color: rgb(34, 34, 34);
    background-image: url("../images/back.svg");
    background-position: left 30px center;
    /* 左に余白 */
    padding: 22px 10px 22px 150px;
}

.thanks p.contact_add a {
    color: rgb(34, 34, 34);
    text-decoration: underline;
}

.previous_button_flex .cf7-cf-turnstile {
    padding-top: 20px;
}


/*lineup
-----------------------------------------------------------------------------------------*/
.sub_intro {
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.subcontents {
    margin-top: 190px;
}

.lineup_grid.lineup_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "logo image"
        "content image";
    gap: 10px;
}

.lineup_grid.lineup_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "image logo"
        "image content";
    gap: 10px;
}

.lineup_logo {
    grid-area: logo;
}

.lineup_logo img {
    max-width: 100%;
}

.lineup_image {
    grid-area: image;
    width: 700px;
}

.lineup_image img {
    max-width: 100%;
}

.lineup_content {
    grid-area: content;
    padding-top: 20px;
}

.lineup_top .lineup_logo,
.lineup_top .lineup_content {
    width: 90%;
    margin: 0 auto 0 0;
    max-width: 400px;
}

.lineup_bottom .lineup_logo,
.lineup_bottom .lineup_content {
    width: 90%;
    margin: 0 0 0 auto;
    max-width: 425px;
}

.lineup_title {
    font-size: 150%;
    letter-spacing: 0.1em;
    padding-top: 40px;
}

.lineup_text {
    line-height: 2;
}

.lineup_text,
.lineup_app {
    margin-top: 40px;
}

.lineup_app {
    font-size: 80%;
}

.lineup_content .link_button_wrapper {
    margin-top: 70px;
}

.logo_coming {
    border: 1px solid rgb(240, 119, 170);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 90%;
}

.logo_coming_wrapper {
    margin-bottom: 40px;
}

.btn-viewmore.coming {
    padding: 22px 60px;
}

/*modelhouse
-----------------------------------------------------------------------------------------*/
.modelhouse_name {
    font-size: 180%;
    margin-bottom: 80px;
}

.modelhouse_name .logo_coming {
    margin-left: 10px;
    font-size: 43%;
}

.modelhouse_name span {
    vertical-align: middle;
}

.modelhouse_text_head {
    font-size: 160%;
}

.modelhouse_headcontent img {
    width: 100%;
}

.modelhouse_text_box {
    margin: 150px 0;
    letter-spacing: 0.13em;
}

.modelhouse_text {
    margin-top: 60px;
}

.modelhouse_text_box p {
    line-height: 2;
}

.modelhouse_image_box div {
    margin-top: 40px;
}

.modelhouse img {
    max-width: 100%;
}

.eng_head {
    margin-bottom: 100px;
}

.eng_head span {
    font-size: 160%;
    border-bottom: 1px solid rgb(34, 34, 34);
    padding-bottom: 5px;
}

.min_inner {
    width: 80%;
    margin: 0 auto;
}

.plan_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 120px 0;
    padding: 0;
    list-style: none;
}

.plan_grid li img {
    margin-right: 10px;
}

.plan_grid li img,
.plan_grid li span {
    vertical-align: middle;
}

.plan_grid li span {
    position: relative;
    top: -1.2px;
}

.modelhouse_map_flex {
    display: flex;
}

.modelhouse_map_flex .list_table,
.modelhouse_map_flex iframe {
    width: 50%;
}

.list_table table {
    border-collapse: collapse;
    width: 100%;
}

.list_table th,
.list_table td {
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: 30px 0;
    font-size: 14px;
}

.list_table th {
    font-weight: 400;
}

.modelhouse_map_flex .list_table {
    margin-right: 30px;
}

.modelhouse_map_flex iframe {
    margin-left: 30px;
}

.modelhouse_commingapp {
    margin: 150px 0 60px;
}

.modelhouse_commingapp p {
    margin: 10px 0;
}

iframe {
    border-radius: 10px;
}


/*company
-----------------------------------------------------------------------------------------*/
.company_contents.bottom {
    padding-top: 150px;
}

.about_map iframe {
    width: 100%;
    height: 600px;
}

.company_contents .list_table th {
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
}

.company_contents .list_table a {
    color: rgb(34, 34, 34);
}


/*privacy-policy
-----------------------------------------------------------------------------------------*/
.privacypolicy h2 {
    font-size: 250%;
    margin-bottom: 50px;
    padding-top: 100px;
}

.privacy_line {
    padding-top: 50px;
}

.privacypolicy h3 {
    margin-bottom: 20px;
    font-size: 120%;
}

.privacy_line p {
    font-size: 87.5%;
    padding: 5px 0;
    line-height: 2;
}

@media screen and (max-width:1400px) {
    .lineup_image {
        width: 100%;
    }
}

@media screen and (max-width:1160px) {
    .top_servise_circle {
        height: 160px;
        width: 160px;
        margin: 0 10px;
    }
}


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

    /*common
    -----------------------------------------------------------------------------------------*/
    .lineup .sub_header {
        background-image: url(../images/sub_lineup_sp.jpg);
    }

    .modelhouse .sub_header {
        background-image: url(../images/sub_model_sp.jpg);
    }

    .company .sub_header {
        background-image: url(../images/sub_company_sp.jpg);
    }

    .news .sub_header {
        background-image: url(../images/sub_news_sp.jpg);
    }

    .swiper-img {
        height: 80vh;
    }

    .subcontents_container {
        padding: 65px 0;
    }

    .sub_header {
        box-sizing: border-box;
        height: 300px;
        position: relative;
    }

    .sub_header .inner {
        position: absolute;
        bottom: 55px;
        left: 8%;
    }

    .sub_header .lexend-mid {
        line-height: 1;
    }

    .sub_header h2 {
        letter-spacing: 0.05em;
        font-size: 48px;
    }


    /*Home
    -----------------------------------------------------------------------------------------*/
    .top_copy {
        position: absolute;
        top: unset;
        transform: none;
        bottom: 10%;
        left: 8%;
    }

    .top_copy h2 {
        font-size: 40px;
    }

    .top_copy p {
        font-size: 120%;
    }

    .top_banner_box {
        position: static;
        top: unset;
        width: 90%;
    }

    .top_banner_box img {
        width: auto;
        max-width: 90%;
        margin: 5px auto;
    }

    .top_about {
        padding: 0;
    }

    .top_about_content {
        display: block;
        width: 80%;
        margin: 130px auto 60px;
        padding-left: 0;
    }

    .top_about_img {
        position: static;
        bottom: unset;
        left: 0;
        width: 90%;
        margin: 0 auto 150px 0;
    }

    .top_about_grid {
        display: block;
        padding: 0;
    }

    .top_about_head {
        font-size: 200%;
        margin-bottom: 30px;
    }

    .about_add {
        position: static;
        top: unset;
        left: unset;
        width: 90%;
        margin: 20px auto;
    }

    .top_servise {
        padding: 110px 0;
    }

    .top_servise_titlebox {
        top: -30px;
    }

    .top_category_title .lexend-mid {
        font-size: 350%;
    }

    .top_category_title p {
        margin-top: 5px;
    }

    .top_servise_circle p {
        font-size: 17px;
    }

    .top_servise_circle {
        height: 150px;
        width: 150px;
        margin: 10px;
    }

    .servise_circle_wrapper img {
        width: 72.9px;
    }

    .top_servise_flex {
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
    }

    .top_servise_text {
        text-align: left;
        width: 85%;
        margin: 0 auto;
    }

    .top_modelhouse_title .lexend-mid {
        line-height: 1.09;
        letter-spacing: 0.05em;
    }

    .top_modelhouse_symbol {
        display: none;
    }

    .top_modelhouse_symbol_sp {
        display: inline-block;
        position: absolute;
        width: 70%;
        top: 0;
        right: 0;
    }

    .top_modelhouse_container {
        background-image: url(../images/modelhouse_link_bg.png);
        padding: 110px 0;
    }

    .top_modelhouse_box {
        display: block;
        position: static;
        transform: none;
        width: 100%;
    }

    .top_modelhouse_box {
        display: block;
        width: 100%;
    }

    .top_modelhouse_text {
        line-height: 2.1;
        width: 100%;
    }

    .top_news_container {
        padding: 90px 0 220px;
        background-color: rgb(255, 255, 255);
    }

    .top_news_container .color_wh {
        color: rgb(240, 119, 170);
    }

    .top_news_container .color_pink {
        color: rgb(255, 255, 255);
    }

    .top_newss {
        border-top: 1px solid rgb(233, 233, 233);
        padding: 35px 0;
    }

    .top_newss:last-child {
        border-bottom: 1px solid rgb(233, 233, 233);
    }

    .top_news_flex {
        display: block;
    }

    .top_news_left {
        width: 100%;
        margin-right: 0;
    }

    .top_news_right {
        width: 100%;
        margin-top: 50px;
    }

    .top_newss .sp_only {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

    .top_newss_date_wrapper,
    .top_newss_tag_wrapper {
        width: auto;
        flex-shrink: 0;
        margin-right: 17px;
    }

    .top_newss_tag_wrapper {
        position: relative;
        top: -1px;
    }

    .top_newss_go_wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .top_newss_title_wrapper {
        flex-basis: 100%;
        width: 100%;
        margin-top: 15px;
        padding-right: 35px;
    }

    .top_newss_title_wrapper .news_posttitle {
        padding: 15px 0;
    }

    .top_news_container .link_button_wrapper a {
        background-color: rgb(240, 119, 170);
    }

    .top_news_container .link_button_wrapper span {
        color: rgb(255, 255, 255);
    }

    .top_news_container .link_button_wrapper {
        position: absolute;
        bottom: 10%;
    }

    .blog_tags {
        font-size: 10px;
        min-width: 70px;
    }

    .top_newss .pc_only {
        display: none;
    }

    .arrow-wrap.pc_only {
        display: none;
    }

    .arrow-wrap.sp_only {
        display: flex;
    }


    /*index/single/tag
    -----------------------------------------------------------------------------------------*/
    .single .news_content,
    .single .index_date_line,
    .single .index_title,
    .tag-list {
        width: 85%;
    }

    .tag-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        margin: 20px auto 0;
    }

    .tag-list li {
        margin: 0;
        padding: 10px;
    }

    .index_flex {
        display: block;
        padding: 20px 0;
    }

    .index_newss {
        margin-top: 45px;
    }

    .wp-pagenavi {
        margin: 40px auto 0;
    }

    .single .news_content {
        margin: 0 auto;
    }

    .single .news_posttitle {
        font-size: 20px;
    }

    .index_thumbnail {
        aspect-ratio: 4 / 3;
        max-width: unset;
        height: auto;
        /* 高さ固定 */
    }

    .news_date {
        font-size: 12px;
    }

    .wp-pagenavi {
        font-size: 17px;
    }

    .index_date_line {
        margin: 25px auto 15px;
    }

    .single .news_content {
        margin: 0 auto 80px;
    }

    .index_title {
        margin: 0 auto;
    }

    .subcontents_container.single {
        padding-bottom: 100px;
    }

    .single .news_posttitle {
        font-size: 20px;
    }

    .single .arrow-left .arrow-wrap {
        margin: 0 100px 0 0;
    }

    /*contact
    ----------------------------------------------------------------------------------------*/
    .table-contact {
        width: 100%;
    }

    .table-contact td {
        padding: 15px 0;
    }

    .table-contact td.contact-item1 {
        width: 100%;
        display: block;
        padding: 10px 0 0;
    }

    .contact-item2 {
        width: 100%;
        display: block;
    }

    input.text-common,
    .wpcf7-select {
        font-size: 100%;
        padding: 15px;
    }

    input.text-common {
        width: 100%;
    }

    textarea.text-common {
        font-size: 100%;
    }

    .wpcf7-response-output {
        width: 100%;
        box-sizing: border-box;
    }

    input[type="date"],
    select {
        -webkit-appearance: none;
        appearance: none;
    }

    input[type="date"] {
        min-height: 48px;
    }

    .form.confirm .table-contact td.contact-item1 {
        padding-bottom: 15px;
    }

    .form.confirm .table-contact td.contact-item2 {
        border-top: none;
        padding-top: 0;
    }

    .form.confirm .table-contact tr:last-child td.contact-item2 {
        border-bottom: 1px solid rgb(233, 233, 233);
    }

    .form.confirm .table-contact tr:last-child td {
        border-bottom: none;
    }

    .previous_button_flex {
        margin-top: 80px;
    }

    .previous_button_flex {
        margin-top: 75px;
    }

    .wpcf7-submit,
    .wpcf7-previous {
        margin: 5px;
    }

    .contact_head {
        font-size: 32px;
        margin-top: 80px;
    }

    .contact_text {
        margin: 60px 0 40px;
    }

    p.contact_add {
        font-size: 12px;
        margin-top: 20px;
    }

    .thanks p.contact_add {
        margin: 50px 0;
    }

    .pryvacy_link {
        font-size: 10px;
        margin-top: 30px;
    }

    .form.link_button_wrapper,
    .thanks .link_button_wrapper {
        margin: 70px 0;
    }


    /*lineup
    -----------------------------------------------------------------------------------------*/
    .subcontents {
        margin-top: 100px;
    }

    .lineup_grid.inner {
        width: 100%;
    }

    .lineup_top .lineup_logo,
    .lineup_top .lineup_content,
    .lineup_bottom .lineup_logo,
    .lineup_bottom .lineup_content {
        width: 85%;
        margin: 0 auto;
    }

    .lineup_logo {
        display: block;
    }

    .lineup_logo img {
        width: 85%;
    }

    .lineup_image img {
        width: 100%;
    }

    .lineup_top .lineup_image {
        width: 92.5%;
        margin: 50px 0 0 auto;
    }

    .lineup_bottom .lineup_image {
        width: 92.5%;
        margin: 50px auto 0 0;
    }

    .lineup_content {
        padding-top: 40px;
    }

    .lineup_grid.lineup_top {
        display: block;
    }

    .lineup_grid.lineup_bottom {
        display: block;
    }

    .logo_coming_wrapper {
        margin-bottom: 25px;
    }

    .lineup_title {
        font-size: 140%;
        padding-top: 10px;
    }

    .sub_intro {
        line-height: 1.9;
    }

    .lineup_text,
    .lineup_app {
        margin-top: 30px;
    }

    .lineup_content .link_button_wrapper {
        margin-top: 60px;
    }

    .lineup_bottom.subcontents {
        margin-top: 130px;
    }


    /*modelhouse
    -----------------------------------------------------------------------------------------*/
    .modelhouse .subcontents.inner {
        width: 100%;
    }

    .modelhouse_name {
        margin-bottom: 80px;
    }

    .modelhouse_name_spblock {
        display: block;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .modelhouse_name .logo_coming {
        margin-left: 0;
        font-size: 60%;
    }

    .modelhouse_text_box {
        width: 85%;
        margin: 70px auto 50px;
    }

    .modelhouse_text_head p {
        margin: 0;
        line-height: 1.8;
    }

    .modelhouse_text {
        margin-top: 40px;
    }

    .modelhouse_text p {
        text-align: left;
    }

    .modelhouse_image_box div {
        margin-top: 10px;
    }

    .eng_head {
        margin-bottom: 50px;
    }

    .subcontents .min_inner {
        width: 85%;
    }

    .plan_container .min_inner {
        width: 100%;
    }

    .plan_grid {
        display: inline-block;
        text-align: left;
        margin: 20px 0 40px;
    }

    .plan_grid li {
        margin-bottom: 15px;
    }

    .plan_image {
        width: 100%;
    }

    .modelhouse_map_flex {
        display: block;
    }

    .modelhouse_map_flex .list_table,
    .modelhouse_map_flex iframe {
        width: 100%;
    }

    .modelhouse_map_flex .list_table {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .modelhouse_map_flex .list_table table {
        margin-top: 65px;
    }

    .modelhouse_map_flex iframe {
        margin-left: 0;
        width: 100%;
        min-height: 280px;
    }

    .modelhouse_commingapp {
        width: 85%;
        margin: 80px auto 50px;
    }

    .list_table th,
    .list_table td {
        font-size: 12px;
        padding: 25px 0;
    }

    .modelhouse_map_flex .eng_head {
        text-align: center;
    }

    main.modelhouse .link_button_wrapper {
        margin-bottom: 60px;
    }


    /*company
    -----------------------------------------------------------------------------------------*/
    .company_contents.bottom {
        padding-top: 100px;
    }

    .about_map iframe {
        height: 280px;
    }

    .company_contents .list_table th {
        white-space: nowrap;
        font-size: 14px;
        padding-left: 0;
    }

    .company_contents td {
        padding-left: 30px;
    }


    /*privacy-policy
    -----------------------------------------------------------------------------------------*/
    .privacypolicy h2 {
        font-size: 32px;
        margin-bottom: 25px;
        padding-top: 80px;
    }

    .privacy_line {
        padding-top: 40px;
    }

    .privacypolicy h3 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .privacy_line p {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media screen and (max-width:767px) {
    .top_modelhouse_container {
        background-image: url(../images/modelhouse_link_bg_sp.png);
    }

}