@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #333333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*PCのみ表示*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*(md)px以下で表示*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

img {
  object-fit: cover;
  height: 100%;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション */
@media (any-hover: hover) {
  a {
    transition: opacity, 0.5s 0s ease;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* 画像のはみ出しを管理 */
main {
  overflow: hidden;
}

/* addressタグ リセット */
address {
  font-style: normal;
}

/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 横スクロール防止 */
html, body {
  overflow-x: clip;
}

.anker-link {
  scroll-margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .anker-link {
    scroll-margin-top: 3.125rem;
  }
}

/* `<fieldset>` の枠を非表示にする */
fieldset {
  border: none; /* ボーダー（枠線）を非表示にする */
  padding: 0; /* 不要な余白を削除 */
  margin: 0; /* 不要なマージンを削除 */
}

/* `<legend>` のテキストを非表示にする */
legend {
  display: none; /* テキスト自体を非表示にする */
}

/* iOSは時々テキストサイズを自動調整します。これを防ぐ */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding-block: 0;
  padding-inline: 0;
}

/*インナー幅用の基本CSS*/
.inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* 共通パーツのコーディング
==================================================*/
/* section タイトル
==================================================*/
.section__title {
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  color: #00834d;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    letter-spacing: 0.07em;
    margin-top: 0.625rem;
  }
}

.section__sbtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__sbtitle {
    font-size: 1rem;
    line-height: 1.3125;
  }
}

/* section レイアウト
==================================================*/
.section__layout {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .section__layout {
    padding-block: 4.375rem;
  }
}

/*
==================================================*/
/* class名でtextカラー/フォントウェイトを指定する
==================================================*/
.text-green {
  color: #00834d;
  font-weight: 700;
}

.text-green-medium {
  color: #00834d;
  font-weight: 500;
}

.text-green-semibold {
  color: #00834d;
  font-weight: 600;
}

.en-font-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.en-font-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.font24-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.font50-bold {
  font-size: 3.125rem;
  line-height: 1.32;
  font-weight: 700;
}

.font30-bold {
  font-size: 1.875rem;
  line-height: 1.4666666667;
  font-weight: 700;
}

.font26-bold {
  font-size: 1.625rem;
  line-height: 1.3076923077;
  font-weight: 700;
}

.font34-medium {
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 500;
}

/* header
========================================*/
.header {
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  height: 80px;
  background-color: #fff;
}
/* @media screen and (max-width: 767px) {
  .header {
    padding-top: 0.8125rem;
  }
} */

.header__right-txt{
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .header__right-txt {
  font-size: 2.8vw;
}
.header {
  padding: 0 5vw;
}
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* @media screen and (max-width: 767px) {
  .header__inner {
    margin-left: 0.625rem;
  }
} */

.header__logo {
  aspect-ratio: 410/42;
  max-width: 25.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 11.7rem;
  }
}

.header__logo-link {
  display: block;
}

/* fv
========================================*/
.fv {
  margin-top: 80px;
  position: relative;
  /* margin-top: 2.125rem; */
  /* padding-bottom: 3.125rem; */
  padding: 12vw 0;
  aspect-ratio: 1909/900;
  margin-bottom: calc(6vw + 70px);
}
.mv{
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 120px;
  position: relative;
}
.mv::after{
  aspect-ratio: 1920/722;
  background-image: url(../images/202603/green_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .fv {
    /* padding-bottom: 1.25rem; */
    aspect-ratio: 375/658;
  }
  .mv{
    margin-top: 80px;
    margin-bottom: 10vw;
  }
  .mv::after{
    background-size: 200%;
  }
}

.fv::after {
  content: "";
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  width: 100%;
  height: 2.125rem; /* 影の高さ */
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  background-color: transparent; /* 透明でもOK */
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv::after {
    bottom: 1.25rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
}

.fv::before {
  content: "";
  position: absolute;
  /*top: -2.125rem;*/
  top: 0;
  left: 0;
  /* background-image: url(../images/fv/fv-bg.jpg); */
  /* background-image: url(../images/fv/fv-bg.png); */
  background-image: url(../images/202603/mv-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: top center; 上を固定して、横方向のズレを防ぐ */
  background-position: top 0 left 10%;
  /* aspect-ratio: 1920/1260; */
  width: 100%;
  /* height: calc(100% - 2.125rem); */
  /* height: calc(100% - 7.9rem); */
  /* height: calc(100% - 2.9rem); */
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    background-image: url(../images/fv/fv-bg-sp.png);
    /* background-image: url(../images/fv/fv-bg-sp.jpg); */
    aspect-ratio: 375/658;
    height: 100%;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/202603/mv-bg.webp")) {
  .fv::before {
    background-image: url("../images/202603/mv-bg.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/features/webp/fv-bg-sp.webp)) {
      .fv::before {
        background-image: url(../images/fv/webp/fv-bg-sp.webp);
      }
    }
  }
}
.fv__inner {
  max-width: 114.375rem;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    max-width: 37.5rem;
    padding-inline: 0.625rem;
  }
}

.fv__img {
  /* aspect-ratio: 1265/1012;
  max-width: 79.0625rem;
  width: 71.0674%; */
aspect-ratio: 503/743;
  /* max-width: 47.067%;
  width: 47.067%; */
      max-width: 47.067%;
    /* width: 32%; */
    width: 29%;
    padding-top: 7vw;
    margin-right: 8%;
    /* margin-right: 7%; */
  margin-left: auto;
      margin-bottom: 0;
      bottom: 0;
  position: absolute;
  right: 3%;
}
@media screen and (min-width: 1921px) {
.fv__img {
    margin-bottom: -100px;
}
}
@media screen and (max-width: 767px) {
  .fv__img {
    margin-left: initial;
    margin-inline: auto;
    width: 100%;
    margin-top: 100px;
    margin-bottom: -90px;
    padding-top: 0;
    margin-right: auto;
  }
}

.fv__catch {
  color: #FFF;
  position: absolute;
  /* top: 23.65vw; */
  top: 4.65vw;
  display: grid;
  gap: 0.8125rem;
  margin-left: 2.5rem;
}
@media screen and (min-width: 1921px) {
  .fv__catch {
    /* top: 28.375rem; */
    top: 9.65vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__catch {
    top: 15.875rem;
    gap: 0.5rem;
    margin-left: initial;
    position: static;
    margin-top: -1.875rem;
  }
}

.fv__highlight {
  font-size: 1.46vw;
  line-height: 1.3928571429;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0.989vw 1.5vw 1.088vw 2.187vw;
  background-color: #63A826;
  border-radius: 3.6875rem;
  max-width: 34.15vw;
}
.middle-f{
  font-size: 1.9vw;
  display: inline-block;
  transform: translateY(-0.2em);
}
.big-f{
  font-size: 3.8vw;
  line-height: 1;
  display: inline-block;
  padding: 0 0.1em;
}
@media screen and (min-width: 1921px) {
  .fv__highlight {
    font-size: 1.75rem;
    padding: 1.1875rem 1.875rem 1.30625rem 2.625rem;
    max-width: 40.984375rem;
  }
  .middle-f{
  font-size: 2.3rem;
  }
  .big-f{
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__highlight {
    max-width: 22.1875rem;
    font-size: 1rem;
    line-height: 1.25;
    padding: 10px 15px;
    /* padding: 0.54375rem 0 0.8125rem 0.8125rem; */
    text-align: center;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .middle-f {
    font-size: 21px;
    transform: translateY(-0.1em);
  }
  .big-f {
    font-size: 32px;
    padding: 0 0.1em;
  }
}

/*吹き出しの三角*/
.fv__highlight::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 10.94vw;
  width: 2.3125rem;
  height: 2.125rem;
  -webkit-clip-path: polygon(92% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #63A826;
}
@media screen and (min-width: 1921px) {
  .fv__highlight::after {
    left: 13.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__highlight::after {
    width: 1.244375rem;
    height: 1.135625rem;
    /* left: 7.3rem; */
    bottom: -0.9375rem;
    left: 5.3rem;
  }
}

.fv__small {
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  .fv__small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__small {
    font-size: 0.875rem;
  }
}

.fv__subtitle {
  font-size: 2.6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #00834d 0%, #63a826 100%);
  display: inline-block;
  padding-inline: 1.09vw;
  /* max-width: 37.34vw; */
  margin-top: 1.5vw;
  width: fit-content;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.fv__subtitle.p2{
  width: 53vw;
}
@media screen and (min-width: 1921px) {
  .fv__subtitle {
    margin-top: 2.875rem;
    padding-inline: 1.3125rem;
    max-width: 44.8125rem;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__subtitle {
    font-size: 1.34rem;
    padding-inline: 0.625rem;
    max-width: 21.5625rem;
    margin-top: 1.0625rem;
  }
}
.fv__white-obi{
  background-color: #fff;
  display: block;
  width: fit-content;
  padding: 0 0.3em 0.1em;
  font-weight: bold;
  font-size: 4vw;
  margin-top: 0.3em;
}
.fv__white-obi .txt{
  background: linear-gradient(to right, #00834d 0%, #63a826 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.fv__number {
  font-family: "Roboto", sans-serif;
  font-size: 4.43vw;
  line-height: 1.2235294118;
  font-weight: 700;
  letter-spacing: initial;
}
@media screen and (min-width: 1921px) {
  .fv__number {
    font-size: 5.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__number {
    font-size: 2.9375rem;
    line-height: 1.2553191489;
  }
}

.fv__sup {
  font-size: 1.25vw;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 3.39vw;
}
@media screen and (min-width: 1921px) {
  .fv__sup {
    font-size: 1.5rem;
    margin-bottom: 4.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__sup {
    font-size: 0.8125rem;
    margin-bottom: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__title.pc-only {
    display: none;
  }
}

.fv__title {
  background: linear-gradient(to right, #00834d 0%, #63a826 100%);
  display: inline-block;
  padding-inline: 0.73vw;
  padding-top: 0.52vw;
  padding-bottom: 0.94vw;
  font-size: 4.74vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1921px) {
  .fv__title {
    font-size: 5.6875rem;
    padding-top: 0.625rem;
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 3.125rem;
    display: inline-block;
    padding: 0.375rem 0.3125rem 0.6875rem;
    max-width: 21.5625rem;
  }
}

@media screen and (max-width: 374px) {
  .fv__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__title:nth-child(2) {
    max-width: 18.125rem;
  }
}

.fv__note {
  font-size: 0.83vw;
  line-height: 2.0625;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  position: absolute;
  top: -3.07vw;
  top: auto;
  padding-right: 0;
  bottom: 1vw;
  right: 2vw;
  width: fit-content;
  /* 白の文字枠を陰で */
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
    
}
@media screen and (min-width: 1921px) {
  .fv__note {
    font-size: 1rem;
    top: -3.6875rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: 0.625rem;
    line-height: 1.7;
    text-align: left;
    position: static;
    margin-top: 0.5rem;
  }
}

.fv__tag{
  width: 14%;
  right: 3%;
  top: 12vw;
  position: absolute;
}

.fv__benefits {
  /* margin-top: 0.3125rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin-inline: calc(50% - 50vi);
  max-height: 5.73vw;
  position: absolute;
  bottom: 0;
  transform: translateY(100%); */
  margin-top: 0;
  display: flex;
  align-items: center;
  text-align: center;
  margin-inline: 0;
  max-height: 5.73vw;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1921px) {
  .fv__benefits {
    max-height: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__benefits {
    flex-direction: column;
    max-height: initial;
    margin-top: 2.25rem;
  }
}

.fv__bonus {
  color: #FFF;
  font-size: 2.08vw;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #FF6200 0%, #FFBA00 100%);
  width: 50vi;
  height: 5.73vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1921px) {
  .fv__bonus {
    font-size: 2.5rem;
    height: 6.875rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__bonus {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.45;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1.1875rem;
  }
}

.fv__label {
  margin-top: 0.4375rem;
  position: relative;
}
.fv__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.98vw;
  transform: translateY(-50%);
  width: 4.69vw;
  height: 4.69vw;
  background-image: url(../images/fv/icon-money.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1921px) {
  .fv__label::before {
    width: 5.625rem;
    height: 5.625rem;
    left: -2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__label::before {
    width: 5.5rem;
    height: 5.5rem;
    left: -1.25rem;
    top: 46%;
  }
}

.fv__big{
  font-size: 6vw;
}
.fv__middle{
  font-size: 4vw;
}
.yellow-txt{
  color: #FFFF00;
}

.fv__medium {
  font-size: 2.34vw;
  line-height: 1.4444444444;
  font-weight: 700;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 1921px) {
  .fv__medium {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__medium {
    font-size: 1.25rem;
    line-height: 1.45;
    letter-spacing: initial;
  }
}

.fv__amount {
  color: #FFFF00;
  font-size: 4.43vw;
  line-height: 1.3176470588;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1921px) {
  .fv__amount {
    font-size: 5.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__amount {
    font-size: 2.5rem;
    line-height: 1.325;
    letter-spacing: initial;
  }
}

.fv__benefit {
  font-size: 1.35vw;
  line-height: 2.3076923077;
  letter-spacing: 0.05em;
  /* background: linear-gradient(rgba(0, 150, 244, 0.05) 0%, rgba(34, 192, 221, 0.05) 100%); */
  background-color: #fff;
  width: 50vi;
  height: 5.73vw;
  padding-block: 1.51vw;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1921px) {
  .fv__benefit {
    font-size: 1.625rem;
    height: 6.875rem;
    padding-block: 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__benefit {
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding-top: 0.75rem;
    padding-bottom: 0.875rem;
  }
}

.fv__point {
  color: #ff6200;
  font-size: 1.85vw;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1921px) {
  .fv__point {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__point {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

/* スクロールボタン
==================================================*/
.scroll-btn {
  height: 3.44vw;
  position: relative;
  /* top: -3.85vw; */
  top: -1.85vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  animation: scroll-btn 1s ease-in-out alternate infinite;
}
@media screen and (min-width: 1921px) {
  .scroll-btn {
    height: 4.125rem;
    top: -3.625rem;
    /* top: -4.625rem; */
  }
}
@media screen and (max-width: 767px) {
  .scroll-btn {
    text-align: right;
    top: -2.3rem;
  }
}

.scroll-btn svg {
  fill: #F8F7F2;
  width: 2.19vw;
  height: 3.44vw;
  margin-bottom: 0.52vw;
}
@media screen and (min-width: 1921px) {
  .scroll-btn svg {
    width: 2.625rem;
    height: 4.125rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-btn svg {
    width: 1.4375rem;
    height: 2.3125rem;
    margin-bottom: initial;
  }
}

.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}

.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
    stroke-dasharray: 215.7737px, 363.607px;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-move {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}
.scroll-btn::before {
  content: "";
  position: absolute;
  /* top: -4.17vw; */
  top: -3.17vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/fv/line-green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.08vw;
  /* height: 4.69vw; */
  height: 3.69vw;
}
@media screen and (min-width: 1921px) {
  .scroll-btn::before {
    height: 5.625rem;
    top: -5rem;
    width: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-btn::before {
    left: initial;
    right: 0.625rem;
    top: -2.6875rem;
    width: 1.5px;
    height: 3.125rem;
  }
}

/* cta
==================================================*/
.cta {
  margin-top: 1.25rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta {
    margin-top: 1.875rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .cta__inner {
    padding-inline: 0.9375rem;
  }
}

.cta__content {
  max-width: 60rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .cta__title {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.01em;
  }
}

.cta__slash {
  color: #FF8C00;
}

.cta__slash,
.cta__label,
.cta__unit {
  font-size: 1rem;
  font-weight: 700;
}

.cta__amount {
  color: #FF6200;
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cta__btn {
  display: block;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}

.cta__btn:hover {
  filter: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .cta__btn {
    display: block;
    /* filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.2)); */
  }
}


/* features 自慢三選
==================================================*/
/* .features {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .features {
    padding-bottom: 4.375rem;
  }
} */

.features__inner {
  width: 1190px;
  max-width: 100%;
  margin: 65px auto 0;
  /* max-width: 65.104166666vw; */
}

@media screen and (max-width: 767px) {
  .features__inner {
    margin: 0 auto;
    padding-bottom: 50px;
}
}
/* @media screen and (min-width: 1921px) {
  .features__inner {
    max-width: 78.125rem;
  }
}
@media screen and (max-width: 767px) {
  .features__inner {
    max-width: 37.5rem;
  }
} */

.features__subtitle {
  text-align: center;
  font-size: 40px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .features__subtitle {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/* .features__rank {
  font-size: 2.625rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .features__rank {
    font-size: 1.875rem;
    line-height: 1.5;
  }
} */

.features__title {
  margin-top: initial;
}

@media screen and (max-width: 767px) {
  .features__container {
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

.features__item {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .features__item {
    margin-top: 4.375rem;
  }
}

.features__item + .features__item {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .features__item + .features__item {
    margin-top: 4.375rem;
  }
}

.features__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .features__header {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.features__content {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .features__content {
    order: 1;
    margin-top: initial;
  }
}

.features__number {
  color: #00834d;
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  line-height: 1.9833333333;
  font-weight: 700;
  padding-left: 2.1875rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .features__number {
    font-size: 1.5rem;
    padding-left: 1.5625rem;
    display: inline-block;
    line-height: 1;
    margin-right: auto;
  }
}

.features__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(to right, #00834d 0%, #63a826 100%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .features__number::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.features__headline {
  font-size: 2.25rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .features__headline {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.features__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 0.9375rem;
}
.features__img {
  aspect-ratio: 500/390;
  max-width: 31.25rem;
  width: 100%;
  filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.03));
  position: relative;
}
@media screen and (max-width: 767px) {
  .features__img {
    width: 19.5rem;
  }
}

.features__img img {
  height: 100%;
  object-fit: cover;
}

.features-item__first-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.125rem;
  width: 37.5rem;
  height: 24.375rem;
  background-image: url(../images/features/bg01-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(30px);
}
@media screen and (max-width: 767px) {
  .features-item__first-img::before {
    width: 23.4375rem;
    height: 14.75rem;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/features/webp/bg01-green.webp")) {
  .features-item__first-img::before {
    background-image: url("../images/features/webp/bg01-green.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/features/webp/bg01-green.webp)) {
      .features-item__first-img::before {
        background-image: url(../images/features/webp/bg01-green.webp);
      }
    }
  }
}
.features__bottom {
  margin-top: 3.125rem;
  border: 3px solid #00834d;
  border-radius: 0.9375rem;
  padding: 3.125rem 3.125rem 2.5625rem;
  display: grid;
  grid-template-columns: auto 37.625rem;
  align-items: center;
  gap: 3.9375rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .features__bottom {
    grid-template-columns: 1fr;
    margin-top: 1.6875rem;
    padding: 2.375rem 0.9375rem 2.5625rem;
    gap: 1.25rem;
  }
}

.features__point {
  width: 100%;
}

.features__point-label {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 1.875rem;
  position: relative;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .features__point-label {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding-left: 1.4375rem;
  }
}

.features__point-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.5625rem;
  background-image: url(../images/features/icon-flag.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .features__point-label::before {
    width: 0.9375rem;
    height: 1.125rem;
  }
}

.features__point-title {
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .features__point-title {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 0.3125rem;
  }
}

.features__point-highlight {
  font-size: 3.125rem;
  line-height: 1.32;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .features__point-highlight {
    font-size: 2rem;
    line-height: 1;
  }
}

.features__rating-first {
  max-width: 37.625rem;
  width: 100%;
}
.features__rating-img {
  aspect-ratio: 602/283;
  max-width: 37.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .features__rating-img {
    aspect-ratio: 306/224;
  }
}

/* point02
==================================================*/
.features__content-second {
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  .features__content-second {
    display: contents;
  }
}

.features__header-second {
  grid-template-columns: 37.5rem 31.25rem;
}
@media screen and (max-width: 767px) {
  .features__header-second {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.features__headline-second {
  letter-spacing: 0.041em;
}
@media screen and (max-width: 767px) {
  .features__headline-second {
    line-height: 1.75;
    line-height: 1.6777;
  }
}

@media screen and (max-width: 767px) {
  .features__text-second {
    order: 2;
    margin-top: initial;
  }
}

@media screen and (max-width: 767px) {
  .features-item__second-img {
    order: 1;
  }
}

.features-item__second-img::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: -3.125rem;
  width: 18.75rem;
  height: 12.625rem;
  background-image: url(../images/features/bg02-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(30px);
}
@media screen and (max-width: 767px) {
  .features-item__second-img::before {
    width: 11.75rem;
    height: 7.9375rem;
    top: -1.25rem;
    right: -1.25rem;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/features/webp/bg02-green.webp")) {
  .features-item__second-img::before {
    background-image: url("../images/features/webp/bg02-green.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/features/webp/bg01-green.webp)) {
      .features-item__second-img::before {
        background-image: url(../images/features/webp/bg02-green.webp);
      }
    }
  }
}
.features-item__second-img::after {
  content: "";
  position: absolute;
  bottom: -3.125rem;
  left: -3.125rem;
  width: 24.75rem;
  height: 15.625rem;
  background-image: url(../images/features/bg02-orange.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(30px);
}
@media screen and (max-width: 767px) {
  .features-item__second-img::after {
    width: 15.4375rem;
    height: 9.8125rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/features/webp/bg02-orange.webp")) {
  .features-item__second-img::after {
    background-image: url("../images/features/webp/bg02-orange.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/features/webp/bg02-orange.webp)) {
      .features-item__second-img::after {
        background-image: url(../images/features/webp/bg02-orange.webp);
      }
    }
  }
}
.features__concept {
  margin-top: 3.125rem;
  padding-block: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features__concept {
    margin-top: 1.875rem;
    padding-block: 1.6875rem;
  }
}

.features__concept::before,
.features__concept::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00834d 0%, #63a826 100%);
}

.features__concept::before {
  top: 0;
}

.features__concept::after {
  bottom: 0;
}

.features__concept-text {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features__concept-text {
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}

.features__comparison {
  margin-top: 3.125rem;
  display: grid;
  place-items: center;
}

.features__comparison-img {
  aspect-ratio: 697/490;
  max-width: 43.5625rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features__comparison-img {
    aspect-ratio: 355/345;
    margin-inline: calc(50% - 50vi);
    width: 22.1875rem;
  }
}

.features__comparison-img img {
  height: 100%;
  object-fit: contain;
}

.features__comparison-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22.875rem;
  height: 19.6875rem;
  background-image: url(../images/features/graph02-bg-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(47px);
}
@media screen and (max-width: 767px) {
  .features__comparison-img::before {
    background-image: url(../images/features/graph02-bg-green-sp.png);
    width: 14.3125rem;
    height: 12.3125rem;
    top: -1.25rem;
    left: -1.25rem;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/features/webp/graph02-bg-green.webp")) {
  .features__comparison-img::before {
    background-image: url("../images/features/webp/graph02-bg-green.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/features/webp/graph02-bg-green-sp.webp)) {
      .features__comparison-img::before {
        background-image: url(../images/features/webp/graph02-bg-green-sp.webp);
      }
    }
  }
}
.features__comparison-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.875rem;
  height: 19.6875rem;
  background-image: url(../images/features/graph02-bg-orange.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(47px);
}
@media screen and (max-width: 767px) {
  .features__comparison-img::after {
    background-image: url(../images/features/graph02-bg-orange-sp.png);
    width: 14.3125rem;
    height: 12.3125rem;
    bottom: -1.25rem;
    right: -1.25rem;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/features/webp/graph02-bg-orange.webp")) {
  .features__comparison-img::after {
    background-image: url("../images/features/webp/graph02-bg-orange.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/features/webp/graph02-bg-orange-sp.webp)) {
      .features__comparison-img::after {
        background-image: url(../images/features/webp/graph02-bg-orange-sp.webp);
      }
    }
  }
}
.features__comparison-text {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .features__comparison-text {
    text-align: left;
    line-height: 1.825;
  }
}

.features__bottom-second {
  margin-top: 2.9375rem;
  padding: 2.9375rem 3.375rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .features__bottom-second {
    padding: 2.5rem 1.0625rem 2.5rem;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .features__point-title-second {
    line-height: 1.7;
  }
}

.features__rating-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  padding-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features__rating-second {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.9375rem;
    justify-items: center;
    padding-top: initial;
  }
}

.features__rating-second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 11.25rem;
  background-color: #A8A8A8;
}
@media screen and (max-width: 767px) {
  .features__rating-second::before {
    transform: rotate(90deg);
    height: 100%;
  }
}

.features__rating-engage {
  aspect-ratio: 270/141;
  max-width: 16.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .features__rating-engage {
    aspect-ratio: 270/127;
  }
}

.features__rating-engage img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .features__rating-engage img {
    object-fit: contain;
  }
}

.features__rating-openwork {
  aspect-ratio: 269/146;
  max-width: 16.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .features__rating-openwork {
    aspect-ratio: 267/144;
  }
}

.features__rating-openwork img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .features__rating-openwork img {
    object-fit: contain;
  }
}

.features__bottom-second {
  grid-template-columns: auto 38.5625rem;
}
@media screen and (max-width: 767px) {
  .features__bottom-second {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* point03
==================================================*/
.features__header-third {
  grid-template-columns: 34.375rem 37.5rem;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .features__header-third {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    justify-items: center;
  }
}

.features-item__third-img {
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .features-item__third-img {
    margin-left: initial;
  }
}

.features__content-third {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .features__content-third {
    margin-top: initial;
  }
}

.features__headline-third {
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .features__headline-third {
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.features-item__third-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.125rem;
  width: 37.5rem;
  height: 23.6875rem;
  background-image: url(../images/features/bg03-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(30px);
}
@media screen and (max-width: 767px) {
  .features-item__third-img::before {
    width: 23.4375rem;
    height: 14.75rem;
    top: 0;
    left: -1.875rem;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/features/webp/bg03-green.webp")) {
  .features-item__third-img::before {
    background-image: url("../images/features/webp/bg03-green.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(.../images/features/webp/bg03-green.webp)) {
      .features-item__third-img::before {
        background-image: url(../images/features/webp/bg03-green.webp);
      }
    }
  }
}
.features__support {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .features__support {
    margin-top: 1.25rem;
  }
}

.features__support-img {
  aspect-ratio: 1200/383;
  max-width: 75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .features__support-img {
    aspect-ratio: 345/1043;
    width: 21.5625rem;
    margin-inline: auto;
  }
}

.features__support-img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .features__support-img img {
    height: auto;
  }
}

.features__bottom-third {
  grid-template-columns: auto 40.625rem;
}
@media screen and (max-width: 767px) {
  .features__bottom-third {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.375rem 0.9375rem 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .features__point-title-third {
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .features__license {
    margin-top: 0.5rem;
  }
}

.features__license-caption {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .features__license-caption {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    white-space: nowrap;
  }
}

.features__license-heading {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .features__license-heading {
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.features__license-wrap {
  margin-top: 1.875rem;
}

.features__license-group {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .features__license-group {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.features__license-group + .features__license-group {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .features__license-group + .features__license-group {
    margin-top: 1.25rem;
  }
}

.features__license-title {
  background: linear-gradient(to right, #ff6200 0%, #ffba00 100%);
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  border-radius: 0.3125rem;
  display: grid;
  place-content: center;
  padding-block: 0.625rem;
}
@media screen and (max-width: 767px) {
  .features__license-title {
    padding-block: 0.5rem;
  }
}

.features__license-title--training {
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .features__license-title--training {
    height: 2.625rem;
    width: 77.5919732441%;
  }
}

.features__license-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 1.25rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .features__license-list {
    grid-template-columns: 1fr;
  }
}

.features__license-item {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}

.features__license-title--exam {
  padding-block: 0.25rem;
}
@media screen and (max-width: 767px) {
  .features__license-title--exam {
    width: 59.5317725753%;
  }
}

/* voice 先輩の声
==================================================*/
.voice {
  position: relative;
  background-image: url(../images/202603/staff_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url(../images/202603/staff_txt.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  min-height: 50vw;
}
@media screen and (max-width: 767px) {
  .voice {
    background-image: url(../images/202603/staff_bg.webp);
    aspect-ratio: 375/901;
  }
}

/* webP対応の場合はwebP画像を表示する */
/* @supports (background-image: url("../images/voice/webp/voice-bg.webp")) {
  .voice::before {
    background-image: url("../images/fv/webp/fv-bg.webp");
    /* WebP形式の画像のパス */
  /*}
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/voice/webp/voice-bg-sp.webp)) {
      .voice::before {
        background-image: url(../images/voice/webp/voice-bg-sp.webp);
      }
    }
  }
} */
.voice__inner {
  max-width: 1190px;
  width: 100%;
  position: relative;
  z-index: 2;
}
/* @media screen and (max-width: 767px) {
  .voice__inner {
    max-width: 37.5rem;
  }
} */

.voice__slider {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .voice__slider {
    margin-top: 3.125rem;
    margin-inline: calc(50% - 50vi);
  }
}

.voice__list-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice__list-wrap {
    margin-inline: auto;
  }
}

.voice__item {
  border-radius: 15px;
  background-color: transparent;
  padding-bottom: 1.5625rem;
  position: relative;
  display: grid;
}
.voice__inner-wrap {
  border-radius: 15px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.voice__item::after {
  content: "";
  position: absolute;
  bottom: 1.5625rem;
  left: 0;
  width: 100%;
  height: calc(100% - 1.5625rem);
  background-color: transparent;
  z-index: -1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.voice__content {
  margin-top: 1.875rem;
  padding-inline: 1.25rem;
  padding-bottom: 1.875rem;
  background-color: #FFF;
}

.voice__category {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #00834D;
  padding: 0 0.5em;
  border-radius: 5px;
  color: #FFF;
  width: fit-content;
  margin-bottom: 10px;
}

.voice__item-title {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight:bold;
  letter-spacing: 0.1em;
}

.voice__body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .voice__body {
    margin-top: 1.5625rem;
  }
}

.voice__item-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.voice__item-text .green-txt{
  font-weight: bold;
}

/* PC時のスタイル */
.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 30.8943089431%);
}

/* ページネーション */
/* ページネーションのスタイル */
.splide__pagination__page {
  background-color: #A8A8A8;
  height: 10px;
  transition: 0.5s all;
  width: 10px;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 現在表示されているページネーションのスタイル */
.splide__pagination__page.is-active {
  background-color: #00834d;
  opacity: 1;
  display: flex;
}

/* ページネーションの位置 */
.voice-list__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5em;
}

/* ページネーション間の余白 */
.voice-list__pagination li {
  width: 12px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
}

.voice-list__pagination button {
  padding: 0;
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* model case 昇給イメージ
==================================================*/
.model .inner {
  max-width: 78.125rem;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .model .inner {
    padding-inline: 1.25rem;
  }
}

.model__container {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .model__container {
    margin-top: 3.125rem;
  }
}

.model-tab__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .model-tab__items {
    grid-template-columns: repeat(3, 32.5%);
    gap: initial;
  }
}

/* タブボタン デフォルトのスタイル(共通) */
.model-tab__btn {
  padding-top: 0.875rem;
  padding-bottom: 0.625rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  font-family: "Roboto", sans-serif;
  color: #D5D5D5;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .model-tab__btn {
    display: flex;
    gap: initial;
    font-size: 1rem;
    line-height: 1.2;
    padding-top: 0.625rem;
    padding-bottom: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .model-tab__btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
}

.model-tab__btn-number {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 3.125rem;
  line-height: 1.32;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .model-tab__btn-number {
    font-size: 2rem;
    line-height: 1.34375;
  }
}

/* 各タブボタンのデフォルトの枠線（未選択時） */
.model-tab__btn[aria-controls=panel-1] {
  background-image: url(../images/model/model01tab.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .model-tab__btn[aria-controls=panel-1] {
    background-image: url(../images/model/model01tab-sp.svg);
  }
}

.model-tab__btn[aria-controls=panel-2] {
  background-image: url(../images/model/model02tab.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .model-tab__btn[aria-controls=panel-2] {
    background-image: url(../images/model/model02tab-sp.svg);
  }
}

.model-tab__btn[aria-controls=panel-3] {
  background-image: url(../images/model/model03tab.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .model-tab__btn[aria-controls=panel-3] {
    background-image: url(../images/model/model03tab-sp.svg);
  }
}

/* タブボタン選択中（アクティブ時） */
.model-tab__btn.is-panel-1.active {
  color: #FFF;
  background-image: url(../images/model/model01tab-active.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .model-tab__btn.is-panel-1.active {
    background-image: url(../images/model/model01tab-active-sp.svg);
  }
}

.model-tab__btn.is-panel-2.active {
  color: #FFF;
  background-image: url(../images/model/model02tab-active.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .model-tab__btn.is-panel-2.active {
    background-image: url(../images/model/model02tab-active-sp.svg);
  }
}

.model-tab__btn.is-panel-3.active {
  color: #FFF;
  background-image: url(../images/model/model03tab-active.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .model-tab__btn.is-panel-3.active {
    background-image: url(../images/model/model03tab-active-sp.svg);
  }
}

/* パネルのデフォルト状態(非表示) */
.model-tab__panel {
  display: none;
}

/* アクティブなパネル（表示される） */
.model-tab__panel.active {
  display: block;
}

/* パネル */
.model-tab__panel {
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 2.625rem 5.625rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .model-tab__panel {
    border-radius: 0 0.625rem 0.625rem 0.625rem;
    padding: 1.6875rem 1.0625rem 2rem;
  }
}

.model-panel01 {
  border: solid 0.625rem #00834d;
}
@media screen and (max-width: 767px) {
  .model-panel01 {
    border: solid 0.1875rem #00834d;
  }
}

.model-panel02 {
  border: solid 0.625rem #00A13D;
}
@media screen and (max-width: 767px) {
  .model-panel02 {
    border: solid 0.1875rem #00A13D;
  }
}

.model-panel03 {
  border: solid 0.625rem #63A826;
}
@media screen and (max-width: 767px) {
  .model-panel03 {
    border: solid 0.1875rem #63A826;
  }
}

.model-panel__image {
  aspect-ratio: 103/153;
  max-width: 6.4375rem;
  width: 100%;
}

/* faq よくある質問
==================================================*/
.faq {
  position: relative;
}

.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/faq/faq-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .faq::before {
    background-image: url(../images/faq/faq-bg-sp.jpg);
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/faq/webp/faq-bg.webp")) {
  .faq::before {
    background-image: url("../images/faq/webp/faq-bg.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/faq/webp/faq-bg-sp.webp)) {
      .faq::before {
        background-image: url(../images/faq/webp/faq-bg-sp.webp);
      }
    }
  }
}
.faq .inner {
  max-width: 78.125rem;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .faq .inner {
    padding-inline: 1.25rem;
  }
}

.faq__container {
  display: flex;
  gap: 4.75rem;
  display: grid;
  grid-template-columns: 19.0625rem 1fr;
}
@media screen and (max-width: 767px) {
  .faq__container {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.fag__title {
  letter-spacing: 0.05em;
}

.faq__list {
  border-top: 1px solid #D5D5D5;
}

.faq__item {
  border-bottom: 1px solid #D5D5D5;
}

.faq__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.875rem;
  padding-left: 1.59375rem;
  padding-right: 1.84375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__item-head {
    padding-block: 1.25rem;
    padding-inline: 0.625rem;
    gap: 0.3125rem;
  }
}

.faq__item-title {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__item-title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.faq__item-content {
  padding: 0 1.84375rem 1.875rem 1.59375rem;
}
@media screen and (max-width: 767px) {
  .faq__item-content {
    padding: 0 0.625rem 1.25rem;
  }
}

.faq__item-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .faq__item-text {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: justify;
    font-feature-settings: "palt";
  }
}

/* アコーディオンの開閉設定
==================================================*/
.faq__item-content {
  display: none;
}

/* アコーディオンのアイコン
==================================================*/
.faq__item-icon {
  display: inline-block;
  width: 2.5625rem;
  height: 2.5625rem;
  background-color: #00834d;
  border-radius: 50%;
  border: 1px solid #00834d;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__item-icon {
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
  }
}

.faq__item-icon::before,
.faq__item-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9375rem;
  /* height: 0.0625rem; */
  height: 1px;
  background-color: #FFF;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__item-icon::before,
  .faq__item-icon::after {
    width: 0.625rem;
  }
}

.faq__item-icon::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq__item-icon::after {
  top: 50%;
  left: 30%;
  transform: rotate(90deg);
}

/* アコーディオンのアイコン
  アコーディオンが開いた時のスタイル
==================================================*/
.faq__item.is-open .faq__item-icon {
  background-color: #FFF;
}

.faq__item.is-open .faq__item-icon::before {
  background-color: transparent;
}

.faq__item.is-open .faq__item-icon::after {
  transform: rotate(180deg);
  background-color: #00834d;
}

/* office よくある質問
==================================================*/
.office {
  position: relative;
}

.office::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/office/office-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .office::before {
    background-image: url(../images/office/office-bg-sp.jpg);
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/office/webp/office-bg.webp")) {
  .office::before {
    background-image: url("../images/office/webp/office-bg.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/office/webp/office-bg-sp.webp)) {
      .office::before {
        background-image: url(../images/office/webp/office-bg-sp.webp);
      }
    }
  }
}
.office__list {
  border-top: 1px solid #D5D5D5;
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .office__list {
    margin-top: 3.125rem;
  }
}

.office__item {
  border-bottom: 1px solid #D5D5D5;
}

.office__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1875rem 2.5rem 2.25rem 3.125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .office__item-head {
    padding-block: 1.25rem;
    padding-inline: 0.625rem;
  }
}

.office__item-title {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .office__item-title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.office__item-content {
  padding: 0 2.5rem 1.875rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .office__item-content {
    padding: 0 0.625rem 1.25rem;
  }
}

.office__item-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .office__item-text {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: justify;
    font-feature-settings: "palt";
  }
}

/* アコーディオンの開閉設定
==================================================*/
.office__item-content {
  display: none;
}

/* アコーディオンのアイコン
==================================================*/
.office__item-icon {
  display: inline-block;
  width: 2.5625rem;
  height: 2.5625rem;
  background-color: #00834d;
  border-radius: 50%;
  border: 1px solid #00834d;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .office__item-icon {
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
  }
}

.office__item-icon::before,
.office__item-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9375rem;
  height: 0.0625rem;
  background-color: #FFF;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .office__item-icon::before,
  .office__item-icon::after {
    width: 0.625rem;
  }
}

.office__item-icon::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.office__item-icon::after {
  top: 50%;
  left: 30%;
  transform: rotate(90deg);
}

/* アコーディオンのアイコン
  アコーディオンが開いた時のスタイル
==================================================*/
.office__item.is-open .office__item-icon {
  background-color: #FFF;
}

.office__item.is-open .office__item-icon::before {
  background-color: transparent;
}

.office__item.is-open .office__item-icon::after {
  transform: rotate(180deg);
  background-color: #00834d;
}

/* recruit 募集要項
==================================================*/
.recruit .inner {
  max-width: 78.125rem;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .recruit .inner {
    padding-inline: 1.25rem;
  }
}

.recruit_content {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit_content {
    margin-top: 3.125rem;
  }
}

.recruit_tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit_tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.recruit_tab li a {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
  border-radius: 0.625rem;
  padding: 1.625rem 0;
  background: #d5d5d5;
  position: relative;
}
.recruit_tab li a.type5 {
  padding: 0.69rem 0;
}
@media screen and (max-width: 767px) {
  .recruit_tab li a {
    text-align: left;
    padding: 1.1rem;
    font-size: 0.95rem;
    letter-spacing: 0em;
  }
  .recruit_tab li a.type5 {
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: -0.08em;
    padding: 0.44rem 0;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .recruit_tab li a.type5 {
    text-align: left;
    font-size: 0.8rem;
    padding: 0.65rem 0;
    padding-left: 0.4rem;
  }
}

.recruit_tab li a::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translate(0, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit_tab li a::before {
    right: 0.6rem;
    width: 1.5rem;
    height: 1.6rem;
    transition: 0s;
  }
}

.recruit_tab li a.type1 span,.recruit_tab li a.type4 span  {
  position: relative;
  left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit_tab li a.type1 span,.recruit_tab li a.type4 span  {
    left: 0;
  }
}

.recruit_tab li a.type1::before,.recruit_tab li a.type4::before {
  background-image: url(../images/recruit/arrow_green01.svg);
}

.recruit_tab li a.type2::before,.recruit_tab li a.type5::before {
  background-image: url(../images/recruit/arrow_green02.svg);
}

.recruit_tab li a.type3::before,.recruit_tab li a.type6::before {
  background-image: url(../images/recruit/arrow_green03.svg);
}

.recruit_tab li.active a.type1::before,.recruit_tab li.active a.type4::before {
  background-image: url(../images/recruit/arrow_green01_open.svg);
}

.recruit_tab li.active a.type2::before,.recruit_tab li.active a.type5::before {
  background-image: url(../images/recruit/arrow_green02_open.svg);
}

.recruit_tab li.active a.type3::before,.recruit_tab li.active a.type6::before {
  background-image: url(../images/recruit/arrow_green03_open.svg);
}

.recruit_tab li.active a.type1,.recruit_tab li.active a.type4 {
  background: #00834d;
  color: #fff;
}

.recruit_tab li.active a.type2,.recruit_tab li.active a.type5 {
  background: #00a13d;
  color: #fff;
}

.recruit_tab li.active a.type3,.recruit_tab li.active a.type6 {
  background: #63a826;
  color: #fff;
}

.recruit_area {
  display: none;
  opacity: 0;
}

.recruit_area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit_scroll {
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .recruit_scroll {
    margin-right: calc(50% - 50vw);
    padding-right: 1.25rem;
  }
}

.recruit_area.type2 .text-green,.recruit_area.type5 .text-green {
  color: #00a13d;
}

.recruit_area.type3 .text-green,.recruit_area.type6 .text-green {
  color: #63a826;
}

.recruit_table,
.recruit_td,
.recruit_th {
  border-collapse: collapse;
}

.recruit_table .center {
  text-align: center;
}

.recruit_table {
  border-top: 1px solid #00834D;
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .recruit_table {
    margin-top: 2.375rem;
    width: 44.0625rem;
  }
}

.recruit_tr {
  border-bottom: 1px solid #00834D;
}

.recruit_th {
  border-right: 1px solid #00834D;
  padding: 2rem 1.875rem;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit_th {
    padding: 1.5rem 0.625rem;
    font-size: 0.875rem;
  }
}

.recruit_th span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_th span {
    font-size: 1rem;
  }
}

.recruit_th:nth-of-type(2) {
  width: 32.8125rem;
}
@media screen and (max-width: 767px) {
  .recruit_th:nth-of-type(2) {
    width: 21.75rem;
  }
}

.recruit_th:nth-of-type(3) {
  border-right: unset;
}

.recruit_td {
  border-right: 1px solid #00834D;
  padding: 2rem 0;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .recruit_td {
    padding: 1.25rem 0;
    font-size: 1rem;
  }
}

.recruit_td:nth-last-of-type(1) {
  border-right: unset;
}

.recruit_td_box1 {
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_box1 {
    padding: 0 0.9375rem;
  }
}

.recruit_td_list {
  display: flex;
  flex-flow: column;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_list {
    gap: 0.625rem;
  }
}

.recruit_td_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit_td_item_text01 span {
  margin-left: 2rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  text-align: center;
  width: 11.25rem;
  display: inline-block;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_item_text01 span {
    margin-left: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.875rem;
    width: 7.25rem;
  }
}

.type1 .recruit_td_item_text01 span {
  background: rgba(0, 131, 77, 0.1);
}

.type2 .recruit_td_item_text01 span {
  background: rgba(0, 161, 61, 0.1);
}

.type3 .recruit_td_item_text01 span {
  background: rgba(99, 168, 38, 0.1);
}

.recruit_td_item_text02 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_item_text02 {
    font-size: 0.875rem;
  }
}

.recruit_td_item_text02 span {
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit_td_item_text02 span {
    font-size: 1.75rem;
  }
}

.recruit_td_box1 .text01 {
  margin-top: 0.9375rem;
}

.recruit_td_box02 {
  max-width: 22.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit_td_box02 {
    max-width: 18.125rem;
    padding: 0 0.625rem;
    white-space: nowrap;
  }
}

.recruit_td_box02 .text01 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_box02 .text01 {
    font-size: 0.875rem;
  }
}

.recruit_td_box02 .text01 span {
  font-size: 2.75rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit_td_box02 .text01 span {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_td_box02 .text02 {
    font-size: 0.875rem;
  }
}

.recruit_td_box02 .text03 {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_box02 .text03 {
    margin-top: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_td_box03 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_td_box03 .text01 {
    font-size: 0.875rem;
  }
}

.recruit_td_box03 .text01 .t1 {
  font-size: 2.25rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit_td_box03 .text01 .t1 {
    font-size: 1.75rem;
  }
}

.recruit_td_box04 {
  max-width: 44.0625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit_td_box04 {
    padding-left: 1.5625rem;
  }
}

.recruit_td_box04 .text02 {
  margin-top: 0.625rem;
}

.recruit_td_box05 {
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit_td_box05 {
    padding: 0 0 0 1.5625rem;
  }
}

.recruit_area_description {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: right;
  color: #333;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit_area_description {
    font-size: 0.625rem;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .recruit_table .sp_left {
    text-align: left;
  }
}

/* スクロールヒント アイコン位置
==================================================*/
.scroll-hint-icon-wrap {
  top: -30% !important;
}

/* 追記
==================================================*/
/* flow エントリー後の流れ
==================================================*/
.flow {
  position: relative;
}

.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/flow/flow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1920/1065;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow::before {
    background-image: url(../images/flow/flow-bg-sp.jpg);
    aspect-ratio: 375/1348;
  }
}

/* webP対応の場合はwebP画像を表示する */
@supports (background-image: url("../images/flow/webp/flow-bg.webp")) {
  .flow::before {
    background-image: url("../images/flow/webp/flow-bg.webp");
    /* WebP形式の画像のパス */
  }
  @media screen and (max-width: 767px) {
    @supports (background-image: url(../images/flow/webp/flow-bg-sp.webp)) {
      .flow::before {
        background-image: url(../images/flow/webp/flow-bg-sp.webp);
      }
    }
  }
}
.flow .inner {
  max-width: 78.125rem;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .flow .inner {
    padding: 0 1.25rem;
  }
}

.flow__title {
  margin-top: 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__title {
    margin-top: 2.8125rem;
  }
}

.flow__title::before {
  content: "";
  position: absolute;
  top: -4.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125rem;
  height: 3.75rem;
  background-image: url(../images/flow/line-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .flow__title::before {
    height: 1.875rem;
    top: -1.875rem;
  }
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .flow_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.25rem;
    margin-top: 6.5rem;
  }
}

.flow_item {
  position: relative;
  text-align: center;
}

.flow_item::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 1.25rem;
  background-image: url(../images/flow/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 5rem;
  right: -1.625rem;
}
@media screen and (max-width: 767px) {
  .flow_item::before {
    top: 4.375rem;
    right: -1.5rem;
  }
}

.flow_item:nth-last-of-type(1)::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow_item:nth-of-type(2)::before,
  .flow_item:nth-of-type(4)::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .flow_item:nth-of-type(3),
  .flow_item:nth-of-type(4) {
    margin-top: 5.875rem;
  }
}

@media screen and (max-width: 767px) {
  .flow_item:nth-of-type(5),
  .flow_item:nth-of-type(6) {
    margin-top: 1.875rem;
  }
}

.flow_item_fukidashi {
  width: 11.625rem;
  height: 4rem;
  background-image: url(../images/flow/fukidashi.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-top: 0.9375rem;
  position: absolute;
  top: -5rem;
  right: -6.625rem;
}
@media screen and (max-width: 767px) {
  .flow_item_fukidashi {
    top: -4rem;
    right: -5.75rem;
  }
}

.flow_itemBox {
  width: 11.25rem;
  height: 11.25rem;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  backdrop-filter: blur(3.125rem);
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .flow_itemBox {
    width: 9.8125rem;
    height: 9.8125rem;
  }
}

.flow_itemBox img {
  width: 5.625rem;
  height: 5.625rem;
  object-fit: contain;
  object-position: center;
  display: inline-block;
}
.flow_item_text {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #333;
  height: 5.4375rem;
  position: relative;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .flow_item_text {
    font-size: 1rem;
    height: auto;
  }
}

.flow_item_text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow_item_text span {
    position: unset;
    transform: unset;
  }
}

.flow__note {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
  border: 0.125rem solid #FFF;
  padding: 2.5rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .flow__note {
    padding: 2.5rem 1.375rem;
    margin-top: 1.875rem;
  }
}

.flow__note-text {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .flow__note-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* footer
==================================================*/
.footer {
  background-color: #DAF2DF;
  padding-top: 4.75rem;
  padding-bottom: 1.75rem;
  color: #194e3a;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 2.375rem;
    padding-bottom: 6.5625rem;
  }
}

.footer .inner {
  max-width: 78.125rem;
}

.footer__title {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 1rem;
  }
}

.footer__title::before,
.footer__title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #92c4b1;
}

.footer__title::before {
  margin-right: 1.75rem;
}
@media screen and (max-width: 767px) {
  .footer__title::before {
    margin-right: 1.5rem;
  }
}

.footer__title::after {
  margin-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .footer__title::after {
    margin-left: 1.5rem;
  }
}

.footer__container {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .footer__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
}

.footer__office:not(:first-child) {
  padding-left: 3.125rem;
  border-left: solid 1px #92c4b1;
}
@media screen and (max-width: 767px) {
  .footer__office:not(:first-child) {
    padding-left: initial;
    border-left: initial;
    border-top: solid 1px #92c4b1;
    padding-top: 1.125rem;
    margin-top: 1.125rem;
  }
}

.footer__office-name {
  font-size: 0.9375rem;
  line-height: 1.15;
  font-weight: 700;
}

.footer__office-address {
  margin-top: 0.5625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  font-size: 0.875rem;
  line-height: 1.78;
}

.footer__office-tel {
  color: #194e3a;
  margin-top: 0.5625rem;
  display: inline-block;
}

.footer__logo {
  margin-top: 3.625rem;
  aspect-ratio: 205/21;
  max-width: 16.6875rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 3.75rem;
  }
}

.footer__copyright {
  font-size: 0.6875rem;
  line-height: 1.15;
  text-align: center;
  margin-top: 0.75rem;
}

/* cta
==================================================*/
.floating__pc-link {
  display: block;
  aspect-ratio: 627/162;
  max-width: 39.1875rem;
  width: 100%;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .floating__sp {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .floating__pc-link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .floating__sp-link {
    display: block;
    aspect-ratio: 346/54;
    max-width: 21.625rem;
    width: 100%;
    margin-inline: auto;
  }
  .floating__pc-link {
    max-width: 11rem;
    position: absolute;
  }
}


/* reviews */

.reviews{padding: 2vw 0;position: relative; z-index: 2;}.reviews-wrapper{max-width: 900px;margin: 0 auto;background-color: white;border-radius: 20px;border: 7px solid #3a8e68;}.reviews h3{font-size: 35px;text-align: center;background-color: #3a8e68;padding: 1vw 0 1.5vw 0;color: white;letter-spacing: 4px;border-top-right-radius:10px;border-top-left-radius:10px;}.engage,.openwork{width: 60%;margin: 2vw auto;}@media(max-width: 768px){.reviews-wrapper{max-width: 600px;border-radius: 20px;}.reviews h3{font-size: 2.5rem;border-top-right-radius: 10px;border-top-left-radius: 10px;}}@media(max-width: 425px){.reviews-wrapper{max-width: 350px;border-radius: 15px;border: 4px solid #3a8e68;}.reviews h3{font-size: 18px;letter-spacing: 0;padding: 1.5vw 0 2.5vw 0;border-top-right-radius: 10px;border-top-left-radius: 10px;}.engage,.openwork{width: 80%;margin: 5vw auto;}}@media(max-width: 320px){.reviews-wrapper{max-width: 290px;}}

@media screen and (max-width: 820px) {
  .reviews{
    max-width: 78.125rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {

}
.reviews-wrapper-content-img{
  display: flex;
}
.reviews-wrapper-content-img img{
  width: 46%;
  object-fit: inherit;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper-content-img{
    flex-direction: column;
  }
  .reviews-wrapper-content-img img{
    width: 90%;
  }
}

.model__sample.inner{
  padding: 0;
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model__sample-bl{
  width: fit-content;
  border: solid 1px #00834d;;
}

.model__sample-bl-ttl{
  background-color: #00834d;
  color: #fff;
  padding: 0.5rem 3rem;
  font-weight: bold;
  font-size: 1.45rem;
}

.model__sample-bl-ttl .small{
  font-size: 80%;
}

.model__sample-bl-text{
  padding: 17px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.45rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}

.model__sample-bl-text .big{
  font-size: 2.5rem;
  margin-bottom: -0.1em;
}

.green-txt{
  color: #00834d;
}

.orange-txt{
  color: #FF6101;
}

.model__caution-txt::after{
  aspect-ratio: 116/29;
  width: 6em;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url(../images/model/arrow5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}

.model__caution-txt {
  text-align: center;
  font-weight: bold;
  padding-bottom: 3em;
  position: relative;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .model__sample-bl-ttl {
    text-align: center;
    font-size: 1.1rem;
  }
  .model__sample.inner {
    margin-top: 3em;
    flex-direction: column;
  }
  .model__sample-bl {
  width: 100%;
}
.model__sample-bl-text {
  padding: 12px 15px 17px;
  font-size: 1.1rem;
}
.model__sample-bl-text .big {
  font-size: 2rem;
}
.model__caution-txt::after {
  left: 0;
  transform: translateX(-6em) rotate(90deg);
  bottom: auto;
  top: 45%;
}
.model__caution-txt {
  padding: 3em 0;
}
.model__caution-txt {
  font-size: 1em;
}
}

.f_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 80px;
  margin-bottom: 120px;
}

.f_box_ttl{
  border-bottom: 2px solid #00834d;
  padding-bottom: 0.5em;
  margin-bottom: 60px;
  display: flex;
}

.f_box_ttl .num{
  line-height: 1;
  font-size: 95px;
  font-weight: bold;
  color: #00834d;
  display: block;
  font-family: "Roboto", sans-serif;
}

.f_box_ttl .txt{
  color: #00834d;
  font-size: 28px;
  display: block;
  font-weight: bold;
}

.f_img_bg{
  position: relative;
  z-index: 2;
}

.f_img_bg::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-45%,-50%);
  left: 50%;
  width: 140%;
  aspect-ratio: 1442/911;
  background-image: url(../images/202603/02_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  display: block;
}

@media screen and (max-width: 1250px) {
  .f_box_ttl .txt {
  font-size: 2.5vw;
}
.f_box_ttl .num {
  font-size: 6vw;
  margin-right: 1vw;
}
.f_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
  margin-top: 5vw;
  margin-bottom: 3vw;
}
}

@media screen and (max-width: 767px) {
  .f_box {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
    .f_box_ttl .txt {
    font-size: 17px;
  }
    .f_box_ttl .num {
    font-size: 48px;
  }
}

.sarani{
  background-image: url(../images/202603/sarani_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 8vw;
  position: relative;
  padding-bottom: 140px;
}

.sarani_txt{
  width: 180px;
  transform: translate(-50%,-50%);
  position: absolute;
  left: 50%;
}

.sarani_ttl{
  padding-top: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
}

.green-txt{
  color: #00834d;
}

.sarani_ttl .green-txt{
  display: inline-block;
  padding-right: 1em;
  margin-right: 0.8em;
  border-right: 4px solid #00834d;
  line-height: 1.2;
}

.sarani_box{
  width: 1190px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.sarani_img{
width: 42%;
  top: auto;
  position: absolute;
  right: -7%;
  z-index: 2;
  bottom: -140px;
}

.sarani_cont{
  width: 75%;
  position: relative;
  z-index: 1;
  border: 3px solid #00834d;
  border-radius: 20px;
  padding: 50px;
  background-color: #fff;
  display: flex;  
}

.sarani_cont .item{
  width: 50%;
}

.sarani_cont .item:first-child{
  border-right: 2px solid #ccc;
}

.flag_ttl{
  padding-left: 1em;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.flag_ttl::before{
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/202603/flag.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sarani_cont .item .txt{
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}

.sarani_cont .item .txt .orange-txt{
  color: #FF6101;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.sarani_cont .item .txt .orange-txt .small{
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.sarani_cont .item:last-of-type{
  padding-left: 5%;
}

.sarani_cont .item .txt .small-txt{
  margin-top: -0.3em;
  font-size: 70%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.sarani_list li{
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.3em;
  font-size: 20px;
}

.sarani_list li::before{
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #00834d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.sarani_cont .item .caution{
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 1250px) {
  .sarani{
  padding-top:16vw;
}
.sarani_txt {
  width: 12vw;
}
.sarani_ttl {
  padding-top: 12vw;
  font-size: 4vw;
}
.sarani_cont .item .txt {
  font-size: 2.5vw;
}
.flag_ttl::before {
  width: 2vw;
  height: 2vw;
}
.sarani_cont .item .txt .orange-txt {
  font-size: 5vw;
}
.sarani_cont .item .txt .orange-txt .small {
  font-size: 2.5vw;
}
.sarani_list li {
  font-size: 1.6vw;
}
.sarani_cont .item .caution {
  font-size: 1.3vw;
  margin-top: 1vw;
}
.sarani_cont {
  padding: 3vw;
}
}

@media screen and (max-width: 767px) {
  .sarani_ttl {
    padding-top: 90px;
    flex-direction: column;
    display: flex;
    font-size: 28px;
  }
  .sarani_ttl .green-txt {
  display: block;
  padding-right: auto;
  margin-right: 0;
  border-right: none;
  line-height: 1.2;
  border-bottom: 2px solid #00834d;
  padding: 0 20px 10px;
  width: fit-content;
  margin: 0 auto 8px;
}
  .sarani_cont {
    padding: 30px;
    flex-direction: column;
    width: 90%;
      margin: 0 auto;
  }
  .sarani_cont .item {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.sarani_cont .item:first-child {
  border-bottom: 2px solid #ccc;
  border-right: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sarani_cont .item .txt{
  font-size: 20px;
}
  .sarani_cont .item .txt .orange-txt {
    font-size: 40px;
  }
    .sarani_cont .item .txt .orange-txt .small {
    font-size: 20px;
  }
  .sarani_cont .item:last-of-type {
  padding-left: 0;
}

.sarani_cont .item .txt .big{
  font-size: 26px;
}
.sarani_cont .item .txt .small-txt {
  font-size: 20px;
  margin-bottom: 10px;
}
  .sarani_list li {
    font-size: 16px;
  }
    .sarani_cont .item .caution {
    font-size: 14px;
    margin-top: 0.7em;
  }
    .flag_ttl::before {
    width: 20px;
    height: 20px;
  }
  .flag_ttl {
  padding-left: 1.3em;
  font-size: 20px;
}
.sarani_img {
  width: 119px;
  right: 0;
  bottom: -106px;
}
.sarani {
  background-position: top 31px center;
  padding-bottom: 70px;
  overflow: hidden;
  background-image: url(../images/202603/sarani_bg_sp.webp);
}
  .sarani_txt {
    width: 100px;
  }
}



.staff_box_ttl{
  font-size: 40px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.staff_box_ttl::before{
  width: 65px;
  height: 2px;
  background-color: #fff;
  display: block;
  content: "";
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translate(0, -50%);
}

.staff_box_ttl::after{
  width: 65px;
  height: 2px;
  background-color: #fff;
  display: block;
  content: "";
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translate(0, -50%);
}

.staff_box_main_txt{
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 80px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .voice{
    background-image: url(../images/202603/staff_bg_sp.webp);
  }
  .staff_box_ttl {
  font-size: 28px;
}
.staff_box_ttl::after {
  width: 40px;
  height: 2px;
  right: -55px;
}
.staff_box_ttl::before {
  width: 40px;
  left: -55px;
}
.staff_box_main_txt {
  font-size: 16px;
  margin-bottom: 30px;
}
}