@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@font-face {
  font-family: 'Hanken Grotesk';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/HankenGrotesk-VariableFont_wght.woff2") format("woff2"), url("../fonts/HankenGrotesk-VariableFont_wght.woff") format("woff");
  font-display: swap; }
/* Reset */
.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.title h2.b-en {
  line-height: 1; }
  .title h2.b-en span.tag {
    display: block;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 23px;
    color: #232A35;
    text-align: center;
    width: fit-content;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 8%; }
    @media screen and (max-width: 834px) {
      .title h2.b-en span.tag {
        font-size: 12px;
        font-weight: 400;
        padding: 5px 8%;
        margin-bottom: 1rem; } }

#sec-02 {
  position: relative; }
  #sec-02::before {
    content: '';
    background-image: url("../img/service/dotted.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 20%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1; }

.sec-title {
  font-size: 50px;
  text-align: center;
  color: #ED9B9B;
  line-height: 1.5; }
  @media screen and (max-width: 834px) {
    .sec-title {
      font-size: 28px; } }

.sec-lead {
  font-weight: 700;
  font-size: 25px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .sec-lead {
      font-size: 18px; } }

.text {
  margin: 0 auto;
  font-size: 19px;
  line-height: 2.5;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .text {
      font-size: 14px; } }

.column__lead {
  display: flex;
  margin: 0 0 0 auto;
  width: 95%;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .column__lead {
      width: 90%;
      margin: 0 auto;
      flex-direction: column-reverse; } }

.column__left {
  padding: 5rem 4%;
  background: #F3F3F3;
  width: 47%; }
  @media screen and (max-width: 834px) {
    .column__left {
      width: 100%;
      padding: 3rem 4%;
      max-width: 450px; } }

.column__right {
  padding: 8.4rem 8% 3rem 5%;
  width: 53%;
  background-color: #FFFFFF; }
  @media screen and (max-width: 834px) {
    .column__right {
      width: 100%;
      padding: 4rem 7%; } }

.column__tag {
  padding: 5px 3%;
  background-color: #F0BBBB;
  width: fit-content;
  border-radius: 23px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 1rem; }
  @media screen and (max-width: 834px) {
    .column__tag {
      font-size: 14px;
      padding: 2px 3%; } }

.column__title {
  color: #ED9B9B;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 834px) {
    .column__title {
      font-size: 2.5rem;
      margin-bottom: 1rem; } }

.column__lead--text {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4rem; }
  @media screen and (max-width: 834px) {
    .column__lead--text {
      font-size: 20px;
      margin-bottom: 2rem; } }

.sec3__main,
.sec4__main {
  max-width: 1560px;
  margin: 6.7rem auto 0;
  width: 90%;
  padding: 6rem 3.5%; }
  @media screen and (max-width: 834px) {
    .sec3__main,
    .sec4__main {
      padding: 3rem 3.5%;
      margin: 5rem auto 0; } }
  .sec3__main .sec-title,
  .sec4__main .sec-title {
    font-size: 3.6rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .sec3__main .sec-title,
      .sec4__main .sec-title {
        font-size: 2.2rem;
        margin-bottom: 1rem; } }
  .sec3__main .text,
  .sec4__main .text {
    width: 63%;
    margin: 0 auto 2rem;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .sec3__main .text,
      .sec4__main .text {
        width: 100%; } }

.sec-figure {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 834px) {
    .sec-figure {
      flex-direction: column;
      gap: 30px 0; } }

.figure-list {
  width: 34%;
  display: flex;
  flex-direction: column;
  gap: 50px 0; }
  @media screen and (max-width: 1350px) {
    .figure-list {
      width: 36.5%; } }
  @media screen and (max-width: 834px) {
    .figure-list {
      width: 100%;
      gap: 30px 0; } }
  .figure-list li.figure-item {
    background-color: #FCF2F2;
    padding: 3.4rem 3% 3.4rem 5%; }
  .figure-list .item__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .figure-list .item__title-box {
        flex-direction: column;
        gap: 2rem 0; } }
    .figure-list .item__title-box img {
      width: 32%;
      height: auto;
      max-width: 140px; }
      @media screen and (max-width: 1350px) {
        .figure-list .item__title-box img {
          width: 90px;
          height: 90px; } }
      @media screen and (max-width: 834px) {
        .figure-list .item__title-box img {
          width: 120px;
          height: 120px; } }
    .figure-list .item__title-box .title-box__text {
      width: 65%; }
      @media screen and (max-width: 834px) {
        .figure-list .item__title-box .title-box__text {
          width: 100%; } }
    .figure-list .item__title-box .title-info {
      display: flex;
      gap: 0 1rem;
      align-items: center;
      margin-bottom: 1rem; }
    .figure-list .item__title-box .tag {
      background-color: #F0BBBB;
      border-radius: 12px;
      padding: 6px 6%;
      line-height: 1;
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
      @media screen and (max-width: 834px) {
        .figure-list .item__title-box .tag {
          font-size: 12px; } }
    .figure-list .item__title-box .parts {
      color: #818A9A;
      font-size: 18px;
      font-weight: 600; }
      @media screen and (max-width: 834px) {
        .figure-list .item__title-box .parts {
          font-size: 14px; } }
    .figure-list .item__title-box .lead {
      font-size: clamp(16px, 2vw, 18px);
      font-weight: 600; }
      @media screen and (max-width: 834px) {
        .figure-list .item__title-box .lead {
          font-size: 15px;
          margin-bottom: 1rem; } }
    .figure-list .item__title-box h3 {
      color: #ED9B9B;
      font-size: clamp(20px, 2vw, 29px);
      margin: 0; }
      @media screen and (max-width: 834px) {
        .figure-list .item__title-box h3 {
          font-size: 18px; } }
  .figure-list .text {
    width: 100%;
    margin-top: 2rem;
    text-align: left; }
    @media screen and (max-width: 834px) {
      .figure-list .text {
        text-align: justify;
        /* margin-top: 1rem; */
        font-size: 14px;
        line-height: 2;
        margin-bottom: 0; } }

.figure-center {
  width: 30%; }
  @media screen and (max-width: 1350px) {
    .figure-center {
      width: 25%; } }
  @media screen and (max-width: 834px) {
    .figure-center {
      display: none; } }

.service__sec1 {
  position: relative;
  padding: 24rem 0 17rem;
  max-width: 1375px;
  margin: 0 auto;
  width: 90%; }
  @media screen and (max-width: 834px) {
    .service__sec1 {
      padding: 6rem 0 32rem; } }
  .service__sec1 .sec-title {
    margin-bottom: 3.5rem; }
    @media screen and (max-width: 834px) {
      .service__sec1 .sec-title {
        margin-bottom: 1rem; } }
  .service__sec1 .sec-lead {
    margin-bottom: 54rem; }
    @media screen and (max-width: 834px) {
      .service__sec1 .sec-lead {
        margin-bottom: 3rem; } }
  .service__sec1 .text {
    width: 39%; }
    @media screen and (max-width: 834px) {
      .service__sec1 .text {
        width: 100%; } }
  .service__sec1 .picture1 {
    position: absolute;
    width: 46%;
    top: 440px;
    left: 18%;
    max-width: 770px; }
    @media screen and (max-width: 834px) and (min-width: 500px) {
      .service__sec1 .picture1 {
        max-width: 340px;
        top: 320px;
        left: 15%;
        width: 61%; } }
    @media screen and (max-width: 500px) {
      .service__sec1 .picture1 {
        left: 15%;
        top: 420px;
        width: 61%; } }
  .service__sec1 .picture2 {
    position: absolute;
    width: 21%;
    top: 740px;
    left: 50px;
    max-width: 350px; }
    @media screen and (max-width: 834px) and (min-width: 500px) {
      .service__sec1 .picture2 {
        max-width: 150px;
        top: 380px;
        width: 30%;
        left: 0; } }
    @media screen and (max-width: 500px) {
      .service__sec1 .picture2 {
        width: 30%;
        top: 480px;
        left: 0; } }
  .service__sec1 .picture3 {
    position: absolute;
    width: 21%;
    top: 570px;
    right: 10%;
    max-width: 350px; }
    @media screen and (max-width: 834px) and (min-width: 500px) {
      .service__sec1 .picture3 {
        max-width: 150px;
        top: 420px;
        width: 35%;
        right: 0; } }
    @media screen and (max-width: 500px) {
      .service__sec1 .picture3 {
        width: 35%;
        top: 520px;
        right: 0; } }

.service__sec2 {
  background: #F8F1F1;
  padding: 14rem 0 15rem; }
  @media screen and (max-width: 834px) {
    .service__sec2 {
      padding: 7rem 0; } }
  .service__sec2 .sec-title {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 3.5rem; }
    @media screen and (max-width: 834px) {
      .service__sec2 .sec-title {
        font-size: 2.7rem;
        margin: 0 auto 1rem; } }
  .service__sec2 .sec-lead {
    max-width: 1100px;
    width: 90%;
    text-align: center;
    margin: 0 auto 6rem; }
    @media screen and (max-width: 834px) {
      .service__sec2 .sec-lead {
        font-size: 18px;
        margin: 0 auto 2rem; } }
  .service__sec2 .text {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 7rem;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .service__sec2 .text {
        text-align: justify;
        margin: 0 auto 3rem; } }
  .service__sec2 .anker-links {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 834px) {
      .service__sec2 .anker-links {
        flex-direction: column;
        gap: 3rem 0; } }
  .service__sec2 .anker {
    padding: 51px 0 40px;
    background: #fff;
    width: 44%;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .service__sec2 .anker {
        width: 100%;
        padding: 30px 5% 20px; } }
    .service__sec2 .anker .anker-lead {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 1rem; }
      @media screen and (max-width: 834px) {
        .service__sec2 .anker .anker-lead {
          font-size: 17px; } }
    .service__sec2 .anker .anker-title {
      font-size: 33px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 3.5rem; }
      @media screen and (max-width: 834px) {
        .service__sec2 .anker .anker-title {
          font-size: 25px;
          margin-bottom: 2rem; } }
    .service__sec2 .anker .arrow i {
      transform: rotate(90deg); }
  .service__sec2 .anker1 {
    border: 1px solid #F0BBBB; }
    .service__sec2 .anker1 .anker-title {
      color: #ED9B9B; }
  .service__sec2 .anker2 {
    border: 1px solid #95D2E2; }
    .service__sec2 .anker2 .anker-title {
      color: #95D2E2; }

.service__sec3 {
  padding-bottom: 8.4rem; }
  @media screen and (max-width: 834px) {
    .service__sec3 {
      padding-bottom: 5rem; } }
  .service__sec3 .sec3__main {
    border: 2px solid #F0BBBB; }
  .service__sec3 .sec3__bg {
    width: 100%;
    height: 480px;
    background-image: url("../img/service/bg-service2.webp");
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 834px) {
      .service__sec3 .sec3__bg {
        height: 200px; } }
  .service__sec3 .sec3__contents {
    position: relative;
    margin-top: -4rem;
    z-index: 2; }

.service__sec4 {
  padding-bottom: 8.4rem; }
  .service__sec4 .sec4__main {
    border: 2px solid #F0BBBB; }
  .service__sec4 .sec4__bg {
    width: 100%;
    height: 480px;
    background-image: url("../img/service/bg-service3.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 834px) {
      .service__sec4 .sec4__bg {
        height: 200px; } }
  .service__sec4 .sec4__contents {
    position: relative;
    margin-top: -4rem;
    z-index: 2; }
  @media screen and (max-width: 834px) {
    .service__sec4 .column__lead {
      flex-direction: column; } }
  .service__sec4 .column__tag {
    background-color: #95D2E2; }
  .service__sec4 .column__text {
    color: #95D2E2; }
  .service__sec4 .sec4__main {
    border: 2px solid #95D2E2; }
    .service__sec4 .sec4__main .sec-title {
      color: #95D2E2; }
  .service__sec4 li.figure-item {
    background-color: #EAF4F7; }
  .service__sec4 .item__title-box .tag {
    background-color: #9ED9E9; }
  .service__sec4 .item__title-box h3 {
    color: #9ED9E9; }

.service__sec5 {
  padding: 14rem 0 15rem;
  background-image: url("../img/service/bg-service3.webp");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 834px) {
    .service__sec5 {
      padding: 7rem 0; } }
  .service__sec5 .column__title {
    text-align: center;
    color: #fff;
    font-size: 5rem;
    margin-bottom: 5rem; }
    @media screen and (max-width: 834px) {
      .service__sec5 .column__title {
        font-size: 2.8rem;
        margin-bottom: 3rem; } }
  .service__sec5 .column__left {
    padding: 0;
    width: 47%;
    margin-right: -3%; }
    @media screen and (max-width: 834px) {
      .service__sec5 .column__left {
        width: 90%;
        margin-right: 0;
        margin-top: -5%; } }
  .service__sec5 .column__right {
    background-color: #F8EBEB; }
    @media screen and (max-width: 834px) {
      .service__sec5 .column__right {
        padding: 4rem 7% 6rem 7%; } }

.price-banner {
  padding: 11rem 0;
  display: block;
  max-width: 150rem;
  margin: 0 auto; }
  @media screen and (max-width: 834px) {
    .price-banner {
      padding: 6rem 0; } }

.menu {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 10rem; }

.menu h2 {
  display: block;
  margin-bottom: -30px;
  text-align: center; }

.menu .boxs {
  background: #f8ebeb;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 20px; }

.menu .boxs .ul {
  width: 100%;
  margin: 0 auto; }

.menu .boxs ul li {
  background: #fff;
  width: 18%;
  margin: 1%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 10px;
  transition: 0.3s ease-in-out;
  border: 2px solid white; }

.menu .boxs ul li:hover {
  border: solid 2px #ed9b9b; }

.menu .boxs ul li .image {
  width: 50%;
  margin: 0 auto;
  text-align: center; }

.menu .boxs ul li .image img {
  width: 100%;
  height: auto; }

.menu .boxs ul li .text {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 105%;
  line-height: 1.3;
  padding: 10px 0;
  letter-spacing: 0.15rem; }

@media screen and (max-width: 1500px) {
  .menu {
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: 80px auto 10rem; } }
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 100%;
    margin: 30px auto 5rem; }

  .menu h2 {
    display: block;
    margin-bottom: -20px;
    text-align: center; }

  .menu .boxs {
    background: #f8ebeb;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px 10px; }

  .menu .boxs .ul {
    width: 100%;
    margin: 0 auto; }

  .menu .boxs ul li {
    background: #fff;
    width: 31.3%;
    margin: 1.0%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 5px;
    transition: 0.3s ease-in-out;
    border: 2px solid white; }

  .menu .boxs ul li .text {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
    font-weight: normal;
    font-size: 95%;
    line-height: 1.3;
    padding: 5px 0;
    letter-spacing: 0; } }
