@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
5.0 Page
--------------------------------------------------------------*/
/* common
--------------------------------------------------------------*/
/* MV */
.mv {
    height: 85vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.home-mv {
    background-image: url('../img/home-mv.png');
}
.mv-content h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: var(--font-serif);
    font-weight: 400;
}
.mv-content p {
    font-size: 1rem;
    margin-bottom: 40px;
}
.accent-line {
    display: inline-block;
    width:  3rem;
    height: 1px;
    background: var(--main);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .mv-content h1 {
        font-size: 3rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .page-mv {
        height: 65vh;
    }
    .mv-content h1 {
        font-size: 4rem;
    }
}
/* banner */

.banner h3 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
/* media query : mobile */
@media screen and (max-width: 768px) {
    .section.banner {
        padding-top: 8rem;
		padding-bottom: 8rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .section.banner {
        padding-top: 15rem;
		padding-bottom: 15rem;
    }
    .banner {
        background-attachment: fixed !important;
    }
}
/* Home
--------------------------------------------------------------*/
/* home-about */
.home-about {
    overflow: hidden;
}
.home-about .txt h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.home-about .txt p {
    margin-bottom: 40px;
    color: var(--text-muted);
}
.home-about img {
    width: 140%;
    object-fit: cover;
    max-width: none;
}
/* Service Card */
.home-experience ul {
    text-align: left;
    padding: 40px 0;
}
.home-experience ul img {
    width: 100%;
    margin-bottom: 20px;
}
.home-experience ul h4 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.home-experience ul p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 25px;
}
/* home-banner */
.section.home-banner {
    background: url('../img/home-story.png') no-repeat center / cover;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
/* About
--------------------------------------------------------------*/
/* about-mv */
.about-mv {
    background-image: url('../img/about-mv.png');
}

/* about-mission */
.section.about-mission {
    background-color: #f8f7f5;
}
.about-mission li {
    width: 100%;
}
.about-mission p {
    font-size: 0.95rem;
    margin-bottom: 2rem;
    color: var(--text-muted);
}
.about-mission strong {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
/* about-concpet */
.about-concept ul {
    gap: 0;
}
.about-concept ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-concept ul li:nth-child(1) {
    background: url('../img/about-culture.png') no-repeat center / cover;
}
.about-concept ul li:nth-child(2) {
    background: url('../img/about-quality.png') no-repeat center / cover;
}
.about-concept ul li:nth-child(3) {
    background: url('../img/about-trust.png') no-repeat center / cover;
}
.about-concept ul li i {
    position: absolute;
    display: block;
    inset: 0;
    background: rgba(0,0,0,0.4);
}
.about-concept ul li h3 {
    color: white;
    font-size: 2.5rem;
    z-index: 1;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .about-concept ul li {
        height: 19rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .about-concept ul li {
        height: 28rem;
    }
}
/* about-journey */
.timeline-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.timeline-item {
    text-align: center;
    flex: 1;
}
.timeline-item .num {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 15px;
}
.timeline-item h4 {
    font-family: var(--font-serif);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.timeline-item .desc {
    font-size: 0.7rem;
    color: var(--text-muted);
}
.timeline-line {
    background: #ccc;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .timeline-list {
        flex-direction: column;
        gap: 1rem;
    }
    .timeline-line {
        height: 5rem;
        width: 1px;
        margin: 0;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .timeline-line {
        height: 1px;
        background: #ccc;
        flex: 1;
        margin: 0 1rem;
        margin-top: -2rem; /* 数字の下辺りに合わせる調整 */
    }
}
/* about-banner */
.section.about-banner {
    background: url(../img/about-banner.jpg) no-repeat center / cover;
    background-attachment: fixed;
    padding: 15rem 0;
}
.about-banner h3 {
    color: var(--text-dark);
    font-size: 2.8rem;
    text-align: center;
}
/* Profile Section */
.about-profile .container {
    background-color: #f8f7f5;
}
.profile-details dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px 40px;
}
.profile-details dt {
    font-size: 0.7rem;
    color: #999;
    letter-spacing: 0.1em;
}
.profile-details dd {
    font-size: 0.85rem;
    color: var(--text-dark);
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .about-profile .container {
        padding: 2.5rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .about-profile .container {
        padding: 6rem;
    }
}
/* Experience
--------------------------------------------------------------*/
/* experience-mv */
.experience-mv {
    background: url(../img/experience-fv.png) no-repeat center / cover;
}
/* experience-service */
.experience-service ul {
    display: flex;
    flex-direction: column;
}
.experience-service .txt i {
    display: block;
    font-size: 0.9rem;
    color: #bc9c6d; /* アクセントカラー */
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.experience-service .txt h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.experience-service .txt p {
    font-size: 0.9rem;
    margin-top: 25px;
    color: var(--text-muted);
}
.experience-service .img img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .experience-service ul {
        gap: 2rem;
    }
    .experience-service .img img {
        height: 14rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .experience-service ul {
        gap: 4rem;
    }
    .experience-service .img img {
        height: 26rem;
    }
    .grid-2.reverse .img {
        order: 1;
    }
    .grid-2.reverse .txt {
        order: 2;
    }
}
/* experience-banner */
.section.experience-banner {
    background: url('../img/experience-value.png') no-repeat center / cover;
}
/* Philosophy
--------------------------------------------------------------*/
/* philosophy-mv */
.philosophy-mv {
    background: url(../img/philosophy-fv.png) no-repeat center / cover;
}
/* philosophy-banner01n */
.section.philosophy-banner01 {
    background: url(../img/philosophy-01.png) no-repeat center / cover;
}
/* philosophy-statement */
.philosophy-statement h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.philosophy-statement p {
    font-size: 1rem;
    line-height: 2;
    color: var(--text-muted);
    margin-bottom: 30px;
}

/* philosophy-banner02 */
.section.philosophy-banner02 {
    background: url(../img/philosophy-02.png) no-repeat center / cover;
}

/* Contact
--------------------------------------------------------------*/

/* media query : mobile */
@media screen and (max-width:768px) {
    .contact-mv {
        height: 13rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .contact-mv {
        height: 21rem;
    }
}
.section.contact-section {
    margin-top: 0;
}
.contact-content form {
    max-width: 50rem;
    margin: 0 auto;
}
.form-table {
    display: block;
    width: 100%;
}
.form-table tbody {
    display: block;
}
.form-table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.form-table th {
    width: 20%;
    text-align: left;
}
.form-table td {
    width: calc(80% - 2rem);
    padding: 0.5rem 0;
}
.form-table td.form-text input,
.form-table td.form-textarea span {
    border: 1px solid var(--border-color);
    background: #FFF; 
    padding: 1rem;
    display: block;
    width: 100%;
}
.form-privacy {
    margin-top: 2rem;
    text-align: center;
}
.form-privacy label {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.form-privacy input {
    display: block;
    background: var(--white);
    width: 1.4rem;
    height: 1.4rem;
}
.form-submit {
    margin-top: 2rem;
}
.form-submit input {
    background: var(--main);
    color: var(--white);
    padding: 1rem 2.5rem 1rem 1rem;
    border-radius: var(--radius-small);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
}
.form-submit input:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
/* media query : mobile */
@media screen and (max-width:768px) {

}
/* media query : desktop */
@media screen and (min-width:769px) {
}