@charset "utf-8";

/*==========================
article header
==========================*/
.article__header {
    position: relative;
    background-color: #000078;
    width: 100%;
    height: 700px;  
    overflow: hidden;
}

.mainvisual {
    color: var(--primary-white, #FDFDFF);
    font-size: 12.8rem;
    font-weight: 900;
    letter-spacing: 24px;
    text-align: center;
    position: relative;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.mainvisual__image {
    position: absolute;
}

.mainvisual__image01 {
    width: 283px;
    height: 283px;
    top: -10px;
    left: calc(50% - calc(720px - 55px));
}

.mainvisual__image02 {
    width: 182px;
    height: 182px;
    top: -17px;
    left: calc(50% - calc(720px - 509px));
}
.mainvisual__image03 {
    width: 135px;
    height: 135px;
    top: 87px;
    left: calc(50% + calc(720px - 247px));
}

.mainvisual__image04 {
    width: 186px;
    height: 186px;
    top: -17px;
    left: calc(50% + calc(720px - 515px));
}
.mainvisual__image05 {
    width: 218px;
    height: 218px;
    bottom: 45px;
    left: calc(50% - calc(720px - 55px));
}

.mainvisual__image06 {
    width: 145px;
    height: 145px;
    bottom: 183px;
    left: calc(50% - calc(720px - 442px));
}

.mainvisual__image07 {
    width: 210px;
    height: 210px;
    bottom: 0;
    left: calc(50% - calc(720px - 699px));
}

.mainvisual__image08 {
    width: 44px;
    height: 44px;
    bottom: 306px;
    left: calc(50% + calc(720px - 531px));
}

.mainvisual__image09 {
    width: 297px;
    height: 297px;
    bottom: 38px;
    left: calc(50% + calc(720px - 338px));
}

/* common sp */
@media screen and (max-width:769px) {
    .mainvisual {
        font-size: 5rem;
        letter-spacing: 10px;
    }

    .mainvisual__image01 {
        width: 183px;
        height: 183px;
        top: -10px;
        left: calc(50% - calc(720px - 55px));
    }

    .mainvisual__image02 {
        width: 152px;
        height: 152px;
        top: -17px;
        left: calc(50% - calc(720px - 509px));
    }
    .mainvisual__image03 {
        width: 100px;
        height: 100px;
        top: 87px;
        left: calc(50% + calc(720px - 247px));
    }

    .mainvisual__image04 {
        width: 126px;
        height: 126px;
        top: -17px;
        left: calc(50% + calc(720px - 515px));
    }
    .mainvisual__image05 {
        width: 178px;
        height: 178px;
        bottom: 45px;
        left: calc(50% - calc(720px - 55px));
    }

    .mainvisual__image06 {
        width: 85px;
        height: 85px;
        bottom: 183px;
        left: calc(50% - calc(720px - 442px));
    }

    .mainvisual__image07 {
        width: 160px;
        height: 160px;
        bottom: 0;
        left: calc(50% - calc(720px - 699px));
    }

    .mainvisual__image08 {
        width: 24px;
        height: 24px;
        bottom: 306px;
        left: calc(50% + calc(720px - 531px));
    }

    .mainvisual__image09 {
        width: 197px;
        height: 197px;
        bottom: 38px;
        left: calc(50% + calc(720px - 338px));
    }
}/* sp 769px */

/* news */
.section__news {
    position: relative;
}

.topic__link {
    cursor: pointer;
}

.news__lists {
    display: block;
    max-width: 1000px;
    border-radius: 25px;
    background: #FFF;
    padding: 22px 37px;
    margin: 0 auto;
}

.news__content {
    display: flex;
    max-width: 700px;
    margin: 0 auto 14px;
}

.news__img {
    width: 130px;
    aspect-ratio: 130/105;
    object-fit: cover;
    border-radius: 10px;
}

.news__list {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 37px;
}

.news__topic {
    font-weight: 400;
}

.news__kind {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 17px;
    border-radius: 5px;
    margin-left: 20px;
}

.news__kindA {
    background-color: var(--primary-blue);
}

.news__kindB {
    background-color: var(--primary-orange);
}

.news__txt {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    text-decoration: underline;
}

.news__txt-content {
    max-width: 700px;
}

.section__news .img__arrow {
    position: absolute;
    bottom: 80px;
    right: 9%;
}

/* common sp */
@media screen and (max-width:769px) {
    .section__news {
        padding-bottom: 70px;
    }

    .news__lists {
        width: 89%;
        padding: 16px 11px;
    }
    .news__img {
        display: none;
    }

    .news__txt-content {
        display: none;
    }
    .section__news .img__arrow {
        bottom: 25px;
        right: 9%;
    }

}/* sp 769px */

/* about us */
.section__aboutus {
    background-image: url(../images/about_back.jpg);
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.section__aboutus .topic__sub {
    margin: 0 auto 50px;
}

.aboutus__contents {
    display: flex;
    flex-wrap: wrap;
    max-width: 1083px;
    gap: 33px 70px;
    margin: 0 auto;
    justify-content: center;
}

.aboutus__staff {
    position: relative;
}

.aboutus__comment {
    font-size: 1.4rem;
    background-image: url(../images/fukidashi.svg);
    filter:  drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
    background-repeat: no-repeat;
    text-align: center;
    width: 240px;
    height: 83px;
    padding: 15px 12px 30px;
    position: absolute;
    top: -36px;
    left: -8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in, visibility .3s ease-in;
    z-index: 10;
}

.aboutus__staff:nth-of-type(4) .aboutus__comment {
    font-size: 1.2rem;
}

.aboutus__img-wrapper {
    display: grid;
    margin-top: 10px;
    margin-bottom: 70px;
}

.aboutus__img {
    border-radius: 20px;
    width: 230px;
    height: 230px;
    object-fit: cover;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transition: opacity .3s ease-in, visibility .3s ease-in;
}

.aboutus__img-after {
    opacity: 0;
    visibility: hidden;
}

.aboutus__staff:hover .aboutus__img-before {
    opacity: 0;
    visibility: hidden;
}

.aboutus__staff:hover .aboutus__img-after {
    opacity: 1;
    visibility: visible;
}

.aboutus__staff:hover .aboutus__comment {
    opacity: 1;
    visibility: visible;
}

.section__aboutus .img__arrow {
    position: absolute;
    right: 9%;
    bottom: 80px;
}

/* common sp */
@media screen and (max-width:769px) {
    .section__aboutus {
        position: relative;
    }

    .slick-arrow {
        width: 20px;
        height: 20px;
        z-index: 1;
    }

    .slick-prev {
        left: 20px;
        background-image: url(../images/arrow_left.svg) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .slick-next {
        right: 20px;
        background-image: url(../images/arrow_right.svg) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
    
    .slick-next:before {
        content: '';
    }

    
    .slick-prev::before {
        content: '';
    }

    .aboutus__contents {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        /* position: relative; */

    }

    .aboutus__staff {
        padding-top: 55px;
    }

    .aboutus__comment  {
        font-size: 1.2rem;
        top: 0;
        /* left: 69px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .aboutus__img {
        margin: 0 auto;
    }

    .section__aboutus .img__arrow {
        bottom: 25px;
        right: 9%;
    }
}/* sp 769px */

/* factory */
.section__factory {
    position: relative;
    background: var(--primary-lightblue);
}

.factory__contents {
    display: flex;
    width: 100%;
    overflow: hidden;
    gap: 50px;
    position: relative;
}

.factory__list {
    display: block;
    text-align: center;
}

.factory__img {
    width: 351px;
    aspect-ratio: 351/332;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 46px;
}

.factory__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    width: 351px;
    margin: 10px 0 0 40px;
}

.factory__belt {
    width: 100%;
    height: 40px;
    margin-top: 32px;
    object-fit: cover;
}

.factory__gear-white {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.factory__gear-blue {
    width: 97px;
    height: 97px;
    position: absolute;
    top: 77px;
    right: 118px;
    opacity: 0.5;
}

.factory__gear-gray {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 20px;
    opacity: 0.5;
}

.section__factory .img__arrow {
    position: absolute;
    right: 9%;
    bottom: 80px;
}

/* common sp */
@media screen and (max-width:769px) {
    .section__factory  {
        padding-bottom: 80px;
    }

    .factory__img {
        margin: 0 auto;
    }

    .factory__txt {
        font-size: 1.4rem;
        margin: 10px auto;
    }

    .factory__gear-white {
        display: none;
    }

    .factory__gear-blue {
        display: none;
    }

    .factory__gear-gray {
        display: none;
    }

    .section__factory .img__arrow {
         bottom: 25px;
    }
}/* sp 769px */

/* recruit */
.section__recruit {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

 .recruit__contents {
    display: flex;
    background-image: url(../images/back_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    gap: 53px;
    justify-content: center;
 }

.recruit__img {
    width: 45%;
    height: auto;
    object-fit: contain;
}

.recruite__subtitles {
    display: block;
}

.recruit__subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-top: 56px;
}

.recruit__subtitle-decoration {
    font-size: 3.2rem;
}

.recruit__subtitle-block:last-of-type {
    align-self: end;
}

.recruit__txt {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.12px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

/* common sp */
@media screen and (max-width:769px) {
    .section__recruit {
        padding-left: 0;
        padding-right: 0;
    }

    .recruit__img {
        width: auto;
    }

    .recruit__contents{
        display: block;
        background-position: 0 69px;
    }

    .recruit__subtitle {
        font-size: 1.6rem;
        line-height: 1;
        max-width: 177px;
        margin: 20px auto 52px;
    }

    .recruit__subtitle-decoration {
        font-size: 2rem;
    }

    .recruit__txt {
        max-width: 350px;
                margin: 0 auto;
    }
}/* sp 769px */

/* access */
.section__access {
    background: linear-gradient(180deg, rgba(253, 253, 255, 0.39) 0%, rgba(175, 215, 255, 0.37) 68.75%, rgba(0, 129, 255, 0.34) 100%);
    padding-right: 59px;
    padding-left: 59px;
}

.address {
    color: var(--primary-black);
    text-align: center;
    font-size: 2.4rem;
}

.access__contents {
    display: flex;
    margin: 41px auto 0;
    gap: 100px;
    justify-content: center;
}

.access__map {
    width: 541px;
    height: 465px;
}

.access__items {
    width: 462px;
    padding: 120px 0;
}

.access__item {
    font-size: 2rem;
}

.access__list {
    font-size: 1.6rem;
    list-style-type: disc;
    padding-left: 25px;
}

/* common sp */
@media screen and (max-width:769px) {
    .section__access {
        padding-right: 0;
        padding-left: 0;
    }

    .address {
        font-size: 1.6rem;
    }

    .access__contents {
        display: block;
    }

    .access__map {
        width: 100%;
        height: 310px;
    }

    .access__items {
        width: 340px;
        padding: 0 17px;
        margin: 32px auto 70px;
    }
}/* sp 769px */