body,
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "Meiryo";
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.s .sp {
  display: block;
}
.s .pc {
  display: none;
}

/*--------------------------ヘッダー------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex; /*ヘッダー全体の横並び*/
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 1px 10px 10px;
  z-index: 999;
  background-color: #fff;
}
.header-logo {
  /*ヘッダーのロゴの幅設定*/
  width: 50px;
  height: 50px;
}
.header__inner {
  /*ヘッダーのロゴとタイトルの横並び*/
  display: flex;
  align-items: center;
  gap: 17px;
  cursor: pointer;
}

.header-title {
  font-size: min(5vw, 22px);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "Meiryo";
  color: #007d32;
}
.header-list {
  /*ヘッダーのリストの横並び*/
  display: flex;
  align-items: center;
  gap: min(2.5vw, 35px);
}
.header-list li a {
  color: #007d32;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "Meiryo",
    "Outfit";
  font-size: min(2vw, 22px);
}
.header-faq__text2 {
  display: none;
}
.header-login {
  width: 170px;
  height: 56px;
  /*ヘッダーのボタンの横並び*/
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #fff;
  border: 1px solid #007d32;
  border-right: none;
  border-radius: 50px 0 0 50px;
  padding: 10px 10px 10px 10px;
  color: #007d32;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "Meiryo";
  cursor: pointer;
  box-shadow: 0 3px #00702e;
}
.header-login__line {
  width: 32px;
  height: 32px;
  background-color: #007d32;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.header-login__inner {
  color: #007d32;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "Meiryo";
}

.hamburger {
  display: none;
}
.mask {
  display: none;
  transition: all 0.5s;
}
.header-faq__text {
  font-family: "Outfit" !important;
}

main {
  margin-top: 80px;
}
.s main {
  margin-top: 60px;
}

/*--------------------------メインビジュアル------------------------------*/
.main-visual {
  position: relative;
  /*メインビジュアルに背景画像を挿入*/
  width: 100%;
  margin: 0 auto;
  padding: 100px 50px;
  background-image: url(../images/main-bg_img.png),
    url(../images/main-bg_deko.png), url(../images/main-right.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom 2px right 100%, top -6px left -120px,
    top -19% right -50px;
  height: 764px;
  z-index: 0;
  overflow: hidden;
}
.main-visual__inner {
  max-width: 1340px;
  position: relative;
  /*メインビジュアル全体の横並び*/
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin: 0 auto;
}
.main-visual__button_box {
  max-width: fit-content;
  text-align: center;
}
.main-visual__right {
  position: absolute;
  width: 1080px;
  height: auto;
  top: -141px;
  right: -135px;
  z-index: -1;
  overflow: hidden;
}
.m .main-visual__right {
  display: none;
}
.main-visual__text2 {
  /*メインビジュアルの見出し*/
  font-size: min(4.5vw, 62px);
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #009c3f;
  margin-top: 20px;
  font-feature-settings: "palt";
}
.main-visual__button_text {
  /*左側ボタンの見出しサイズ調整*/
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #007d32;
  margin-top: 50px;
  letter-spacing: 0.06em;
}
.main-visual__button_text span {
  /*右側ボタンの見出しサイズ調整*/
  font-size: 28px;
  color: #007d32;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "Meiryo";
}

.main-visual__button_line {
  /*ボタン内部の横並び*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-visual__button {
  font-size: 28px;
  font-weight: 500;
  font-family: "noto sans jp";
  letter-spacing: 2px;
  font-family: "noto sans jp";
}
.main-visual__button_line {
  /*ボタンのサイズ調整*/
  width: min(90vw, 500px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  color: #fff;
  background-color: #007d32;
  border-radius: 50px;
  border: none;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 8px #00702e;
  background: linear-gradient(
    /*グラデーションを追加*/ to right,
    #018838,
    #00a040
  );
}
.main-visual__button_line::after {
  /*ボタンの矢印調整*/
  content: "";
  position: absolute;
  background-image: url(../images/arrow-fllow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 22.5px;
  right: 25px;
  margin-left: 30px;
}
.main-visual-br {
  display: none;
}
.s .main-visual-br {
  display: block;
}
/*--------------------------コンテント------------------------------*/

.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/*--------------------------背景画像------------------------------*/
.main-visual__bg {
  position: relative;
  background-image: url(../images/line-m.png), url(../images/line-m2_png.png);
  background-repeat: no-repeat, no-repeat;
  background-size: min(100%, 1440px), 1440px;
  background-position: center top 4%, center top 35%;
}

/*--------------------------ABOUTセクション------------------------------*/
#about {
  padding-top: 80px;
}
.section-title {
  /*ABOUTセクションの見出し*/
  font-size: 120px;
  font-weight: 500;
  font-family: "Outfit";
  line-height: 1.1;
  background: linear-gradient(to right, #009c3f, #11b954);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-subtitle {
  /*ABOUTセクションのサブタイトル*/
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
}
.about-text {
  /*ABOUTセクションの本文*/
  font-size: min(1.7vw, 20px);
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin-top: 20px;
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
}
.about-text_span {
  margin-right: 10px;
}
.about-text li:first-child {
  margin-bottom: 10px;
}
.about-text li:nth-child(2) {
  font-size: 24px;
}
.about-br {
  display: block;
}
.s .about-br {
  display: none;
}
@media screen and (max-width: 376px) {
  .sp-br {
    display: block;
  }
}
@media screen and (min-width: 376px) {
  .sp-br {
    display: none;
  }
}
/*--------------------------MERITSセクション------------------------------*/
#merits {
  padding-top: 120px;
}
.merits-title {
  /*MERITSセクションの見出し*/
  position: relative;
  font-size: 120px;
  font-weight: 500;
  font-family: "Outfit";
  text-align: right;
  line-height: 1.1;
  background: linear-gradient(to right, #009c3f, #11b954);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.merits-subtitle {
  /*MERITSセクションのサブタイトル*/
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
  text-align: right;
}
.merits-textbox {
  /*MERITSセクションの見出し*/
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  color: #007d32;
}
.s .merits-textbox {
  flex-direction: column;
  gap: min(11vw, 40px);
}
.merits-br {
  display: none;
}
.s .merits-br {
  display: block;
}
.merits-item {
  position: relative;
  max-width: 580px;
  width: 48.33%;
  display: flex;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0fff3;
  padding-bottom: min(4.33vw, 40px);

  border-radius: 20px;
}
.s .merits-item {
  width: 100%;
  padding-inline: 20px;
  margin: 0 auto;
  text-align: center;
}
.merits-number {
  font-size: min(7vw, 84px);
  font-weight: 600;
  font-family: "Outfit";
  text-align: center;
  color: #89dbaa;
  line-height: 1;
  margin-top: min(2.5vw, -30px);

  letter-spacing: -0.03em;
}
.s .merits-number {
  font-size: min(16vw, 60px);
}
.merits-number._one {
  margin-top: -30px;
}
.merits-item._three {
  margin-top: min(5vw, 60px);
}
.s .merits-item._three {
  margin-top: 0;
}
.merits-item._second {
  transform: translateY(min(4.2vw, 50px));
}
.s .merits-item._second {
  transform: unset;
}
.merits-item._four {
  margin-top: min(10vw, 120px);
}
.s .merits-item._four {
  margin-top: 0;
}
.merits-text_title {
  /*MERITSセクション見出しのサイズ調整*/
  font-size: min(3vw, 35px);
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #009c3f;
  margin-bottom: 10px;
  text-align: center;
}
.s .merits-text_title {
  font-size: min(6.4vw, 24px);
}
.merits-text_title._skill {
  letter-spacing: -0.09rem;
}
.merits-text {
  /*MERITSセクション見出しのサイズ調整*/
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
  text-align: center;
  margin-top: 10px;
}
.merits-text2 {
  /*MERITSセクション見出しのサイズ調整*/
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
  text-align: center;
  margin-top: 10px;
}
.merits-text2._skill {
  letter-spacing: -0.02rem;
}
.merits-text2._online {
  letter-spacing: -0.03rem;
}
.merits-text_point {
  /*MERITSセクション見出しのサイズ調整*/
  font-size: min(1.3vw, 16px);
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
  margin-top: 7px;
  font-feature-settings: "palt";
}
.merits-img {
  width: min(30vw, 353px);
}
.merits-img2 {
  width: min(29vw, 348px);
}
.merits-br {
  display: none;
}
.s .merits-br {
  display: block;
}
.merits-br02 {
  display: block;
}
.s .merits-br02 {
  display: none;
}
/*--------------------------FLOWセクション------------------------------*/
#flow {
  padding-top: 120px;
}
.flow-itemBox {
  margin-top: 10px;
}
.flow-item {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
}
.flow-item_circleContainer:nth-of-type(2) {
  /*2個目の画像を下方向に移動*/
  transform: translateY(30%);
}
.flow-item_circleContainer:nth-of-type(3) {
  /*3個目の画像を上方向に移動*/
  transform: translate(-10%, -30%);
}
.flow-item_circleContainer:nth-of-type(4) {
  transform: translatex(-5%);
}
.flow-item_text {
  /*見出しのサイズ調整*/
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
  line-height: 1.2em;
  margin: 0;
}
.flow-item_ig {
  width: 40%;
}
.flow-item_ig2 {
  width: 60%;
  margin-top: 5px;
}
.flow-item_circleContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(90%, 280px);
  /* height: 280px; */
  aspect-ratio: 1/1;
  background: linear-gradient(
    /*グラデーションを追加*/ to right,
    #a0e3a8,
    #eaff00
  );
  background-color: rgba(0, 156, 63, 0.5);
  background-blend-mode: multiply;
  border-radius: 9999px;
}

.flow-item_circle {
  position: relative;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
}
.flow-number_container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translate(-68%, -50%);
  background-color: #fff;
}
.flow-item_number {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: clamp(62px, 10vw, 124px);
  font-weight: 600;
  font-family: "Outfit";
  color: #000;
  font-style: italic;
  line-height: 0.9;

  background-color: #fff;
  background-image: linear-gradient(to bottom, #009c3f, #85d41b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(-1px);
}
.flow-box {
  background-color: #f0fff3;
  margin-top: 100px;
  padding: 60px 10px;
  border-radius: 30px;
}
.flow-box02 {
  margin-top: 100px;
  padding: 60px 10px;
  border-radius: 30px;
}
.s .flow-box02 {
  margin-top: 30px;
}
.s .flow-button {
  font-size: 24px;
}
.s .flow-button2 {
  font-size: 24px;
}
.flow-text {
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #009c3f;
  text-align: center;
  line-height: 2;
  li {
    display: inline;
    border-bottom: 2px dotted #009c3f;
  }
}
.flow-button_box {
  /*ボタン要素を横並びに*/
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.flow-button_box p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #008e3a;
}
.flow-button {
  position: relative;
  /*ボタンの横幅指定*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80vw, 360px);
  height: 72px;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  cursor: pointer;
  background-color: #009c3f;
  border-radius: 9999px;
  border: 1px solid #007d32;
  letter-spacing: 1px;
  box-shadow: 0 8px #00702e; /*影を追加して立体的に調整*/
  background: linear-gradient(
    /*グラデーションを追加*/ to right,
    #018838,
    #00a040
  );
}
.flow-button p {
  text-align: center;
  color: #008e3a;
  margin: 0;
  line-height: 1;
}

.flow-button::before {
  /*矢印画像を追加して配置調整*/
  content: "";
  position: absolute;
  top: 50%;
  right: 20px; /* ←変更！ */
  width: 27px;
  height: 22px;
  background-image: url(../images/arrow-fllow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.flow-button2 {
  position: relative;
  /*ボタンの横幅指定*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80vw, 360px);
  height: 72px;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #009c3f;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #007d32;
  letter-spacing: 1px;
  box-shadow: 0 8px #00702e;
  cursor: pointer;
  letter-spacing: -0.05em;
}
.flow-button2::before {
  /*矢印画像を追加して配置調整*/
  content: "";
  position: absolute;
  top: 50%;
  right: 20px; /* ←変更！ */
  width: 28px;
  height: 22px;
  background-image: url(../images/arrow-fllow_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.flow-button_line {
  position: relative;
}
/*------------------------------FAQセクションとcontact-infoセクション------------------------------*/
#faq {
  position: relative;
  padding-top: 100px;
  z-index: 0;
  background-image: url(../images/line03.png);
  background-repeat: no-repeat;
  background-size: 1440px;
  background-position: center top -330px;
}
.m #faq {
  background-size: 1080px;
  background-position: center top -200px;
}
.s #faq {
  background-size: 591px;
  background-position: center top -90px;
}
.faq-title {
  font-size: 120px;
  font-weight: 500;
  font-family: "Outfit";
  text-align: center;
  line-height: 1.1;
  background: linear-gradient(to right, #009c3f, #11b954);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-subtitle {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #009c3f;
  text-align: center;
}
.faq-line {
  margin-bottom: 60px;
}
.faq-br {
  display: none;
}
.s .faq-br {
  display: block;
}
.accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: gird-template-rows 0.3s ease;
}
.content-text {
  display: none;
  transition: max-height 0.3s ease;
  color: #009c40;
  font-size: 30px;
  background-color: #fafafa;
}
.accordion-icon {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #009c3f;
  border-radius: 50%;
  flex-shrink: 0;
}
.accordion-icon span {
  position: absolute;
  width: 4px;
  height: 30px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
.accordion-icon span:first-child {
  position: absolute;
  width: 30px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.accordion-question {
  font-size: 37px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #009c3f;
}
.accordion-question_text {
  font-size: min(2vw, 24px);
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #222222;
  margin-left: 10px;
  text-align: left;
}
.accordion-button {
  background-color: #fff;
  border: none;
  transition: 0.7s;
  -webkit-tap-highlight-color: transparent;
}
.accordion-button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  cursor: pointer;
  border: none;
  transition: 0.5s;
}
.accordion-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ccc 2px, transparent 1px);
  background-size: 4px 1px; /* 点線幅を固定 */
}
.accordion-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accordion-img {
  font-size: 56px;
  font-weight: 500;
  font-family: "Outfit";
  color: #009c3f;
}
.accordion-text {
  font-size: 50px;
  font-weight: 500;
  font-family: "Outfit";
  color: #009c3f;
  text-align: center;
  background: linear-gradient(to right, #009c3f, #85d41b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion-text2 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #009c3f;
  line-height: 2;
}
.faq-text {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #009c3f;
  text-align: center;
  line-height: 1.5;
}
.accordion-item {
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: -1px;
}
.accordion-content img {
  width: 40px;
}

.accordion {
  position: relative;
  max-width: 1080px;
  width: 100%;
  border-radius: 8px;
  font-family: sans-serif;
}
.accordion-content-parent {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}

.accordion-content-parent._active {
  grid-template-rows: 1fr;
  background-color: #fafafa;
  padding: 15px;
}

.accordion-content {
  /*横並びにして開閉時にはみ出さないように*/
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 50px;
  color: #009c40;
}

/* アコーディオン開いたとき（＋→×へ変形） */
.accordion-button.active span:nth-child(2) {
  opacity: 0;
}

/*--------------------------contactセクション------------------------------*/
.contact {
  background-color: #f0fff3;
  padding: min(7vw, 100px) 20px min(7vw, 100px) 20px;
  margin-top: min(7vw, 100px);
}
.s .contact {
  padding: 50px 20px 50px 20px;
  margin-top: 50px;
}
.contact-textTitle {
  font-size: min(3vw, 40px);
  font-weight: 600;
  font-family: "Noto Sans JP";
  color: #009c3f;
  text-align: center;

  letter-spacing: 0.1rem;
}
.s .contact-textTitle {
  font-size: 23px;
}
.contact-subtext {
  font-size: min(2vw, 24px);
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #009c3f;
  text-align: center;
  letter-spacing: 0.1rem;
}
.s .contact-subtext {
  font-size: 14px;
}
.contact-br {
  display: none;
}
.s .contact-br {
  display: block;
}
.contact-info {
  position: relative;
  max-width: 1200px;
  margin-top: min(2.7vw, 39px);
  margin-inline: auto;
  background-color: #fff;
  border-radius: 40px; /* 枠と中身を同じ角丸に */
  padding: min(3.12vw, 45px);
  z-index: 0;
}

.contact-info::before {
  content: "";
  position: absolute;
  inset: 0; /* 親にフィット */
  border-radius: 40px; /* 角丸を揃える */
  padding: 4px; /* 枠の太さ */
  background: linear-gradient(to right, #a0e3a8 97%, #eaff00 108%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1; /* 背景の後ろに置く */
}
.s .contact-info {
  padding: 40px 0;
  margin-top: 40px;
}
.contact-line {
  max-width: 1082px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  margin-top: min(2.7vw, 39px);
  margin-inline: auto;
  margin-left: 25px;
}
.l .contact-line {
  margin-left: 0;
}
.s .contact-line {
  max-width: 300px;
  width: 85%;
  flex-direction: column;
  gap: min(2.7vw, 39px);
  margin-top: 35px;
  margin-inline: auto;
}

.contact-info_text {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #222222;
  text-align: center;
  line-height: 2;
  line-height: 1.5;
}
.s .contact-info_text {
  font-size: 12px;
  margin-left: 40px;
  margin-top: 5px;
  letter-spacing: 0.02rem;
}
.contact-box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
  width: 100%;
}
.contact-box._mail {
  align-items: center;
}
.contact-box._mail {
  margin-left: min(5.35vw, 77px);
}
.s .contact-box._mail {
  margin-left: 0;
}
.contact-info {
  width: 100%;
}
.tel-img {
  width: min(4.2vw, 60px);
  height: min(4.2vw, 60px);
}
.s .tel-img {
  width: 30px;
  height: 30px;
}
.tel-number {
  font-size: min(2.43vw, 44px);
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP";
  color: #009c3f !important;
  text-decoration: none !important;
}
.s .tel-number {
  font-size: 22px;
  margin-bottom: 2px;
}
.contact-info_text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #009c3f;
  text-align: left;
  margin-left: min(5.35vw, 77px);
}
.mail-info {
  font-size: min(1.94vw, 28px);
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #009c3f;
}
.s .mail-info {
  font-size: min(4vw, 15px);
}
/*--------------------------app-infoセクション------------------------------*/
#app-info {
  background-image: url(../images/app-info_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  overflow: hidden;
}
.app-info_line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px auto 0 auto;
  max-width: 671px;
}
.app-info_left_img {
  width: 180px;
  height: 215px;
  flex-shrink: 0;
}
.app-info_text {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #222222;
  text-align: center;
  line-height: 2;
}
.app-info_box {
  display: flex;
  width: 347px;
  height: 64px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  margin-top: 100px;
  border: none;
}
.app-info_right {
  max-width: 671px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-info_textImg {
  width: 320px;
  margin-top: 20px;
}
.app-info_wrap_img {
  margin-top: 20px;
}
.app-info_img {
  max-width: 150px;
  width: 100%;
}
.app-info_img2 {
  max-width: 180px;
  width: 100%;
}
.app-info_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0 10px;
  max-width: 671px;
  width: 100%;
}

/*--------------------------footerセクション------------------------------*/
#footer {
  position: relative;
  background-color: #006027;
  color: #fff;
}
.footer-logo img {
  width: min(22.2vw, 200px);
  height: auto;
}
.footer_content {
  width: 100%;
  margin: 0 auto;
  padding: min(2.22vw, 20px);
}
.s .footer_content {
  padding: 20px;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s .footer_left {
  gap: 0;
}
.footer_left li {
  font-weight: 400;
  font-size: min(1.66vw, 16px);
}
.footer_left li a {
  color: #fff;
}
.footer_right {
  text-align: end;
}
.footer-subtitle {
  font-size: 12px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  color: #fff;
}
.footer-private-info {
  font-size: 12px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.footer-copy {
  font-size: min(1.33vw, 12px);
  font-weight: normal;
  font-family: "Noto Sans JP";
  color: #fff;
  margin-top: 10px;
}
/*--------------------------メディアクエリ------------------------------*/
/*---------mサイズ--------------*/
.m .main-visual {
  /*メインビジュアルに背景画像を挿入*/
  background-image: url(../images/main-bg_iphone.png),
    url(../images/main-bg_img.png), url(../images/main-bg_deko.png),
    url(../images/main-right.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top -22px right -104px, bottom 2px right 97%,
    top -6px left -120px, top -19% right -50px;
  background-size: 90%, auto, auto, auto;
}
.m .main-visual__bg {
  background-image: url(../images/line-m.png), url(../images/line-m2_png.png);
  background-repeat: no-repeat, no-repeat;
  background-size: min(100%, 1080px), 1080px;
  background-position: center top 6%, center top 34%;
}
.m.s .main-visual__text2 {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  line-height: 1.35;
}
.m .main-visual__button_box {
  margin-top: 90px;
}
.m .section-title {
  font-size: clamp(70px, 2vw, 100px);
  font-weight: 500;
  font-family: "Outfit";
  color: #009c3f;
}
.m .merits-title {
  /*見出しサイズ調整*/
  font-size: clamp(70px, 2vw, 100px);
  font-weight: 600;
  font-family: "Outfit";
  color: #009c3f;
}

/* ハンバーガー開いた時の変形（お好みで） */
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.hamburger.active span:nth-child(2) {
  /*中線を透明化*/
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

.s .hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(-315deg);
}

.s .hamburger.active span:nth-child(2) {
  /*中線を透明化*/
  opacity: 0;
}

.s .hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(315deg);
}

/*--------------見出しサイズ---------調整*/
.s .main-visual__text {
  width: 260px;
}
.s .main-visual__button_line {
  width: 270px;
  height: 60px;
  box-shadow: 0 4px #00702e;
}
.s .main-visual__button_line::after {
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
}

.s .main-visual__text2 {
  font-size: 33px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}
.s .br-sp {
  display: none;
}
.s .main-visual__button {
  font-size: 19px;
}
.s .about-text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}
.s .section-title {
  font-size: 60px;
  font-weight: 500;
  font-family: "Outfit";
  color: #009c3f;
}
.s .section-subtitle {
  font-size: 18px;
  font-weight: bold;
}
.s .merits-title {
  /*見出しサイズ調整*/
  font-size: 60px;
  font-weight: 600;
  font-family: "Outfit";
  color: #009c3f;
}
.s .merits-subtitle {
  /*見出しサイズ調整*/
  font-size: 18px;
  font-weight: bold;
}
.m .faq-title {
  font-size: clamp(70px, 2vw, 100px);
  font-weight: 600;
  font-family: "Outfit";
  color: #009c3f;
}
.s .faq-title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Outfit";
  color: #009c3f;
}
.s .faq-subtitle {
  font-size: 18px;
}
/*--main-visualセクション調整---*/
.s .main-visual {
  background-image: url(../images/main-bg_img.png), url(../images/ttl.png),
    url(../images/bg-sp_main.png), url(../images/main-gra.png);
  background-size: 1300px, 443px, 510px, 400px;
  background-position: bottom 98px left -19px, left calc(27% - 30px) top -10px,
    bottom 172px left -446px, top 0 right 0;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 22px 15px;
}
.s .main-visual__button_box {
  margin: 206px auto 0 auto;
}
.s .main-visual__button_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 16px;
  text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px,
    #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px,
    #fff 0 0 5px, #fff 0 0 5px;
}
/*--headerセクション調整---*/
.s .header {
  height: 60px;
  padding: 10px;
}
.s .hamburger {
  width: 40px;
  height: 40px;
  margin-right: 0;
  gap: 5px;
}
.s .header-logo {
  width: 30px;
  height: 30px;
}
.s .header-title {
  font-size: 16px;
  line-height: 1.3;
}
.s .hamburger span {
  width: 26px;
  height: 3px;
}
.s .hamburger.active {
  margin-right: 10px;
}
/*--aboutセクション調整---*/
.s .about-text li:first-child {
  margin-bottom: 10px;
}

/*--コンテント背景画像調整---*/
.s .main-visual__bg {
  background-image: url(../images/lineimg-sp2.png),
    url(../images/lineimg-sp.png);
  background-size: contain, 472px;
  background-repeat: no-repeat, no-repeat;
  background-position: top 2060px right 0, top 330px right 0px;
  margin-top: -176px;
}
@media screen and (max-width: 516px) {
  .s .main-visual__bg {
    background-image: url(../images/lineimg-sp2.png),
      url(../images/lineimg-sp.png);
    background-size: contain, 500px;
    background-repeat: no-repeat, no-repeat;
    background-position: top 39% right 0, top 7.2% right 16px !important;
    margin-top: -176px;
  }
}

@media screen and (max-width: 375px) {
  .s .main-visual__bg {
    background-image: url(../images/lineimg-sp2.png),
      url(../images/lineimg-sp.png);
    background-size: contain, 500px;
    background-repeat: no-repeat, no-repeat;
    background-position: top 39% right 0, top 8% right 16px !important;
  }
}
/*--meritsセクション調整---*/
.s #merits {
  margin-top: 50px;
}

.s .merits-text_left {
  width: 100%;
}
.s .merits-text_right {
  width: 100%;
}

.s .merits-img {
  width: 180px;
}
.s .merits-img2 {
  width: 180px;
}
.s .merits-text_point {
  font-size: 13px;
}
/*--flowセクション調整---*/
.s .flow-item {
  flex-direction: column; /*縦並びに*/
  margin-top: 20px;
}
.s .flow-item_img {
  /*横幅調整*/
  width: 180px;
  height: 180px;
  transform: translateY(0);
  margin-top: -40px;
}
.s .flow-item_img:first-child {
  margin-top: 0;
}
.s .flow-item_circleContainer:nth-of-type(odd) {
  /*1個目の画像を左方向に移動*/
  margin-right: 40%;
}
.s .flow-item_circleContainer:nth-of-type(even) {
  margin-left: 40%;
}
.s .flow-button_box {
  flex-direction: column; /*縦並びに*/
  align-items: center;
}
.s .flow-item_number {
  margin-left: -3px;
}
.s .about-text li:nth-child(2) {
  font-size: 15px;
}
.s .flow-number_container {
  width: 50px;
  transform: translate(-50%, -50%);
}
.s .flow-item_circle {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.s .flow-box {
  padding: 30px;
  margin-top: clamp(42px, 11.06vw, 85px);
}
.s .flow-button2 {
  font-size: 19px;
  width: 240px;
  height: 60px;
  box-shadow: 0 4px #00702e;
}
.s .flow-button {
  font-size: 19px;
  width: 240px;
  height: 60px;
  box-shadow: 0 4px #00702e;
}
.s .flow-button::before {
  width: 17px;
  height: 12px;
}
.s .flow-button2::before {
  width: 17px;
  height: 12px;
}
.s .flow-button_box p {
  font-size: 16px;

  font-family: "Noto Sans JP";
}
.s .flow-text {
  font-size: 19px;
  font-weight: bold;
  font-feature-settings: "palt";
}
.s .app-info_wrap {
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px;
}
.s .flow-item_circleContainer:nth-of-type(2),
.s .flow-item_circleContainer:nth-of-type(3),
.s .flow-item_circleContainer:nth-of-type(4) {
  transform: none;
}
.s .flow-item_circleContainer:nth-of-type(2),
.s .flow-item_circleContainer:nth-of-type(3),
.s .flow-item_circleContainer:nth-of-type(4) {
  margin-top: -40px;
}
.s .flow-item_circleContainer {
  width: clamp(180px, 50%, 260px);
}
/*--acoordionセクション調整---*/
.s .accordion {
  position: relative; /*親要素に指定*/
  max-width: 680px; /*横幅最大値の設定*/
  width: 100%;
  border-radius: 8px;
  font-family: sans-serif;
}
.accordion-button:active {
  background-color: transparent; /* 押したときの色を透明に */
}
.s .accordion-text {
  font-size: min(5.6vw, 28px);
  line-height: 1.6;
  text-align: left;
}
.s .accordion-text2 {
  font-size: min(3vw, 15px);
  line-height: 1.6;
  text-align: left;
}
.s .accordion-img {
  font-size: clamp(28px, 6vw, 56px); /*文字サイズの調整*/
}
.s .accordion-icon {
  width: clamp(28px, 6vw, 56px); /*文字サイズの調整*/
  height: clamp(28px, 6vw, 56px); /*文字サイズの調整*/
  flex-shrink: 0;
}
.s .accordion-icon span {
  width: 3px;
  height: 17px;
}
.s .accordion-icon span:first-child {
  width: 17px;
  height: 3px;
}
.s .accordion-item {
  padding: 10px;
}
.s .accordion-content {
  font-size: 18px;
  margin-left: 15px;
  padding-right: 10px;
}
.s .accordion-question_text {
  font-size: 15px;
  text-align: left;
}
.s .accordion-button {
  padding-right: 0;
}
/*--faqセクション調整---*/
.s .faq-text {
  font-size: 23px;
}
.s .faq-line {
  margin-bottom: 70px;
}
/*--app-infoセクション調整---*/
.s #app-info {
  background-image: url(../images/app-info_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  overflow: hidden;
}
.s .footer-title {
  width: 100px;
}
.s .app-info_left_img {
  height: 235px;
}
.s .footer_left li {
  font-size: 13px;
}
.s .app-info_line {
  padding-top: 0;
}
.s .app-info_box {
  width: 335px;
  height: 58px;
}
.s .app-info_line {
  flex-direction: column-reverse; /*縦並びに*/
  gap: 20px;
  margin: 0 auto;
}
.s .app-info_wrap {
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px;
  max-width: 671px;
}
.s .footer-logo img {
  width: 87px;
  height: auto;
}
.s .footer-private-info {
  font-size: 10px;
}
.s .footer_right {
  text-align: center;
}
.s .footer-copy {
  font-size: 10px;
}
.s #footer {
  position: static;
  flex-direction: column;
  gap: 20px;
}
.s .footer-box {
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1305px) {
  .nav {
    /*ナビゲーションを隠す*/
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    color: #fff;
    background-image: url(../images/nav-bg_img.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-attachment: fixed;
  }
  .nav.open {
    /*オープン時にナビゲーションを表示*/
    right: 0;
    background: linear-gradient(
        /*背景色追加*/ /*グラデーションを追加*/ to right,
        #018838,
        #00a040
      ),
      #1b9d1b;

    background-image: url(../images/nav-bg_img.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-attachment: fixed;
    text-align: center;
    width: 100%;
    color: #fff;
    transform: translateY(0);
  }
  .header-list {
    /*下線をテキストだけでなく要素までになるように*/
    display: inline-block;
    gap: 0;
    flex-direction: column;
    margin-top: 100px;
    border-top: 1px solid #ccc;
    text-align: left;
    color: #fff;
  }
  .header-login {
    /*親要素にした*/
    width: 270px !important;
    position: relative;
    border-right: 1px solid #007d32;
    border-radius: 50px;
    box-shadow: 0 5px #00702e; /*影を追加して立体的に調整*/
    margin: 40px auto 0;
    display: block;
    padding: 10px !important;
  }
  .header-login::after {
    /*右矢印の配置*/
    content: "";
    position: absolute;
    background-image: url(../images/arrow-list_img.png);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 27px;
    height: 22px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateY(4px);
  }

  .header-list li {
    border-top: #fff 1px solid;
  }
  .header-list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    padding: 20px;
  }
  .hamburger.active {
    position: fixed;
    background: none;
  }
  .hamburger {
    /*ハンバーガーメニューを表示*/
    display: flex;
    top: 20px;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px; /* ← これで上下のspan同士の間隔を調整 */
    width: 50px;
    height: 50px;
    background: #006027;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-right: 20px;
    z-index: 4;
  }
  .hamburger span {
    /*ハンバーガーメニューの線調整*/
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    margin-top: 1px;
    transition: all 0.3s;
    transform-origin: center; /* 回転の中心を真ん中に */
  }
  .header-faq__text {
    display: none;
  }
  .header-faq__text2 {
    display: block;
  }
  .header-login__line {
    display: none;
  }

  .privacy .header {
    padding-right: 0;
  }
  .privacy .header-login {
    display: flex;
    width: auto !important;
    height: auto;
    gap: 14px;
    border-right: none;
    border-radius: 50px 0 0 50px;
    margin: 0;
  }

  .privacy .header-login__line {
    display: block;
  }
  .privacy .header-login::after {
    display: none;
  }
}

/********************************
 プライバシーポリシーページ
********************************/
.s.privacy .header-login {
  padding: 5px !important;
}
.s.privacy .header-login__line {
  width: 22px;
  height: auto;
}
.s.privacy .header-login__inner {
  font-size: 14px;
}

.privacy main {
  background-color: #f0fff3;
  padding: 100px 35px 160px;
}
.s.privacy main {
  padding: 50px 20px 100px;
}

.privacy-ttl {
  font-size: clamp(90px, 8.3vw, 120px);
  font-weight: 500;
  font-family: "Outfit";
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, #009c3f, #11b954);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s .privacy-ttl {
  font-size: max(43px, 11.4vw);
}

.privacy-subttl {
  font-size: 24px;
  font-weight: 600;
  color: #009c3f;
  text-align: center;
  margin-top: 30px;
}
.s .privacy-subttl {
  font-size: 18px;
  margin-top: 10px;
}

.privacy-list + .privacy-subttl {
  margin-top: 120px;
}
.s .privacy-list + .privacy-subttl {
  margin-top: 70px;
}

.privacy-list {
  margin: 80px auto;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.s .privacy-list {
  margin: 60px auto;
}

.privacy-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.s .privacy-item {
  row-gap: 10px;
}

.privacy-item-ttl {
  font-size: 20px;
  color: #009c3f;
}
.s .privacy-item-ttl {
  font-size: 16px;
}

.privacy-item-txt {
  padding-left: 20px;
}
.s .privacy-item-txt {
  padding-left: 0;
}
.privacy-item-txt p {
  font-size: 16px;
  line-height: 1.6;
}
.s .privacy-item-txt p {
  font-size: 14px;
}

.privacy-item-txtIndent {
  margin-top: 10px;
}
.privacy-item-txtIndent p {
  text-indent: -3em;
  padding-left: 3em;
}

.privacy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80vw, 360px);
  height: 72px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #009c3f;
  border-radius: 9999px;
  border: 1px solid #007d32;
  letter-spacing: 1px;
  box-shadow: 0 8px #00702e;
  background: linear-gradient(to right, #018838, #00a040);
}
.s .privacy-button {
  height: 50px;
  font-size: 18px;
}
.movie-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(9.02vw, 130px);
}
.s .movie-content {
  margin-top: clamp(30px, 6.5vw, 70px);
}
.movie-title {
  width: 470px;
  margin: 0 auto;
}
.s .movie-title {
  width: clamp(278px, 72.39vw, 556px);
}
iframe {
  max-width: 764px;
  width: 100%;
  height: 378px;
  border: none;
  margin: 30px auto 0 auto;
}
.s iframe {
  height: clamp(189px, 49.21vw, 378px);
  margin: clamp(10px, 3.9vw, 30px) auto 0 auto;
}
