/*------------------------------------------------------------------------------
  PC or ALL 
------------------------------------------------------------------------------*/
.sns-icon-list {
  & li {
    & a[href*="line.me"],
    & a[href*="lin.ee"] {
      background: #06C755;
    }

    & a[href*="twitter.com"],
    & a[href*="x.com"],
    & a[href*="t.co"] {
      background: #000;
    }

    & a[href*="facebook.com"],
    & a[href*="fb.com"] {
      background: #1877f2;
    }

    & a[href*="instagram.com"],
    & a[href*="instagr.am"] {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }

    & a[href*="youtube.com"],
    & a[href*="youtu.be"] {
      background: #FF0000;
    }
  }
}
.header-logo {
  max-width: 449px;
  width: auto;
  padding-right: 10px;
}
.header-nav > ul > li {
  margin: 0 15px;
}
.header-nav > ul > li .en {
  font-family: "Shippori Mincho", serif;
}
.mainvisual {
  padding: 0 0 0 4.17vw;
  background: linear-gradient(to right, #dff5f5, #dff5f5) no-repeat left bottom / 100vw 42.86%;
  margin-bottom: 0;
}
.mainvisual-icon {
  position: absolute;
  right: 49px;
  z-index: 20;
  top: 10.4%;
  max-width: 13.33%;
  min-width: 200px;
}


.mainvisual-catch {
  position: absolute;
  bottom: 0;
  left: 4.17vw;
  padding: 5vh 6.5vh 5vh 45px;
  width: auto;
  color: #292929;
  z-index: 100;
  background: #ffffffd4;
}
.mainvisual-catch div.copy {
  font-size: clamp(1.4rem, 3.67vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.mainvisual-catch div.sub-text {
  font-size: clamp(0.9rem, 1.67vw, 2rem);
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.02em;
}
.box-wrap.bg:before {
  background: #dff5f5;
}
.box-wrap.bg2 {
  background: #fff;
  padding: 0 58px 42px;
  border-radius: 10px;
  border-top: solid 6px #16c4bf;
  margin-bottom: 31px;
}
.btn01 a, .btn02 a, .btn03 a {
  background: #16c4bf;
  border-radius: 0;
}
.home {
  .page-content {
    margin: 0 auto;
  }
  .box.title-type04 {
    h2.box-h2 {
      font-size: 2rem;
      .en {
        color: #1caaa5;
        font-weight: 600;
      }
      .ja2 {
        font-size: 1.8rem;
        margin: 20px 0 0 0;
      }
    }
  }
  .title-type04 span:nth-child(2) {
    opacity: 1;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .title-type02, .title-type04 {
    padding: 0;
  }
  .title-type02:before, .title-type04:before {
    display: none;
  }
  .title-type02 span:nth-child(2), .title-type04 span:nth-child(2) {
    margin: 0.3em 0 0 0;
  }
  .title-type02 {
      .ja {
        font-size: 4.2rem;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.02em;
      }
      .en {
        color: #1caaa5;
        opacity: 1;
        font-size: 2rem;
        letter-spacing: 0.02em;
        font-weight: 600;
      }
  }
  .btn01 a:after, .btn02 a:after, .btn03 a:after {
    display: none;
  }
  .btn01 a, .btn02 a, .btn03 a {
    padding: 12px 30px 12px 30px;
  }
  .box .btn a {
    padding: 13px 43px 11px;
    font-size: 1.7rem;
    background: var(--main-color-2);
    border-radius: 0;
    letter-spacing: 1px;
  }
  .box .btn a:after {
    display: none;
  }
}
.box-wrap.bg.main-problem {
  margin-bottom: 80px;
  padding-bottom: 70px;
  h3:not([class]) {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 2.6rem !important;
  }
  h3:not([class]):after {
    display: none;
  }
  ul:not([class]) {
    margin: 25px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 21px;
    justify-items: center;
    align-items: center;
  }
  ul:not([class]) li {
    margin: 0;
    list-style: none;
    background: #16c4bf;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    padding: 10px 10px;
    position: relative;
  }
  ul:not([class]) li a {
    color: #fff;
    width: 100%;
  }
  ul:not([class]) li:before {
    content: '';
    position: absolute;
    background: yellow;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    width: 6px;
    height: 6px;
    right: 4px;
    bottom: 4px;
  }
}
.main-point {
  margin-bottom: 78px;
  .row {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 25px;
  }
  .row .col {
    width: 100%;
    background: #f9f7f5;
    box-shadow: 0 0 10px rgb(85 85 85 / 25%);
    border-radius: 3px;
  }
  h4:not([class]) {
    margin: 30px 0 0 0;
    font-size: 3.2rem;
    padding: 0px 5vmin;
    font-weight: 600;
    letter-spacing: 0px;
    color: #01a39e;
  }
  .box.list-check-type01 {
    padding: 20px 5vmin 45px;
    font-weight: 500;
  }
  .row .col :first-child {
    position: relative;
    line-height: 1.625;
    letter-spacing: 0;
  }
  .list-check-type01 > ul > li {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
  }
  .list-check-type01 > ul > li:before {
    content: "";
    background: url(../images/check.jpg) no-repeat left top;
    width: 41px;
    height: 41px;
    top: -7px;
    left: -12px;
  }
}
.box-wrap.bg.main-message:before {
    background: url(../images/bg.jpg) no-repeat center top / cover;
}
.box-wrap.bg.main-message {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
  max-width: 840px;
  padding: 108px 0 83px;
  margin: 0 auto 75px;
  letter-spacing: 0.02em;
  position: relative;
}
.box-wrap.bg.main-message::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 197px;
  height: 30px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.main-staff {
  margin-bottom: 40px;
  .box .image img {
    transform: scale(1.1);
    width: 100%;
    max-width: 354px;
    aspect-ratio: 354 / 362;
    overflow: hidden;
  }
  .box h3.box-h3 {
    font-weight: 600;
  }
  .box .copy {
    color: #0cb0ab;
    font-size: 1.8rem;
  }
  p:not([class]) {
    margin: 15px 0 0;
  }
}
.box-wrap.bg.main-menu{
  padding-bottom: 35px;
  .box-wrap.xl {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .slideshow-type02 .swiper-slide .image img {
    max-width: 1000px;
    aspect-ratio: 1000 / 624;
    overflow: hidden;
  }
  h4:not([class]) {
    margin: 30px 0 0 0;
    font-size: 3.2rem;
  }
  .slideshow-type01, .slideshow-type02 {
    padding: 0 0 35px 0;
  }
  .box, .box-wrap {
    margin-bottom: 30px;
  }
}
.main-news {
  margin-bottom: 90px;
  .title-type01, .title-type03 {
    padding: 0;
  }
  .title-type01:before, .title-type03:before {
    display: none;
  }
  .box h2.box-h2 {
    margin: 0;
    font-size: 4rem;
    .ja {
      font-weight: 600;
      letter-spacing: 0;
    }
  }
  .title-type01 span:nth-child(2), .title-type02 span:nth-child(2), .title-type03 span:nth-child(2), .title-type04 span:nth-child(2) {
    opacity: 1;
    font-size: 2rem;
    font-weight: 600;
    color: #1caaa5;
    padding-left: 5px;
    padding-top: 7px;
    letter-spacing: 0;
  }
  .blog-type03 ul li .date {
    color: #a0a0a0;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.main-insta {
  margin-bottom: 87px;
}
.main-contact {
  .contact-type01 .title {
    font-size: 4.1rem;
    .ja {
      letter-spacing: 0px;
      line-height: 1.3;
    }
    .en {
      color: #18bcb7;
      font-size: 2rem;
      padding-top: 15px;
    }
  }
  .contact-type01 .text .tel {
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .contact-type01 .text .tel a {
    color: #fff;
  }
  .contact-type01 .text .tel:before {
    color: #24ccc8;
    font-size: 6.8rem;
  }
  .box .btn a:after {
    display: block;
  }
  .contact-type01 {
    padding: 90px 0 90px;
  }
}
.main-access {
  margin-bottom: 50px;
  .box .copy {
    margin: 8vh 0 2vh 0;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .col {
    background: #faf9f8;
    padding: 30px 25px;
  }
  .row {
    gap: 20px;
  }
  h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .row .col :last-child {
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.main-banner {
  margin-bottom: 90px;
  .banner-type01 ul li .image img {
    filter: brightness(0.4);
  }
  .banner-type01 ul li a span.ja.ja3 {
    font-size: 1.6rem;
  }
  .banner-type01 ul li a:after {
    bottom: 0;
    right: 0;
    background: #24ccc8;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-type01 ul li a {
    padding: 96px 50px;
  }
}
.footer {
  background: #e9f7f7;
}
.footer-main .nav {
  margin: 0 0 50px 0;
}
.footer-main .nav ul li {
  font-size: 1.2rem;
  font-weight: 500;
}
.footer-main .logo {
  width: 100%;
  margin: 0 auto 50px auto;
}
.about {
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer-main {
    padding: 0 0 30px 0;
}
.footer-sub .copyright {
  font-size: 1rem;
}
.fixed-footer p {
  font-size: 2.2rem;
  font-weight: 500;
}
.fixed-footer .tel a {
  font-size: 3.8rem;
  font-weight: 500;
}
.fixed-footer .contact a {
  padding: 6px 28px 5px 25px;
  font-size: 1.7rem;
  font-weight: 500;
  background: #34d3d0;
  border-radius: 0;
}


/* 2025/08/07 inose */
.mt-0 { margin-top: 0 !important;}
.mt-s { margin-top: 4vh !important;}
.mt-m { margin-top: 7vh !important;}
.mt-l { margin-top: 10vh !important;}

.mb-0 { margin-bottom: 0 !important;}
.mb-s { margin-bottom: 4vh !important;}
.mb-m { margin-bottom: 7vh !important;}
.mb-l { margin-bottom: 10vh !important;}


/* メニューテーブル */
table.menu {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 2em 0;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
table.menu th,
table.menu td {
  padding: 1em;
  border: 1px solid #e0e0e0;
}
table.menu tr:first-child td {
  background-color: #a7e9e6;  
  font-weight: bold;
  color: #000;
  text-align: center;
}
table.menu th {
  background-color: #e8fafa; 
  font-weight: bold;
  white-space: nowrap;
  color: #333;
}
table.menu td {
  color: #222;
  text-align: center;
}
.menu td.pickup,
.menu th.pickup {
  background-color: #ffb84d;  
  color: #fff;
  font-weight: 700;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
}
.menu tr:first-child td.pickup,
.menu tr:first-child th.pickup {
  background-color: #ffb84d; 
  color: #fff;
}
/* スマホでテーブル横スクロール対応 */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll table {
  min-width: 600px;
}



/* スタッフ紹介詳細 */
.staff-template-default {
  & .blog-sidebar,
      .blog-sns,
      .blog-pn,
      .blog-back,
      .blog-date,
      .blog-category {
    display: none;
  }
  & .blog-content {
     width: calc(100%);
  }
}

.gallery-category {
    display: none;
}
.staff-profile {
  margin: 0;
  padding: 0;
}

.staff-profile dt {
  font-weight: bold;
  color: #1caaa5; 
  font-size: 1.1em;
  margin-top: 1.2em;
  margin-bottom: 0.3em;
}

.staff-profile dd {
  margin: 0 0 1em 0;
  line-height: 1.6;
}
.staff-profile .subheading {
  font-weight: 700;
  color: #4a7a89; 
  margin: 0.4em 0 0.5em;
  line-height: 1.4;
}
.staff-profile p {
 margin: 0px !important;
}
.sm0 {
 margin-bottom: 0px !important;
}
.gallery-content-text {
  margin-bottom: 2em !important;
  text-align: right;
  color: #4a7a89; 
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d9e5e3;
}

/* スタッフページの得意なジャンル一覧 */
.category-block {
  margin: 2rem 0;
}

.category-block h4 {
  margin-bottom: 2vh !important;
  padding-left: 0.25rem;
  font-size: 2.5rem;
  border-left: 4px solid #0abab5;
  line-height: 1.3;
}

.item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 16px;
}

.item-list li {
  position: relative;
}
.item-list li::before {
  font-family: 'Material Symbols Outlined';
  content: "chevron_right";
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
.item-list a {
  text-decoration: none;
  color: inherit;
  padding: 6px;
  border-radius: 6px;
  transition: background-color .15s ease, color .15s ease;
}

.item-list a:hover,
.item-list a:focus {
  background-color: rgba(0,0,0,0.05);
  outline: none;
}



/* コラム枠（サイト全体の白背景上で “少しだけ目立つ” デザイン） */
.approach-column {
  --accent: var(--sub-color, #12b7b3);      /* 既存のサイト変数があれば使用 */
  --bg: #f4fbfb;                            /* 薄いティール系の背景 */
  --border: #d8f0ee;                        /* やわらかい枠線色 */

  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 6px solid var(--accent);
  border-radius: 8px;
  padding: 1.2rem 1.25rem 1.25rem;
  margin: 2rem 0;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* 見出し */
.approach-title {
  margin: 0 0 .6rem;
  font-weight: 700;
  color: #124f4d; 
}

/* リード文 */
.approach-lead {
  margin: 0 0 .8rem;
  line-height: 1.75;
}

/* 箇条書き */
.approach-list {
  margin: 0 0 .9rem 1.1em;
  padding: 0;
  line-height: 1.75;
}

.approach-list li {
  margin: 0 0 .4rem;
}

/* フッター文（締め） */
.approach-foot {
  margin: .4rem 0 0;
  line-height: 1.75;
}

/* 画面幅が広い時は少し余白・サイズアップ */
@media (min-width: 768px) {
  .approach-column {
    padding: 1.4rem 1.5rem 1.5rem;
  }
}


/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .box-wrap.bg.main-problem {
    ul:not([class]) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .main-point {
    .row {
      margin-left: 0;
      margin-right: 0;
    }
    h4:not([class]) {
      font-size: 2.5rem;
      padding: 0px 2vmin;
    }
    .box.list-check-type01 {
      padding: 20px 2vmin 45px;
    }
  }
  .box-wrap.bg.main-message {
    padding: 60px 0 40px;
  }
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .mainvisual {
    height: calc(100vh - 250px);
    max-height: 450px;
  }
  .mainvisual-icon {
    right: 10px;
    top: 15px;
    max-width: 130px;
    min-width: auto;
  }
  .mainvisual-catch {
    padding: 3vh 2.5vh 3vh 20px;
    z-index: 100;
    left: 4vw;
    transform: inherit;
    text-align-last: left;
    max-width: 88%;
  }
  .mainvisual-catch div.copy {
    font-size: 2rem;
  }
  .mainvisual-catch div.sub-text {
    font-size: 1.3rem;
  }
  .home {
    .title-type04 span:nth-child(2) {
      font-size: 2.2rem;
    }
    .box.title-type04 {
      h2.box-h2 {
        .ja2 {
          font-size: 1.6rem;
        }
        .en {
          font-size: 2rem;
        }
      }
    }
    .title-type02 {
      .ja {
        font-size: 2.8rem;
      }
    }
  }
  .box-wrap.bg2 {
    padding: 0 0 42px;
  }
  .box-wrap.bg.main-problem {
    margin-bottom: 55px;
    padding-bottom: 35px;
    h3:not([class]) {
      font-size: 2rem !important;
      padding: 0 10px;
    }
    ul:not([class]) {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
      padding: 0 20px;
    }
  }
  .main-point {
    margin-bottom: 50px;
    h4:not([class]) {
      font-size: 2rem;
      padding: 0 20px;
    }
    .box.list-check-type01 {
      padding: 20px 20px 30px;
    }
  }
  .box-wrap.bg.main-message {
    font-size: 2rem;
  }
  .box-wrap.bg.main-menu {
    h4:not([class]) {
        font-size: 2rem;
        font-weight: 600;
    }
  }
  .main-news {
    .box h2.box-h2 {
        font-size: 2.8rem;
    }
  }
  .main-contact {
    .contact-type01 .title .ja {
      font-size: 2.5rem;
      padding: 0 10px;
      line-height: 1.4;
    }
    .contact-type01 .text .tel {
      font-size: 4rem;
    }
    .contact-type01 .text .tel:before {
      font-size: 4rem;
    }
  }
  .main-access {
    .box .copy {
      margin: 5vh 0 2vh 0;
      font-size: 2rem;
    }
    .box, .box-wrap {
      margin: 0 auto 30px auto;
    }
  }
  .main-banner {
    .banner-type01 ul li a {
      padding: 60px 30px;
    }
    .banner-type01 ul li a:after {
      width: 45px;
      height: 45px;
    }
  }
  .footer-main .nav ul {
    flex-wrap: wrap;
    gap: 5px;
  }
}
