@charset "utf-8";

/* --------------------------------------------


mainV


---------------------------------------------- */

#mainV {
    width: 100svw;
    height: 100svh;
}

.movie {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.movie video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.mainTitle {
    position: fixed;
    z-index: 1;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 960px;
    width: 90%;
    filter: drop-shadow(0px 0px 5px #262626);
}


article {
    position: relative;
    z-index: 500;
}

@media only screen and (max-width:640px) {

    #mainV {
        width: 100vw;
        height: 56.25vw;
        margin-top: 70px;
    }

    .movie {
        position: relative;
        overflow: auto;
    }

    .movie video {
        /*天地中央配置*/
        position: relative;
        z-index: -1;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        /*縦横幅指定*/
        width: 100%;
        height: 100%;
    }

    .mainTitle {
        position: relative;
        top: -80px;
    }
}


/* --------------------------------------------


lead


---------------------------------------------- */

.lead {
    position: relative;
    background-color: #EBEBEB;
    padding: 200px 0 160px;
    z-index: 1;
}

.lead::before {
    position: absolute;
    content: "";
    width: 815px;
    height: 425px;
    bottom: 0;
    background-image: url(../_image/index/decoration.svg);
    z-index: -1;
}


.lead__wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.lead__text {
    width: 960px;
    min-width: 720px;
    margin-right: 120px;
}

.lead__text h2 {
    margin: 0 0 20px 20%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #008CAA;
    font-family: 'Work Sans', sans-serif;
}

.lead h3 {
    width: 100%;
    min-width: 780px;
    padding: 40px 0 40px 20%;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #E0FF2C;
    background-color: #008CAA;
    background-image: url(../_image/index/titleBG-R.png);
    background-size: cover;
    background-position: right;
}

.lead__textBox {
    width: 600px;
    margin-left: 20%;
}

.lead__textBox p {
    margin: 40px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.lead__emphasis {
    margin-left: 20%;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.lead__photo {
    position: relative;
    width: 720px;
    height: 720px;
    background-color: #008CAA;
}

.lead__photo::before {
    display: block;
    content: "";
    position: absolute;
    width: 640px;
    height: 427px;
    top: -60px;
    left: -60px;
    background-image: url(../_image/index/lead-01.jpg);
}

.lead__photo::after {
    display: block;
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    bottom: -60px;
    right: -120px;
    background-image: url(../_image/index/lead-02.jpg);
    background-size: 440px;
}


@media only screen and (max-width:640px) {

    .lead {
        width: 100%;
        padding: 60px 0;
    }

    .lead::before {
        width: calc(815px / 2);
        height: calc(425px / 2);
    }


    .lead__wrap {
        display: block;
    }

    .lead__text {
        width: 100%;
        min-width: auto;
        margin: 0 auto 40px;
    }

    .lead__text h2 {
        margin: 0;
        text-align: center;
    }

    .lead h3 {
        width: 100%;
        min-width: auto;
        padding: 40px 5%;
        font-size: 32px;
        font-size: 3.2rem;
        text-align: center;
    }

    .lead__textBox {
        width: 90%;
        margin: auto;
    }

    .lead__emphasis {
        width: 90%;
        margin: auto;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .lead__photo {
        position: relative;
        left: 40px;
        width: 580px;
        height: 580px;
        margin: 120px 0 80px;
        background-color: #008CAA;
    }

    .lead__photo::before {
        width: calc(640px * 0.8);
        height: calc(427px * 0.8);
        top: -60px;
        left: -40px;
        background-image: url(../_image/index/lead-01.jpg);
    }

    .lead__photo::after {
        display: block;
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        bottom: -60px;
        right: -40px;
        background-image: url(../_image/index/lead-02.jpg);
        background-size: 400px;
    }
}


/* --------------------------------------------


facility


---------------------------------------------- */

.facility {
    padding-bottom: 120px;
    background-color: #fff;
}

.facility__titleBox {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 180px;
    background-image: url(../_image/index/out.jpg);
    background-position: center;
}

.facility__titleBox h2 {
    position: absolute;
    width: 1200px;
    bottom: -80px;
    right: 0;
    padding: 20px 20px 20px 200px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    color: #E0FF2C;
    background-color: #008CAA;
    background-image: url(../_image/index/titleBG-L.png);
    background-size: cover;
}

.facility__titleBox h2::after {
    position: absolute;
    content: "";
    width: 590px;
    height: 95px;
    bottom: 0;
    right: 0;
    background-image: url(../_image/index/facilitytext.svg);
}

.facility__lead {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.facility__list {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin: auto;
}

.list__box {
    width: 560px;
    margin-top: 80px;
}

.list__box video {
    display: block;
    width: 100%;
}

.list__textbox {
    padding: 20px 40px;
    background-color: #EBEBEB;
}

.list__textbox h3 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.list__textbox p {
    font-size: 16px;
    font-size: 1.6rem;
}

.list__device {
    margin-top: 120px;
}

.list__device h2 {
    margin: 40px 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.list__table {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 80px;
    table-layout: fixed;
}

.list__table th,
.list__table td {
    padding: 10px 20px;
    border: solid 1px #262626;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
}

.list__table th {
    text-align: center;
}

.list__wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    position: relative;
}

.swiper-slide h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.5;
}

.swiper-button-next,
.swiper-button-prev {
    color: #008CAA;
}

@media only screen and (max-width:1200px) {

    .facility__titleBox h2 {
        width: 100%;
        bottom: -80px;
        left: 0;
        padding: 20px 20px 20px 120px;
    }

}

@media only screen and (max-width:640px) {

    .facility {
        padding-bottom: 80px;
    }

    .facility__titleBox {
        height: 500px;
        margin-bottom: 180px;
        background-position: center top;
    }

    .facility__titleBox h2 {
        width: 100%;
        bottom: -120px;
        right: 0;
        padding: 20px;
        font-size: 36px;
        font-size: 3.6rem;
        text-align: center;
    }

    .facility__list {
        gap: 0;
    }

    .facility__lead {
        width: 90%;
        margin: auto;
        text-align: justify;
    }

    .list__box {
        width: 100%;
        margin: 60px auto;
    }

    .list__textbox h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .list__device {
        margin-top: 80px;
    }

    .list__device h2 {
        margin: 60px 0 20px;
    }

    .list__wrap {
        width: 100%;
    }

    .list__polishing,
    .list__inspection,
    .list__processing {
        overflow-x: scroll;
    }

    .list__table {
        width: 90%;
        margin-top: 0;
        border-collapse: collapse;
        white-space: nowrap;
        table-layout: auto;
    }

    .list__polishing p {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .swiper-slide h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }



}


/* --------------------------------------------


inquiry


---------------------------------------------- */


.inquiry {
    padding: 40px 0;
    text-align: center;
    background-image: url(../_image/index/inquiryband.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.inquiry h2 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    color: #E0FF2C;
}

.inquiry p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}

.inquiryBtn {
    display: block;
    width: 90%;
    max-width: 640px;
    position: relative;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    background-color: #E0FF2C;
}

.inquiryBtn:hover {
    background-color: #fff;
}

.inquiryBtn::before {
    display: inline-block;
    position: relative;
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: text-bottom;
    background-image: url(../_image/index/tel.svg);
}

.inquiryBtn.fax::before {
    background-image: url(../_image/index/fax.svg);
}

.inquiryBtn.mail::before {
    background-image: url(../_image/index/mail.svg);
}

@media only screen and (max-width:640px) {
    .inquiry h2 {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .inquiryBtn {
        font-size: 20px;
        font-size: 2rem;
    }
}

/* --------------------------------------------


achievements


---------------------------------------------- */
.achievements {
    padding-bottom: 120px;
    background-color: #fff;
}

.achievements__titleBox {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 180px;
    background-image: url(../_image/index/facility.jpg);
    background-position: center;
}

.achievements__titleBox h2 {
    position: absolute;
    width: 1200px;
    bottom: -80px;
    padding: 20px 200px 20px 20px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    text-align: right;
    color: #E0FF2C;
    background-color: #008CAA;
    background-image: url(../_image/index/titleBG-R.png);
    background-size: cover;
}

.achievements__titleBox h2::after {
    position: absolute;
    content: "";
    width: 503px;
    height: 95px;
    bottom: 0;
    left: 0;
    background-image: url(../_image/index/worktext.svg);
}

.achievements__lead {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.achievements img {
    display: block;
    width: 960px;
    margin: 40px auto 0;
}

.achievements p {
    width: 90%;
    margin: 40px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.achievements__lead p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.achievements__list {
    width: 90%;
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin: 60px auto;
}

.achievements__box {
    width: 320px;
}

.achievements__textBox {
    padding: 20px;
    border: solid 1px #EBEBEB;
}

.achievements__box p {
    font-size: 16px;
    font-size: 1.6rem;
}

.achievements__box .product__name {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

@media only screen and (max-width:1200px) {

    .achievements__titleBox h2 {
        width: 100%;
        bottom: -80px;
        left: 0;
        padding: 20px;
        text-align: center;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .achievements__box {
        width: 100%;
    }

    .achievements img {
        width: 100%;
    }

    .achievements p {
        width: 90%;
    }

}

@media only screen and (max-width:640px) {}




/* --------------------------------------------


company


---------------------------------------------- */

.company {
    padding: 120px 0;
    background-color: #EBEBEB;
    background-image: url(../_image/index/companyBG.png);
}

.company h2 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
}

.company h3 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.greeting,
.information {
    width: 90%;
    max-width: 960px;
    margin: 80px auto;
}

.greeting__wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 40px 0;
}

.greeting__wrap img {
    width: 400px;
}

.greeting__wrap p {
    font-size: 18px;
    font-size: 1.8rem;
}

.greeting__name {
    margin-top: 40px;
    font-size: 20px;
    font-size: 2rem;
    text-align: end;
}

.greeting__name span {
    margin-left: 40px;
    font-size: 28px;
    font-size: 2.8rem;
}

.information table {
    width: 100%;
    margin: 60px auto;
}

.information table th,
.information table td {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    border: solid 1px #606060;
    background-color: #fff;
}

.information table th {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background-color: #008caa;
}

@media only screen and (max-width:640px) {

    .company h2 {
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: bold;
        text-align: center;
    }

    .company h3 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
    }

    .greeting,
    .information {
        width: 90%;
        max-width: 960px;
        margin: 80px auto;
    }

    .greeting__wrap {
        display: block;
        margin: 40px 0;
    }

    .greeting__wrap p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .greeting__wrap img {
        width: 100%;
    }

    .greeting__name {
        font-size: 20px;
        font-size: 2rem;
    }

    .greeting__name span {
        font-size: 22px;
        font-size: 2.2rem;
    }

}




/* --------------------------------------------


recruit


---------------------------------------------- */

.recruit {
    margin-bottom: -200px;
    padding: 120px 0 0;
    background-color: #fff;
}

.recruit__photo {
    position: relative;
    width: 80%;
    min-width: 960px;
    z-index: 10;
}

.recruit__box {
    position: relative;
    display: flex;
    top: -300px;
    width: 80%;
    padding: 360px 60px 60px;
    margin-left: auto;
    color: #fff;
    background-color: #008CAA;
}

.recruit__text h2 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.5;
}

.recruit__text {
    width: 720px;
    min-width: 360px;
    font-size: 16px;
    font-size: 1.6rem;
}

.recruit__text p {
    max-width: 720px;
    margin: 40px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.recruit__box img {
    position: absolute;
    top: 120px;
    right: 0;
    width: 580px;
    z-index: 100;
}

.recruit a {
    display: inline-block;
    width: 320px;
    margin: 20px 20px 20px 0;
    padding: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: #E0FF2C;
}

.recruit a:hover {
    background-color: #fff;
}

@media only screen and (max-width:1500px) {
    .recruit {
        width: 1500px;
    }
}

@media only screen and (max-width:640px) {

    .recruit {
        width: 100%;
        margin: 0;
        padding: 120px 0 0;
        background-color: #fff;
    }

    .recruit__photo {
        width: 100%;
        min-width: auto;
    }

    .recruit__box {
        display: block;
        top: 0;
        width: 100%;
        padding: 5%;
        margin: 0 auto;
    }

    .recruit__text h2 {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .recruit__text {
        width: 100%;
        min-width: auto;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .recruit__text p {
        margin: 40px 0;
    }

    .recruit__box img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin: 40px 0;
    }

    .recruit a {
        display: inline-block;
        width: 100%;
    }

    .recruit a:hover {
        background-color: #fff;
    }
}