/*-----------------------
Common Style
update:2025/07/09
-------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  background: #FFF !important;
}

body {
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ 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: #ffffff !important;
    color: #1A1C1E !important;
  }
}

.full-width-inside {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

.logo {
  display:block;
  text-align: left;
}

.container {
  text-align: center;
  margin: 0 auto;
}

header {
  margin: 0 15px;
  padding-top: 15px;
  text-align: left;  

  & img {
    max-height: 25px;
  }
}

main {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}

h1 {
  text-align: center;
}
h1>img {
  width: 80%;
  margin: 20px 0 50px 0;
}

.contactArea {
  text-align: center;

  & h2 {
    display: inline-block;
    width: 80%;
  }
  & .contact {
    padding: 30px 0;
    color: #FFF;
    background: #F3435B;
    font-weight: 800;

    & .c_box {
      margin-top: 20px;
    }
    & a {
      color: #FFF;
      background-color: #00B0C7;
    }
    & a:hover {
      background-color: #F3435B;
      border: 1px solid #FFF;
    }

    & .c_btn {
      display: inline-flex;
      gap: 5px;
      align-items: center;
      justify-content: center;
      padding: 15px 0;
      border: 1px solid #F3435B;
      border-radius: 10px;
      font-weight: bold;
      
    }

    & .phone {
      font-size: 1.8rem;
    }

    & i {
      font-size: 2rem;
      vertical-align: bottom;
      line-height: 1;
    }
  }
}

.whychoiceus {
  margin: 60px 0;
  padding: 10px 0 30px 0;
  background: #F3435B;
  text-align: center;

  & h3 {
    display: inline-block;
    width: 80%;
  }

  ul {
    list-style: none;
    padding: 0 30px;

    & li {
      position: relative;
      padding-left: 45px; /* マーカーの分余白 */
      background-repeat: no-repeat;
      background-size: 35px 35px;
      margin-bottom: 15px;
      text-align: left;
      line-height: 2.3rem;
      color: #FFF;
    }

    & li.no01 {background-image: url("../img/no1.svg"); }
    & li.no02 {background-image: url("../img/no2.svg"); }
    & li.no03 {background-image: url("../img/no3.svg"); }
    & li.no04 {background-image: url("../img/no4.svg"); }
  }
}

.casestudy {
  margin: 30px 0;
  h3 {
    display: inline-block;
    width: 40%;
  }
  .caseBox {
    width: 100%;
  }
  .casetxt {
    width: 100%;
    margin: 30px auto;
  }
  img {
    margin-bottom: 15px;
  }
}

.catch {
  background: #F3435B;
  h4 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .hr {
    padding: 15px 0;
    border-top: 3px dotted #FFF;
  }
  .step {
    padding-bottom: 30px;
    ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 1rem;
      text-align: left;
      li {
        margin-bottom: 15px;
      }
      li:last-child{
        margin-bottom: 0;
      }
      img {
        max-height: 18px;
      }
    }
  }
}

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;
}

@media only screen and (min-width : 993px) {
  header {
    margin: 0 50px;
    & img {
      max-height: 30px;
    }
  }
  h1>img {
  width: 70%;
  margin: 0 0 50px 0;
  }

  .contactArea h2 {
    width: 60%;
  }

  .whychoiceus {
    ul { 
      padding-left: 100px;
    }
    h3 {
      width: 50%;
    }
  }
  .feature02 {
    width: 90%;
    margin: 0 auto;
  }

  .casestudy {
    h3 {
      width: 18%;
    }
    .casetxt {
    width: 80%;
    margin: 30px auto;
  }
  }
  .caseBox {
    width: 70%;
    margin: 0 auto;
    img {
      margin-bottom: 0;
    }
  }
  .catch {
  background: #F3435B;
  h4 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .step {
    padding-bottom: 30px;
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      li {
        display: inline;
        margin-right: 15px;
        margin-bottom: 0;
      }
      li:last-child {
        margin-right: 0;
        margin-bottom: 0;
      }
      img {
        max-height: 22px;
      }
    }
  }
}

  footer p.hq {
    margin-bottom: 15px;
  }

  .footer-logo {
    max-height: 40px;
  }
}