﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */
        @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap');


@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
        .btn-minimal {
            display: inline-flex;
            align-items: center;
            padding: 1.25rem 2.5rem;
            border: 1px solid var(--normal);
            color: var(--normal);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.4em;
            text-transform: uppercase;
            transition: all 0.4s ease;
            position: relative;
            background: transparent;
            cursor: pointer;
            border-radius: 5px;
        }

        .btn-minimal:hover {
            background: var(--color1);
            border-color: var(--color1);
            color: #fff;
            padding-left: 3rem;
        }

.modal_open span,.more a {
    cursor: pointer;
    border-radius: 100px;
    border-radius: 5px;
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

#main_img:after{background-color: transparent;}
#intro{padding: 0;}
#intro .intro_inner {
    z-index: 1;
    text-shadow: none; 
    align-items: stretch;
    max-width: none;
    width: 100% !important;
    padding: 5% 0;
}
#intro h2{
    font-size: clamp(2rem, calc(1.6rem + 1.5vw), 3rem);
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}
/*#intro:before{
        background-image: url(../img/bg01.jpg);
}*/
#intro {
    background-image: none !important;
/*    background-color: #ff8430;
    color: #fff;*/
}
#intro:before {
    background-color: rgba(255, 255, 255, 0.4);
     background-color: transparent;
}
#intro .intro_inner .txt_box{padding: 5%;}
#intro .box_img img{
    object-fit: cover;
    /* aspect-ratio: 9 / 16; */
    height: 100%;
    mask-image: linear-gradient(to right, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
}
#content .no{display: none;}
#bottom_tel a {
    border-radius: 20px 0 0 0;
}

.logo1 {
    max-width: 200px;
}
.slider2 .box_title{
    padding-top: 20px;
}
.slider2 .d_flex{
    align-items: stretch;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
}

.f_contact_box {
    padding: 150px 0px;
}
.contact-recruit{
  padding: 40px 16px;
  /*margin-top: -5%;*/
    position: relative;
}

/* 白い角丸パネル */
.cr-card{
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255,255,255);
  border-radius: 18px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
/*  box-shadow: 0 10px 30px rgba(0,0,0,.08);*/
}

/* 真ん中の縦線 */
.cr-divider{
  width: 1px;
  height: 170px;
  background: rgba(0,0,0,.12);
}

/* 各カラム */
.cr-col{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* 見出し */
.cr-title{
  margin: 0;
/*  color: #0a6b3b;*/
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.05;
}

/* 説明文 */
.cr-text{
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

/* ボタン（画像みたいな丸い白ボタン） */
.cr-btn{
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;           /* ボタン幅 */
  height: 44px;           /* ボタン高さ */
  border-radius: 999px;
  background: #fff;
/*  color: #0a6b3b;*/
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
      border: 1px solid rgb(229 122 27 / 25%);
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.cr-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
  background: rgba(10,107,59,.06);
}

/* 既存：白いパネルなどは前のままでOK */

/* テキスト＋アイコンを横並び */
.cr-head{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 28px;
}

/* アイコン枠 */
.cr-illust{
  width: 220px;   /* ここで大きさ調整 */
  height: 160px;
  display: grid;
  place-items: center;
}

/* 画像を枠内に収める */
.cr-illust img{
  width: 100%;
  height: 100%;
  object-fit: contain; /* 切れたくないので contain */
  display: block;
  opacity: .95;
}

/* スマホはアイコンを下へ（または非表示でもOK） */
@media (max-width: 768px){
  .cr-head{
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .cr-illust{
    width: 180px;
    height: 120px;
    justify-self: end; /* 右寄せにしたい場合 */
  }
}



/* スマホ：縦並び */
@media (max-width: 768px){
  .cr-card{
    padding: 28px 20px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .cr-divider{
    width: 100%;
    height: 1px;
  }
  .cr-title{
    font-size: 24px;
  }
  .cr-btn{
    width: 50%;
  }
}

.pc_nav li{position: relative;}
.pc_nav li a::before{
      content:"";
  width: 22px;
  height: 22px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px; /* タイトルとの間 */
  opacity: 0.9;
  position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: center / contain no-repeat;
    left: calc(50% - 10px);
}
/*.pc_nav li:nth-of-type(1) a::before{ background-image: url("/Files/img/icon01.png"); }
.pc_nav li:nth-of-type(2) a::before{ background-image: url("/Files/img/icon02.png"); }
.pc_nav li:nth-of-type(3) a::before{ background-image: url("/Files/img/icon03.png"); }
.pc_nav li:nth-of-type(4) a::before{ background-image: url("/Files/img/icon04.png"); }
.pc_nav li:nth-of-type(5) a::before{ background-image: url("/Files/img/icon05.png"); }*/





.contact-recruit h2{
    font-size: clamp(2rem, calc(1.6rem + 1.5vw), 3rem);
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}


.footer_contact{
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
#bottom_tel {
  display: inline-block;       /* translateを効かせやすい */
  transition: transform 0.2s ease;
}

#bottom_tel:hover {
  transform: translateY(-5px);
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#intro .intro_inner figure{height: 300px;}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#intro .box_img img {
    mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
#content .cate_item{
        border-radius: 0 0px 30px 0;
}
#content .swiper-slide .box_img img{
        border-radius: 0 20px 50px 0;
}
.slider2 .d_flex {
    border-radius: inherit;
}



}



      





/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img .modal_open {
    line-height: 45px;
    /* margin: 30px auto 0; */
    max-width: 300px;
        margin: 3rem 0 0 0;
}
#main_img .swiper-slide {
    opacity: 1 !important;
    padding-right: 1rem;
    width: 25vw!important;
    height: 100%;
    flex-shrink: 0;
    padding-right: 1rem;
    margin-right: 0 !important;
}
.line-accent {
    width: 80px;
    height: 3px;
    background: var(--primary-orange);
    margin-bottom: 2rem;
}
.outline-text {
    color: transparent;
    -webkit-text-stroke: 1px #0f172a;
    opacity: 0.4;
}
.large-title {
    font-size: clamp(3rem, 7vw, 7.5rem);
    line-height: 0.9;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

.catch{margin-top: 30px;}
/*.catch h2{line-height: 1.2;
    display: inline-block;
    text-align: left;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}*/
.catch > div{
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-top: 2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.catch.slide_ver{text-align: left;}
/*#page1 .pc_nav{
    display:  block!important;

}*/
.header.t_header,.header {
    background-color: rgba(255, 255, 255, 0.7)!important;
}
/*#main_img{
    height: auto !important;
    max-height: none;
}
#main_img img {
    border-radius: 30px;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 18%);
    aspect-ratio: 75 / 82;
}

.slider1{
    transform: rotate(-16deg);
}*/
#main_img::before{content: none;}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img {
    max-height: 80vh;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img {
    max-height: 100vh;
}
#main_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#main_img .swiper-slide {
    width: auto !important;
}
.logo1 {
    max-width: 150px;
}
#main_img .swiper-slide {
        width: 70% !important;
    }
    .catch.slide_ver {
        padding-top: 0px; 
    }
.catch:after{background: none;}
.catch > div {
    margin-top: 12px;
}
.catch {
    margin-top: 20px;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#cms_2-g .cate_img1.rectangle_img img {
    aspect-ratio: auto!important;
}
.link_type2 .cate_box a {
    color: #fff;
}
/*.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}*/
/*.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #c52e3d;
    transition: 0.5s;
	z-index: 3;
	opacity: 0.5;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}
.link_type2 .more{margin-top: 0;}*/


        /* --- Work Card: Image Hover Interaction --- */
        .work-card {
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            aspect-ratio: 4/5;
            cursor: pointer;
        }

        .work-card-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /*filter: grayscale(1) brightness(0.7);*/
            transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .work-card-overlay {
            position: absolute;
            inset: 0;
           /* background: linear-gradient(to bottom, transparent 0%, rgba(15, 23, 42, 0.9) 100%);*/
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 2.5rem;
            transition: all 0.5s ease;
        }

        .work-card-detail {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .work-card-title {
            font-size: 1.5rem;
            font-weight: 800;
            color: white;
            margin-bottom: 0.5rem;
            transition: color 0.3s ease;
        }

        .work-card-tag {
            font-family: 'Outfit', sans-serif;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }

@media (hover: hover) and (pointer: fine) {
  /* Hover States */
  .work-card:hover .work-card-bg {
    transform: scale(1.1);
    filter: grayscale(0) brightness(0.5);
  }

  .work-card:hover .work-card-detail {
    max-height: 200px;
    opacity: 1;
    margin-top: 1.5rem;
  }

  .work-card:hover .work-card-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(249, 115, 22, 0.8) 100%);
  }
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.work-card-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(15, 23, 42, 0.9) 100%);
}


}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


