#page-header {padding-top: var(--hd-gap);}

.header {background-color: #fff;}

.visual--company {
    background-image: url('../img/visual_company.jpg');
}
@media(max-width:768px){
    .visual--company {
        background-image: url('../img/visual_company_mo.jpg');
    }
}

.visual--products {
    background-image: url('../img/visual_products.jpg');
}
@media(max-width:768px){
    .visual--products {
        background-image: url('../img/visual_products_mo.jpg');
    }
}

.visual--contact {
    background-image: url('../img/visual_contact.jpg');
}

.visual__tit {
    font-size: 3rem; 
    font-weight: 700; 
    letter-spacing: -0.015em; 
    font-family: 'GmarketSan', sans-serif;
}

.int-tit {
    padding-top: 1.45em; 
    font-size: 5rem; 
    font-weight: 700; 
    text-align: center; 
    letter-spacing: -0.03em;
}

@media(max-width:1536px){
    .int-tit {
        font-size: 4.5rem;
    }
}

@media(max-width:1320px){
    .int-tit {
        font-size: 4rem;
    }
}

@media(max-width:1080px){
    .int-tit {
        font-size: 3.5rem;
    }
}

@media(max-width:768px){
    .int-tit {
        font-size: 3rem;
    }
}

@media(max-width:500px){
    .int-tit {
        font-size: 2.5rem;
    }
}

.greet {
    margin-top: 5.2em; 
    padding-bottom: 12.5265rem; 
    display: flex;
}

.greet__frame {
    width: 46.875%;
}

.greet__txt {
    padding: 2.62rem 0 1rem 2.55rem; 
    width: 53.125%;
}

.greet__ment {
    margin-bottom: 1.7em; 
    font-size: var(--para); 
    font-weight: 700; 
    line-height: 1.667; 
    letter-spacing: -0.04em;
}

.greet__ment:last-of-type {
    margin-bottom: 0;
}

@media(max-width:1080px){
    .greet {
        align-items: flex-start;
        padding-bottom: 10rem;
    }
    .greet__txt {
        padding-top: 0; 
        padding-bottom: 0; 
        padding-left: 1.5rem;
    }
}
@media(max-width:600px){
    .greet {display: block;}
    .greet__frame {width: 100%;}
    .greet__txt {width: 100%; padding: 2rem 0 0 0}
}
@media(max-width:500px){
    .greet {padding-bottom: 8rem;}
}

.history {
    padding-bottom: 12rem;
}

.history__wrapper {
    margin-top: 5rem;
}

.history__content {
    display: flex;
}

.history__year {
    position: relative; 
    width: 3.35em; 
    font-size: var(--tit); 
    font-weight: 700; 
    letter-spacing: -0.03em;
}

.history__year--recent {
    color: var(--prm);
}

.history__year:after {
    position: absolute; 
    content:''; 
    top: 0.2em; 
    right: 0; 
    transform:translateX(50%); 
    width: 0.45em; 
    height: 0.45em; 
    border-radius:50%; 
    background-color: var(--prm); 
    border:5px solid rgba(255,255,255,0.8)
}

.history__list {
    position: relative; 
    flex:1; 
    padding-bottom: 2.7em; 
    padding-left: 1.7rem;
}

.history__list:before {
    position: absolute; 
    top: 1em; 
    left: 0; 
    content:''; 
    display: block; 
    width: 1px; 
    height: 100%; 
    background-color: var(--prm);
}

.history__item {
    display: flex; 
    font-size: var(--para); 
    font-weight: 700; 
    line-height: 1.667; 
    gap:0.25em; 
    letter-spacing: -0.03em;
}

.history__item:before {
    content:"-"
}

.history__item code {
    color: var(--prm); 
    letter-spacing: inherit; 
    font-family: inherit;
}

.history__content:last-child .history__list {
    padding-bottom: 0;
}

.history__content:last-child .history__list:before {
    display: none;
}

@media(max-width:1080px){
    .history {padding-bottom: 10rem;}
}
@media(max-width:768px){
    .history {padding-bottom: 8rem;}
    .history__year:after {border-width:3px;}
}

.overview {
    margin-top: 5.2rem; 
    padding-bottom: 12.5625em;
}
.overview__img--mo {display: none;}
@media(max-width:1080px){
    .overview {padding-bottom: 10rem;}
}
@media(max-width:768px){
    .overview {padding-bottom: 8rem;}
    .overview__img--pc {display: none;}
    .overview__img--mo {display: inline-block;}
}
.process {
    padding:5rem 0 12.5625rem;
    text-align: center;
}

.process__tit {
    font-size: var(--tit); 
    font-weight: 700;
    letter-spacing: -0.03em;
}
.process__tit--lg {
    font-size: calc(var(--tit) * 1.08);
    letter-spacing: -0.025em
}

.process__sec {
    margin-bottom: 4.7rem;
    padding-bottom: 4.7rem;
    border-bottom: 2px solid #000;
}

.process__sec:last-child {
    margin-bottom: 0; 
    padding-bottom: 0;
    border-bottom:none;
}
    
.process__desc {
    margin-top: 1.5em;
    font-size: var(--para);
    letter-spacing: -0.01em;
}

.process__desc--left {
    text-align:left;
}
@media(max-width:768px){
    .process__desc--left {text-align: center;}
}

.process__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:3.7rem 2.4375rem;
    margin-top: 2.1rem;
}

.process__img--mo {
    display: none;
}

.process__caption {
    display: block;
    margin-top: .5em;
    font-size: var(--para);
    letter-spacing: -0.01em;
}
@media(max-width:1080px){
    .process {padding-bottom: 10rem;}
}
@media(max-width:768px){
    .process {padding-bottom: 8rem;}
}
@media(max-width:500px){
    .process__imgs {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product {
    display: flex;
    flex-direction:column;
    margin-top: 6.45rem;
    gap:5rem;
    padding-bottom: 12.5625rem;
}
.product__img--mo {display: none;}
@media(max-width:1080px){
    .product {
        margin-top: 5rem;
        gap:4rem;
        padding-bottom: 10rem;
    }
}
@media(max-width:768px){
    .product {
        margin-top: 4rem;
        gap:3rem;
        padding-bottom: 5.715rem;
    }
    .product__img--pc {display: none;}
    .product__img--mo {display: inline-block;}
}
@media(max-width:500px){
    .product {
        margin-top: 3rem;
        gap:2rem;
    }
}

.contact {
    margin-top: 6.3rem;
    padding-bottom: 12.5625rem;
}

.contact__map {
    display: block;
    width: 100%;
    aspect-ratio:1/0.4969;
    min-height:25rem;
}

.contact__list {
    padding: 3.7rem 2.5rem 0;
}

.contact__item {
    margin-bottom: 1.8em;
}

.contact__item:last-child {
    margin-bottom: 0;
}

.contact__cate {
    display: flex;
    align-items: center;
    gap:0.5em;
    font-size: calc(var(--para) * 1.25);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.contact__cate:before {
    content:'';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact__cate--addr:before {
    background-image: url('../img//contact_icon01.png');
}

.contact__cate--web:before {
    background-image: url('../img//contact_icon02.png');
}

.contact__cate--tel:before {
    background-image: url('../img//contact_icon03.png');
}

.contact__cate span {
    font-size: 0.8em;
}

.contact__desc {
    padding-left: 2.5em;
    font-size: var(--para);
    color: #666;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.contact__desc--link {
    display: inline-flex;
    align-items: center;
    gap:0.25em;
}

.contact__desc--link,
.contact__desc--link:link,
.contact__desc--link:visited {
    color: var(--prm);
}

.contact__desc--link:after {
    content:'';
    display: inline-block;
    width: 0.7084em;
    height: 0.7084em;
    background: url('../img/link_arr.png') no-repeat center / cover;
}


.contact__desc span:after {
    margin:0 1em;
    content:'/'
}
.contact__desc span:last-of-type:after {
    display: none;
}

@media(max-width:1080px){
    .contact__list {padding:2rem 1rem 0;}
}
@media(max-width:600px){
    .contact__cate {flex-wrap:wrap;}
    .contact__cate span {display: block; width: 100%; padding-left: 1em;}
    .contact__desc {padding-left: 1em;}
    .contact__desc span {display: block;}
    .contact__desc span:after {display: none;}
}