@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv {
    position: relative;
}
#top .mv_bg {
    position: sticky;
    top: 0;
    height: 100svh;
    background: url("../img/top/mv.png") center/cover no-repeat;
    transition: opacity 1s linear;
}
#top .mv .catch {
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
#top .mv .catch_copy {
    position: absolute;
    bottom: 0.25em;
    left: 0.5em;
    display: flex;
    flex-direction: column;
    font-size: min(8vw, 10rem);
}
#top .mv .catch_copy .txt span {
    display: inline-block;
    line-height: inherit;
    opacity: 0;
    translate: 0 -0.25em;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: 1.5s opacity, 1s translate, 1.5s -webkit-filter;
    transition: 1.5s opacity, 1.5s filter, 1s translate;
    transition: 1.5s opacity, 1.5s filter, 1s translate, 1.5s -webkit-filter;
    text-shadow: 0 0 0.5em rgba(30, 30, 30, 0.5), 0 0 0.5em rgba(30, 30, 30, 0.5);
}
#top .mv .catch_copy .txt span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .mv .greeting_txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    gap: 1em 1.5em;
}
@media (max-width: 840px) {
    #top .mv .greeting_txt {
        flex-direction: column;
    }
}
@media (max-width: 540px) {
    #top .mv .greeting_txt {
        font-size: 3.8vw;
    }
}
#top .mv .greeting_txt .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0 0 0.5em rgba(30, 30, 30, 0.5), 0 0 0.5em rgba(30, 30, 30, 0.5);
}
@media (max-width: 840px) {
    #top .mv .greeting_txt .txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-align: center;
    }
}
#top .mv .gallery {
    padding: 0 0 calc(clamp(80px, 12vw, 150px) * 0.5);
    margin-bottom: calc(clamp(80px, 12vw, 150px) * 0.5);
}
#top .mv .gallery_inner {
    position: relative;
    height: 60vw;
}
#top .mv .gallery_img {
    position: absolute;
}
#top .mv .gallery_img:nth-child(1) {
    top: 0;
    left: 0;
    width: 30%;
}
#top .mv .gallery_img:nth-child(2) {
    top: 10%;
    left: 35%;
    width: 20%;
}
#top .mv .gallery_img:nth-child(3) {
    top: 5%;
    right: 5%;
    width: 20%;
}
#top .mv .gallery_img:nth-child(4) {
    bottom: 0;
    left: 3.5%;
    width: 15%;
}
#top .mv .gallery_img:nth-child(5) {
    bottom: 10%;
    left: 30%;
    width: 20%;
}
#top .mv .gallery_img:nth-child(6) {
    bottom: 20%;
    right: 22.5%;
    width: 20%;
}
#top .mv .gallery_img:nth-child(7) {
    bottom: 5%;
    right: 0;
    width: 15%;
}
#top .news {
    margin-top: calc(clamp(80px, 12vw, 150px) * 0.5);
}
#top .news_morebtn {
    margin: 1.5em 0 0 auto;
}
#top .accent {
    padding: 0 0;
    margin-bottom: 0;
}
#top .accent_inner {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 840px) {
    #top .accent_inner {
        min-height: 300px;
    }
}
#top .accent_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
    z-index: 1;
}
#top .accent_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    aspect-ratio: 3/1.25;
    width: 100%;
    background-image: url(../img/top/accent.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media (max-width: 840px) {
    #top .accent_bg {
        aspect-ratio: auto;
        height: 50vw;
    }
}
#top .accent_copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
#top .accent_copy .ja {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    font-size: calc(clamp(3.2rem, 5.2vw, 6rem) * 1.15);
    line-height: 1.25;
}
@media (max-width: 840px) {
    #top .accent_copy .ja {
        font-size: 5.2vw;
    }
}
#top .accent_copy .ja span {
    display: inline-block;
    line-height: inherit;
}
#top .accent_copy .en {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    display: block;
    margin-top: 2.5em;
}
@media (max-width: 840px) {
    #top .accent_copy .en {
        font-size: 3.6vw;
    }
}
#top .point {
    margin-top: 0;
    position: relative;
}
#top .point_inner {
    position: relative;
    display: flex;
    z-index: 5;
}
@media (max-width: 840px) {
    #top .point_inner {
        flex-direction: column;
    }
}
#top .point_sticky {
    position: sticky;
    width: 50%;
    padding: 0 calc(min(50px, 5%) * 1.5) 0 min(50px, 5%);
    top: 0;
    height: 100svh;
    display: -ms-grid;
    display: grid;
    place-items: center;
}
@media (max-width: 840px) {
    #top .point_sticky {
        position: relative;
        height: auto;
        width: 100%;
        margin: clamp(80px, 12vw, 150px) 0;
    }
}
#top .point_sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-image: url(../img/top/point_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#top .point_sticky::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
}
#top .point_content {
    position: relative;
    z-index: 5;
}
#top .point_secttl {
    display: flex;
    flex-direction: column;
}
#top .point_secttl .en {
    font-size: clamp(3.2rem, 5.2vw, 6rem);
    line-height: 1.35;
}
#top .point_secttl .en span {
    display: inline-block;
    line-height: inherit;
    opacity: 0;
    translate: 0 -0.25em;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: 1s opacity, 1s translate, 0.5s -webkit-filter;
    transition: 1s opacity, 0.5s filter, 1s translate;
    transition: 1s opacity, 0.5s filter, 1s translate, 0.5s -webkit-filter;
}
#top .point_secttl .en span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .point_secttl .ja {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    margin-top: 0.25em;
    position: relative;
    padding-left: 1.75em;
}
#top .point_secttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1px;
    background-color: #fff;
    transition: height 1s ease;
}
#top .point_txt {
    margin-top: 2.5em;
}
#top .point_list {
    width: 50%;
}
@media (max-width: 840px) {
    #top .point_list {
        margin-top: 0;
        width: 100%;
    }
}
#top .point_item {
    height: 100svh;
    position: relative;
}
@media (max-width: 840px) {
    #top .point_item {
        height: 50svh;
    }
}
#top .point_item .item_img {
    position: relative;
    z-index: 1;
}
#top .point_item .item_img img {
    width: 100%;
    height: 100svh;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 840px) {
    #top .point_item .item_img img {
        height: 50svh;
    }
}
#top .point_item .item_content {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0 3.5%;
    padding-bottom: calc(clamp(50px, 8vw, 80px) * 0.5);
}
@media (max-width: 840px) {
    #top .point_item .item_content {
        gap: 0 5%;
    }
}
#top .point_item .item_content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(30, 30, 30, 0.75);
}
#top .point_item .item_num {
    font-size: min(20vw, 30rem);
    display: inline-block;
    line-height: 0.85;
    color: transparent;
    text-stroke: min(3px, 0.25vw) #fff;
    -webkit-text-stroke: min(3px, 0.25vw) #fff;
    translate: 0 -0.15em;
    margin-left: -0.25em;
    position: relative;
    z-index: 1;
}
@media (max-width: 840px) {
    #top .point_item .item_num {
        margin-left: 0.15em;
    }
}
#top .point_item .item_unit {
    position: relative;
    z-index: 5;
    padding-right: 5%;
}
#top .point_item .item_ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.35;
    color: #1e1e1e;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15em min(1em, 3.5%);
}
@media (max-width: 840px) {
    #top .point_item .item_ttl {
        font-size: clamp(2rem, 2.4vw, 2.4rem);
    }
}
#top .point_item .item_txt {
    margin-top: 2em;
}
@media (max-width: 840px) {
    #top .point_item .item_txt {
        margin-top: 1.5em;
    }
}
#top .works_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "type btn" "archive archive";
    gap: 0 min(50px, 5%);
}
#top .works_content:not(:first-of-type) {
    margin-top: calc(clamp(50px, 8vw, 80px) * 1.5);
}
@media (max-width: 840px) {
    #top .works_content {
        display: flex;
        flex-direction: column;
    }
}
#top .works_type {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: type;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 2.5em;
}
#top .works_type::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.5em;
    height: 90%;
    background-color: #fff;
}
#top .works_type .en {
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1.25);
    line-height: 1.35;
}
#top .works_type .ja {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    margin-top: 0.25em;
    position: relative;
}
#top .works_morebtn {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: btn;
    -ms-grid-column-align: end;
    justify-self: end;
    margin-top: 2em;
}
#top .works_archive {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: archive;
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.75);
}
@media (max-width: 840px) {
    #top .works_archive {
        margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
    }
}
#top .works_archive .archive_main .main_link {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}
#top .works_archive .archive_main .main_link img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9;
    -o-object-position: center;
    object-position: center;
}
#top .works_archive .archive_main .main_link:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#top .works_archive .archive_main .main_link:hover .icon {
    right: 0.25em;
}
#top .works_archive .archive_main .main_ttl {
    position: absolute;
    bottom: 1em;
    left: 0;
    background-color: #1e1e1e;
    color: #fff;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.35;
    padding: 0.35em 3.5em 0.45em min(1em, 3.5%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 85%;
}
@media (max-width: 840px) {
    #top .works_archive .archive_main .main_ttl {
        font-size: clamp(2rem, 2.4vw, 2.4rem);
    }
}
#top .works_archive .archive_main .main_ttl .icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    transition: right 0.5s;
}
#top .works_archive .archive_main .main_ttl .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
}
#top .works_archive .archive_main .main_ttl .icon::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 55%;
    translate: -50% -50%;
    width: 25%;
    height: 25%;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
#top .works_archive .archive_thumb {
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
}
#top .works_archive .thumb_list {
    display: flex;
    gap: 0.5em 1.5%;
    margin: 0;
}
#top .works_archive .thumb_item {
    width: 23.875%;
    padding: 0;
}
#top .works_archive .thumb_item.uk-active .thumb_link::after {
    background-color: rgba(30, 30, 30, 0.25);
}
#top .works_archive .thumb_link {
    position: relative;
    width: 100%;
}
#top .works_archive .thumb_link img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 4/3;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    transition: none;
}
#top .works_archive .thumb_link::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
    background-image: none;
    opacity: 1;
    transition: background-color 0.5s;
}
#top .works_archive .thumb_link:hover .icon {
    right: 0.25em;
}
#top .works_archive .thumb_link .icon {
    position: absolute;
    z-index: 5;
    bottom: 0.5em;
    right: 0.5em;
    translate: 0 0;
    width: 1em;
    height: 1em;
    transition: right 0.5s;
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 0.8);
}
#top .works_archive .thumb_link .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
}
#top .works_archive .thumb_link .icon::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 55%;
    translate: -50% -50%;
    width: 25%;
    height: 25%;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
#top .process_inner {
    background-image: url(../img/top/process.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: calc(clamp(50px, 8vw, 80px) * 0.5) min(50px, 5%) clamp(50px, 8vw, 80px);
}
#top .process_inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
}
#top .process_inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
}
#top .process_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}
#top .process_secttl .en {
    font-size: clamp(3.2rem, 5.2vw, 6rem);
    line-height: 1.15;
}
#top .process_secttl .en span {
    display: inline-block;
    line-height: inherit;
    opacity: 0;
    translate: 0 -0.25em;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: 1s opacity, 1s translate, 0.5s -webkit-filter;
    transition: 1s opacity, 0.5s filter, 1s translate;
    transition: 1s opacity, 0.5s filter, 1s translate, 0.5s -webkit-filter;
}
#top .process_secttl .en span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .process_secttl .ja {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    margin-top: 0.75em;
    position: relative;
    padding-left: 1.75em;
}
#top .process_secttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1px;
    background-color: #fff;
    transition: height 1s ease;
}
#top .process_morebtn {
    margin: 2em 0 0 auto;
    position: relative;
    z-index: 10;
}
#top .bottom {
    margin-bottom: 0;
}
@media (max-width: 840px) {
    #top .bottom {
        margin-bottom: clamp(80px, 12vw, 150px);
    }
}
#top .bottom_inner {
    display: flex;
    align-items: center;
}
@media (max-width: 840px) {
    #top .bottom_inner {
        flex-direction: column;
    }
}
#top .bottom_img {
    margin-left: calc(50% - 50vw);
    width: 85vw;
    height: 600px;
    background-image: url(../img/top/bottom.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 840px) {
    #top .bottom_img {
        margin-left: 0;
        width: 115%;
        aspect-ratio: 3/2;
        margin-left: -7.5%;
        margin-right: -7.5%;
        height: auto;
    }
}
#top .bottom_copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    width: 100%;
    margin-left: -20%;
}
@media (max-width: 840px) {
    #top .bottom_copy {
        margin-left: 0;
        width: 100%;
    }
}
#top .bottom_copy .ja {
    display: flex;
    flex-direction: column;
    font-size: calc(clamp(3.2rem, 5.2vw, 6rem) * 1.25);
    line-height: 1.25;
    gap: 0.35em 0;
}
@media (max-width: 840px) {
    #top .bottom_copy .ja {
        margin-top: -0.75em;
    }
}
#top .bottom_copy .ja .txt {
    line-height: inherit;
}
#top .bottom_copy .ja .txt span {
    display: inline-block;
    line-height: inherit;
    opacity: 0;
    translate: 0 -0.25em;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: 1.5s opacity, 1s translate, 1.5s -webkit-filter;
    transition: 1.5s opacity, 1.5s filter, 1s translate;
    transition: 1.5s opacity, 1.5s filter, 1s translate, 1.5s -webkit-filter;
    text-shadow: 0 0 0.5em rgba(30, 30, 30, 0.5), 0 0 0.5em rgba(30, 30, 30, 0.5);
}
#top .bottom_copy .ja .txt span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .bottom_copy .en {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    display: block;
    margin-top: 2.5em;
}

/*==================================================================================================
	お知らせ
==================================================================================================*/
#news .article_time {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    color: #aeaeae;
}
#news .article_ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.35;
    margin-top: 0.35em;
    padding-top: 0.35em;
    border-top: 1px solid #fff;
}
#news .article_content {
    margin: clamp(50px, 8vw, 80px) 0;
}
#news .article_content img {
    width: auto;
}
#news .article_backbtn {
    background-color: transparent;
    color: #fff;
    display: block;
}

/*==================================================================================================
	会社概要
==================================================================================================*/
#company .message_content {
    display: flex;
    align-items: center;
    gap: clamp(50px, 8vw, 80px) 0;
}
@media (max-width: 1280px) {
    #company .message_content {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
#company .message_txt {
    padding-right: 5%;
}
@media (max-width: 1280px) {
    #company .message_txt {
        padding-right: 0;
        width: 90%;
    }
}
#company .message_txt .info {
    display: block;
    margin-top: 1em;
    text-align: right;
}
#company .message_txt .name {
    display: block;
    margin-top: 0.75em;
    margin-left: auto;
    width: 120px;
}
#company .message_img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    position: relative;
    padding-left: 10%;
}
@media (max-width: 1280px) {
    #company .message_img {
        padding-left: 40%;
    }
}
@media (max-width: 540px) {
    #company .message_img {
        padding-left: 20%;
    }
}
#company .message_copy {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35em 0;
    font-size: min(2.6vw, 4.6rem);
    line-height: 1.35;
    z-index: 5;
}
@media (max-width: 1280px) {
    #company .message_copy {
        left: 20%;
        font-size: 4.6vw;
    }
}
@media (max-width: 540px) {
    #company .message_copy {
        left: 5%;
        font-size: 6.2vw;
    }
}
#company .message_copy .txt {
    line-height: inherit;
}
#company .message_copy .txt span {
    display: inline-block;
    line-height: inherit;
    opacity: 0;
    translate: 0 -0.25em;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: 1.5s opacity, 1s translate, 1.5s -webkit-filter;
    transition: 1.5s opacity, 1.5s filter, 1s translate;
    transition: 1.5s opacity, 1.5s filter, 1s translate, 1.5s -webkit-filter;
    text-shadow: 0 0 0.5em rgba(30, 30, 30, 0.5), 0 0 0.5em rgba(30, 30, 30, 0.5);
}
#company .message_copy .txt span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#company .about {
    padding: clamp(50px, 8vw, 80px) 5% 0;
}
#company .about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(../img/company/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 540px) {
    #company .about::before {
        height: 85%;
    }
}
#company .about_inner {
    z-index: 5;
}
#company .about_txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    gap: 1em 1.5em;
}
@media (max-width: 840px) {
    #company .about_txt {
        flex-direction: column;
    }
}
@media (max-width: 540px) {
    #company .about_txt {
        font-size: 3.8vw;
    }
}
#company .about_txt .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0 0 0.5em rgba(30, 30, 30, 0.5), 0 0 0.5em rgba(30, 30, 30, 0.5);
}
@media (max-width: 840px) {
    #company .about_txt .txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-align: center;
    }
}
#company .about_img {
    margin-top: clamp(50px, 8vw, 80px);
}
#company .info_inner {
    display: flex;
    flex-direction: row-reverse;
}
@media (max-width: 840px) {
    #company .info_inner {
        flex-direction: column;
    }
}
#company .info_secttl {
    padding-left: 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
}
@media (max-width: 840px) {
    #company .info_secttl {
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 0 auto clamp(50px, 8vw, 80px);
        padding-top: clamp(50px, 8vw, 80px);
        padding-left: 0;
    }
}
#company .info_secttl .ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(3.2rem, 5.2vw, 6rem);
    line-height: 1.35;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #company .info_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#company .info_secttl .en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: calc(clamp(3.2rem, 5.2vw, 6rem) * 2);
    line-height: 1.35;
    margin-right: -0.75em;
    position: relative;
    z-index: 3;
}
@media (max-width: 840px) {
    #company .info_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: clamp(3.2rem, 5.2vw, 6rem);
        margin-right: 0;
        margin-top: -0.85em;
    }
}
#company .info_secttl .en span {
    display: inline-block;
    line-height: inherit;
    opacity: 0;
    translate: 0 0.25em;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: 0.5s opacity, 0.5s translate, 0.5s -webkit-filter;
    transition: 0.5s opacity, 0.5s translate, 0.5s filter;
    transition: 0.5s opacity, 0.5s translate, 0.5s filter, 0.5s -webkit-filter;
}
#company .info_secttl .en span.-active {
    opacity: 0.15;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#company .info_secttl .border {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 1px;
    height: 1px;
    background-color: #fff;
    transition: height 1s ease;
}
#company .info_secttl .border.-active {
    height: clamp(50px, 8vw, 80px);
}
@media (min-width: 841px) {
    #company .info_secttl .border {
        display: none;
    }
}
#company .info_content {
    flex-grow: 1;
}
#company .info_list {
    display: flex;
    flex-direction: column;
}
#company .info_item {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0;
    border-top: 1px solid #fff;
    gap: 0.5em 0;
}
#company .info_item:last-child {
    border-bottom: 1px solid #fff;
}
@media (max-width: 540px) {
    #company .info_item {
        padding: 1.5em 0;
    }
}
#company .info_item .ttl {
    width: 200px;
}
@media (max-width: 540px) {
    #company .info_item .ttl {
        width: 100%;
    }
}
#company .info_item .txt,
#company .info_item .location {
    width: calc(100% - 200px);
    padding-left: 1em;
}
@media (max-width: 540px) {
    #company .info_item .txt,
    #company .info_item .location {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 540px) {
    #company .info_item .location {
        margin-top: 1em;
    }
}
#company .info_item .location_list {
    display: flex;
    flex-direction: column;
    gap: 1.25em 0;
}
#company .info_item .location_item {
    display: flex;
    flex-direction: column;
    gap: 0.15em 0;
}
#company .info_item .location_ttl {
    background-color: #fff;
    color: #1e1e1e;
    display: inline-block;
    line-height: 1.35;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15em 0.5em;
}
#company .info_map {
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
}
#company .info_map .map_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(clamp(50px, 8vw, 80px) * 0.75) 0;
}
#company .info_map .map_item {
    width: 48.5%;
}
@media (max-width: 540px) {
    #company .info_map .map_item {
        width: 100%;
    }
}
#company .info_map .map_item .ttl {
    background-color: #fff;
    color: #1e1e1e;
    display: inline-block;
    line-height: 1.35;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15em 0.5em;
    margin-bottom: 1em;
}
#company .info_map .map_item .map iframe {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*==================================================================================================
	施工実績
==================================================================================================*/
#works .pickup {
    padding: 0 0;
}
#works .pickup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: #1e1e1e;
    background: linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
    z-index: 10;
    pointer-events: none;
}
#works .pickup::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: #1e1e1e;
    background: linear-gradient(90deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
    z-index: 10;
    pointer-events: none;
}
#works .pickup_inner {
    z-index: 5;
}
#works .pickup_swiper {
    margin: calc(clamp(50px, 8vw, 80px) * -1) 0;
}
#works .pickup_list {
    margin: 0px 0;
    position: relative;
}
#works .pickup_item {
    width: 50%;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    scale: 0.8;
    pointer-events: none;
    position: relative;
}
@media (max-width: 840px) {
    #works .pickup_item {
        width: 80%;
    }
}
#works .pickup_item .pickup_head {
    opacity: 0;
}
#works .pickup_item.swiper-slide-active {
    z-index: 2;
    pointer-events: auto;
}
#works .pickup_item.swiper-slide-active .pickup_link:hover .pickup_img img {
    scale: 1.05;
}
#works .pickup_item.swiper-slide-active .pickup_img::before {
    opacity: 0;
}
#works .pickup_item.swiper-slide-active .pickup_head {
    opacity: 1;
}
#works .pickup_img {
    position: relative;
    overflow: hidden;
}
#works .pickup_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
    transition: opacity 0.5s;
    opacity: 1;
}
#works .pickup_img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 4/3;
    -o-object-position: center;
    object-position: center;
}
#works .pickup_head {
    margin: calc(clamp(50px, 8vw, 80px) * 0.75) 0 0;
    transition: opacity 0.5s;
}
#works .pickup_info {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.45;
    color: #aeaeae;
}
@media (max-width: 840px) {
    #works .pickup_info {
        font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    }
}
#works .pickup_ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.35;
    margin-top: 0.35em;
    padding-top: 0.35em;
    border-top: 1px solid #fff;
}
#works .pickup .swiper-button-prev,
#works .pickup .swiper-button-next {
    right: auto;
    translate: -50% -50%;
    width: min(10%, 50px);
    height: min(10%, 50px);
    transition: scale 0.5s;
}
#works .pickup .swiper-button-prev::after,
#works .pickup .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#works .pickup .swiper-button-prev:hover,
#works .pickup .swiper-button-next:hover {
    scale: 1.1;
}
#works .pickup .swiper-button-prev {
    top: 50%;
    left: 27%;
}
@media (max-width: 840px) {
    #works .pickup .swiper-button-prev {
        left: 10%;
    }
}
#works .pickup .swiper-button-prev::after {
    background-image: url(../img/works/prev.svg);
}
#works .pickup .swiper-button-next {
    top: 50%;
    left: 73%;
}
@media (max-width: 840px) {
    #works .pickup .swiper-button-next {
        left: 90%;
    }
}
#works .pickup .swiper-button-next::after {
    background-image: url(../img/works/next.svg);
}
#works .pickup_nopost {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 min(5%, 50px);
    display: block;
}
#works .archive {
    padding: 0 0;
    margin: 0 auto clamp(50px, 8vw, 80px);
}
#works .archive_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
    margin-bottom: calc(clamp(50px, 8vw, 80px) * 0.5);
}
#works .archive_item {
    width: 33.3333333333%;
    border-bottom: 1px solid #fff;
}
#works .archive_item:not(:nth-child(3n)) {
    border-right: 1px solid #fff;
}
#works .archive_item:nth-child(-n+3) {
    border-top: 1px solid #fff;
}
@media (max-width: 1280px) {
    #works .archive_item {
        width: 50%;
    }
    #works .archive_item:nth-child(odd) {
        border-right: 1px solid #fff;
    }
    #works .archive_item:nth-child(-n+2) {
        border-top: 1px solid #fff;
    }
    #works .archive_item:nth-child(2) {
        border-right: none;
    }
    #works .archive_item:nth-child(3) {
        border-top: none;
    }
}
#works .archive_link {
    padding: min(3.5vw, 80px) min(7.5%, 80px);
}
#works .archive_link:hover .archive_eyecatch img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#works .archive_link:hover .archive_eyecatch::before {
    right: 1.5%;
}
#works .archive_link:hover .archive_ttl .icon {
    right: 0.25em;
}
#works .archive_eyecatch {
    overflow: hidden;
    position: relative;
}
#works .archive_eyecatch img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}
#works .archive_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin: 1.5em 0 0;
    line-height: 1.45;
    position: relative;
    padding-right: 3em;
}
@media (max-width: 840px) {
    #works .archive_ttl {
        font-size: 1.4rem;
        margin-top: 3.5vw;
    }
}
#works .archive_ttl .icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    transition: right 0.5s;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}
#works .archive_ttl .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
}
#works .archive_ttl .icon::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 55%;
    translate: -50% -50%;
    width: 25%;
    height: 25%;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
#works .article_img {
    position: relative;
}
#works .article_img::before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: 0;
    width: 100%;
    height: 30%;
    background: #1e1e1e;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
}
#works .article_head {
    margin: clamp(50px, 8vw, 80px) 0 calc(clamp(50px, 8vw, 80px) * 0.75);
}
#works .article_info {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.45;
    color: #aeaeae;
}
@media (max-width: 840px) {
    #works .article_info {
        font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    }
}
#works .article_ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.35;
    margin-top: 0.35em;
    padding-top: 0.35em;
    border-top: 1px solid #fff;
}
#works .article_point .point_ttl {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    color: #1e1e1e;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15em 0.5em;
    margin-bottom: 1em;
}
#works .article_gallery {
    margin: clamp(50px, 8vw, 80px) 0;
}
#works .article_gallery .gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px min(10px, 1.5%);
}
#works .article_gallery .gallery_item {
    width: calc((100% - min(10px, 1.5%) * 3) / 3);
}
@media (max-width: 540px) {
    #works .article_gallery .gallery_item {
        width: calc((100% - min(10px, 1.5%) * 2) / 2);
    }
}
#works .article_gallery .gallery_img {
    padding: 0;
    border: none;
    aspect-ratio: 1/1;
    transition: opacity 0.5s;
}
#works .article_gallery .gallery_img:hover {
    opacity: 0.8;
}
#works .article_gallery .gallery_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#works .article_backbtn {
    background-color: transparent;
    color: #fff;
    display: block;
}

/*==================================================================================================
	家づくりの流れ
==================================================================================================*/
#flow .about {
    background-image: url(../img/flow/about_bg.jpg);
    background-size: 100px;
    background-position: center;
    background-repeat: repeat;
    padding: clamp(80px, 12vw, 150px) 0 clamp(50px, 8vw, 80px);
    margin: 0 auto;
}
#flow .about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #1e1e1e;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
}
#flow .about_copy {
    padding: 0 min(50px, 5%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 0.35em 0;
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1.25);
    line-height: 1.35;
    z-index: 5;
    margin-top: 10%;
    position: relative;
    z-index: 10;
}
@media (max-width: 840px) {
    #flow .about_copy {
        margin-top: 0;
    }
}
@media (max-width: 540px) {
    #flow .about_copy {
        font-size: 5vw;
    }
}
#flow .about_copy .txt {
    background-color: #fff;
    color: #1e1e1e;
    line-height: inherit;
    padding: 0.15em 0.5em;
    display: flex;
    align-items: baseline;
}
#flow .about_copy .txt .mintxt {
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 0.95);
}
@media (max-width: 540px) {
    #flow .about_copy .txt .mintxt {
        font-size: 4vw;
    }
}
#flow .about_gallery {
    aspect-ratio: 16/9;
    position: relative;
    z-index: 5;
    margin-top: calc(clamp(80px, 12vw, 150px) * -2.5);
}
@media (max-width: 840px) {
    #flow .about_gallery {
        margin-top: calc(clamp(80px, 12vw, 150px) * 0.5);
    }
}
#flow .about_gallery .gallery_item {
    position: absolute;
}
#flow .about_gallery .gallery_item:nth-child(1) {
    top: 0;
    left: 0;
    width: 27.5%;
}
#flow .about_gallery .gallery_item:nth-child(2) {
    bottom: 10%;
    left: 5%;
    width: 12.5%;
}
#flow .about_gallery .gallery_item:nth-child(3) {
    top: 35%;
    left: 30.5%;
    width: 17.5%;
}
#flow .about_gallery .gallery_item:nth-child(4) {
    bottom: 20%;
    right: 30%;
    width: 12.5%;
}
#flow .about_gallery .gallery_item:nth-child(5) {
    top: 10%;
    right: 0;
    width: 20%;
}
#flow .about_gallery .gallery_item:nth-child(6) {
    bottom: 0;
    right: 5%;
    width: 20%;
}
#flow .flow {
    padding: 0 0;
}
@media (max-width: 840px) {
    #flow .flow {
        padding: 0 5%;
    }
}
#flow .flow_inner {
    z-index: 5;
}
#flow .flow_bg img {
    -webkit-mask-image: url(../img/flow/mask.png);
    mask-image: url(../img/flow/mask.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-mask-size: 100% 0%;
    mask-size: 100% 0%;
    transition: -webkit-mask-size 0.1s linear;
    transition: mask-size 0.1s linear;
    transition: mask-size 0.1s linear, -webkit-mask-size 0.1s linear;
}
@media (max-width: 840px) {
    #flow .flow_bg {
        display: none;
    }
}
@media (max-width: 840px) {
    #flow .flow_list {
        display: flex;
        flex-direction: column;
        gap: clamp(50px, 8vw, 80px) 0;
        width: 100%;
        margin-left: auto;
    }
}
#flow .flow_item {
    position: absolute;
    width: 32%;
}
@media (max-width: 840px) {
    #flow .flow_item {
        width: 95%;
        position: relative;
        display: flex;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}
#flow .flow_item:nth-child(1) {
    top: 2%;
    left: 31%;
}
#flow .flow_item:nth-child(1) .flow_num {
    top: -0.25em;
    right: -0.75em;
}
#flow .flow_item:nth-child(2) {
    top: 22%;
    right: 20%;
}
#flow .flow_item:nth-child(2) .flow_num {
    top: -0.25em;
    left: -0.75em;
}
#flow .flow_item:nth-child(3) {
    top: 35%;
    left: 11%;
}
#flow .flow_item:nth-child(3) .flow_num {
    top: -0.25em;
    left: -0.75em;
}
#flow .flow_item:nth-child(4) {
    top: 43%;
    right: 12%;
}
#flow .flow_item:nth-child(4) .flow_num {
    top: -0.25em;
    right: -0.75em;
}
#flow .flow_item:nth-child(5) {
    top: 61%;
    left: 27%;
}
#flow .flow_item:nth-child(5) .flow_num {
    top: -0.25em;
    left: -0.75em;
}
#flow .flow_item:nth-child(6) {
    top: 80%;
    right: 28%;
}
#flow .flow_item:nth-child(6) .flow_num {
    top: -0.25em;
    right: -0.75em;
}
#flow .flow_icon {
    width: 15%;
}
@media (min-width: 841px) {
    #flow .flow_icon {
        display: none;
    }
}
@media (max-width: 840px) {
    #flow .flow_content {
        width: 85%;
        padding-left: 7.5%;
    }
}
#flow .flow_num {
    font-size: 10vw;
    position: absolute;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
}
@media (max-width: 1600px) {
    #flow .flow_num {
        font-size: 12.5vw;
    }
}
@media (max-width: 840px) {
    #flow .flow_num {
        left: auto !important;
        right: -5% !important;
    }
}
@media (max-width: 540px) {
    #flow .flow_num {
        font-size: 15vw;
    }
}
#flow .flow_ttl {
    line-height: 1.35;
    font-size: 1.5vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    z-index: 5;
}
@media (max-width: 1600px) {
    #flow .flow_ttl {
        font-size: 2.25vw;
    }
}
@media (max-width: 840px) {
    #flow .flow_ttl {
        font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    }
}
#flow .flow_txt {
    font-size: 0.85vw;
    position: relative;
    z-index: 5;
}
@media (max-width: 1600px) {
    #flow .flow_txt {
        font-size: 1.35vw;
    }
}
@media (max-width: 840px) {
    #flow .flow_txt {
        font-size: 1.6rem;
    }
}
@media (max-width: 540px) {
    #flow .flow_txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 840px) {
    #flow .flow_pcicon {
        display: none;
    }
}
#flow .flow_pcicon .icon {
    position: absolute;
    width: 7.5%;
}
#flow .flow_pcicon .icon:nth-child(1) {
    top: 2%;
    left: 19.5%;
}
@media (max-width: 1600px) {
    #flow .flow_pcicon .icon:nth-child(1) {
        top: 1.5%;
    }
}
#flow .flow_pcicon .icon:nth-child(2) {
    top: 20%;
    right: 6.5%;
}
#flow .flow_pcicon .icon:nth-child(3) {
    top: 32%;
    left: 45%;
}
@media (max-width: 1600px) {
    #flow .flow_pcicon .icon:nth-child(3) {
        top: 34.5%;
    }
}
#flow .flow_pcicon .icon:nth-child(4) {
    top: 51.5%;
    left: 60%;
}
@media (max-width: 1600px) {
    #flow .flow_pcicon .icon:nth-child(4) {
        top: 54.5%;
    }
}
#flow .flow_pcicon .icon:nth-child(5) {
    top: 70.5%;
    left: 19.5%;
}
@media (max-width: 1600px) {
    #flow .flow_pcicon .icon:nth-child(5) {
        top: 74%;
    }
}
#flow .flow_pcicon .icon:nth-child(6) {
    top: 90.5%;
    left: 31.5%;
}
@media (max-width: 1600px) {
    #flow .flow_pcicon .icon:nth-child(6) {
        top: 93.5%;
    }
}
#flow .flow_mbbg {
    z-index: 1;
    position: absolute;
    top: -50px;
    left: 8.25%;
    translate: 0 0;
    width: 6.5%;
    height: 110%;
    background-image: url(../img/flow/flow_mb.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}
@media (min-width: 841px) {
    #flow .flow_mbbg {
        display: none;
    }
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .head {
    margin-bottom: 0;
}
#contact .head_txt {
    text-align: center;
}
#contact .head_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 30px min(80px, 20%) 60px min(80px, 15%);
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.75);
    border: 1px solid #fff;
}
#contact .head_link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25em;
    translate: 0 -50%;
    width: 2em;
    height: 2em;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: right 0.5s;
}
#contact .head_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: right 0.5s;
}
#contact .head_link:hover::before {
    right: 0.5em;
}
#contact .head_link:hover::after {
    right: 1.25em;
}
#contact .head_link span {
    display: block;
    line-height: 1.2;
}
#contact .head_link .tel {
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1.75);
    color: #fff;
    position: relative;
    z-index: 10;
}
@media (max-width: 540px) {
    #contact .head_link .tel {
        font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1);
    }
}
#contact .head_link .num {
    font-size: clamp(3.2rem, 5.2vw, 6rem);
    position: relative;
    color: #fff;
    z-index: 10;
}
@media (max-width: 540px) {
    #contact .head_link .num {
        font-size: 7vw;
    }
}
#contact .head_link .num::before {
    content: "";
    position: absolute;
    top: 55%;
    left: -1em;
    translate: 0 -50%;
    width: 0.75em;
    height: 0.75em;
    -webkit-mask-image: url(../img/contact/icon_tel.svg);
    mask-image: url(../img/contact/icon_tel.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
}
#contact .head_link .num .time {
    font-size: 1.6rem;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    bottom: -2em;
    left: 50%;
    translate: -50% 0;
    line-height: 1.2;
    padding: 0.15em 0.5em;
}
@media (max-width: 540px) {
    #contact .head_link .num .time {
        font-size: 3vw;
    }
}
#contact .form {
    margin-top: clamp(50px, 8vw, 80px);
}
#contact .form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 1.25em 0;
}
#contact .form_item:first-child {
    border-top: 1px solid #fff;
}
#contact .form_item.-align {
    align-items: flex-start;
}
#contact .form_item.-align .label {
    margin-top: 0.5em;
}
@media (max-width: 840px) {
    #contact .form_item.-align .label {
        margin-top: 0.25em;
    }
}
#contact .form_item .label {
    display: block;
    width: 300px;
}
@media (max-width: 840px) {
    #contact .form_item .label {
        width: 100%;
        margin-bottom: 0.5em;
    }
}
#contact .form_item .label.-required::after {
    content: "必須";
    color: #1e1e1e;
    background-color: #fff;
    font-size: 1.2rem;
    margin-left: 1em;
    letter-spacing: 0;
    padding: 0.15em 0.5em;
}
#contact .form_item .label + * {
    width: calc(100% - 300px - 1em);
    margin-left: 1em;
    height: 3em;
}
@media (max-width: 840px) {
    #contact .form_item .label + * {
        width: 100%;
        margin-left: 0;
    }
}
#contact .form_item .input {
    padding: 0.5em;
    background-color: #fff;
    border: none;
    outline: none;
}
#contact .form_item .input#c_name, #contact .form_item .input#c_tel {
    width: 300px;
}
@media (max-width: 540px) {
    #contact .form_item .input#c_name, #contact .form_item .input#c_tel {
        width: 100%;
    }
}
#contact .form_item .textarea {
    resize: vertical;
    padding: 0.5em;
    background-color: #fff;
    border: none;
    outline: none;
    height: auto;
}
#contact .form_item .radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 3em;
    height: auto;
}
@media (max-width: 840px) {
    #contact .form_item .radio {
        min-height: 2.5em;
    }
}
#contact .form_item .radio_list {
    display: flex;
    flex-wrap: wrap;
}
#contact .form_item .radio_item {
    position: relative;
    display: flex;
}
#contact .form_item .radio_item:not(:last-child) {
    margin-right: 1.25em;
}
#contact .form_item .radio_item input[type=radio] {
    width: 0;
    visibility: hidden;
}
#contact .form_item .radio_item input[type=radio]:checked + label::after {
    scale: 0.65;
    opacity: 1;
}
#contact .form_item .radio_item label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
}
#contact .form_item .radio_item label::before, #contact .form_item .radio_item label::after {
    content: "";
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    top: 50%;
    border-radius: 50%;
    translate: 0 -47.5%;
}
#contact .form_item .radio_item label::before {
    background-color: transparent;
    border: 1px solid #fff;
}
#contact .form_item .radio_item label::after {
    background: #fff;
    border: 1px solid #fff;
    scale: 0;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .form_item .radio_txt {
    font-size: 0.85em;
    width: 100%;
    margin-top: 0.5em;
}
#contact .form_item .address {
    min-height: 3em;
    height: auto;
}
#contact .form_item .address .num {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    margin-bottom: 10px;
}
#contact .form_item .address .num input {
    padding: 0.5em;
    background-color: #fff;
    border: none;
    outline: none;
    width: 200px;
}
#contact .form_item .address .textarea {
    resize: vertical;
    padding: 0.5em;
    background-color: #fff;
    border: none;
    outline: none;
    height: auto;
    border-radius: 2px;
    width: 100%;
    margin-bottom: -5px;
}
#contact .form_agree {
    margin-top: 50px;
}
#contact .form_agree .agree_txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#contact .form_agree .agree_link {
    text-decoration: underline;
    display: inline-block;
}
#contact .form_agree .agree_link:hover {
    opacity: 0.8;
}
#contact .form_agree .agree_check {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .form_agree .agree_check input[type=checkbox] {
    width: 0;
    visibility: hidden;
}
#contact .form_agree .agree_check input[type=checkbox]:checked + label::before {
    border-color: #fff;
}
#contact .form_agree .agree_check input[type=checkbox]:checked + label::after {
    opacity: 1;
    scale: 1;
}
#contact .form_agree .agree_check label {
    position: relative;
    cursor: pointer;
    padding: 0 1em 0 2em;
}
#contact .form_agree .agree_check label::before {
    background: #1e1e1e;
    border: 1px solid #fff;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
#contact .form_agree .agree_check label::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
    top: 50%;
    left: 2.5%;
    translate: 0 -75%;
    opacity: 0;
    rotate: 45deg;
    scale: 0.7;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .form_btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2em auto 0;
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    border: 1px solid #fff;
    padding: 0.5em 3.5em 0.5em 1.5em;
    position: relative;
    background-color: transparent;
    color: #fff;
    opacity: 0.5;
}
#contact .form_btn span {
    font-size: inherit;
    display: block;
    line-height: 1.35;
    translate: 0 -0.05em;
}
#contact .form_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: right 0.5s;
}
#contact .form_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9em;
    translate: 0 -50%;
    width: 0.25em;
    height: 0.25em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: right 0.5s;
}
#contact .form_btn.-active {
    opacity: 1;
}
#contact .form_btn.-active:hover::before {
    right: 0.25em;
}
#contact .form_btn.-active:hover::after {
    right: 0.65em;
}
#contact .form input[type=radio],
#contact .form input[type=checkbox] {
    accent-color: #000;
}

.mailphp {
    max-width: 840px;
    margin: 0 auto;
}
.mailphp p {
    margin: 1em 0;
}
.mailphp .mailphp-header {
    text-align: center;
}
.mailphp .mailphp-header .mailphp-header-inner {
    font-weight: 900;
    font-size: 2.4rem;
    margin: 0px;
    color: #aaa;
    border: none;
}
.mailphp .mailphp-header .mailphp-header-title {
    margin-bottom: 1.25em;
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    color: #000;
}
.mailphp .mailphp-main {
    flex-grow: 1;
    margin: 3em 0;
    margin: 10px 0px 30px;
}
.mailphp .mailphp-main .mailphp-main-inner p {
    text-align: center;
}
.mailphp .mailphp-footer {
    margin-bottom: 0px;
}
.mailphp .confirm-items,
.mailphp .error-items {
    margin: 1.5em 0;
}
.mailphp .confirm-items .confirm-item,
.mailphp .confirm-items .error-item,
.mailphp .error-items .confirm-item,
.mailphp .error-items .error-item {
    display: flex;
    margin-bottom: 1px;
}
.mailphp .confirm-items .confirm-item-body,
.mailphp .confirm-items .error-item-body,
.mailphp .error-items .confirm-item-body,
.mailphp .error-items .error-item-body {
    flex: 1;
}

.mailphp-header-title {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 1.25);
    text-align: center;
    display: block;
    margin-bottom: 1.5em;
}
.mailphp-header-txt {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
}

.confirm_custom {
    margin: 0 auto clamp(80px, 12vw, 150px);
    padding: calc(clamp(120px, 18vw, 150px) * 1.25) 5% 0;
    position: relative;
}
@media (max-width: 540px) {
    .confirm_custom {
        padding: calc(clamp(100px, 16vw, 150px) * 1.25) 5% 0;
    }
}
.confirm_custom_inner {
    max-width: 840px;
    margin: 0 auto;
}

.confirm-items {
    width: 100%;
    margin-top: 30px;
}
.confirm-items tbody {
    width: 100%;
    border-top: 1px solid #fff;
}
.confirm-items tbody tr {
    display: flex;
    flex-wrap: wrap;
}
.confirm-items tbody tr th {
    display: block;
    width: 230px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding: 1.5em 0;
    font-weight: normal;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr th {
        width: 100%;
        border-bottom: none;
        padding: 1em 0 1.5px;
    }
}
.confirm-items tbody tr td {
    display: block;
    width: calc(100% - 230px);
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 1.5em 0 1.5em 1em;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr td {
        width: 100%;
        padding-left: 0px;
        padding: 1.5px 0 1em;
    }
}

.error-items .error-item {
    border-radius: 5px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.error-items .error-item:not(:last-child) {
    margin-bottom: 5px;
}
.error-items .error-item-label {
    display: block;
    width: 150px;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-label {
        width: 100%;
    }
}
.error-items .error-item-body {
    display: block;
    width: calc(100% - 150px);
    padding-left: 1em;
    word-break: break-all;
    color: #c40000;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-body {
        width: 100%;
        padding-left: 0px;
    }
}

.confirm-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.confirm-btns .confirm-btn.confirm-btn-submit {
    border: none;
    padding: 1em 1.5em;
    width: 220px;
    max-width: 100%;
    margin: 2.5em auto 20px;
    background-color: #1e1e1e;
    color: #fff;
    border: 1px solid #fff;
}
.confirm-btns .confirm-btn.confirm-btn-submit:hover {
    opacity: 0.7;
}
.confirm-btns .confirm-btn.confirm-btn-back {
    font-size: 1.6rem;
    width: 180px;
    max-width: 100%;
    margin: 10px auto 0px;
    background-color: #444;
    color: #fff;
    border: none;
    padding: 0.75em 1.5em;
    transition: 0.5s opacity;
}
.confirm-btns .confirm-btn.confirm-btn-back:hover {
    opacity: 0.7;
}

.error_messe {
    margin-top: 30px;
    text-align: center;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec_list {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(50px, 8vw, 80px) * 0.5) 0;
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
}
#privacypolicy .sec_item .ttl {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    color: #1e1e1e;
    line-height: 1.35;
    margin-bottom: 0.5em;
    background-color: #fff;
    padding: 0.15em 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#privacypolicy .sec_item .txt a {
    text-decoration: underline;
}
#privacypolicy .sec_item .txt a:hover {
    opacity: 0.8;
}

/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec,
#thanks .sec {
    margin: 0 auto clamp(80px, 12vw, 150px);
    padding: calc(clamp(120px, 18vw, 150px) * 1.25) 5% 0;
}
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 1.25);
    text-align: center;
    margin-bottom: 1em;
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2em auto 0;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    border: 1px solid #fff;
    padding: 0.25em 2.5em 0.25em 0.5em;
    position: relative;
    z-index: 5;
}
#error .sec_btn span,
#thanks .sec_btn span {
    font-size: inherit;
    display: block;
    line-height: 1.35;
    translate: 0 -0.05em;
}
#error .sec_btn::before,
#thanks .sec_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: right 0.5s;
}
#error .sec_btn::after,
#thanks .sec_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9em;
    translate: 0 -50%;
    width: 0.25em;
    height: 0.25em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: right 0.5s;
}
#error .sec_btn:hover::before,
#thanks .sec_btn:hover::before {
    right: 0.25em;
}
#error .sec_btn:hover::after,
#thanks .sec_btn:hover::after {
    right: 0.65em;
}