@charset "UTF-8";
/* CSS Document */

/* blog-detail-intro sp */
#blog-detail-intro {
    padding: 100px 5.8% 100px;
    background: var(--waterblue);
}

.section__topic__blog-detail-intro {
    position: relative;
    color: var(--primaryblack);
    font-size: 2.4rem;
    font-weight: 500;
}

.section__topicEN__blog-detail-intro {
    position: absolute;
    color: rgba(0, 0, 0, 0.10);
    font-family: "Noto Sans Gothic";
    font-size: 6rem;
    top: 20%;
    left: 23%;
    transform: translate(-50%, -50%);
}

.blog-detail-meta {
    margin: 70px 0 60px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 13px;
}

.blog-detail-meta__blog {
    color: var(--primaryblack);
}

.blog-detail-meta__date {
    color: var(--primaryblack);
}

.blog-detail-meta__text {
    color: var(--white);
    font-size: 1.3rem;
    padding: 3px 6px;
    background: var(--blue);
}

.blog-detail__title {
    color: var(--primaryblack);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primaryblack);
    margin-bottom: 40px;
}

.blog-detail__textBox {
    margin-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--primaryblack);
}

.blog-detail__text {
    color: var(--primaryblack);
    text-align: left;
    margin-bottom: 20px;
}

.blog-detail__text:last-of-type {
    margin-bottom: 0;
}

.blog-detail__btnBox {
    width: 280px;
    height: 60px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.blog-detail__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: var(--blue);
    color: var(--white);
    font-weight: 700;
    padding: 20px 89px 20px 67px;
    margin-top: 80px;
}

/* blog-detail-intro sp */

/* blog-detail-intro pc */
@media screen and (min-width:768px) {
    #blog-detail-intro {
        padding: 200px 17.5% 150px;
    }

    .section__topicEN__blog-detail-intro {
        color: rgba(0, 0, 0, 0.05);
        font-size: 14rem;
        top: 0%;
        left: 37%;
    }

    .blog-detail-meta {
        margin: 110px 0 60px;
    }

    .blog-detail__picture {
        width: 700px;
        height: 340px;
        aspect-ratio: 700/340;
        object-fit: cover;
    }

    .blog-detail__text {
        text-align: left;
        padding: 0 12.5%;
    }
}

/* blog-detail-intro pc */

/* contact sp */
.contact__visual {
    position: relative;
    background-image: url(../images/contact_visual.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact__visual::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 48, 104, 0.36);
}

.section__topic__contact {
    position: relative;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 500;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contact__text {
    position: relative;
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 40px 0 0;
}

.section__topicEN__contact {
    color: rgba(255, 255, 255, 0.20);
    font-family: "Noto Sans Gothic";
    font-size: 6rem;
    font-weight: 400;
    text-shadow: 0px 0px 0px transparent;
    position: absolute;
    top: 25%;
    left: 39%;
    transform: translate(-50%, -50%);
}

.contact__box {
    margin-top: 20px;
}

.contact__list {
    position: relative;
    width: 330px;
    margin: 0 auto;
    padding: 40px 0;
    background: var(--white);
}

.contact__list:nth-of-type(2) {
    margin-top: 30px;
}

.contact__list__title {
    color: var(--primaryblack);
    font-weight: 700;
    margin-bottom: 30px;
}

.contact__btn {
    display: inline-flex;
    justify-content: center;
    padding: 13px 23px;
    background: var(--blue);
    width: 280px;
    height: 60px;
    margin: 0 auto;
    gap: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.contact__btn:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
}

.contact__btn__line {
    display: inline-flex;
    justify-content: center;
    padding: 13px 23px;
    background: var(--white);
    width: 280px;
    height: 60px;
    margin: 0 auto;
    gap: 16px;
    border: 1px solid var(--blue);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.contact__btn__line:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
}

.contact__telphone__title {
    position: relative;
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 30px;
}

.contact__telphone__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.contact__telphone__flex__left {
    position: relative;
    width: 27px;
    height: 27px;
    background: var(--blue);
    border-radius: 50%;
}

/* contact sp */

/* contact pc */
@media screen and (min-width:768px) {
    .contact__visual {
        padding: 200px 0 75px;
        background-image: url(../images/contactVisualPC.png);
        background-position: center;
    }

    .section__topicEN__contact {
        font-size: 14rem;
        top: -75%;
        right: 50%;
        left: auto;
        transform: translate(0, -50%);
    }

    .contact__text {
        padding: 65px 0 0;
    }

    .contact__box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 83px;
        gap: 107px;
        margin-bottom: 56px;
        padding: 0 13.4%;
    }

    .contact__list {
        width: 465px;
        margin: 0;
        padding: 40px 0;
    }

    .contact__list:nth-of-type(2) {
        margin-top: 0;
    }
}

/* contact pc */