@charset "utf-8";
:root {
  --ff: "Noto Sans JP", "Helvetica Neue", Helvetica, "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --white: #ffffff;
}
* {
  font-family: var(--ff);
  font-weight: 900;
  line-height: 1.8;
}
  body {
    font-family: var(--ff);
    background-color: #FCFCFC;
    color: #333;
    text-align: center;
    font-size: 18px;
    margin: 0; 
  }
  a {text-decoration: none;}
  li {list-style: none;}
/*header*/
.header_h1 {
      background-color: #FF4030;
      height: 30px;
      margin: 0 auto;
      margin-bottom: 30px;
      font-family: var(--ff);
}
.header_h1 h1 {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding-top: 8px;
}

  /*.h1 {
    font-family: var(--ff);
    margin-bottom: 1rem;
    font-size: 2.0em;
    font-weight: 900;
    line-height: 1.5;
  }
  .highlight {
    color: red;
    font-weight: bold;
    font-family: var(--ff);
    font-weight: 900;
  }*/
  .mv_text img {
    width: 100%;
  }
  p.subtext {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    font-family: var(--ff);
  }
  @media (max-width: 420px) {
    p.subtext {font-size: 0.8rem;}
  }
  .app-buttons-heading {
    margin-top: 70px;
    text-align: left;
  }

  .app-buttons-heading p {
  font-style: italic;
  font-size: 1.7em;
  font-weight: 900;
  line-height: 1.6;
}
  .subheading {
    font-size: 1.2rem;
    font-weight: bold;
    /*margin-bottom: 2rem;*/
    text-align: left;
    font-family: var(--ff);
  }
  .app-buttons img {
    width: auto;
    margin: 0 10px;
    height: 55px;
    margin-top: 10px;
  }
  .phones {
    margin-top: 30px;
  }
  .phones img {
    width: 70%;
    max-width: 90%;
  }
  .container {
    padding: 40px 20px;
  }
.conversion-btn-a {
      display: block;
    background-color: var(--white);
    width: 60%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    color: #F24343;
    border: 1px solid #F24343;
    margin-top: 20px;
    box-shadow: 0px 2px 3px 0px rgba(255, 115, 115, 0.671);
}
.conversion-btn-b {
      display: block;
    background-color: #F24343;
    width: 60%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    color: var(--white);
    margin-top: 20px;
    box-shadow: 0px 2px 3px 0px rgba(145, 115, 255, 0.507);
}
  @media (min-width: 861px) {
    .container {
      max-width: 1000px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
    }

      .container {
      background-image: url(img/image-mv-hibarai.webp);
      background-repeat: no-repeat;
      background-size: 42%;
      background-position: bottom 145px right -10px;
      height: 650px;
      margin: 0 auto;}

    .text-section {
      flex: 2;
      text-align: left;
      padding-left: 10px;
      padding-bottom: 100px;
    }
    .phones {
      flex: 1;
      text-align: right;
    }
    .phones img {
        width: 70%;
        max-width: 90%;
    }
  }


    @media (max-width: 860px) {
      .text-section {
        flex: 1;
        text-align: center;
        margin-top: 100px;
       }
       .app-buttons img {
        height: 45px;
       }
       .h1 {
        font-size: 1.8em;
       }
      .container {
      background-image: url(img/image-mv-hibarai.png);
      background-repeat: no-repeat;
      background-size: 98%;
      background-position: bottom -19px right -283px;
      height: 820px;
      margin: 0 auto;}

      .app-buttons-heading {margin-top: 150px;}
      }
@media (max-width: 750px) {
        .container {
      background-image: url(img/image-mv-hibarai.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom -50px right -237px;
      height: 600px;
      margin: 0 auto;}
      .conversion-btn-a, .conversion-btn-b  {
        width: 90%;
      }
}
@media (max-width: 630px) {
        .container {
      background-image: url(img/image-mv-hibarai.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom 120px right -207px;
      height: 650px;
      margin: 0 auto;}
}
  

  @media (max-width: 430px) {
    .phones img {
      display: none;
    }

    .container {
      background-image: url(img/image-mv-hibarai.png);
      background-repeat: no-repeat;
      background-size: auto 85%;
      background-position: bottom 92px left -108px;
      height: 605px;
      margin: 0 auto;
    }
    .app-buttons-heading {
      margin-top: 133px;
    text-align: center;}
    .app-buttons-heading p {
      font-size: 1.5em;
      text-align: left;
    }
    .subheading {
      text-align: center;
      font-size: 0.9em;
    }
  }
/*campaign*/
.campaign-banner {
  text-align: center;
  padding: 2rem 1rem;
  color: #333;
}
.price-campaign {
  margin-bottom: 130px;
}
.bg-main-campaign {
  background-image: url(img/campaign_pc.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width:851px){
  .bg-main-campaign {
    background-image: url(img/campaign_pc.webp);
    background-repeat: no-repeat;
    background-size:auto 100%;
    height: 350px;
    margin: 0 auto;
  }}
@media screen and (max-width:720px){
  .bg-main-campaign {
    background-image: url(img/campaign_pc.webp);
    background-repeat: no-repeat;
    background-size:auto 100%;
    height: 300px;
    margin: 0 auto;
  }}
@media screen and (max-width:590px){
  .bg-main-campaign {
    background-image: url(img/campaign_sp.webp);
    background-repeat: no-repeat;
    background-size:auto 90%;
    height: 600px;
    margin: 0 auto;
  }}
@media screen and (max-width:440px){
  .bg-main-campaign {
    background-image: url(img/campaign_sp.webp);
    background-repeat: no-repeat;
    background-size:auto 100%;
    height: 600px;
    margin: 0 auto;
  }}
/*text-campaign*/
.text-campaign p {
  font-style: italic;
  font-size: 1.7em;
  font-weight: 900;
}
.yelloeline {
  background: linear-gradient(transparent 70% , yellow 70%);
}
@media screen and (max-width:751px){
  .text-campaign{
    margin-top: 100px;
  }
}
@media screen and (max-width:600px){
.text-campaign p {
  font-size: 1.4em;
}
}

/*problem*/
.problem-title {
  font-size: 1.3em;
  color: #242424;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.problem-inner {
    background-image: url(img/image-bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    margin: 0 auto;
}

.problem-item {
  background-color: var(--white);
  color: #363636;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 10px;
}
.problem-list-01 {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.problem-inner-ul {
  max-width: 1000px;
  margin: 0 auto;
}
.problem-list-02 .problem-item-left{
  width: 400px;
  margin: 0 auto;
}

.problem-list-02 .problem-item-right{
  width: 450px;
  margin:0 auto; 
  margin-top: 60px;
}
@media (max-width: 750px) {
  .problem {
    margin-top: 50px;
  }
}
@media (max-width: 621px) {
  .problem-item {
    font-size: 0.9em;
  }
  .problem-inner-ul {
  width: 80%;
  margin: 0 auto;
}
.problem-list-01 {
  display: block;
  width: 100%;
  margin: 0;
}
.problem-list-02 .problem-item-left{
  width: 73%;
  margin: 0;

  background-color: #ffffff;
  color: #363636;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 10px;
}

.problem-list-02 .problem-item-right{
  width: 73%;
  margin:0 auto; 
  margin-top: 60px;

  background-color: #ffffff;
  color: #363636;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 10px;
}
.problem-inner {
    background-image: url(img/image-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 670px;
    margin: 0 auto;
}

}

/*solution*/
.solution {
  background-color: #fff;
  border-radius:  50px 50px 0 0;
  padding-bottom: 50px;
}

.solution-inner {
  width: 700px;
  margin: 0 auto 0 0; 
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.solution-inner-01, .solution-inner-02, .solution-inner-03 {
  width: 1000px;
  margin: 0 auto;
}
.solution-inner-01 {
    background-image: url(img/image-point-1-bg.webp);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom -14px right 1px;
    height: 530px;
    margin: 0 auto;
}
.solution-inner-02 {
    background-image: url(img/image-point-2-bg.webp);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom -14px right 1px;
    height: 300px;
    margin: 0 auto;
}
.solution-inner-02 .solution-inner-titlep-4{
  margin-top: 60px;
}
.solution-inner-left {
  width: 800px;
  margin: 0 auto 0 0; 
  text-align: left;
}

/* 赤チェックアイコン */
.solution-feature-item {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.75rem; /* アイコンと文字の間隔 */
  margin-top: 20px;
}

.solution-feature-item img {
  width: 25px;
  height: auto;
  flex-shrink: 0;
}

.solution-feature-item__text {
  font-size: 1rem;
  color: #FF5555;
}

.solution-title {
  color: #FF5555;
  font-size: 2.0em;
  margin-bottom: 80px;
  margin-top: 70px;
  position: relative;
}
.solution-title-span {
  position: relative;
  top: -40px;
}
.solution-inner-title-flex {
  display: flex;
  justify-content: left;
  align-items: center;
}
.solution-inner-title-p {
  margin-left: 10px;
  margin-top: 10px;
}
@media (max-width: 621px) {
  .solution-title {font-size: 1.6em;}
}
@media (max-width: 431px) {
  .solution-title {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}
.solution-inner-title {
  background-color: #000000;
  color: white;
  width: 100px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.solution-inner-price {
  background-color: #f1f1f1;
  width: 450px;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 1.3em;
}
.solution-inner-price-span {
  font-size: 3.5em;
  color: #FF5555;
  margin-left: 30px;
}

@media screen and (max-width:1040px){
  .solution-inner-01, .solution-inner-02, .solution-inner-03 {
  width: 800px;
  margin: 0 auto;
}
}
@media screen and (max-width:830px){
  .solution-inner-01, .solution-inner-02, .solution-inner-03 {
  width: 650px;
  margin: 0 auto;
}
.solution-inner-01 {
    background-image: url(img/image-point-1-bg.webp);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom -14px right 1px;
    height: 530px;
    margin: 0 auto;
}
.solution-inner-left {
  width: 680px;
  margin: 0 auto 0 0; 
  text-align: left;
}
.solution-inner-price {
  background-color: #f1f1f1;
  width: 350px;
  padding: 30px;
}
}

@media screen and (max-width:720px){
  .solution-inner-01, .solution-inner-02, .solution-inner-03 {
  width: 95%;
  margin: 0 auto;
}
.solution-inner-01 {
    background-image: url(img/image-point-1-bg.webp);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom -14px right 1px;
    height: 530px;
    margin: 0 auto;
}
.solution-inner-left {
  width: 90%;
  margin: 0 auto; 
  text-align: left;
}
.solution-inner-price {
  background-color: #f1f1f1;
  width: 300px;
  padding: 20px;
}
}
@media screen and (max-width:431px){
  .solution-inner-price {
  background-color: #f1f1f1;
  width: 275px;
  padding: 10px;
}
.solution-inner-01 {
    background-image: url(img/image-point-1-bg.webp);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom -2px right 1px;
    height: 530px;
    margin: 0 auto;
}
}
@media screen and (max-width:350px){
  .solution-inner-price {
  background-color: #F1FF77;
  width: 245px;
  padding: 10px;
}
}

/**/
.content-hibarai {
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(img/image-phone.png);
  background-repeat: no-repeat;
  background-size:55%;
  background-position: bottom 10px left 0px;
  height: 500px;
  margin: 0 auto;
  padding-top: 100px;
}
.content-hibarai p {
  text-align: right;
  font-size: 1.3em;
  margin-right: 10px;
}
.content-hibarai-text {
  width: 480px;
  margin: 0 0 0 auto;
  text-align: left;
  font-size: 0.9em;
}
@media (max-width: 1000px) {
  .content-hibarai {max-width: 850px;
  background-size:60%;
  background-position: bottom 30px left 0px;
  height: 500px;
  margin: 0 auto;
  }
}
@media (max-width: 915px) {
  .content-hibarai-text {
    width: 400px;
  }
}
@media (max-width: 821px) {
  .content-hibarai {max-width: 750px;
  background-size:70%;
  background-position: bottom 30px left 0px;
  height: 500px;
  margin: 0 auto;
  }
  .content-hibarai-text {
    width: 750px;
    margin-top: 275px;

  }
}
@media (max-width: 610px) {
    .content-hibarai {max-width: 750px;
  background-size:80%;
  background-position: bottom 50px left 0px;
  height: 500px;
  margin: 0 auto;
  }
  .content-hibarai-text {
    width: 90%;
    margin:  0 auto;
    margin-top: 266px;
  }
}

/**********conver**********/
.conversion {
    padding-top: 90px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: #F3F3F3;
}
.conversion-center {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.conversion_left {
    width: 50%;
    margin-bottom: 150px;
    
}
@media screen and (max-width:1100px){
    .conversion_left {
        margin-left: 40px;
    }
}
.conversion_right {
    width: 45%;
    margin-right: 40px;
    margin-top: 30px;
}

.conversion_right img {
    width: 100%;
}
.conversion-txt {
    text-align: center;
    font-size: 2.2em;
    font-weight: 900;
    margin-bottom: 50px;
    color: #353535;
  /**********line-height: 1.3;**********/
}
@media screen and (max-width:970px){
  .conversion-txt {font-size: 1.7em;}
}
@media screen and (max-width:770px){
  .conversion-txt {font-size: 1.3em;}
}
@media screen and (max-width:580px){
  .conversion-txt {font-size: 1.1em;
  padding-left: 5px;
  padding-right: 5px;
}
}
.btn-pc-request-fo-info {
    display: block;
    background-color: var(--white);
    border: 1px solid #F24343;
    width: 60%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    color: #F24343;
    margin-top: 70px;
    box-shadow: 0px 2px 3px 0px rgba(255, 115, 115, 0.671);
}

.btn-pc-contact-us {
    display: block;
    background-color: #F24343;
    width: 60%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    color: var(--white);
    margin-top: 20px;
    box-shadow: 0px 2px 3px 0px rgba(145, 115, 255, 0.507);
}
.conversion-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin:  0 auto;
}
.conversion-last {
  margin-top: 150px;
  margin-bottom: 230px;
}

.btn-white {
      display: block;
    background-color: var(--white);
    border: 1px solid #F24343;
    width: 60%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    color: #F24343;
    margin: 10px;
    box-shadow: 0px 2px 3px 0px rgba(255, 115, 115, 0.671);
}

.btn-red {
    display: block;
    background-color: #F24343;
    width: 60%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    color: #ffffff; 
    margin: 10px;
    box-shadow: 0px 2px 3px 0px rgba(255, 115, 115, 0.671);
}
@media screen and (max-width:965px){
    .btn-pc-request-fo-info {
        margin-top: 40px;
        padding: 15px;
    }
    .btn-pc-contact-us {
        padding: 15px;
    }
}
@media screen and (min-width:1500px){
    .btn-pc-contact-us {
        padding: 30px 15px;
    }
}
@media screen and (max-width:650px){
    .conversion-flex {
    display: block;
  }

  .btn-pc-request-fo-info , .btn-pc-contact-us {
    width: 80%;
  }
  .conversion-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .conversion_right {
    order: -1; /* ← 画像を一番上にする */
    width: 100%;
    margin: 0 auto 20px;
  }

  .conversion_right img {
    width: 100%;
    max-width: 330px;
  }

  .conversion_left {
    width: 100%;
    margin: 0 auto;
  }

  .btn-pc-request-fo-info,
  .btn-pc-contact-us , .btn-red , .btn-white {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .conversion {
    padding-bottom: 60px;
  }



}


/**********step**********/
.steps {
  padding: 3rem 1.5rem;
  background: #FCFBFC;
  text-align: center;
  padding-bottom: 160px;
  padding-top: 130px;
}

.steps__title {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  margin-bottom: 50px;
}

.steps__highlight {
  color: #00a2af;
  font-weight: bold;
}

.steps__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.step-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex-shrink: 0;
}

.step-card__label {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.step-card__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.step-card__text {
  font-size: 0.95rem;
  color: #333;
  text-align: left;
}
.steps__list img {
  width: 100px;
}
.steps__list a {
  background-color: #F24343;
  color: var(--white);
  padding: 10px;
  border-radius: 50px;
  display: block;
  margin-top: 40px;

}

/* ▼ SP（スマホ）対応 */
@media screen and (max-width: 768px) {
  .steps__list {
    flex-direction: column;
    align-items: center;
  }

  .step-card {
    width: 100%;
    max-width: 300px;
  }

  .steps__title {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

@media screen and (max-width:400px){
  .step-card {
    width: 90%;
}
}

/*client*/
.clients {
  background: #ffffff;
  padding: 3rem 1.5rem;
  padding-bottom: 80px;
  padding-top: 80px;
  color: #333;
  background-image: url(img/imege-bg.webp);
  background-repeat: repeat;
  background-size:100%;
  background-position: center;

}

.clients__title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.clients__lead {
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.clients__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
}

.client-card {
  width: 600px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.client-card__image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.client-card__body {
  flex: 1;
  text-align: left;
  margin-left: 30px;
}

.client-card__title {
  font-weight: bold;
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

.client-card__desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* ▼ sp */
@media screen and (max-width: 700px) {
  .client-card {
  width: 90%;
  margin: 0 auto;
}
.client-card__body {
  margin-left: 10px;
}
.client-card__image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
}

/*plan*/
.plan {
  background: var(--white);
  padding: 3rem 1.5rem;
  padding-top: 80px;
  color: #333;

  /*background-image: url(img/imege-bg.webp);
  background-repeat: repeat;
  background-size:100%;
  background-position: center;*/
}
.plan__title {
  font-size: 1.4rem;
  font-weight: 900;
}
.price-banner {
  text-align: center;
  padding: 2rem 1rem;
  color: #333;
}

.bg-main-price {
  background-image: url(img/price_0_300.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 200px;
  margin: 0 auto;
}
.plan__after {
  /*background-image: url(img/price_30000.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 200px;
  margin: 0 auto;*/
  width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}
.plan__after h4 {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4em;
  margin-left: 10px;
}
.plan__after__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #363636 1px solid;
  padding: 30px;
  margin: 10px;
  border-radius: 10px;
}
.plan__after__inner__plan {
  font-weight: 900;
  color: #000;
  font-size: 1.2em;
}
.plan__after__inner__boost {
  border: #ff0000 1px solid;
}
.plan__after__inner__price {
  text-align: right;
}
.plan__after__inner__price__caption {
  color: #ff0000;
}

@media screen and (max-width:641px){
  .bg-main-price {
    background-image: url(img/price_0_300.webp);
    background-repeat: no-repeat;
    background-size:auto 70%;
    height: 200px;
    margin: 0 auto;
  }
    .plan__after {
    /*background-image: url(img/price_30000.webp);
    background-repeat: no-repeat;
    background-size:auto 80%;
    height: 180px;
    margin: 0 auto;*/
    width: 100%;
    margin: 0 auto;
  }
  .plan__after h4 {
    width: 90%;
    margin: 0 auto;
  }
  .plan__after__inner {
    padding: 20px;
  }
}

@media screen and (max-width:440px){
  .bg-main-price {
    background-image: url(img/price_0_300.webp);
    background-repeat: no-repeat;
    background-size:auto 55%;
    height: 200px;
    margin: 0 auto;
  }
    .plan__after {
    /*background-image: url(img/price_30000.webp);
    background-repeat: no-repeat;
    background-size:auto 65%;
    height: 180px;
    margin: 0 auto;*/
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
  }
    .plan__after__inner {
    padding: 15px;
  }
}
.plan__small {
  text-align: left;
  width: 700px;
  margin: 0 auto;
}
.plan__small p {
  font-size: 0.8em;
}

@media screen and (max-width:730px){
  .plan__small {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.plan__small p {
  font-size: 0.8em;
}
}


    /*carousel-section*/
    .carousel-section {
      padding: 40px 20px;
      padding-bottom: 130px;
      padding-top: 120px;
    }
    /*.carousel-section-inner {
      border: #535353 1px solid;
      padding: 50px;
      border-radius: 50px;
    }*/
    .carousel-section img {
      width: 300px;
    }
    .carousel-section h4 {
      margin-bottom: 50px;
    }
    .carousel-container {
      height: 350px;
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      transition: scroll-left 0.5s ease-in-out;
    }
    .carousel-container::-webkit-scrollbar {
      display: none;
    }
    .carousel-item {
      width: 290px;
      flex: 0 0 auto;
      scroll-snap-align: center;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 1px 26px 26px 26px;
      text-align: left;
    }

    .carousel-item p {
      font-size: 1.15rem;
      font-weight: bold;
      line-height: 1.8;
      padding-top: 25px;
    }
    .carousel-guide {
      margin-top: 10px;
      font-size: 0.85rem;
      color: #666;
    }

    @media (min-width: 768px) {
      .carousel-container {
        /* height: 440px;*/
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 1300px;
        margin: 0 auto;
      }
      .carousel-item {
        width: 25%;
      }
    }

  /* ボックスごとに背景画像を指定 */
.introduction-grid-box:nth-child(1) {
  background-image: url('img/image-1.webp');
  background-size: contain;
  background-size: cover;
  background-position: center;
}

.introduction-grid-box:nth-child(2) {
  background-image: url('img/image-2.webp');
  background-size: contain;
  background-size: cover;
  background-position: center;
}

.introduction-grid-box:nth-child(3) {
  background-image: url('img/image-3.webp');
  background-size: contain;
  background-size: cover;
  background-position: center;
}

    @media (max-width: 570px) {
      .carousel-section {
        margin-top: 50px;
      }
    }
        @media (max-width: 390px) {
      .carousel-section {
        margin-top: 60px;
      }
    }


    /**/
        .job-section {
      margin-top: 90px;
    }
    .job-title {
      font-size: 1.5rem;
      font-weight: bold;
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
      font-weight: 900;
    }
    
    .job-desc {
      font-size: 0.95rem;
      color: #444;
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 50px;
      line-height: 1.8;
    }
    @media (max-width: 830px) {
      .job-title {
        max-width: 700px;
        margin: 0 auto;
      }
      .job-desc {
        max-width: 700px;
        margin: 0 auto;
        margin-bottom: 50px;
      }
    }
    @media (max-width: 730px) {
      .job-title {
        max-width: 600px;
        margin: 0 auto;
      }
      .job-desc {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 50px;
      }
    }
        @media (max-width: 630px) {
      .job-title {
        max-width: 500px;
        margin: 0 auto;
      }
      .job-desc {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 50px;
      }
    }
     @media (max-width: 530px) {
      .job-title {
        padding-left: 20px;
        padding-right: 20px;  
      }
      .job-desc {
        padding-left: 20px;
        padding-right: 20px;  
        margin-bottom: 50px; 
      }
     }
    
    .job-carousel {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
    }
    .job-carousel-track {
      display: inline-block;
      animation: scrollImages 90s linear infinite;
    }
    .job-carousel-track img {
      width: 380px;
      height: auto;
      margin: 0 20px;
      border-radius: 12px;
    }
    @keyframes scrollImages {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
        @keyframes scrollLoop {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media screen and (max-width:641px){
      .job-carousel-track img {
      width: 230px;
    }
    }

/* footer */
    footer {
      height: 130px;
      background-image: linear-gradient( 135deg, #C2FFD8 10%, #465EFB 100%);
    }
    .footer_end {
        text-align: center;
        color: var(--white);
        font-size: 0.8em;
        padding-top: 60px;
    }

    @media screen and (max-width:788px){
    footer {
        background-image: linear-gradient( 135deg, #C2FFD8 10%, #465EFB 100%);
        padding-bottom: 140px;
    }
    .footer_end {
        text-align: center;
        color: var(--white);
        font-size: 0.6em;
      }
}


/*****  問合せ  *****/
.formRow {
    /*background-color: var(--bg);*/
    padding-bottom: 100px;
  
  }
  .contact {
    background-color: var(--white);
    padding-top: 180px;
  }
  .info-title {
    position: relative;
    padding: .5em .7em;
    background-color: #3464ff;
    color: #fff;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.info-title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #3464ff;
}
 @media screen and (max-width: 480px) {
    .info-title {
    width: 280px;
}
 }
  
  .contact_box{
    padding: 12px;
    line-height: 1.5em;
    max-width: 720px;
    margin: 0 auto;
  }
  
  .contact_box h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 40px;
  }
  
  .Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 720px;*/
  }
  
  .form-widiy {
  max-width: 720px;
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  margin-top: 50px;
  
  
  }
  
  button {
    border-style: none;
  }
  
  .Form-Btn:hover {
    filter: brightness(1.10);
  }
  
  .selectbox-003 {
   display: inline-flex;
   align-items: center;
   position: relative;
  }
  
  .selectbox-003::after {
   position: absolute;
   right: 15px;
   width: 10px;
   height: 7px;
   background-color: #535353;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
   content: '';
   pointer-events: none;
  }
  
  .selectbox-003 select {
   margin-top: 8px;
   margin-bottom: auto;
   appearance: none;
   min-width: 280px;
   height: 2.8em;
   font-size: 1em;
   cursor: pointer;
   border: 1px solid #ddd;
   border-radius: 6px;
   margin-left: 40px;
   padding-left: 1em;
   padding-right: 1em;
   flex: 1;
   width: 100%;
   background: #eaedf2;
  }
  
  .selectbox-005 {
   display: inline-flex;
   align-items: center;
   position: relative;
  }
  
  .selectbox-005::after {
   position: absolute;
   right: 15px;
   width: 10px;
   height: 7px;
   background-color: #535353;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
   content: '';
   pointer-events: none;
  }
  
  .selectbox-005 select {
   margin-top: 8px;
   margin-bottom: auto;
   appearance: none;
   min-width: 130px;
   height: 2.8em;
   font-size: 1em;
   cursor: pointer;
   border: 1px solid #ddd;
   border-radius: 6px;
   margin-left: 40px;
   padding-left: 1em;
   padding-right: 1em;
   flex: 1;
   width: 100%;
   background: #eaedf2;
  }
  
  .selectbox-004 {
   display: inline-flex;
   align-items: center;
   position: relative;
  }
  
  .selectbox-004::after {
   position: absolute;
   right: 15px;
   width: 10px;
   height: 7px;
   background-color: #535353;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
   content: '';
   pointer-events: none;
  }
  
  .selectbox-004 select {
   margin-top: 8px;
   margin-bottom: auto;
   appearance: none;
   min-width: 90px;
   height: 2.8em;
   font-size: 1em;
   cursor: pointer;
   border: 1px solid #ddd;
   border-radius: 6px;
   margin-left: 10px;
   padding-left: 1em;
   padding-right: 1em;
   flex: 1;
   width: 100%;
   background: #eaedf2;
  }
  
  @media screen and (max-width: 480px) {
   .selectbox-003 select , .selectbox-005 select{
     margin-left: 0px;
   }
  }
  .Form-Item-Input-Old {
   margin-top: 8px;
   margin-bottom: auto;
   max-width: 80px;
   height: 2.8em;
   border: 1px solid #ddd;
   border-radius: 6px;
   margin-left: 40px;
   padding-left: 1em;
   padding-right: 1em;
   flex: 1;
   width: 80%;
   background: #eaedf2;
  }
  
  @media screen and (max-width: 480px) {
   .Form-Item-Input-Old {
     margin-left: 0px;
   }
  }
  
  .label-old-p {
   font-size: 18px;
   margin-left: 5px;
   margin-top: 10px;
  }
  
  
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    /** width: 100%; **/
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: red;
    color: #fff;
    font-size: 14px;
  }
  
  .Form-Item-Label-Optional {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
  }
  
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required , .Form-Item-Label-Optional {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    display: block;
    letter-spacing: 0.05em;
    background: var(--orange);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
  
  .scroll {
    width: 100%;
    border-radius: 6px;
    margin-top: 50px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    height:100px;
    overflow:auto;
    border: 1px solid #ffffff;
    background: #eaedf2;
    font-size: 0.8em;
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    display: block;
    letter-spacing: 0.05em;
    background: var(--red);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: var(--red) 1px solid;
  }
  
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
  
.privacy {
    text-align: center;
    margin-top: 10px;
}