@charset "UTF-8"; @import url(../css/sub.css); @import url(../css/header.css); :root {
    --color-01: #310e00;
    --color-02: #cc4b1499;
    --window-padding: 50px;
    --vertical-window-padding: 100px;
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Noto Serif JP", serif;
    --font-family03: "Roboto", sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-family01);
    font-style: normal;
    background-color: #f4f4f4;
}

body p {
    line-height: 25px;
}

.pd-tb {
    padding-top: var(--vertical-window-padding);
    padding-bottom: var(--vertical-window-padding);
}

.pd-b {
    padding-bottom: var(--vertical-window-padding);
}

.mg-b {
    margin-bottom: var(--vertical-window-padding);
}

.pd-lr {
    padding-left: var(--window-padding);
    padding-right: var(--window-padding);
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.hv {
    transition: 0.5s ease;
}

.hv:hover {
    opacity: 0.7;
}

.section_ttl {
    font-size: 70px;
    color: var(--color-02);
    margin-bottom: 50px;
    width: fit-content;
    position: relative;
    font-family: var(--font-family03);
}

.section_ttl.center {
    text-align: center;
}

.section_ttl span {
    font-size: 16px;
    color: var(--color-01);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-family01);
}

.section_ttl span .line {
    width: 30px;
    background: var(--color-01);
    height: 2px;
    display: flex;
    right: -50px;
    left: unset;
}

.mv {
    height: 90vh;
    display: flex;
    margin-top: 120px;
}

.mv .img {
    width: 100%;
    background: url(../img/mv.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 105%;
}

.mv .txt {
    width: 20%;
    font-family: var(--font-family02);
    position: relative;
    color: #310e00;
}

.mv .txt div:nth-child(1) {
    text-orientation: upright;
    writing-mode: vertical-lr;
    font-size: 75px;
    position: absolute;
    bottom: 100px;
    left: 35%;
    transform: translateX(-50%);
    font-weight: 700;
}

.mv .txt div:nth-child(2) {
    text-orientation: upright;
    writing-mode: vertical-lr;
    font-size: 55px;
    position: absolute;
    bottom: 200px;
    right: 35%;
    transform: translateX(50%);
    font-weight: 700;
}

/* .mvsp-spacer {
    display: none;
} */

.sp {
    display: none;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 69;
    border-radius: 50%;
    background-color: var(--main-bg-color);
    border: 2px solid white;
}

#page_top a::before {
    font-weight: 900;
    content: ">";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}

/* start */
.top#about {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.top#about .inner {
    display: flex;
}

.top#about .inner .txt_box {
    width: 100%;
}

.top#about .inner h3 {
    font-size: 35px;
    color: var(--color-01);
    line-height: 50px;
    margin-bottom: 50px;
}

.top#about .inner .txt_box p {
    padding-right: 100px;
    margin-bottom: 20px;
}

.top#about .inner .img_box {
    width: 65%
}

.top#about .inner .img_box img {
    width: 100%;
}

/* -- about */

.top#service {
    background: url(../img/service-bg.png);
    background-size: 100%;
    position: relative;
}

.top#service::after {
    content: "";
    background: #26211fe0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top#service .inner {
    z-index: 1;
    position: relative;
}

.top#service .section_ttl {
    color: #cc4b14ab;
}

.top#service .section_ttl span {
    color: #fff;
}

.top#service .section_ttl span .line {
    background: #fff;
}

.top#service .wrap .service_wrap {
    display: flex;
    margin-bottom: 60px;
    color: #fff;
}

.top#service .wrap .service_wrap .txt_box {
    width: 100%;
}

.top#service .wrap .service_wrap .txt_box.pt {
    padding-top: 100px;
}

.top#service .wrap .service_wrap .txt_box.pr {
    padding-right: 50px;
}

.top#service .wrap .service_wrap .txt_box.pl {
    padding-left: 50px;
}

.top#service .wrap .service_wrap .txt_box h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.top#service .wrap .service_wrap .txt_box p {
    padding-left: 25px;
}

.top#service .wrap .service_wrap .img_box {
    width: 100%;
}

.top#service .wrap .service_wrap .img_box h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-family: var(--font-family03);
    letter-spacing: 5px;
    font-weight: 500;
}

.top#service .wrap .service_wrap:nth-child(3) .img_box h3,
.top#service .wrap .service_wrap:nth-child(4) .img_box h3,
.top#service .wrap .service_wrap:nth-child(5) .img_box h3,
.top#service .wrap .service_wrap:nth-child(6) .img_box h3 {
    margin-left: 16px;
}

.top#service .wrap .service_wrap .img_box img {
    width: 100%;
}
/* -- service */

.top#message .inner {
    display: flex;
}

.top#message .inner .txt_box {
    width: 100%;
}

.top#message .inner .img_box {
    width: 100%;
}

.top#message .inner .img_box img {
    width: 100%;
    margin-bottom: 20px;
}

.top#message .inner .img_box h3 {
    text-align: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.top#message .inner .img_box h3 small {
    font-size: 16px;
}

.top#message .section_ttl span {
    left: 30%;
}

.top#message .section_ttl span .line {
    left: unset;
}

/* -- message */

.top#company {
    background-color: #c1bcba;
}

.top#company .wrap {
    background: #f4f4f4;
    padding: 100px;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 10px #0003);
}

.top#company .wrap .wrap_inner {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #3333;
}

.top#company .wrap .wrap_inner .label {
    width: 250px;
}

.top#company .wrap .map {
    text-align: center;
    margin-top: 100px;
}

.top#company .wrap .map iframe {
    width: 100%;
    max-width: 800px;
}

.top#company .inner .img_box h3 small {
    font-size: 16px;
}

.top#company .section_ttl span {
    left: 30%;
}

.top#company .section_ttl span .line {
    left: unset;
}

/* -- company */


/* -- contactbnr */
.contactbnr {
    height: 100%;
    background-color: #26211f;
    color: #fff;
    padding: 100px 25px;
}

.contactbnr .inner {
    display: flex;
    justify-content: center;
}

.contactbnr .inner h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.contactbnr .contact_tel {
    width: 100%;
    text-align: center;
    max-width: 300px;
}

.contactbnr .contact_tel a {
    color: #fff;
    font-size: 45px;
    font-family: var(--font-family02);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    font-weight: 700;
}

.contactbnr .contact_tel a span {
    font-size: 20px;
    font-family: var(--font-family01);
    font-weight: 600;
}

.contactbnr .contact_mail {
    width: 100%;
    text-align: center;
    max-width: 300px;
}

.contactbnr .contact_mail a {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    border: solid 2px;
    padding: 15px 20px 20px 20px;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
}

.contactbnr .contact_mail a img {
    width: 100%;
    max-width: 30px;
}

.contactbnr .separator {
    width: 2px;
    height: auto;
    background-color: #fff;
    margin: 0 100px;
}

/* footer */
.footer {
    padding-top: 40px;
    padding-bottom: 60px;
}

.footer a {
    color: var(--color-01);
    font-weight: 600;
}

.footer_logo a {
    font-family: var(--font-family02);
    font-weight: 600;
    font-size: 30px;
    display: flex;
    margin-bottom: 30px;
}

.footer_nav ul {
    display: flex;
    gap: 30px;
}

.footer_nav {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: solid 1px;
}

.copyright {
    text-align: center;
}
/* footer */

@media screen and (max-width: 1400px) {
    .mv .txt {
        width: 25%;
    }

    .mv .txt div:nth-child(1) {
        font-size: 60px;
    }    

    .mv .txt div:nth-child(2) {
        font-size: 40px;
    }

    .top#service .wrap .service_wrap .txt_box h3 {
        font-size: 28px;
    }

    .top#service .wrap .service_wrap .txt_box p {
        font-size: 15px;
    }

    .top#service .inner,
    .top#message .inner,
    .top#company .inner,
    .footer .inner  {
        max-width: 1000px;
    }

    .top#message .inner p {
        font-size: 14px;
    }

    .top#company .wrap .wrap_inner {
        font-size: 14px;
    }

    .top#service .wrap .service_wrap .img_box img {
        max-width: 450px;
    }
}

@media screen and (max-height: 668px) {
    .mv {
        height: 500px;
        min-height: 500px;
    }

    .mv .txt div:nth-child(1) {
        bottom: 60px;
        font-size: 50px;
        left: 35%;
    }    

    .mv .txt div:nth-child(2) {
        bottom: 125px;
        font-size: 35px;
        left: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .mv {
        margin-top: 80px;
        position: relative;
        height: 400px;
        min-height: 400px;
    }

    .mv .img {
        height: 100%;
    }

    .mv .txt {
        width: fit-content;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: flex-end;
        right: 50px;
        bottom: 0;
        gap: 30px;
    }

    .mv .txt div:nth-child(1) {
        bottom: unset;
        font-size: 50px;
        left: unset;
        background: #f4f4f4;
        padding: 10px;
        position: relative;
        transform: unset;
        width: fit-content;
        height: fit-content;
        margin-bottom: 30px;
    }

    .mv .txt div:nth-child(2) {
        bottom: unset;
        font-size: 30px;
        left: unset;
        background: #f4f4f4;
        padding: 10px;
        position: relative;
        transform: unset;
        width: fit-content;
        right: unset;
        height: fit-content;
        margin-bottom: 30px;
    }

    /* .mvsp-spacer {
        display: block;
        background-color: #f4f4f4;
        height: 150px;
        width: 100%;
    } */

    .top#about .inner .txt_box h3 {
        font-size: 27px;
    }

    .top#about .inner .txt_box p br {
        display: none;
    }

    .top#service .wrap .service_wrap .txt_box p br {
        display: none;
    }

    .top#message .inner .txt_box p br {
        display: none;
    }

    .top#message .inner {
        gap: 20px;
    }

    .top#company .wrap .wrap_inner .desc {
        line-height: 25px;
    }

    .top#service .wrap .service_wrap .img_box img {
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .top#about .inner {
        flex-direction: column-reverse;
    }

    .top#about .inner .img_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .top#about .inner .txt_box p {
        padding-right: 0;
    }

    .top#about .inner h3 {
        font-size: 30px;
    }

    .top#service .wrap .service_wrap:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .top#service .wrap .service_wrap:nth-child(even) {
        flex-direction: column;
    }

    .top#service .wrap .service_wrap:nth-child(1) .txt_box.pt,
    .top#service .wrap .service_wrap:nth-child(2) .txt_box.pt {
        padding-top: 20px;
    }

    .top#service .wrap .service_wrap .txt_box.pt {
        padding-top: 0;
    }

    .top#service .wrap .service_wrap .txt_box.pl {
        padding-left: 0;
    }

    .top#service .wrap .service_wrap .txt_box p {
        padding-left: 0;
    }

    .top#message .inner {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .top#company .wrap .wrap_inner {
        flex-direction: column;
        gap: 20px;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .top#company .wrap .wrap_inner .label {
        font-weight: 700;
    }

    .top#company .wrap {
        padding: 60px 25px;
    }

    .top#company .wrap .map {
        margin-top: 0;
    }

    .contactbnr .inner {
        flex-direction: column;
    }

    .contactbnr .contact_tel,
    .contactbnr .contact_mail {
        max-width: unset;
    }

    .contactbnr .separator {
        width: 100%;
        max-width: 100px;
        height: 1px;
        margin: 50px auto;
    }

    .contactbnr .contact_mail a {
        width: fit-content;
        margin: 0 auto;
    }

    .footer_nav ul {
        gap: 10px;
        flex-direction: column;
    }
}

@media screen and (max-width: 375px) {
    :root {
        --window-padding: 25px;
        --vertical-window-padding: 50px;
    }

    .mv .txt {
        right: 25px;
        gap: 20px;
    }

    .mv .txt div:nth-child(1) {
        font-size: 35px;
    }

    .mv .txt div:nth-child(2) {
        font-size: 25px;
        margin-bottom: 45px;
    }

    .section_ttl {
        margin-bottom: 30px;
        font-size: 60px;
    }

    .top#about .inner h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .top#company .wrap .map iframe {
        height: 300px;
    }

    .contactbnr {
        padding: 50px 25px;
    }
}

@media screen and (max-width: 320px) {
    .mv {
        height: 350px;
        min-height: 350px;
    }

    .contactbnr .inner h2 {
        font-size: 20px;
    }

    .contactbnr .contact_tel a {
        font-size: 35px;
    }

    .contactbnr .contact_mail a {
        font-size: 25px;
    }

    .section_ttl {
        font-size: 50px;
    }

    .section_ttl span {
        font-size: 13px;
    }

    .section_ttl span .line {
        width: 22px;
        right: -40px;
    }

    .top#company .wrap .wrap_inner .desc {
        line-height: 20px;
        font-size: 14px;
    }

    .top#company .wrap {
        border-radius: 10px;
    }
}

@media screen and (max-height: 512px) {
    .mv {
        height: 300px;
        min-height: 300px;
    }

    .mv .txt div:nth-child(1) {
        font-size: 35px;
    }
}

@media screen and (max-height: 480px) {
    .mv {
        height: 290px;
        min-height: 290px;
    }

    .mv .txt div:nth-child(1) {
        font-size: 35px;
    }
}

h3 {
    font-size: 23px;
}


h3 small {
    font-size: 16px;
    padding-right: 10px;
}


h2.subttl {
    text-align: center;
    font-size: 25px;
}