/*================================================
 contact page
================================================*/

/*================================================
  page-header
================================================*/

.page-header {
    background-image: url(../../image/contact/page-header-bg.jpg);
}
.page-header-title {
    max-width: 780px;
}
.page-header-title-ja {
    bottom: -20px;
    right: 20px;
}

@media print,
screen and (min-width: 1200px) {
    .page-header-title-ja {
        bottom: 15px;
        right: 110px;
    }
}


/*================================================
   contact
================================================*/


.contact .section-wrapper {
    margin: 100px auto;
}


@media print,screen and (min-width: 1200px) {
    .contact .section-wrapper {
        margin: 240px auto;
    }
}


.contact-options {
    background-color: var(--color-white);
    margin: 3em auto;
    max-width: 1160px;
}
.contact-options-inner {
    padding:0 2em 2em;
    display: grid;
    gap: 2em;
}

.contact-options-inner + .contact-options-inner {
    margin-top: 2em;
}

.contact-options-item.tel-option {
    background-color: rgba(var(--color-primary-rgb),0.2);
}
.contact-options-item.line-option {
    background-color: rgba(var(--color-line-green-rgb),0.2);
}

.tel-detail .tel-number {
    font-size: clamp(2.4rem, 2.04rem + 1.8vw, 4.2rem);
}
.tel-detail .reception-hours {
    font-size: clamp(1rem, 0.84rem + 0.8vw, 1.8rem);
}

@media print,screen and (min-width: 769px) {
    .contact-options-inner + .contact-options-inner {
        margin-top: 0;
    }
    .contact-options-inner {
        grid-template-columns: 1fr 1fr;
    }
    .tel-detail .tel-number {
        font-size: clamp(1.8rem, 1.32rem + 2.4vw, 4.2rem);
    }
}

@media print,screen and (min-width: 1200px) {
    .contact-options-inner {
        padding: 0 60px 60px;
    }
    .contact-options-item.tel-option {
        padding: 50px;
    }
}

/*contact-options-item-button */
.contact-options-item-button {
    position: relative;
    padding: 10px;
    background-color: #F2FAFE;
    box-shadow: 0 10px 20px rgba(var(--color-base-rgb),0.6);
}
.contact-options-item-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent var(--color-primary) transparent;
    transform: rotate(0deg);
}
.contact-options-item-button > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    background-position: center;
    background-size: cover;
}
.contact-options-item-button > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-base-rgb),0.75);
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
}
.contact-options-item-button > a > span {
    color: var(--color-white);
    line-height: 1.25;
    font-size: clamp(1.6rem, 1.2rem + 2vw, 3.6rem);
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.contact-options-item-button.product-form > a {
    background-image: url(../../image/contact/contact_link_bg_product.jpg);
}
.contact-options-item-button.recruit-form > a {
    background-image: url(../../image/contact/contact_link_bg_recruit_inquiries.jpg);
}
.contact-options-item-button.recruit-page > a {
    background-image: url(../../image/contact/contact_link_bg_recruit.jpg);
}

@media print,screen and (min-width: 769px) {
    .contact-options-item-button {
        padding: 20px;
    }
    .contact-options-item-button > a {
        height: 100%;
    }
    .contact-options-item-button > a > span {
        font-size: clamp(1.2rem, -0.4035rem + 3.3362vw, 3.6rem);
    }
    .contact-options-item-button::after {
        border-width: 0 0 55px 55px;
    }
}
@media print,screen and (min-width: 1200px) {
    .contact-options-item-button {
        padding: 25px;
        box-shadow: 0 20px 50px rgba(var(--color-base-rgb),0.6);
    }
    .contact-options-item-button::after {
        border-width: 0 0 75px 75px;
    }
}
