@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
.fv {
    position: relative;
    margin-top: 80px;
    width: 100%;
    height: calc(100vh - 80px);
}

.fv-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.fv-h1 {
    position: absolute;
    top: 60%;
    left: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.fv-h1 small {
    font-size: 18px;
}

.fv-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
/*終わり*/  


/*<section class="company">*/
.company {
    width: 100%;
    height: 100vh;
    padding: 80px 5vw;
    background-image: url(../img/top/company.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.company-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.company-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-h2 {
    font-size: 48px;
    background: rgb(43, 88, 118);
    background: linear-gradient(-20deg, rgb(43, 88, 118) 0%, rgb(78, 67, 118) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-txt-01 {
    font-size: 24px;
    font-weight: 600;
}

.company-btn {
    font-weight: 500;
    max-width: 160px;
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-btn .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg);
}

.company-btn:hover {
    max-width: 180px;
    background-color: #d3c59d;
}
/*終わり*/  


/*<div class="service">*/
.service {
    padding: 120px 5vw 1px 5vw;
    background-color: #111;
}

.service-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.main-content-wrapper {
    position: relative;
    margin-top: 80px;
}

.service-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-top: solid 1px #d3c59d;
    width: 100%;
	height: max-content;
	color: #fff;
    display: block;
    background-color: #111;
}

#service-01 {
    z-index: 10;
}

#service-02 {
    z-index: 20;
}

#service-03 {
    z-index: 30;
}

.service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.service-img-wrap {
    position: relative;
    width: 50%;
    height: 100vh;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-img-txt {
    color: #d3c59d;
    font-weight: 600;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.service-txt-wrap {
    width: 45%;
}

.service-num {
    display: flex;
    align-items: center;
    color: #222;
}

.service-num span {
    background-color: #d3c59d;
    max-width: 64px;
    width: 100%;
    text-align: center;
    padding: 8px;
    line-height: 1;
    border-radius: 50vh;
}

.service-num .parts-04 {
    max-width: 80px;
    width: 100%;
    height: 32px;
}

.service-h3 {
    color: #d3c59d;
    font-size: 20px;
    margin-top: 24px;
    line-height: 1.3;
}

.service-h3 small {
    font-weight: 300;
    font-size: 12px;
}

.service .parts-01 {
    max-width: 200px;
    width: 100%;
}

.service-txt {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-txt-01 {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 8px;
}

.service-txt-01 .parts-02 {
    max-width: 24px;
    width: 100%;
}

.service-txt .parts-03 {
    max-width: 400px;
    width: 100%;
}

.service-btn {
    font-weight: 300;
    width: 100%;
    padding: 4px;
    display: inline-block;
    text-align: center;
    max-width: 160px;
    width: 100%;
    border: solid 1px #d3c59d;
    color: #d3c59d;
}

.service-btn:hover {
    background-color: #d3c59d;
    color: #222;
}
/*終わり*/  


/*<section class="news">*/
.news {
    background-color: #111;
    border-top: solid 1px #d3c59d;
    padding: 120px 5vw;
}

.news-in {
    max-width: 980px;
}

.news-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-title-wrap {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-h2-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news-title .parts-06 {
    width: 100%;
}

.news-area {
    width: 75%;
}

.news-ul {
    margin-top: 80px;
}

.news-li {
    border-bottom: solid 1px #d3c59d;
    padding: 8px;
    margin-bottom: 16px;
}

.news-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-link:hover {
    opacity: 0.8;
}

.cate-date {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
}

.cate-txt {
    background-color: #d3c59d;
    border-radius: 4px;
    padding: 0 16px;
}

.date-txt {
    color: #fff;
}

.news-title {
    color: #d3c59d;
    font-weight: 600;
}

.news-btn-wrap {
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.news-btn-wrap .parts-01 {
    max-width: 160px;
    width: 100%;
}

.news-btn {
    font-weight: 300;
    width: 100%;
    padding: 4px;
    display: inline-block;
    text-align: center;
    max-width: 160px;
    width: 100%;
    border: solid 1px #d3c59d;
    color: #d3c59d;
}

.news-btn:hover {
    background-color: #d3c59d;
    color: #222;
}

.news-btn-wrap .parts-05 {
    position: absolute;
    top: 20px;
    right: 0;
    width: 40%;
}
/*終わり*/  


/*<div class="dotwave">*/
.dotwave {
    position: relative;
    background-color: #111;
}

.dotwave-img {
    width: 100%;
}
/*終わり*/  


/*<section class="contact">*/
.contact {
    background-color: #111;
    padding: 120px 5vw;
}

.contact-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.contact-txt {
    margin-top: 64px;
    color: #fff;
    text-align: center;
}

.contact-btn {
    font-weight: 500;
    max-width: 240px;
    width: 100%;
    margin: 24px auto 0 auto;
    padding: 8px 16px;
    border: solid 1px #d3c59d;
    color: #d3c59d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-btn .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d3c59d;
    border-right: 2px solid #d3c59d;
    transform: rotate(45deg);
}

.contact-btn:hover {
    background-color: #d3c59d;
    color: #222;
    max-width: 260px;
}

.contact-btn:hover .arrow {
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
    .fv-h1 {
        font-size: clamp(calc(40px), calc(48 / 1024 * 100vw), 48px);
    }
/*終わり*/ 


/*<section class="company">*/
    .company {
        height: 80vh;
    }

    .company-h2 {
        font-size: clamp(calc(40px), calc(48 / 1024 * 100vw), 48px);
    }

    .company-txt-01 {
        font-size: clamp(calc(20px), calc(24 / 1024 * 100vw), 24px);
    }
/*終わり*/ 


/*<div class="service">*/
    .service-section {
        border-top: none;
    }

    .service-flex {
        flex-direction: column;
    }

    .service-img-wrap {
        width: 100vw;
        height: 50vh;
        margin: 0 calc(50% - 50vw);
    }

    .service-txt-wrap {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 80px;
    }
/*終わり*/ 


/*<section class="news">*/
    .news-flex {
        flex-direction: column;
    }

    .news-title-wrap {
        width: 100%;
    }

    .news-title-wrap .parts-06 {
        max-width: 200px;
        width: 100%;
    }

    .news-area {
        width: 90%;
        margin: 0 0 0 auto;
    }

    .news-ul {
        margin-top: 40px;
    }

    .news-li {
        padding: 0 0 8px 0;
    }

    .news-btn-wrap .parts-05 {
        top: 130%;
        width: calc(50% + 80px);
    }
/*終わり*/ 

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .flag-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        margin-top: 64px;
        height: calc(100vh - 64px);
    }

    .fv-h1 {
        line-height: 1.3;
        font-size: clamp(calc(32px), calc(40 / 599 * 100vw), 40px);
    }

    .fv-h1 small {
        font-size: clamp(calc(12px), calc(18 / 599 * 100vw), 18px);
    }
/*終わり*/ 


/*<section class="company">*/
    .company {
        position: relative;
        padding: 80px 5vw;
        height: auto;
    }

    .company::before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255,255,255,0.6);
    }

    .company-in {
        position: relative;
    }

    .company-txt-wrap {
        gap: 16px;
    }

    .company-h2 {
        font-size: clamp(calc(24px), calc(40 / 599 * 100vw), 40px);
    }

    .company-txt-01 {
        font-size: clamp(calc(12px), calc(20 / 599 * 100vw), 20px);
    }

    .company-txt-02 {
        font-size: 14px;
    }
/*終わり*/ 


/*<div class="service">*/
    .service {
        padding: 80px 5vw 1px 5vw;
    }

    .service-img-wrap {
        height: 35vh;
    }

    .service-img-txt {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }

    .service-num {
        font-size: 14px;
    }

    .service-num span {
        padding: 8px 4px;
    }

    .service-num .parts-04 {
        max-width: 64px;
        height: 30px;
    }

    .service-h3 {
        font-size: clamp(calc(18px), calc(20 / 599 * 100vw), 20px);
    }

    .service-h3 small {
        font-size: clamp(calc(10px), calc(12 / 599 * 100vw), 12px);
    }

    .service .parts-01 {
        max-width: 160px;
    }

    .service-txt-01 {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .service-txt-01 .parts-02 {
        max-width: 16px;
    }
/*終わり*/ 


/*<section class="news">*/
    .news-title-wrap .parts-06 {
        max-width: 120px;
    }

    .news-area {
        width: 100%;
        margin: 0;
    }

    .news-title {
        font-size: clamp(calc(14px), calc(14 / 599 * 100vw), 14px);
    }
/*終わり*/ 
}
