/*-----------------------
Common Style
update:2026/06/20
-------------------------*/
* {
  scroll-padding-top: 50px; 
}

html {
  width: 100%;
  font-size: 62.5%;
  background: #FFF !important;
}

body {
  overflow-y: scroll;
  font-family: "新ゴ R", "Shin Go Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Roboto", sans-serif !important;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #FFF !important;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #FFF !important;
    color: #1A1C1E !important;
  }

  .sidenav {
    background-color: #FFF !important;
    color: #1A1C1E !important;

    a {color: #1A1C1E !important;}
  }
}

img {
  max-width: 100%;
  height: auto;
}

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.container {
  margin: 0 auto;
}

header {
  padding: 15px 15px 0 15px ;
  text-align: left;
  border-bottom: 1px solid #00c0b2; 
  
  .nav a {
    color: #1A1C1E;
  }

  & img {
    max-height: 25px;
  }
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logoArea {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo {
  width: 100px;
  & img {
    width: 100%;
    height: auto;
  }
}
.logo-copy {
  white-space: nowrap;
}

.nav {
  display: flex;
  height: 100%;

  ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    font-weight: 700;
  }

  a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
  }
}
a.contact {
    background-color: #ffd16f;
}

.sidenav li> a{
  border-radius: 0 !important;
  margin: 0 !important;
  padding-left: 12px !important;
}

.nav a:hover, .sidenav li> a:hover{
  background-color: #e5f9f7 !important;
}

.menu {
  color: #555;
  background-color: #ffde98;
  padding: 10px;
  font-size: 28px !important;
}

main {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.25rem);
  line-height: 1.8;
}

footer{
  margin-top: 0px;
  padding: 30px 0 5px;
  line-height: 1.5rem;
  
  & span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #1A1C1E;
    text-decoration: none;
  }
  & p {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  & p.hq {
    margin: 15px 0;
  }
  p.note {
    font-size: 0.9rem;
    color: #F3435B;
  }
  .address {
    margin-bottom: 15px;
  }

}

footer a {
  color: inherit;
  text-decoration: underline;
}
footer a:hover {
  color: #0091BE !important;
}
a.logo_t {
  color: inherit;
  text-decoration: none !important;
}
a.logo_t:hover {
  color: inherit;
}

.footer-logo {
  max-height: 30px;
}

.catch {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.3rem);
  font-weight: 700;
}

.stats {
  width: 75%;
  margin: 0 auto;
  display: block;
}

.section_out {
  margin-top: 30px;
  padding: 10px 0 30px;
  background-color: #e5f9f7;
}
.feature01_out {
    margin-top: -50px;
    padding-top: 50px;
  }

.feature01,.flow {
  width: 90%;
  margin: 0 auto;
}

.issues {
  margin-bottom: 20px;

  & img {
    display: block;
    position: relative;
    z-index: 5;
  }
}

.img-over img {
  margin-top: -85px;
  margin-bottom: 20px;
  z-index: 1;
}

.img-over2 img {
  margin-top: -30px;
  z-index: 1;
}

.teian img {
  width: 80%;
  display: block;
  margin: 30px auto;
}

.contactArea {
  margin-top: -40px;
  text-align: center;
  
}

.case {
  text-align: center;

  & h3 {
    margin-bottom: 0;
  }
  & h3>img {
    width: 25%;
    display: block;
    margin: 0 auto;
  }
}
.case_box {
  background-color: #fff7ec;
  border-radius: 14px;
}
.case_in {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 50px;

  & h4 {
    margin-top: 0;
  }

  & .icon img {
    max-width: 60%;
  }
  .case_flow {
    margin-bottom: 30px;
  }
}

.flow {
  padding-bottom: 60px;

  & h2 img {
      max-width: 45%;
      margin: 0 auto 40px auto;
      display: block;  
  }
  .flow_image img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

/* メインビジュアル フェードイン、その他画像スクロールに合わせてフェードイン表示 */
.main-visual, .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.main-visual.show, .fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/*問い合わせボタン下部に固定表示*/
.cta-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) ;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease-out, box-shadow 0.2s ease;
}
.cta-btn:hover {
  transform: translateX(-50%) translateY(-2px);
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.2));
}
.cta-btn img {
  display: block;
  width: 55vw;
  max-width: 320px;
  min-width: 240px;
  height: auto;
  background: rgba(255, 255, 255, 0.85); 
  border-radius: 999px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.2));  
}

/*PC用*/
@media (min-width: 1025px) {
  /* PC用*/
  h1 {
    text-align: left;
  }
  h1>img {
    width: 50%;
    margin: 20px 0 0 0;
  }

  .catch {
    position: relative;

    >p {
      display: flex;
      z-index: 10;
    }

    h1 {
      margin-top: 15px;
    }
  }
  
  .main-visual {
    max-width: 63%;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1;
  }
  .stats {
    width: 35%;
    margin: 0;
    display: flex;
    bottom: 0;
    
    >.fade-in.show{
      transform: translateY(50%);
    }
  }
  h2 {
    display: block;
    text-align: center;
  }
  h2>img {
    height: 45px;
  }
  .issuesBox {
    position: relative;
    margin-bottom: -50px;
  }
  .group, .group2{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .group {
    z-index: 1;
  }

  .group2 {
    top: 0;
    left: 0;
    transform: translate(160px, -50px);
    z-index: 2;
  }
  .group2 img {
    height: 155px ;
  }
  img.issues_txt {
    max-width: 350px;
  }
  .img-over img, .img-over2 img{
    margin: 0;
  }
  .person {
    height: 150px;
    display: block;
    margin: 0 auto;
  }
  .bpo {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .teian {
    width: 60%;
  }
  .case{
    text-align: center ;
    h2 {
      width: 75%;
      display: inline-block;
    }
    h3 {
      width: 50%;
      display: block;
      margin: 30px auto 0 auto;
    }
    h4 {
      width: 50%;
      display: inline-block;
      margin-bottom: 0;
    }
    .icon img {
      max-width: 75%;
    }
    .case_flow {
      display: flex;
      align-items: center;
    }
    .kouka {
      width: 60%;
    }
  }
  .contactArea img {
      width: 60%;
  }
  .flow{
    text-align: center;
    margin-bottom: 30px;
    h2 img {
      width: 150px;
    }
  }

  .footer small {
    display: block;
    text-align: right;
  }

  /*問い合わせボタン*/
  .cta-btn {
    transform:none;
    left: auto;
    right: 20px;
  }
  .cta-btn:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.2));
  }
  /*お悩み部分のフェードイン1つずつ*/
   .fade-in {
    transition-delay: calc(var(--i) * 0.4s);
  }
}

@media (max-width: 1024px) {
  img.person {
    display: none;
  }
}

@media (min-width:768px) and  (max-width: 1024px) {
    .flow h2 img {
      max-width: 25%;
  }
}