@charset "UTF-8";

:root {
    /*------------------------------------------
    Color
  ------------------------------------------*/
    --color-main: #c62d45;
    /* メインカラー */
    --color-accent: #439999;
    /* 強調・必須 */
    --color-text: #333333;
    /* 基本文字色 */
    --color-subtext: #666666;
    /* 補助テキスト */
    --color-border: #c9c9c9;
    /* 枠線 */
    --color-bg: #f5f6f9;
    /* セクション背景 */
    --color-bg-light: #ffffff;
    /* 白背景 */
    --color-bg-gray: #f8f8f8;
    /* 薄グレー背景 */

    /*------------------------------------------
    Font
  ------------------------------------------*/
    --font-eng: 'Poppins', sans-serif;
}

html {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

}


main {
    margin-top: 119px;
}

@media screen and (max-width: 1100px) {
    main {
        margin-top: 73px;
    }

    .header_logo img {
        max-width: 60%;
    }
}

/*-------------------------------------------*/
/*メインイメージ*/
/*-------------------------------------------*/
.mainimg {
    position: relative;
    overflow-x: hidden;
}

.mainimg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mainimg-img img {
    width: 1241px;
    max-width: none;
    margin-inline: auto;
}

.mainimg-bg img {
    width: 100vw;
    height: auto;
    object-fit: cover;
    max-height: 720px;
}

@media screen and (max-width: 1100px) {
    .mainimg-img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .mainimg-bg img {
        max-height: 570px;
    }
}

@media screen and (max-width: 768px) {
    .mainimg-bg img {
        max-height: 500px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .mainimg {
        overflow-x: visible;
        margin-top: 20px;
    }

    .mainimg-bg {
        display: none;
    }

    .mainimg-img {
        position: static;
    }

}



/*-------------------------------------------*/
/*わたしたちについて*/
/*-------------------------------------------*/
section.about {
    padding: 110px 0 105px;
    background-color: var(--color-bg-gray);
    margin-bottom: 135px;
}

.about-text-block {
    width: 53%;
}

.about-image-block {
    width: 50%;
    margin-left: 60px;

}


.about-image-wrap {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-top: -10px;
    position: relative;
}

.about-image-wrap:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: var(--color-main);
    width: 100vw;
    height: 100%;
    border-radius: 10px;
    max-width: 560px;
}

.about-image-wrap img {
    margin-right: calc(50% - 50vw);
    border-radius: 10px 0px 0px 10px;
    position: relative;
    z-index: 10;
}

.about-heading {
    display: flex;
    margin-bottom: 37px;
}

.about-heading:before {
    content: "";
    background-color: var(--color-main);
    width: 12px;
    display: block;
    margin-right: 11px;
    height: 84px;
    margin-top: 9px;
}


.about-heading-eng {
    font-size: 7.0rem;
    font-family: var(--font-eng);
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.about-heading-jap {
    font-size: 1.8rem;
    display: block;
    line-height: 1;
}

.about-subtitle {
    font-size: 3.2rem;
    font-weight: bold;
}

.about-subtitle-block {
    margin-bottom: 22px;
}

.text-color-red {
    color: var(--color-main);
}

@media screen and (min-width: 1201px) {
    .about-image-wrap img {
        border-radius: 10px;
    }
}

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

@media screen and (max-width: 768px) {
    section.about {
        padding: 80px 0 100px;
        margin-bottom: 100px;
    }

    section#about .flex {
        flex-direction: column;
    }

    .about-text-block {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-subtitle br {
        display: none;
    }

    .about-image-block {
        width: 100%;
        margin-left: 0px;
    }

    .about-image-wrap {
        width: 100%;
        margin-right: auto;
    }

    .about-image-wrap:after {
        display: none;
    }

    .about-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .about-heading:before {
        margin-right: 5px;
        margin-top: 6px;
        height: 62px;
    }

    .about-heading-eng {
        margin-bottom: 0px;
    }

    .about-subtitle {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .about-heading-eng {
        font-size: 5.0rem;
    }

    .about-heading-jap {
        font-size: 1.5rem;
    }

    .about-subtitle-block {
        margin-bottom: 20px;
    }


    section.about {
        padding: 50px 0 80px;
        margin-bottom: 80px;
    }

    .about-image-wrap {
        margin-top: 0;
    }

    .about-text-block {
        margin-bottom: 20px;
    }
}

/*-------------------------------------------
バナーセクション
-------------------------------------------*/

section.bnr {
    margin-bottom: 150px;
}

.bnr-block a:hover {
    opacity: 0.8;
}

.bnr-block a img {
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    section.bnr {
        margin-bottom: 100px;
    }

}

@media screen and (max-width: 480px) {
    section.bnr {
        margin-bottom: 80px;
    }

}

/*-------------------------------------------
事業内容
-------------------------------------------*/
section#business {
    margin-bottom: 235px;
}

.business-heading {
    display: flex;
}

.business-heading:before {
    content: "";
    background-color: var(--color-main);
    width: 12px;
    display: block;
    margin-right: 11px;
    margin-top: 6px;

}

.business-heading-eng {
    font-size: 7.0rem;
    font-family: var(--font-eng);
    display: block;
    line-height: 1;
}

span.business-heading-jap {
    font-size: 1.8rem;
}

.business-content .heading h3 .jap {
    font-size: 4.5rem;
    display: block;
    line-height: 1;
    font-feature-settings: "palt";
    margin-bottom: 7px;
}

.business-content .heading h3 .eng {
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    font-family: var(--font-eng);
    color: var(--color-main);
}

.business-heading-subtext p {
    font-size: 1.6rem;
}

.business-heading-block.flex {
    gap: 9em;
    margin-bottom: 102px;
}

.business-content.odd .flex {
    gap: 40px;
}

.business-content.odd {
    position: relative;
    margin-bottom: 140px;
}

.business-content.odd::after {
    content: "";
    position: absolute;
    background-color: var(--color-bg-gray);
    width: 100vw;
    height: 100%;
    top: 43px;
    left: 75px;
    z-index: -1;
}

.business-content.odd .text-block {
    width: calc(60% - 60px);
    margin-top: 18px;
}

.business-content .heading {
    margin-bottom: 36px;
}

.business-content .subtitle h4 {
    font-size: 2.2rem;
    font-feature-settings: "palt";
}

.business-content .subtitle::after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: var(--color-main);
    margin-top: 20px;
    margin-bottom: 15px;
}



.business-content.even .flex {
    justify-content: space-between;
    gap: 40px;
}

.business-content.even {
    position: relative;
    margin-bottom: 150px;
}

.business-content.even::after {
    content: "";
    position: absolute;
    background-color: var(--color-bg-gray);
    width: 100vw;
    height: 100%;
    top: 46px;
    z-index: -1;
    right: 75px;
}

.business-content.even .text-block {
    width: calc(60% - 60px);
    margin-top: 20px;
}

.business .image-block img {
    border-radius: 10px;
}

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

    .business-content.odd .text-block,
    .business-content.even .text-block {
        width: 100%;
        margin-top: 0px;
    }

    .business-content.odd .flex {
        flex-direction: column-reverse;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px dotted #cacaca;
    }

    .business-content.even .flex {
        flex-direction: column;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px dotted #cacaca;
    }

    .business-content.odd::after,
    .business-content.even::after {
        display: none;
    }

    .business-heading-block.flex {
        gap: 0;
        flex-direction: column;
        margin-bottom: 80px;
    }

    .business-content.even,
    .business-content.odd {
        margin-bottom: 0px;
    }

    .subtitle h4 br {
        display: none;
    }

    .business-content .heading {
        margin-bottom: 20px;
    }

    .business-heading {
        margin-bottom: 30px;
    }

    section#business {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 480px) {
    .business-heading-eng {
        font-size: 5.0rem;
    }

    span.business-heading-jap {
        font-size: 1.5rem;
    }

    .business-heading:before {
        margin-top: 6px;
        height: 63px;
        margin-right: 5px;
    }

    .business-heading-subtext p {
        font-size: 1.3rem;
    }

    .business-heading-subtext p br {
        display: none;
    }

    .business-content .heading h3 .jap {
        font-size: 3.0rem;
        margin-bottom: 4px;
    }

    .business-content .heading h3 .eng {
        font-size: 1.4rem;
    }

    .business-content .subtitle h4 {
        font-size: 1.8rem;
    }

    .business-content.odd .flex,
    .business-content.even .flex {
        gap: 20px;
    }

    section#business {
        margin-bottom: 50px;
    }

    .business-content.odd .flex,
    .business-content.even .flex {
        padding-bottom: 58px;
    }
}

/*-------------------------------------------
会社概要
-------------------------------------------*/
section#company {
    margin-bottom: 214px;
}

.company-heading {
    display: flex;
}

.company-heading:before {
    content: "";
    background-color: var(--color-main);
    width: 12px;
    display: block;
    margin-right: 11px;
    margin-top: 9px;
    height: 77px;
}

span.company-heading-jap {
    font-size: 1.8rem;
}

.company-heading-eng {
    font-size: 7.0rem;
    font-family: var(--font-eng);
    display: block;
    line-height: 1;
}

.company-content .heading h3 .jap {
    font-size: 4.5rem;
    display: block;
    line-height: 1;
    font-feature-settings: "palt";
    margin-bottom: 7px;
}

.company-content-block .flex {
    gap: 50px;
}

.company-heading-block.flex {
    margin-bottom: 70px;
}

.company-content-block span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.list-heading {
    font-weight: bold;
}

.company-left,
.company-right {
    width: calc(50% - 50px);
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #cacaca;
}

.map-container {
    width: 100%;
    /* 横：縦の比率を指定（例：16対9） */
    aspect-ratio: 16 / 6.4;
    /* 先ほどの背景のズレを考慮してマージンを置くならここ */
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    /* iframe標準の枠線を消す */
}

@media screen and (max-width: 768px) {
    .company-content-block .flex {
        gap: 0;
        flex-direction: column;
    }

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

    section#company {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 480px) {
    .company-heading-eng {
        font-size: 5.0rem;
    }

    span.company-heading-jap {
        font-size: 1.5rem;
    }

    .company-heading:before {
        margin-right: 5px;
        margin-top: 8px;
        height: 60px;
    }

    .company-heading-block.flex {
        margin-bottom: 50px;
    }

    .company-content-block span {
        font-size: 1.3rem;
    }

    .company-left,
    .company-right {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .map-container {
        aspect-ratio: 16 / 12;
        margin-top: 30px;

    }
}


@media (min-width:481px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        display: inline-block;
    }
}


/*-------------------------------------------*/
/*CONTACT*/
/*-------------------------------------------*/

section#contact {}

.contact-heading-eng {
    font-size: 7.0rem;
    display: flex;
    justify-content: center;
    font-family: var(--font-eng);
    line-height: 1;
}

.contact-heading {
    margin-bottom: 46px;
}

.contact-heading-jap {
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    line-height: 1;
}

section#contact .maxWid {
    max-width: 800px;
}

#contact .heading {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 43px;
}

.contact .heading h2 img {
    margin-bottom: 10px;
}

.contact_text {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 67px;
}

.contact_text p {
    font-size: 1.6rem;
    font-feature-settings: "palt";
}

.tel_block {
    border: 2px solid var(--color-main);
    border-radius: 10px;
    margin-inline: auto;
}

.tel_upper {
    background-color: #fff;
}

.tel_text span {
    font-size: 2.7em;
    color: #fff;
    font-weight: 500;
}

.tel_icon {
    margin-right: 10px;
}

.tel_upper {
    background-color: var(--color-main);
    justify-content: center;
    padding: 15px 0px 15px;
    border-radius: 8px 8px 0px 0px;
}

.tel_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    flex-direction: column;
    gap: 5px;
}

#contact .heading h2 img {
    margin-bottom: 10px;
}

.tel-detail {
    font-size: 1.6rem;
}

#contact .max-width,
#contactForm .max-width {
    max-width: 800px;
}

/*-------------------------------------------*/
/*form*/
/*-------------------------------------------*/
/*--------------------------------------------------- */
/* contactForm */
/*--------------------------------------------------- */


.form_heading {
    align-items: center;
    border-bottom: 1px dotted #b3b3b3;
    padding-bottom: 10px;
    margin-bottom: 35px;
    gap: 7px;
}

.mail_heading span {
    font-size: 3rem;
    color: #000;
    font-weight: 700;
    font-feature-settings: "palt";


}

.contactForm .maxWid {
    max-width: 800px;
}

.form_bg {
    background-color: #f4f4f4;
    padding: 50px 50px 50px 50px;
    border-radius: 25px;

}

#contactForm p {
    font-size: 1.4rem;
    text-align: center;
}

.contactForm {
    padding-top: 40px;
    padding-bottom: 178px;
    color: #333;
}

.contactForm dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 28px;
}

.contactForm dl dt {
    width: 28%;
    font-weight: 700;
}

.contactForm dl dd {
    width: calc(72% - 20px);
}

.contactForm dt.label {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.must_marker {
    color: #fff;
    background-color: #e21c1c;
    max-height: 25px;
    padding: 5px;
    line-height: 1;
    font-size: 1.2rem;
}


.contactForm dl dd input,
.contactForm dl dd textarea {
    color: #000;
    background-color: #fff;
    width: 100%;
    padding: 5px;
}

.contactForm dl dd,
.contactForm dl dt {
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: normal;
}




.contactForm .btn {
    margin-top: 30px;
}

.contactForm .btn input {
    margin: auto;
    padding: 14px 70px;
    font-size: 22px;
    font-size: 2rem;
    font-weight: normal;
    border-radius: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: #fff;
    background-color: var(--color-accent);
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

input[type="submit"]:hover {
    opacity: 0.6;
}



::placeholder {
    color: #d4d4d4;
}


dl.message_area {
    align-items: flex-start;
}



@media (max-width: 768px) {

    .contactForm dl {
        flex-wrap: wrap;
    }

    .contactForm dl dd,
    .contactForm dl dt {
        padding: 20px 0;
    }

    .contactForm dl dt {
        width: 100%;
        border: 0;
        padding-bottom: 0;
    }


    .contactForm dl dd {
        padding-top: 0px;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }

    .contactForm dl dd,
    .contactForm dl dt {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .contactForm dt.label {
        padding-bottom: 20px;
        padding-top: 20px;
        justify-content: flex-start;
        gap: 20px;
    }

    .contactForm .btn {
        margin-top: 50px;
    }

    .contactForm .btn input {
        padding: 20px 40px;
        font-size: 16px;
        font-size: 2rem;
    }

    .contactForm [type=text],
    .contactForm textarea,
    .contactForm [type=email],
    .contactForm [type=tel],
    .contactForm [type=number],
    .contactForm select {
        margin-left: 0px;
    }

    .contactForm [type=text],
    .contactForm textarea,
    .contactForm [type=email],
    .contactForm [type=tel],
    .contactForm select {
        width: 100%;
    }

    .contactForm dl {
        margin-bottom: 0px;
    }

    .contactForm {
        padding-bottom: 100px;
    }

    .form_bg {
        padding: 50px 20px 50px 20px;
    }

}

@media screen and (max-width: 480px) {
    .contactForm {
        padding-top: 50px;
        padding-bottom: 100px;
        color: #333;
    }

    #contactForm p {
        font-size: 1.2rem;
        font-feature-settings: "palt";
    }

    .contactForm dl dd,
    .contactForm dl dt {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .contactForm .must:after {
        font-size: 1rem;
        padding: 5px 7px;
    }

    .contactForm .upper {
        align-items: center;
    }


    .contactForm form {
        margin-top: 0px;
    }


    .contactForm .btn input {
        padding: 15px 60px;
        font-size: 1.8rem;
    }

    .contact-heading-eng {
        font-size: 5.0rem;
    }

    .contact-heading-jap {
        font-size: 1.5rem;
    }

    .contact-heading {
        margin-bottom: 20px;
    }

    .contact_text p {
        font-size: 1.3rem;
    }

    .contact_text {
        margin-bottom: 50px;
    }

    .tel_text span {
        font-size: 2.2rem;
    }

    .tel_upper {
        padding: 15px 10px 15px;
        align-items: center;
    }

    .tel_bottom {
        padding: 20px 20px;
        width: 70%;
        margin-inline: auto;
    }

    .mail_heading span {
        font-size: 2.2rem;
    }

    .form_bg {
        padding: 20px 20px 60px 20px;
    }

    .form_heading {
        margin-bottom: 10px;
    }

    .contactForm dt.label {
        gap: 15px;
        padding-bottom: 10px;
    }

    .contactForm .btn {
        margin-top: 0px;
    }

    .contactForm .btn input {
        width: 100%;
    }

    .contactForm {
        padding-bottom: 30px;
    }

    .tel-detail {
        font-size: 1.3rem;
    }

}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* --------------------

ネームカードを消す

--------------------*/

.place-details-compact-container {
    display: none !important;
}