@charset "utf-8";

/* mainVisual
---------------------------------------------- */
.mainVisual {
    position: relative;
}

.mainVisual img {
    width: 100%;
}

.mainVisual #left-slide,
.mainVisual #right-slide {
    width: 50%;
    overflow: hidden;
}

.mainVisual #left-slide .slick-list {
    transform: rotate(180deg) !important;
}

.mainVisual #left-slide .slick-list img {
    transform: rotate(180deg);
}

.mainVisual .slick-slide {
    border: none;
}

.mainVisual .slick-active,
.mainVisual .slick-slide:has(+.slick-active),
.mainVisual .slick-slide:last-child {
    animation: zoom-in 10s linear 0s normal both;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

.mainVisual dl {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    margin-top: 20px;
}

.mainVisual dt {
    font-size: 4.8rem;
    line-height: 1.6;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.mainVisual dd {
    font-size: 1.8rem;
    margin-top: 1rem;
    line-height: 2;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

/* 読み込み時に画像が一瞬縦に全部表示する防止 */
#slider {
  display: none;
}
#slider.slick-initialized {
  display: block;
}

@media screen and (max-width: 1024px) {    
    .mainVisual dl {
        top: clamp(40px, 6vw, 60px);
        left: 40px;
        transform: none;
        margin-top: 0;
    }

    .mainVisual dt {
        font-size: 4rem;
    }

    .mainVisual dd {
        margin-top: 0;
    }
    
/*
    #slider {
      display: none !important;
    }
    
    #slider.slick-initialized + dl {
      display: block;
    }
*/
}

@media screen and (max-width: 767px) {
    .mainVisual #left-slide,
    .mainVisual #right-slide {
        width: 100%;
        height: 50%;
    }
    
    .mainVisual dl {
        top: clamp(20px, 6vw, 55px);
        left: 20px;
    }
    
    .mainVisual dt {
        font-size: clamp(3.2rem, 9vw, 4rem);
    }
    
    .mainVisual dd {
        margin: 1.2rem 2rem 0 0;
    }
}



/* 全体コンテンツ
---------------------------------------------- */
section {
    margin: 8.5rem auto;
}

section h2 {
    color: #0057a6;
    font-size: 4.6rem;
    font-weight: 500;
    margin-bottom: 6.5rem;
    text-align: center;
    line-height: 1.5;
}

section h2 span {
    display: block;
    color: #000;
    font-size: 2rem;
}

section p {
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    section {
        margin: 6rem auto 7rem;
    }
    
    section h2 {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 767px) {
    section {
        margin: 5rem auto 6rem;
    }
    
    section h2 {
        font-size: 3.2rem;
        margin-bottom: 3.5rem;
    }
    
    section h2 span {
        font-size: 1.6rem;
    }
}


/* PRODUCTS
---------------------------------------------- */
.products {
    padding: 0 3rem;
}

.products-inner {
    gap: 4rem 0;
}

.products-box {
    width: 32.5%;
}

.products-box-img {
    width: 100%;
    overflow: hidden;
}

.products-box-img img {
    height: auto;
    transition: transform .3s ease;
}

.products-box p {
    font-size: 1.8rem;
    margin-top: 1rem;
    padding-left: 1em;
    position: relative;
}

.products-box p:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #0057a6;
    border-right: 2px solid #0057a6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .products-box a:hover {
        color: #0057a6;
    }
    
    .products-box a:hover img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1024px) {
    .products-box p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .products {
        padding: 0 2rem;
    }
    
    .products-inner {
        gap: 3rem 0;
    }
    
    .products-box {
        width: 100%;
    }
}


/* Asia / OEM
---------------------------------------------- */
.asia, .oem {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.asia a, .oem a {
    color: #fff;
}

.asia a:after, .oem a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
}

.asia-bg {
    width: 100%;
    height: 100%;
    background: url(../images/img_bg_overseas-business.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .3s ease;
}

.oem-bg {
    width: 100%;
    height: 100%;
    background: url(../images/img_bg_product-planning.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .3s ease;
}

.asia_oem .inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 7.2rem 4rem;
    position: relative;
    z-index: 2;
}

.asia_oem h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 2rem;
}

.asia_oem h2 span {
/*    display: inline-block;*/
    color: #fff;
    font-size: 2rem;
    margin-top: 1rem;
/*    margin-left: 1em;*/
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .asia a:hover .asia-bg,
    .oem a:hover .oem-bg {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1024px) {
    .asia, .oem {
        width: 100%;
    }
    
    .asia {
        background-position: 50%;
    }
    
    .asia_oem .inner {
        max-width: none;
        padding: 4rem;
    }
    
    .asia_oem h2 {
        margin-bottom: 0.5em;
    }
    
    .asia_oem .btn {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .asia_oem .inner {
        padding: 4rem 2rem;
    }
    
    .asia_oem .btn {
        text-align: center;
    }
}


/* TOPICS
---------------------------------------------- */
.topics {
/*    max-width: 1690px;*/
    max-width: 1360px;
    padding: 0 4rem;
    text-align: center;
}

.topic-list {
/*    gap: 6rem 3.3%;*/
    gap: 4rem 7.5%;
    text-align: left;
}

.topic-box {
/*    width: 22.5%;*/
    width: 28.13%;
}

.topic-box-img {
    width: 100%;
    padding-top: 81.95%;
    position: relative;
    overflow: hidden;
}

.topic-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .3s ease;
}

.topic-box p {
    line-height: 1.7;
}

.topic-box p.cat {
    display: inline-block;
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    padding: 0.2rem 1.5rem 0 1.5rem;
}

.topic-box p.cat.product { background-color: #e5e57f; }
.topic-box p.cat.solution { background-color: #b2e0d1; }

.topics .btn {
    margin-top: 5rem;
    text-align: right;
}

.topics .load-more-button {
    color: #fff;
    background-color: #0057a6;
    font-size: 1.6rem;
    border: none;
    margin-top: 5rem;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    white-space: normal;
    cursor: pointer;
    transition: opacity 0.3s;
}

/* dot */
.topics .slick-dots {
    bottom: -70px;
}

.topics .slick-dots li {
    width: 15px;
    height: 15px;
}

.topics .slick-dots li button:before {
	font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    opacity: 1;
    color: #bebebe;
}

.topics .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0057a6;
}

/* arrow */
.topics .slick-prev {
    left: -2.5%;
}

.topics .slick-next {
    right: -2.5%;
}

.topics .slick-prev:before,
.topics .slick-next:before {
    content: "";
    font-size: 0;
    font-family: inherit;
    opacity: 1;
}

.topics .slick-prev:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.topics .slick-next:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topics .slick-prev:hover,
.topics .slick-next:hover,
.topics .slick-prev:focus,
.topics .slick-next:focus {
    opacity: 0.7;
    transition: 0.3s;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .topic-box a:hover img {
        transform: scale(1.1);
    }
    
    .topics .load-more-button:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 767px) {
    .topics {
        padding: 0 2rem;
    }
    
    .topic-list {
        gap: 4rem 0;
    }
    
    .topic-box {
        width: 100%;
    }
    
    .topics .btn {
        margin-top: 5rem;
        text-align: center;
    }
    
    /* dot */
    .topics .slick-dots {
        bottom: -45px;
    }
    
    /* arrow */
    .topics .slick-prev {
        left: -2%;
    }

    .topics .slick-next {
        right: -2%;
    }

    .topics .slick-prev:after,
    .topics .slick-next:after {
        width: 20px;
        height: 20px;
    }
}


/* CSR
---------------------------------------------- */
.csr {
    background-color: #f6f6f6;
    margin: 0;
    padding: 8.5rem 4rem;
/*
    background: url(../images/img_bg_csr_tentative.jpg) no-repeat;
    background-size: cover;
    padding: 14rem 0;
*/
}

.csr-inner {
    max-width: 1360px;
    margin: 0 auto;
    gap: 4rem 7.5%;
}

.csr-box {
    width: 28.13%;
}

.csr-box-img {
    width: 100%;
    padding-top: 81.95%;
    position: relative;
    overflow: hidden;
}

.csr-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .3s ease;
}

.csr-box p {
    margin-top: 1em;
    line-height: 1.7;
}

/*
.csr a, .csr h2 {
    transition: 0.3s;
}

.csr a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 4rem 5rem 2.5rem;
    text-align: center;
    position: relative;
}

.csr h2 {
    color: #fff;
    font-size: 6rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.csr p {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}
*/

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .csr-box a:hover img {
        transform: scale(1.1);
    }
/*
    .csr a:hover {
        color: #2e7535;
        background-color: rgba(255,255,255,0.9);
    }
    
    .csr a:hover h2 {
        color: #2e7535;
    }
*/
}

@media screen and (max-width: 1024px) {
    .csr {
/*        padding: 7rem 0;*/
        padding: 6rem 4rem 7rem;
    }
}

@media screen and (max-width: 767px) {
    .csr {
/*        padding: 6rem 0;*/
        padding: 4rem 2rem 5rem;
    }
    
    .csr-inner {
        gap: 4rem 0;
    }
    
    .csr-box {
        width: 100%;
    }
/*
    .csr a {
        padding: 3rem 4rem 2rem;
    }
    
    .csr h2 {
        font-size: 3.2rem;
    }
    
    .csr p {
        font-size: 1.8rem;
    }
*/
}


/* company_recruit
---------------------------------------------- */
.company_recruit {
    max-width: 1690px;
    padding: 0 4rem;
    gap: 0 3%;
}

.company_recruit h2 {
    font-size: 3.8rem;
    margin-bottom: 3rem;
    text-align: left;
}

.company-img,
.recruit-img {
    width: 100%;
    overflow: hidden;
}

.company-img img,
.recruit-img img {
    height: auto;
    transition: transform .3s ease;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .company_recruit a:hover img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 767px) {
    .company_recruit {
        padding: 0 2rem;
    }

    .company_recruit h2 {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    
    .recruit {
        margin-top: 4rem;
    }
}


/* News
---------------------------------------------- */
.news {
    background-color: #f6f6f6;
    margin: 0;
    padding: 8.5rem 4rem;
}

.news-inner {
    max-width: 1610px;
    margin: 0 auto;
}

.news-title {
    width: 20%;
    margin-right: 5rem;
}

.news h2 {
    font-size: 3.8rem;
    margin-bottom: 4rem;
    text-align: left;
}

.news article {
    width: 75%;
}

.news article dl {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 2.5rem;
}

.news article dl:last-child {
    margin-bottom: 0;
}

.news article dt {
    width: 140px;
    flex-shrink: 0;
}

.news article dd a {
    color: #0057a6;
    text-decoration: underline;
}

.news article dd a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .news {
        padding: 6rem 4rem 7rem;
    }
    
    .news article dt {
        width: 95px;
    }
}

@media screen and (max-width: 767px) {
    .news {
        padding: 4rem 2rem 5rem;
    }
    
    .news h2 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
    
    .news-title {
        width: 100%;
        margin-right: 0;
    }
    
    .news article {
        width: 100%;
    }
    
    .news article dt {
        width: 100%;
        margin-bottom: 0.5em;
    }
    
    .news .btn {
        margin-top: 3rem;
        text-align: center;
    }
}
