@charset "utf-8";

/*Hero Section
────────────────────────────────────*/
.hero {
    width: 100%;
    height: 1100px;
    padding-top: 200px;
    overflow: hidden;
    background-image: url(../images/index/herobg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b0c5be;
}

.hero-content {
    text-align: center;
    color: #ffffff;
    font-family: 'Zen Old Mincho', serif;
    text-shadow: 2px 2px 4px #565656;
}

.hero-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.hero-subtitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.hero-group-name {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

.hero-group-name::before,
.hero-group-name::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px; 
    background: #ffffff; 
}

.hero-group-name::before {
    left: 0;
    transform: translateX(-100%);
}

.hero-group-name::after {
    right: 0;
    transform: translateX(100%);
}

.hero .inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 100px;
    margin: 90px 40px 0 auto;
    width: 100%;
    max-width: 1440px;
} 


.intro-signature {
    text-align: center;
}

.intro-signature p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
}

.intro-signature p:nth-of-type(2) {
    font-size: 24px;
    font-weight: bold;
}

.intro-text {
    width: 100%;
    max-width: 647px;
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 45px;
    border-radius: 10px;
}

.intro-text p {
    font-family: 'Zen Old Mincho', serif;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
}

.intro-text p:last-child {
    margin-bottom: 0;
}




@media screen and (max-width:1024px) {
    .hero {
        height: 1140px;
        padding-top: 180px;
        background-position: -280px center;
    }

    .hero .inner {
        gap: 50px;
        margin: 80px auto 0;
        max-width: 900px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .hero-group-name {
        font-size: 20px;
    }

    .intro-text {
        max-width: 490px;
        padding: 30px 35px;
    }

}
@media screen and (max-width:768px) {
    .hero{
        height: auto;
        background-image: url(../images/index/herobg_sp.jpg);
        background-position: center top;
        background-size: contain;
        padding-bottom: 50px;
    }

    .hero .inner {
        flex-direction: column;
        gap: 110px;
        margin: 170px auto 0;
        align-items: center;
    }

    .intro-text {
        max-width: inherit;
        width: 90%;
    }

    .intro-signature {
        margin-left: 210px;
    }
    .intro-signature p:nth-of-type(1) {
        font-size: 15px;
        margin-bottom: -8px;
    }
}

@media screen and (max-width:650px) {
    .hero {
        height: auto;
        padding-bottom: 50px;
        background-color: #b1c5be;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-group-name {
        font-size: 18px;
    }
    .intro-signature {
        text-shadow: 2px 2px 4px #ffffff;
    }
}

@media screen and (max-width:540px) {
    .hero{
        padding-top: 120px;
    }

    .hero-title {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .hero-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hero-group-name {
        font-size: 16px;
    }
}


@media screen and (max-width:440px) {
    .hero {
        padding-top: 110px;
    }

    .hero .inner {
        gap: 40px;
        margin: 170px auto 0;
    }

    .intro-signature {
        margin-left: 80px;
    }

    .hero-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hero-group-name {
        font-size: 15px;
    }
}

@media screen and (max-width:390px) {
    .hero {
            background-image: url(../images/index/herobg_sp390.jpg);
        }
}

/*Information Section
────────────────────────────────────*/
.information-section {
    padding: 150px 0;
    background: url('../images/index/news_bg.png') top/contain no-repeat;
    background-size: contain;
}

.information-section .inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.news-container {
    display: flex;
    gap: 80px;
}

.news-westline,
.news-nishihira {
    flex: 1;
}

.news-westline .hl_txt01 {
    color:#3C3479;
    text-align: center;
} 

.news-nishihira .hl_txt01 {
    color:#AE1685;
    text-align: center;
} 


/* 上下の実線 */
.news__rule {
    height: 1px;
    background: linear-gradient(#0000, #0000), #888888;
    background-clip: padding-box;
    margin: 0 0 var(--space);
    }

.news__rule--bottom {
    margin: var(--space) 0 0;
}


ul.news__list {
    list-style:none;
    margin:0;
    padding:0;
}

ul.news__list li {
    border-bottom: 1px dotted #888888;
}

ul.news__list li:last-child {
    border-bottom: none;
}

ul.news__list li a {
    display: flex;
    align-items:center;
    gap: clamp(16px, 2.6vw, 28px);
    padding: 20px 10px;
    text-decoration: none;
    color: inherit;
    border-bottom: 2px dotted var(--muted);
    /* 画像の点線 */
}

.news__date {
    font-variant-numeric: tabular-nums;
    letter-spacing:.02em;
    white-space: nowrap;
}


/* 最下部右寄せリンク */
.news__more {
    text-align: right;
    margin-top: 20px;
}



/*Company Links
────────────────────────────────────*/
.company-links {
    display: flex;
    gap: 80px;
    padding: 80px 0 0;
}

.company-link {
    flex: 1;
    height: 150px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.company-link:hover {
    transform: translateY(-5px);
}

.company-link.westline {
    background: #ffffff;
    border: 2px solid #3C3479;
}

.company-link.nishihira {
    background: #ffffff;
    border: 2px solid #AE1685;
}
a.link-content {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;

    justify-content: center;
    width: 100%;
}

a.link-content h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
}

.company-link.westline .link-content h3 {
    color: #3C3479;
}

.company-link.nishihira .link-content h3 {
    color: #AE1685;
}

.link-arrow {
    width: 9px;
    height: 18px;
    /* margin: 0 auto; */

    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.company-link.westline .link-arrow {
    background-image: url('../images/index/arrow_navy.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.company-link.nishihira .link-arrow {
    background: url('../images/index/arrow_pink.svg') center/contain no-repeat;
}



@media screen and (max-width:1040px) {
    .information-section .inner {
        max-width: 768px;
    }

    .news-container {
        gap: 40px;
    }

    ul.news__list li a {
        display: block;
    }

    .news__date {
        display: block;
    }

    .company-links {
        gap: 40px;
    }

    .link-arrow {
        right: 8px;
    }
}

@media screen and (max-width:768px) {
    .news-container {
        flex-direction: column;
    }

    .information-section .inner {
        max-width: inherit;
        width: 90%;
        margin: 0 auto;
    }

    .information-section {
        padding: 120px 0;
        background-size: 180%;
    }

    .company-link.westline,
    .company-link.nishihira {
        padding: 20px;
    }

    a.link-content h3 {
        font-size: 18px;
    }

    .link-arrow {
        right: 0;
    }

    ul.news__list li a {
        padding: 15px 10px;
    }

}

@media screen and (max-width: 390px) {
    .link-arrow {
        right: -10px;
    }
}


/*Contact Section
────────────────────────────────────*/
.contact-section {
    background: #EFE9F2;
    padding: 100px 0;
}

p.contact-description {
    text-align: center;
    margin-bottom: 60px;
}

.contact-form,
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.form-group label {
    width: 300px;
    margin-bottom: 10px;
    text-align: center;
}

.form-group input,
.form-group textarea {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    padding: 0 20px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 16px;
    color: #252525;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b9b9b9;
    opacity: 1;
}


.form-group textarea {
    height: 200px;
    padding: 20px;
    resize: vertical;
}

.wpcf7-turnstile {
    text-align: center;
}

.wpcf7-form p.privacy {
    margin-top: 20px;
    text-align: center;
}

.submit-button,
.wpcf7-submit {
    width: 200px;
    height: 60px;
    background: #9872b0;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin: 40px auto 0;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background: #7a5a8f;
}

@media screen and (max-width:768px) {
    .contact-section .inner {
        max-width: inherit;
        width: 90%;
        margin: 0 auto;
    }

    .contact-form {
        max-width: inherit;
    }

    .form-group {
        display: block;
    }
}
