@charset "UTF-8";

/*============================
loading
============================*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90000;
    background-color: #abe1fa;
}

.loader,
.loader:after {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -30px;
}

.loader {
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #1b89c2;
    border-right: 5px solid #1b89c2;
    border-bottom: 5px solid #1b89c2;
    border-left: 5px solid #00489d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*============================
トップ共通
============================*/

.eng {
    display: block;
}

/*============================
top_img
============================*/
#top_img {
    width: 100%;
    position: relative;
}

.swiper {
    height: 650px;
}

.swiper-wrapper {
    background: #f3f3f3;
}

.slide-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*画像*/
.swiper-slide-active .slide-media img,
.swiper-slide-duplicate-active .slide-media img,
.swiper-slide-prev .slide-media img {
    animation: zoom-in 10s linear 0s 1 normal both;
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#top_img .catch {
    background: url(../images/home/top_catch.png) no-repeat center center;
    background-size: 100%;
    width: 1040px;
    height: 0;
    padding-top: 650px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    margin: auto;
    z-index: 100;
}


@media only screen and (max-width: 768px) {
    .swiper {
        width: 100%;
        height: calc(80vh - 54px);
    }

    #top_img .catch {
        background-image: url(../images/home/top_catch_sp.png);
        background-position: top;
        width: 100%;
        height: 0;
        padding-top: calc(80vh - 54px);
        overflow: hidden;
        max-width: 500px;
    }

}

/*============================
container
============================*/

.container {
    position: relative;
}

.primary {
    width: 100%;
    float: none;
}

.primary > article {
    padding: 80px 0 80px;
}

.primary .inner {
    width: 1040px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .primary > article {
        padding: 50px 0;
    }

    .primary .inner {
        width: 90.625%;
    }
}


/*============================
h2
============================*/

h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #1b89c2;
}

h2 span.ja {
    position: relative;
    padding-left: 16px;
    font-weight: 700;
}

h2 span.ja::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ffbd17;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

h2 span.eng {
    font-size: 40px;
}

@media only screen and (max-width: 768px) {
    h2 {
        margin-bottom: 30px;
        font-size: 16px;
    }

    h2 span.eng {
        font-size: 28px;
    }
}

/*============================
h3
============================*/

h3 {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 16px;
    }
}

/*============================
service
============================*/

#service {
    background: #FFFFFF;
}

#service div.flex {
    margin-bottom: 40px;
}

#service div.flex .text {
    width: 550px;
}

#service h2 {
    text-align: left;
    margin-bottom: 30px;
}

#service .lead {
    margin-bottom: 15px;
}

#service p:not(.lead) {
    font-size: 18px;
}

#service div.flex .photo {
    width: 450px;
    height: 100%;
}

#service .photo img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#service ul.flex li {
    width: 320px;
}

#service ul.flex li p.title {
    background: #1b89c2;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 700;
}


@media only screen and (max-width: 768px) {

    #service div.flex {
        margin-bottom: 20px;
    }

    #service div.flex .text {
        width: 100%;
        margin-bottom: 20px;
    }

    #service p:not(.lead) {
        font-size: 16px;
    }

    #service div.flex .photo {
        width: 100%;
    }

    #service ul.flex li {
        width: 100%;
    }

    #service ul.flex li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/*============================
supplies-sales
============================*/

#supplies-sales {
    background: #ebf4fb;
}

#supplies-sales .flex {
    background: #fff;
	align-items: stretch;
}

#supplies-sales .flex .photo {
    width: 520px;
}

#supplies-sales .flex .photo img {
	height: 100%;
    object-fit: cover;
    object-position: center;
}

#supplies-sales .flex .text {
    flex: 1;
    padding: 30px 40px;
}

@media only screen and (max-width: 768px) {
    #supplies-sales .flex .photo {
        width: 100%;
    }

    #supplies-sales .flex .text {
        flex: auto;
        padding: 20px;
    }
}

/*============================
banner_area
============================*/

#banner_area {
    padding: 60px 0;
}

#banner_area li {
    width: 500px;
}

#banner_area li a {
    display: block;
}

#banner_area li a img {
    width: 100%;
}

@media only screen and (max-width: 768px) {

    #banner_area {
        padding: 40px 0;
        gap: 20px;
    }

    #banner_area li {
        width: 100%;
    }
}

/*============================
company
============================*/

#company {
    background: url(../images/home/company/company_bg.jpg)no-repeat center center;
    background-size: cover;
}

#company h2 {
    color: #fff;
}

#company table.info tbody {
    width: 500px;
}

#company table.info tr {
    display: flex;
    gap: 10px;
}

#company table.info th {
    background: #fff;
    color: #323232;
    display: flex;
    align-items: center;
    justify-content: center;
}

#company table.info td {
    background: #fff;
    flex: 1;
    padding-right: 20px;
}

#company table.info td ul li {
    position: relative;
    padding-left: 12px;
}

#company table.info td ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1b89c2;
    position: absolute;
    top: 9px;
    left: 0;
}

@media only screen and (max-width: 768px) {
    #company {
        background-position: top right;
    }

    #company table.info tbody {
        width: 100%;
    }

    #company table.info tbody:not(:last-of-type) {
        margin-bottom: 10px;
    }

    #company table.info td {
        padding-right: 10px;
    }

}
