@charset "UTF-8";
/* ==========================================
MV
========================================== */

.mv {
    position: relative;
    height:850px;
    /* height:85vh; */
    overflow:visible;
    /* height:85vh !important;
    overflow:visible; */
    /* border:20px solid red !important; */
}

.mv-slider {
    position:relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.mv-slide {
    position: absolute;
    inset: 0;

    opacity: 0;
    transition: opacity 1.5s ease;
}

.mv-slide.active {
    opacity: 1;
}

.mv-slide,
.mv-slide picture,
.mv-slide img{
    width:100%;
    height:100%;
}

.mv-slide img{
    object-fit: cover;

    transform: scale(1);
    transition: transform 10s linear;
}

.mv-slide.active img{
    transform: scale(1.08);
}


/* ==========================================
mv文字
========================================== */

.mv-content {
    position: absolute;

    top: 55%;
    left: 8%;

    transform: translateY(-50%);

    color: #fff;

    z-index: 2;
	transition:
        opacity .6s ease,
        transform .6s ease;
}

.mv-content.fade{
    opacity: 0;
    transform: translateY(calc(-50% + 20px));
}

h1.mv-catch {
	text-shadow: 0 4px 20px rgba(0,0,0,.3);
    font-size: clamp(24px,5vw,5rem);
    font-weight: 700;
    line-height: 1.3;
}

.mv-text {
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
    margin-top: 30px;
    font-size: clamp(14px,18px,1.125rem);
    font-weight: 600;
}

.mv-link {
    display: inline-block;
    margin-top: 40px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    font-weight: 700;
}

.mv-blue{
    color: #0090d1;
}

/* ==========================================
スクロールアニメーション
========================================== */

.scroll_down {
  position: absolute;
  right: 5px;
  bottom: 0px;
  z-index: 10;

  width: auto;
  height: auto;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,
  rgba(158, 158, 158, 0) 0,
  rgba(158, 158, 158, 0.8) 80%,
  rgba(158, 158, 158, 0.8) 100%);
  }

.scroll_down p {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 2;
  width: 15px;
  padding: 10px 15px 110px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 0.3;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down p:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #333;
}

.scroll_down p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll_down p:hover {
  opacity: .5;
}

#type01 p:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* ==========================================
Nav
========================================== */

.mv-business-nav{
    position:absolute;
    left:50%;
    bottom:0px;
    transform:translate(-50%,50%);
    width:min(1200px, calc(100% - 80px));
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#fff;
    z-index:10;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.mv-business-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 30px;
    background:#fff;
    border-right:1px solid #ddd;
    position:relative;
    transition:transform .4s ease,
        background-color .4s ease;
}

.mv-business-item:last-child{
    border-right:none;
}

.mv-business-item:hover{
    background:#f8f8f8;
    transform: translateY(-8px);
}

.mv-business-item img{

    width:60px;
    height:60px;

    object-fit:cover;
    flex-shrink:0;
}

.mv-business-item span{
    font-weight:700;
}


/* ==========================================
インフォメーション
========================================== */

.info_title{
    margin-top:0;
    padding:24px 0;
    font-weight:700;
    border-bottom:1px solid #dcdcdc;
}

.info_list{
    margin:0;
    padding:0;
    list-style:none;
}

.info_item{
    display:flex;
    align-items:flex-start;
    gap:48px;
    padding:16px 0;
    border-bottom:1px solid #e0e0e0;
}

.info_date{
    flex-shrink:0;
    width:140px;
    font-size:15px;
    font-weight:700;
}

.info_text{
    margin:0;
    font-size:16px;
    font-weight:700;
    line-height:1.8;
}



/* ==========================================
事業紹介
========================================== */
section.service{
    margin-bottom: 0;
    padding-bottom: 0;
}

.service{
    padding: var(--section-space) 0;
    background:#e5e5e5;
    overflow:hidden;
}

.service_sub{
    text-align:center;
    font-size:clamp(60px,10vw,160px);
    font-weight:500;
    color:rgba(255,255,255,.8);
    line-height:1;
    margin-bottom:-50px;
    letter-spacing:.5em;
}

.service_title{
    text-align:center;
    margin-bottom:60px;
    position:relative;
    z-index:1;
}

.service_list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.service_card{
    display:flex;
    flex-direction:column;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.service_img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;
}

.service_body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:40px 30px;
    text-align:center;
}

.service_name{
    margin-bottom:30px;
}

.service_text{
    line-height:2;
    margin-bottom:40px;
}

.service_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:200px;
    height:48px;
    border:1px solid #ddd;
    border-radius:10px;
    color: var(--color-gray);
    transition:.3s;
    margin-top:auto;
}



/* ==========================================
印刷関連事業
========================================== */
section.print{
    margin: 0;
}

/* Anchor position: keep service section start below fixed header */
#print,
#uniform,
#emergency{
    scroll-margin-top:100px;
}

.print {
    margin-top: 120px;
    background-color: #e5e5e5;
}

.print_head {
    position: relative;
    overflow: hidden;
}

.print_head .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 32px;
}

.print_sub {
    letter-spacing: .2em;
    font-weight: 700;
}

.print_title {
    position: relative;
    z-index: 2;
}

.print_bg {
    z-index: 1;
    position: absolute;
    top: 70px;
    left: 120px;
    color:rgba(255,255,255,.8);
    line-height: 1;
    pointer-events: none;
    font-size:clamp(40px,10vw,100px);
    font-weight: 700;
}

.print_wrap {
    display: grid;
    grid-template-columns: 56% 44%;
}

.print_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.print_body {
    background: #cf8a3f;
    padding: 70px 24px;
    text-align: center;
}

.print_catch {
    color: #fff;
    line-height: 1.5;
}

.print_text {
    margin-top: 30px;
    color: #fff;
    line-height: 2;
}

.print_icon {
    display: block;
    width: 80%;
    margin: 50px auto 0;
}

.print_catalog {
    display: block;
    width: 100%;
    margin-top: 50px;
}


/*Webカタログボタン*/
.print_link{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top: 20px;
}

.print_note{
    color: var(--color-gray);
    font-weight:700;
}


.print_btn {
    display: block;
    margin:0;
    padding: 6px 50px;
    border: 1px solid var(--color-gray);
    font-weight: 700;
    border-radius: 10px;
    color: var(--color-gray);
}


/* ==========================================
Q＆A
========================================== */
.question_btn{
    width:100%;
    max-width:720px;
    height:80px;

    margin:40px auto 0;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;   /* アイコンと文字の間隔 */

    background:#fff;
    border:2px solid var(--color-main);
    border-radius:24px;

    color:var(--color-main);
    transition:.3s;
}

.question_icon img{
    width:56px;
    display:block;
}

.question_text{
    font-size:18px;
    font-weight:700;
    text-align:center;
}

.question_btn:hover{
    background:var(--color-main);
    color:#fff;
}

.question_btn:hover .question_icon img{
    filter: brightness(0) invert(1);
}





/* ==========================================
作業服関連事業
========================================== */

section.uniform{
    margin:0;
}

.uniform{
    background:#e5e5e5;
}

.uniform_head{
    position:relative;
    overflow:hidden;
}

.uniform_head .container{
    position:relative;
    padding-top: 80px;
    padding-bottom: 32px;
}

.uniform_sub{
    letter-spacing:.2em;
    font-weight:700;
}

.uniform_title{
    position:relative;
    z-index:2;
}

.uniform_bg{
    position:absolute;
    top:70px;
    left:120px;
    line-height:1;
    color:rgba(255,255,255,.8);
    pointer-events:none;
    font-size:clamp(40px,10vw,100px);
    font-weight: 700;
}

.uniform_wrap{
    display:grid;
    grid-template-columns:44% 56%;
}

.uniform_body{
    background:#4e80dd;
    height:850px;
    box-sizing:border-box;
    padding:70px 24px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    text-align:center;
}

.uniform_catch{
    color:#fff;
    line-height:1.5;
}

.uniform_text{
    margin-top:30px;
    color:#fff;
    line-height:1.8;
    font-weight:600;
}

.uniform_body .print_icon{
    display:block;
    width: 540px;
    /* width:min(70%,390px); */
    margin:30px auto;
}

.uniform_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:left center;
    display:block;
}

/* ボタン */

.uniform_link{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    margin-top:auto;
}

.uniform_btn{
    padding:6px 20px;

    border:1px solid var(--color-gray);
    border-radius:10px;

    color:var(--color-gray);
    font-weight:700;
}

.uniform_note{
    color:var(--color-gray);
    font-weight:700;
    font-size:14px;
}



/* ==========================================
防災用品関連事業
========================================== */

.print_body.emergency{
    background:#39974a;
    box-sizing:border-box;
    padding:70px 24px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    text-align:center;
}

.print_body.emergency .print_catch{
    line-height:1.5;
}

.print_body.emergency .print_text{
    line-height:1.8;
}

.print_icon.emergency-photo{
    display:block;
    width: 600px;
    margin:30px auto;
}

.print_body.emergency .print_link{
    margin-top:auto;
}


/* ==========================================
3つ事業揃える
========================================== */

/* 3 business detail sections: align image/color area height */
:root{
    --business-detail-height:936px;
}

.print_wrap,
.uniform_wrap{
    align-items:stretch;
}

.print_img,
.uniform_img,
.print_body,
.uniform_body{
    height:var(--business-detail-height);
    box-sizing:border-box;
}

.print_img,
.uniform_img{
    overflow:hidden;
}

.print_img img,
.uniform_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* 右側コンテンツ */

.print_body,
.uniform_body{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding-top:70px;
}

/* 3 business detail sections: align text start and button position */
.print_body > .print_catch,
.uniform_body > .uniform_catch{
    margin-top:0;
}

.print_body > .print_link,
.uniform_body > .uniform_link{
    margin-top:auto;
}

/* 3 business detail sections: common Web catalog button width */
.print_body .print_btn,
.uniform_body .uniform_btn{
    width:80%;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* アイコン */

.print_icon{
    width:min(80%, 500px);
    margin:30px auto;
}

/* カタログ画像 */

.print_catalog{
    width:100%;
    max-width:670px;
    margin:20px auto;
    display:block;
}

/* ボタン */

.print_link,
.uniform_link{
    margin-top:auto;
}



/* ==========================================
   Break Point(max-width: 1024px)
========================================== */

@media screen and (max-width: 1024px) {
    #print,
    #uniform,
    #emergency{
        scroll-margin-top:80px;
    }

    .mv-content{
        left:20px;
        right:20px;
    }

/* ==========================================
Nav
========================================== */

.mv-business-item{
    display:flex;
    align-items:center;
    gap:16px;
    padding:16px;
    background:#fff;
    border-right:1px solid #ddd;
    position:relative;
    transition:transform .4s ease,
        background-color .4s ease;
}

    /* ==========================================
    Mega Menu
    ========================================== */
    .mega-parent{
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
    }

    .mega-trigger{
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        text-align: left;
    }

    .mega-trigger::before{
        content: "+";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border: 1px solid var(--color-main);
        border-radius: 50%;
        font-size: 16px;
        line-height: 1;
        color: var(--color-main);
    }

    .mega-parent.active .mega-trigger::before{
        content: "−";
    }

    .mega-menu{
        position: static;
        width: 100%;
        background: transparent;
        display: none;
        padding: 10px 0 0;
        opacity: 1;
        visibility: hidden;
        pointer-events: none;
        z-index: auto;
        box-shadow: none;
    }

    .mega-menu.active{
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin-top: 6px;
    }

    .mega-inner{
        max-width: none;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0;
        align-items: start;
    }

    .mega-inner::before{
        content: none;
    }

    .mega-item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        text-align: left;
    }

    .mega-item img{
        width: 70px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .mega-item span{
        margin-top: 0;
        text-align: left;
    }

    /*info*/
    .info_item{
        gap:32px;
    }

    .info_date{
        width:120px;
    }
/* ==========================================
事業紹介
========================================== */

    .service_title{
        margin-bottom:40px;
    }

    .service_list{
        gap:8px;
    }

    .service_body{
        padding:30px 12px;
    }

    .service_name{
        margin-bottom:20px;
    }

    .service_text{
    margin-bottom:32px;
    }

/* ==========================================
印刷関連事業
========================================== */
    .print_head .container {
        position: relative;
        padding-top: 56px;
        padding-bottom: 32px;
    }

    .print_wrap {
        grid-template-columns: 1fr;
    }

    .print_body,
    .uniform_body{
    padding:40px 40px;
    }

    .print_bg {
    top: 60px;
    }

    /* アイコン */
    .print_icon{
        margin:20px auto;
    }

    /* カタログ画像 */
    .print_catalog{
        margin:12px auto;

    }


/* ==========================================
作業服関連事業
========================================== */

    .uniform_wrap{
        grid-template-columns:1fr;
    }

    .uniform_img{
        order:1;
    }

    .uniform_body{
        order:2;
    }

    .uniform_bg{
        top:80px;
    }

/* ==========================================
防災用品関連事業
========================================== */

    .print_body.emergency{
        padding:40px 40px;
    }

/* ==========================================
3つ事業揃える
========================================== */

/* 3 business detail sections: align image/color area height */
    :root{
        --business-detail-height:820px;
    }

 /* 画像だけ高さ固定 */
    .print_img,
    .uniform_img{
        height:400px;
    }

    .print_img img,
    .uniform_img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

}


/* ==========================================
   Break Point(max-width: 768px)
========================================== */
@media screen and (max-width: 768px) {

    .mv-content{
        left:20px;
        right:20px;
    }

/* ==========================================
MV
========================================== */

.mv {
    height:650px;    /* 画面高さの90% */
    min-height:620px;  /* 小さい端末でも潰れない */
}

/* ==========================================
mv文字
========================================== */

    .header-logo img{
        width:180px;
    }

/* ==========================================
mv文字
========================================== */

.mv-content {
    position: absolute;
    top: 55%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
	transition:opacity .6s ease,
        transform .6s ease;
    }
.mv-text {
    margin-top: 20px;
    font-size: 16px;
}

.mv-link {
    margin-top: 28px;
}

/* ==========================================
mv-nav
========================================== */
    .mv-business-nav{
        width:calc(100% - 40px);
        bottom:30px;
        grid-template-columns:1fr;
    }

    .mv-business-item{

        padding:14px 16px;
        gap:12px;
    }

    .mv-business-item img{
        width:60px;
        height:40px;
    }

    .mv-business-item span{
        font-size:1rem;
    }



/* ==========================================
スクロールアニメーション
========================================== */
.scroll_down {
  position: absolute;
  right: 5px;
  bottom: 0px;
  z-index: 10;
  width: auto;
  height: auto;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg,
  rgba(255, 255, 255) 0,
  rgba(255, 255, 255) 80%,
  rgba(255, 255, 255) 100%);
  }

.scroll_down p {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 150px;
  z-index: 2;
  width: 1px;
  padding: 10px 15px 40px;
  color: #fff;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 0.3;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down p:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  background: #333;
}

.scroll_down p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  background: #fff;
}

.scroll_down p:hover {
  opacity: .5;
}

#type01 p:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}



/* ==========================================
info
========================================== */
    .info_title{
        padding:40px 0 10px;
    }

    .info_item{
        flex-direction:column;
        gap:4px;
        padding:10px 0;
    }

    .info_date{
        width:auto;
    }

    .info_text{
        line-height:1.7;
    }

/* ==========================================
service
========================================== */
    .service_sub{
        margin-bottom:-20px;
        font-size:clamp(40px,10vw,80px);
    }

    .service_title{
        margin-bottom:24px;
    }

    .service_list{
        grid-template-columns:1fr;
        gap:30px;
    }


/* ==========================================
印刷関連事業
========================================== */
    .print {
        margin-top: 80px;
    }

    .print_head .container {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .print_bg{
        top: 55px;
    }

    .print_body {
        padding: 40px 20px;
    }

    .print_text {
        line-height: 1.7;
        margin-top: 20px;
    }

    .print_icon{
        width:clamp(260px,75%,480px);
        margin:12px auto;
    }

    .print_catalog{
        width:clamp(260px,90%,560px);
        margin:12px auto 20px;
    }


/* ==========================================
作業服関連事業
========================================== */

    .uniform_head .container{
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .uniform_bg{
        top:55px;
    }

    .uniform_body{
        padding:40px 20px;
    }

    .uniform_text{
        line-height:1.7;
        margin-top:20px
    }

    .uniform_link{
        justify-content:center;
    }
    .uniform_body .print_icon{
        width:clamp(260px,90%,560px);
        margin:20px auto;
    }

/* ==========================================
防災関連事業
========================================== */

    .print_body.emergency{
        padding:32px 24px;
    }

    .print_icon.emergency-photo{
        width:clamp(260px,90%,560px);
        margin:20px auto;
    }

/* ==========================================
3つ事業揃える
========================================== */

    .print_body,
    .uniform_body{
        height:auto;
        min-height:auto;
        padding:32px 20px;
    }

    .print_img,
    .uniform_img{
        height:clamp(220px, 42vw, 300px);
    }


/* ==========================================
Q＆A
========================================== */
.question_btn{
    width:90%;
    height:64px;
    margin:24px auto 0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;   /* アイコンと文字の間隔 */
    background:#fff;
    border:2px solid var(--color-main);
    border-radius:24px;
    color:var(--color-main);
    transition:.3s;
}

.question_icon img{
    width:40px;
    display:block;
}

.question_text{
    font-size:16px;
    font-weight:700;
    text-align:center;
}


}



/* ==========================================
   Break Point(max-width: 480px)
========================================== */
@media screen and (max-width: 480px) {

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }


/* ==========================================
印刷関連事業
========================================== */
    .print_bg{
        top: 70px;
        left:95px;
        font-size:clamp(30px,10vw,40px);
    }
/* ==========================================
作業服関連事業
========================================== */

    .uniform_bg{
        top: 70px;
        left:95px;
        font-size:clamp(30px,10vw,40px);
    }

}

