@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
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]) {
  -webkit-text-decoration-skip: ink;
          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]) {
  -webkit-filter: blur(10px);
          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] {
  position: absolute;
  opacity: 0;
}

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

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

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

/* リキッドレイアウト対応のための設定 */
body {
  color: #000000;
}

body {
  font-family: "游明朝体", "游明朝", "YuMincho", "ヒラギノ明朝Pro", "ヒラギノ明朝 Pro", "MS P明朝", "MS P明朝", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

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

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
body {
  overflow-x: hidden;
}

html {
  /* ベースのフォントサイズ */
  font-size: 16px;
  /* スマートフォン 375px以下 */
  /* タブレット 376px~inner */
  /* PC inner以上 */
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 84.375rem;
    padding-inline: 25px;
  }
}

@media screen and (min-width: 768px) {
  .inner--news {
    max-width: 50rem;
  }
}

@media screen and (min-width: 768px) {
  .inner--md {
    padding-inline: 4.375rem;
    max-width: 81.25rem;
  }
}

@media screen and (min-width: 768px) {
  .inner--small {
    max-width: 56.25rem;
  }
}

.common-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}

.common-title--white {
  color: #fff;
}

.common-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  word-break: normal;
  line-height: 1.625;
}

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

.common-text--white {
  color: #fff;
}

.common-text--bold {
  font-weight: 600;
}

.hero {
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  background-image: url(../images/stockholder/fv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero {
    background-image: url(../images/stockholder/fv.webp);
    background-size: cover;
  }
}

.hero__inner {
  margin-inline: auto;
  padding: 2.5rem 1.4rem 2.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8509803922);
}
@media screen and (min-width: 768px) {
  .hero__inner {
    padding: 3.875rem 3.4375rem 3.6875rem;
    max-width: 51.8125rem;
    height: 37.5rem;
  }
}

.hero__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 2.25rem;
  }
}

.hero__lead {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.875rem;
  color: #000000;
}

.hero__image {
  margin-bottom: 1.75rem;
  aspect-ratio: 635/165;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .hero__image {
    max-width: 39.6875rem;
    margin-bottom: 2.3125rem;
  }
}

.hero__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero__lead-text {
  margin-top: 1.8125rem;
}

.section-title {
  text-align: center;
}

.section-title--left {
  text-align: left;
}

.section-title__heading {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000000;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .section-title__heading {
    font-size: 2.625rem;
    margin-top: -0.5rem;
  }
}

.section-title__sub {
  font-size: 0.75rem;
  font-weight: 400;
  color: #EB6110;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1rem;
  }
}

.section-title__heading--white {
  color: #fff;
}

.card__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__item {
    row-gap: 1.1875rem;
  }
}

.card__image {
  aspect-ratio: 400/250;
  overflow: hidden;
  margin-inline: auto;
}

.card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.card__content {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__content {
    margin-top: 0;
  }
}

.card__title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 2rem;
  }
}

.card__sub {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.1875rem;
  color: #EB6110;
}
@media screen and (min-width: 768px) {
  .card__sub {
    font-size: 1.25rem;
  }
}

.card__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .card__text {
    margin-top: 1.875rem;
  }
}

.card__btn-wrapper {
  margin-top: 1.375rem;
  margin-inline: auto;
}

.box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(1fr);
  -ms-grid-rows: 1fr 1.6875rem 1fr 1.6875rem 1fr 1.6875rem 1fr;
  grid-template-rows: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9375rem;
  row-gap: 1.6875rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.8125rem;
}

.box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.box > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.box > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.box > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
  .box {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 1.25rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1.25rem;
    row-gap: 1.25rem;
    max-width: 51.9375rem;
  }
  .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #EE6514;
  padding: 1.25rem;
  width: 20.9375rem;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .box__item {
    width: 25rem;
    height: 18.75rem;
  }
}
@media (max-width: 768px) {
  .box__item {
    min-height: 10rem;
    padding: 1rem;
  }
}

.box__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.625rem;
  color: #ED6413;
}

.box__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}

.btn {
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#EB6110), to(#FD7E33));
  background: linear-gradient(90deg, #EB6110 0%, #FD7E33 100%);
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.6875rem 2.9375rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn__arrow {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0rem;
  translate: 0 -50%;
  /* マスクとしてSVGを利用 */
  -webkit-mask: url("../images/btn-arrow.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../images/btn-arrow.svg") no-repeat center;
          mask: url("../images/btn-arrow.svg") no-repeat center;
  mask-size: contain;
  /* デフォルトの色 */
  background-color: white;
}

.btn.btn--yellow {
  background: -webkit-gradient(linear, left top, right top, from(#F8B41E), to(#FFCC5C));
  background: linear-gradient(90deg, #F8B41E 0%, #FFCC5C 100%);
  color: #000000;
}
@media screen and (min-width: 768px) {
  .btn.btn--yellow {
    padding: 0.9375rem 2.9375rem;
  }
}

.btn--yellow .btn__arrow {
  background-color: black;
}

.form {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 1.625rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .form {
    gap: 0.9375rem;
    width: 100%;
  }
}

.form__item {
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .form__item {
    -ms-grid-columns: 12.5rem 4.0625rem 1fr;
    grid-template-columns: 12.5rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-block: 0.6875rem;
    gap: 4.0625rem;
  }
}

.form__item input::-webkit-input-placeholder, .form__item textarea::-webkit-input-placeholder {
  color: #cacaca;
  opacity: 1; /* Firefox はデフォルトで半透明になるので1にする */
}

.form__item input::-moz-placeholder, .form__item textarea::-moz-placeholder {
  color: #cacaca;
  opacity: 1; /* Firefox はデフォルトで半透明になるので1にする */
}

.form__item input:-ms-input-placeholder, .form__item textarea:-ms-input-placeholder {
  color: #cacaca;
  opacity: 1; /* Firefox はデフォルトで半透明になるので1にする */
}

.form__item input::-ms-input-placeholder, .form__item textarea::-ms-input-placeholder {
  color: #cacaca;
  opacity: 1; /* Firefox はデフォルトで半透明になるので1にする */
}

.form__item input::placeholder,
.form__item textarea::placeholder {
  color: #cacaca;
  opacity: 1; /* Firefox はデフォルトで半透明になるので1にする */
}

/* デフォルト文字色をグレーにする */
.wpcf7-select {
  color: #cacaca;
}

/* 選択された option が value ありの場合は黒にする */
.wpcf7-select option[value]:not([value=選択してください。]) {
  color: #333;
}

.form__item-label {
  color: black;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form__item-label {
    width: 12.5rem;
    font-size: 1.125rem;
  }
}

.form__item input {
  color: black;
  border: 1px solid lightgray;
  padding: 0.8125rem 1.5rem;
  border-radius: 0.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__item input {
    width: 100%;
  }
}

.form__item-label span {
  background-color: #FF0C0C;
  color: white;
  font-size: 1rem;
  padding-inline: 0.4375rem 0.5625rem;
  border-radius: 0.3125rem;
  margin-left: 0.3125rem;
  padding-block: 0.125rem;
}

.form__item input,
textarea {
  background-color: white;
  border-radius: 0.3125rem;
}

.form__item-input {
  width: 100%;
}

.form__item textarea {
  height: 200px;
  width: 100%;
  border: 1px solid lightgray;
  padding: 0.8125rem 1.5rem;
}

/* 電話番号のinputのみ幅を310pxに設定 */
#your-tel {
  width: 310px;
}

/* セレクトボックスのベース */
select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルト矢印を消す */
  background-color: #fff;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  /* 右端の四角用 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#999));
  background-image: linear-gradient(#999, #999); /* グレーの四角 */
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 36px 100%; /* 四角の大きさ */
  padding-right: 36px; /* 四角分の余白を確保 */
}

/* フォーカス時 */
select:focus {
  border-color: #666;
  -webkit-box-shadow: 0 0 0 2px rgba(100, 100, 100, 0.2);
          box-shadow: 0 0 0 2px rgba(100, 100, 100, 0.2);
  outline: none;
}

/* ラジオボタン非表示 */
.form__radio input[type=radio] {
  display: none;
}

.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
  margin-left: 1.25rem;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .form__radio {
    margin-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5625rem;
  }
}

/* ラベル代わりの span を丸にする */
.form__radio span {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 外側の丸 */
.form__radio span::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* 内側の丸（チェック時） */
.form__radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #666;
}

.form__pii input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form__pii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
  margin-left: 1.25rem;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .form__pii {
    margin-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5625rem;
  }
}

/* ラベル代わりの span */
.form__pii span {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 外枠の丸 */
.form__pii span::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* 内側の丸（チェック時） */
.form__pii input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #666;
}

.wpcf7-spinner {
  display: none;
}

.footer {
  background-color: #F7F7F7;
}

.footer__content {
  margin-inline: auto;
  text-align: center;
  padding-block: 4.25rem 4rem;
}

.footer__logo {
  aspect-ratio: 204/45;
  max-width: 12.75rem;
  margin-inline: auto;
}

.footer__company {
  margin-top: 2.6875rem;
}

.footer__company a {
  color: #000000;
}

.footer__nav {
  max-width: 44.4375rem;
  margin-inline: auto;
  margin-top: 4.4375rem;
}

.footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem;
  }
}

.footer__nav-link {
  color: #000000;
}

.footer__nav-link.btn {
  color: #fff;
}

.footer__copy {
  font-size: 0.75rem;
  background-color: #1C1C1C;
  color: #fff;
  text-align: center;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1rem;
  }
}

.footer__nav-btn {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-btn {
    margin-top: 0;
  }
}

.footer__mail {
  aspect-ratio: 158/17;
  max-width: 9.875rem;
  margin-inline: auto;
}

.footer__mail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #fff;
}

.header__inner {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 81.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: 6.3125rem;
  }
}

.header__logo {
  z-index: 9999;
  aspect-ratio: 177/39;
  width: 6.25rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 11.0625rem;
    height: 2.4375rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.header__logo a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .header__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}

.header__nav-link {
  font-family: "游明朝体", "游明朝", "YuMincho", "ヒラギノ明朝Pro", "ヒラギノ明朝 Pro", "MS P明朝", "MS P明朝", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #000000;
}

.header__nav-link.btn {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}

.news {
  margin-top: 5.625rem;
}

.news__content {
  display: -ms-grid;
  display: grid;
}

.news__content-item {
  border-bottom: 1px solid #9FA0A0;
  padding-block: 1.25rem 0.6875rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .news__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.625rem;
    padding-block: 1rem 0.6875rem;
  }
}

.news__time {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .news__time {
    font-size: 1rem;
  }
}

.news__title {
  font-size: 1rem;
  font-weight: 400;
}

.banner {
  background: -webkit-gradient(linear, left top, right top, from(#EB6110), to(#FD7E33));
  background: linear-gradient(90deg, #EB6110 0%, #FD7E33 100%);
}

.banner__container {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.banner__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .banner__container::before {
    width: 1px;
    height: 80%;
  }
}

.banner__item {
  color: #fff;
  padding: 2.5625rem 1.5rem;
  min-height: 12.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner__item {
    min-height: 12.5rem;
    max-width: 45rem;
    padding: 1.5rem 2.375rem 1.9375rem 2.5rem;
    margin-inline: auto;
  }
}

.banner__title {
  font-size: 1.5rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #000000;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .banner__title {
    font-size: 2.25rem;
  }
}

.banner__sub {
  font-size: 1rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .banner__sub {
    font-size: 1.25rem;
  }
}

.banner__text {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .banner__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.banner__btn {
  margin-top: 1.4375rem;
  text-align: right;
}

.banner__btn-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-right: 1.625rem;
}

.banner__btn-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0rem;
  translate: 0 -50%;
  background-image: url(../images/arrow.svg);
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

.benefit {
  margin-inline: 1.25rem;
  padding: 1.5rem 1.25rem;
  border: 2px solid #EB6110;
}
@media screen and (min-width: 768px) {
  .benefit {
    margin-bottom: 5.625rem;
    margin-inline: auto;
    max-width: 63.125rem;
    padding: 3.0625rem 2.75rem 3.3125rem 2.75rem;
  }
}

.benefit__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .benefit__container {
    -ms-grid-columns: 46% 3.25rem 47%;
    grid-template-columns: 46% 47%;
    gap: 1.25rem;
    max-width: 81.25rem;
    margin-inline: auto;
    margin-top: 2.125rem;
    gap: 3.25rem;
  }
}

.benefit__content {
  text-align: left;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .benefit__content {
    margin-top: 0;
  }
}

.benefit__list {
  list-style: disc;
  padding-left: 1.625rem;
  margin-block: 1.125rem 1.375rem;
}

.benefit__item {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

.benefit__item::marker {
  font-size: 0.75rem;
}

.benefit__image {
  aspect-ratio: 437/280;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .benefit__image {
    max-width: 27.3125rem;
  }
}

.benefit__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.business {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.business__container {
  display: -ms-grid;
  display: grid;
  gap: 3.125rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .business__container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.company {
  margin-top: 5.625rem;
  background-image: url(../images/company.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 3.125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding-inline: clamp(1.188rem, -6.317rem + 32.02vw, 22.5rem);
    padding-block: 3.9375rem 4.8125rem;
    background-position: center;
    max-height: 520px;
  }
}

.company__container {
  background: rgba(255, 255, 255, 0.93);
  padding: 2.1875rem 0.9375rem 1.25rem;
  max-width: 26.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company__container {
    padding: 2.1875rem 4.4375rem 2.5625rem;
    max-width: 45rem;
  }
}

.company__content {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company__content {
    margin-top: 2.5rem;
  }
}

.company__btn {
  display: inline-block;
  margin-top: 1.125rem;
}

.feature {
  padding-top: 3.75rem;
}

.feature__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature__first {
    gap: 0;
  }
}

.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    margin-inline: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 768px) {
  .feature__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .feature__item--reverse .feature__text__inner {
    margin-left: 1rem;
    margin-right: -7.3125rem;
  }
}

.feature__text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  background-color: #fff;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__text__inner {
    width: 60%;
    width: clamp(26.188rem, 21.049rem + 21.75vw, 40.625rem);
    height: clamp(11.25rem, 7.535rem + 15.73vw, 21.688rem);
    margin-left: -7.3125rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.feature__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .feature__text {
    font-size: 1.25rem;
  }
}

.feature__img {
  aspect-ratio: 590/431;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .feature__img {
    max-width: 36.875rem;
  }
}

.feature__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature__second {
  background-color: #F7F7F7;
  margin-top: 5rem;
  padding-block: 2.5rem 5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature__second {
    margin-top: 6.75rem;
    padding-block: 5rem 6.4375rem;
    padding-inline: 0;
  }
}

.feature__content {
  margin-inline: auto;
  max-width: 100%;
  overflow: hidden;
}

.feature__text {
  text-align: left;
}

.feature__title {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 1.75rem;
  }
}

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

.feature__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

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

.feature__second-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .feature__second-title {
    font-size: 2.625rem;
    margin-top: -0.5rem;
  }
}

.feature__point {
  font-size: 1rem;
  font-weight: 600;
  color: #ED6413;
}

.feature__third {
  margin-top: 5.0625rem;
}

.feature__table {
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature__table {
    max-width: 51.8125rem;
  }
}

.feature__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.625rem;
  table-layout: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature__table table {
    max-width: 51.8125rem;
  }
}

.feature__table table th,
.feature__table table td {
  text-align: left;
  padding-block: 1.6875rem 0.375rem;
  border-bottom: 1px solid #EE6514;
  font-size: 1rem;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .feature__table table th,
  .feature__table table td {
    font-size: 1.25rem;
  }
}

.feature__table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature__table table th:nth-child(1),
.feature__table table td:nth-child(1) {
  width: 50%;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature__table table th:nth-child(1),
  .feature__table table td:nth-child(1) {
    margin-right: 2.5rem;
  }
}

.feature__table table th:nth-child(2),
.feature__table table td:nth-child(2) {
  width: 40%;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature__table table th:nth-child(2),
  .feature__table table td:nth-child(2) {
    margin-right: 2.5rem;
  }
}

.feature__table table td span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}

.feature__table-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}

.feature__table-text a {
  color: #2063F5;
}

.feature__table-content {
  margin-block: 1.5rem 2.0625rem;
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .feature__table-content {
    margin-block: 3rem 3.0625rem;
    max-width: 39.0625rem;
  }
}

/*ファーストビュー*/
.fv {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 6.3125rem;
  }
}

.fv__image {
  aspect-ratio: 375/812;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv__image {
    aspect-ratio: 1440/768;
  }
}

.fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.8509803922);
  padding: 1.875rem 1.25rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .fv__content {
    padding: 1.625rem 4.625rem 2.1875rem 5.1875rem;
    max-width: 50.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .fv__content--lg {
    padding: 4.875rem 2rem 4.9375rem 2.9375rem;
    max-width: 59.6875rem;
  }
}

.fv__catch {
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv__catch {
    font-size: 3.75rem;
  }
}

.fv__catch span {
  font-size: 1.125rem;
  color: #EB6110;
}
@media screen and (min-width: 768px) {
  .fv__catch span {
    font-size: 2.125rem;
  }
}

.fv__catch-sub {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fv__catch-sub {
    white-space: nowrap;
    font-size: 1.75rem;
  }
}

.fv__catch-text {
  font-size: 0.9375rem;
  line-height: 1.875;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fv__catch-text {
    font-size: 1.5rem;
    line-height: 1.9230769231;
    margin-top: 2.8125rem;
    white-space: nowrap;
  }
}

.fv__btn-wrapper {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__btn-wrapper {
    margin-top: 1.625rem;
  }
}

.message {
  margin-top: 6.875rem;
  margin-bottom: 6.25rem;
}

.message__first {
  position: relative;
  margin-inline: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .message__first {
    margin-top: 0;
    margin-inline: 0;
  }
}

.message__image {
  aspect-ratio: 1442/628;
  width: 100%;
  overflow: hidden;
}

.message__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.message__left {
  text-align: left;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .message__left {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
    position: absolute;
    padding: 1rem 2.5rem 1rem 2.9375rem;
    max-width: 37.5rem;
    width: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .message__left {
    max-width: 41.1875rem;
    width: 60%;
    left: 4.5rem;
    padding: 3rem 2.5rem 3.125rem 2.9375rem;
  }
}
@media screen and (min-width: 1400px) {
  .message__left {
    max-width: calc(787px + (100vw - 1440px) * 0.3);
    left: calc(72px + (100vw - 1440px) * 0.2);
    padding: calc(48px + (100vw - 1440px) * 0.1) calc(40px + (100vw - 1440px) * 0.1) calc(50px + (100vw - 1440px) * 0.1) calc(47px + (100vw - 1440px) * 0.1);
  }
}

@media screen and (min-width: 768px) {
  .message__title {
    font-size: clamp(1.5rem, 0.214rem + 2.68vw, 2.625rem);
  }
}

.message__sub {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: -0.125rem;
}
@media screen and (min-width: 768px) {
  .message__sub {
    font-size: 1.5rem;
  }
}

.message__text {
  margin-top: 0.9375rem;
  letter-spacing: -2px;
}

.message__name {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-top: 1.625rem;
  margin-right: 1.5rem;
}

.message__name-text {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: -2px;
  margin-top: 0.875rem;
}

.message__name-title {
  font-size: 1.375rem;
  font-weight: 600;
}

.message__second {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .message__second {
    gap: 6.375rem;
    -ms-grid-columns: 1fr 6.375rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 81.25rem;
  }
}

.message__second-item-content {
  margin-top: 1.75rem;
}

.message__second-name {
  display: -ms-grid;
  display: grid;
}

.message__second-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.0625rem;
  line-height: 1.625;
}

.result {
  margin-bottom: 5rem;
  position: relative;
}

.result__bg {
  background: linear-gradient(89.47deg, #EB6110 7.39%, #FA8228 78%);
  width: 100%;
  height: 384px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.result__inner {
  padding-top: 5rem;
}

.result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 1.25rem;
  gap: 1.25rem;
  margin-block: 2.5rem 3.625rem;
}
@media screen and (min-width: 768px) {
  .result__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-block: 3rem 3.9375rem;
    gap: 3.125rem;
  }
}

.result__text {
  margin-top: 0.75rem;
}

.result__item {
  display: -ms-grid;
  display: grid;
  background: #FFFFFF;
  /* 実績シャドウ */
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}

.result__item__image {
  aspect-ratio: 400/250;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .result__item__image {
    max-width: 25rem;
  }
}

.result__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.result__item__content {
  text-align: center;
  margin-block: 1.375rem 3.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .result__item__content {
    margin-block: 1.375rem 3.25rem;
  }
}

.result__item__title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .result__item__title {
    font-size: 2rem;
  }
}

.result__item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* スマホメニュー*/
.sp-nav {
  background-color: #F7F7F7;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav__logo {
  padding-top: 1.375rem;
  padding-left: 1.25rem;
  display: block;
}

.sp-nav__logo img {
  width: 5.25rem;
  max-width: 100%;
}

.sp-nav__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-top: 10.1875rem;
  text-align: center;
}

.sp-nav__link {
  font-size: 1.25rem;
  color: #000000;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp-nav__link.btn {
  color: #fff;
}

.sp-nav__btn {
  margin-top: 4.5rem;
}

.sp-nav.is-openSP {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .stockholder__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47.2% 3.5rem 48.5%;
    grid-template-columns: 47.2% 48.5%;
    -ms-grid-rows: 1fr 0.625rem auto;
    grid-template-rows: 1fr auto;
        grid-template-areas: "title image" "content image";
    gap: 3.5rem;
    row-gap: 0.625rem;
  }
}

.stockholder__image {
  aspect-ratio: 630/350;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-area: image;
}

.stockholder__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.stockholder__content {
  text-align: left;
}

.stockholder__text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .stockholder__text {
    max-width: 28.8125rem;
  }
}

.stockholder__btn {
  margin-top: 2.25rem;
}

.stockholder__title {
  grid-area: title;
}

@media screen and (min-width: 768px){
  .stockholder__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .stockholder__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.summary {
  background-image: url(../images/stockholder/summary_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .summary {
    height: 45rem;
    padding: clamp(1.688rem, -0.241rem + 4.02vw, 3.375rem) clamp(0rem, -19rem + 39.58vw, 16.625rem);
  }
}

.summary__container {
  display: block;
  padding: 1.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .summary__container {
    padding: 4.125rem 4.375rem 3.5625rem 4.375rem;
    max-width: 56.75rem;
    height: 100%;
  }
}

.summary__title-text {
  margin-top: 1.4375rem;
}

.summary__table {
  margin-top: 1.125rem;
}

.summary__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .summary__table dl {
    gap: 3.125rem;
  }
}

.summary__table dt {
  font-size: 0.9375rem;
  font-weight: 600;
  width: 6.875rem;
  border-bottom: 2px solid #EC6312;
  padding-block: 1.125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .summary__table dt {
    width: 7.125rem;
    font-size: 1.125rem;
  }
}

.summary__table dd {
  font-size: 0.9375rem;
  font-weight: 600;
  width: 80%;
  border-bottom: 2px solid #EC6312;
  padding-block: 1.125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .summary__table dd {
    font-size: 1.125rem;
    width: 37.5rem;
  }
}

.summary__text {
  margin-top: 1.0625rem;
}

/*ハンバーガーメニュー*/
.hamburger {
  z-index: 9999;
  width: 1.4375rem;
  padding: 0;
}

.hamburger span {
  background-color: #000000;
  display: block;
  height: 0.125rem;
  position: relative;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  width: 1.4375rem;
}

.hamburger span:nth-child(2) {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

.hamburger.is-openSP span:nth-child(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-openSP span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-openSP span:nth-child(3) {
  top: -0.9375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sect-wrap {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sect-wrap {
    margin-top: 7.5625rem;
  }
}

.point__first {
  margin-top: 2.75rem;
}

.point__second {
  margin-top: 6.125rem;
}

.point__third {
  margin-top: 6.125rem;
}
@media screen and (min-width: 768px) {
  .point__third .feature__item--reverse .feature__text__inner {
    margin-right: 0;
    margin-left: -5rem;
  }
}

.point__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.point__inner--center {
  margin-inline: auto;
}

.point__title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .point__title {
    font-size: 2rem;
  }
}

.point__second-text {
  margin-top: 1.375rem;
}

.none {
  display: none;
}

.text-line {
  border-bottom: 2px solid #9FA0A0;
  position: relative;
}

.text-line::after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background-color: #EC6312;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.faq {
  margin-top: 6.875rem;
}

.faq__container {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}

.faq__item {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #D9D9D9;
}

.faq__question {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875;
}

.faq__question-icon {
  background: -webkit-gradient(linear, left top, right top, from(#EB6110), to(#FD7E33));
  background: linear-gradient(90deg, #EB6110 0%, #FD7E33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.faq__answer {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
}

.contact {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 6.875rem;
  }
}

.contact__text {
  margin-top: 0.6875rem;
  margin-inline: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-inline: 0;
  }
}

.contact__bg {
  margin-top: 2.125rem;
}

.contact__title {
  font-size: 1.75rem;
  text-align: center;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 2rem;
    margin-inline: 0;
  }
}

.contact .underpage__btn {
  padding-block: 3rem;
}

.middle-text {
  font-size: 1.25rem;
  font-weight: 400;
}

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

.middle-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.underpage {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .underpage {
    margin-top: 6.5rem;
  }
}

.underpage__title {
  padding-block: 2.625rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#EB6110), to(#FD7E33));
  background: linear-gradient(90deg, #EB6110 0%, #FD7E33 100%);
  color: #fff;
}

.underpage__title__sub {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .underpage__title__sub {
    font-size: 1rem;
  }
}

.underpage__title__heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: -0.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.0625rem;
  margin-inline: auto;
  border-bottom: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .underpage__title__heading {
    font-size: 3rem;
  }
}

.underpage__btn {
  text-align: center;
  background-image: url(../images/stockholder/contact_bg-m.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 3.625rem;
}

@media screen and (min-width: 768px) {
  .underpage__btn .btn {
    padding: 0.9375rem 2.25rem;
  }
}

.underpage__btn a {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #EB6110;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.underpage__btn-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5625rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .underpage__btn-text {
    font-size: 1.375rem;
  }
}

.underpage__btn-inner .btn--yellow {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .underpage__btn-inner .btn--yellow {
    width: auto;
  }
}

.contact-page__items {
  margin-block: 5rem;
  background: #F7F7F7;
  padding-block: 3.8125rem 2.6875rem;
}
@media screen and (min-width: 768px) {
  .contact-page__items {
    max-width: 68.75rem;
    padding: 3.8125rem 4.5625rem 3.6875rem 4.5625rem;
    margin-block: 7.5rem;
  }
}

.contact-page__items form {
  margin-inline: auto;
}

.contact-page__container {
  margin-top: 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact-page__container {
    padding-inline: 4.375rem;
    max-width: 81.25rem;
  }
}

.contact-page__text {
  margin-block: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-page__text {
    margin-block: 1.25rem 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-page__privacy {
    margin-left: 16.625rem;
  }
}

.contact-page__link {
  border-bottom: 1px solid #247CEF;
  color: #247CEF;
  font-weight: 600;
  font-size: 0.875rem;
}

.contact-page__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.125rem;
  margin-inline: auto;
}

.contact-page__btn .btn {
  padding: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.contact-page__btn .btn:hover {
  opacity: 0.8;
}

input, button, select {
  color: #fff;
  padding: 0.9375rem 4.9375rem;
}

.contact-page__btn .btn::after {
  content: "";
  background-image: url(../images/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}

.policy-page__inner {
  padding-inline: 1.25rem;
  padding-block: 2.5rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .policy-page__inner {
    padding-inline: 4.375rem;
    padding-block: 5rem 7.25rem;
  }
}

.policy-page__container {
  margin-top: 1.875rem;
  display: -ms-grid;
  display: grid;
  gap: 2.2rem;
}
@media screen and (min-width: 768px) {
  .policy-page__container {
    margin-top: 3rem;
    gap: 3.75rem;
  }
}

.policy-page__item-inner {
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .policy-page__item-inner {
    gap: 1.625rem;
  }
}

.policy-page__title {
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .policy-page__title {
    font-size: 2rem;
  }
}

.policy-page__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .policy-page__text {
    margin-top: 1.875rem;
  }
}

.policy-page__text a {
  color: #000000;
}

.policy-page__list li {
  list-style: disc;
  margin-left: 1.6875rem;
}

.policy-page__list-number li {
  list-style: decimal;
  margin-left: 1.5625rem;
}

.stockholder-page__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000000;
  margin-top: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stockholder-page__title {
    font-size: 2.625rem;
    margin-top: -0.5rem;
  }
}

.stockholder-page__title--left {
  text-align: left;
}

.business-page__inner {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.business-page__section-title {
  margin-top: 4.375rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .business-page__section-title {
    margin-top: 5.0625rem;
    gap: 1.875rem;
  }
}

.business-page__section-title span {
  color: #EB6110;
}

.business-page__container {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .business-page__container {
    gap: 4.6875rem;
    margin-top: 4.6875rem;
  }
}

.business-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .business-page__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .business-page__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.business-page__image {
  aspect-ratio: 630/370;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .business-page__image {
    max-width: 39.375rem;
  }
}

.business-page__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.business-page__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .business-page__content {
    margin-top: 0;
  }
}

.business-page__title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .business-page__title {
    font-size: 2rem;
  }
}

.business-page__sub {
  font-size: 1.125rem;
  font-weight: 600;
  color: #EB6110;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .business-page__sub {
    font-size: 1.25rem;
  }
}

.business-page__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.5625rem;
  line-height: 1.625;
}

.business-page__list-inner {
  margin-top: 1.5rem;
}

.business-page__list-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #EB6110;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .business-page__list-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.business-page__list {
  list-style: disc;
  margin-left: 1.6875rem;
}

.business-page__list-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}

.business-page__stockholder {
  background-image: url(../images/business/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 4.375rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .business-page__stockholder {
    margin-top: 7.5rem;
  }
}

.business-page__stockholder-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .business-page__stockholder-title {
    font-size: 2.625rem;
    line-height: 1.4285714286;
  }
}

.business-page__stockholder-text {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .business-page__stockholder-text {
    margin-top: 1.75rem;
  }
}

.business-page__btn-wrapper {
  margin-top: 2.125rem;
  text-align: center;
}

.business-page__company {
  margin-block: 6.8125rem 8.25rem;
}

.business-page__company-list {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 1.9rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .business-page__company-list {
    max-width: 48.125rem;
  }
}

.business-page__company-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .business-page__company-list dl {
    max-width: 48.125rem;
    gap: 2.5rem;
  }
}

.business-page__company-list dt {
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid #EC6312;
  line-height: 1.625;
  width: 5.5rem;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .business-page__company-list dt {
    line-height: 3.4375;
    width: 8.125rem;
  }
}

.business-page__company-list dd {
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 2px solid #EC6312;
  width: 75%;
  line-height: 1.625;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .business-page__company-list dd {
    line-height: 3.4375;
    width: 37.5rem;
  }
}

.business-page__company-list-wrap dd {
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .business-page__company-list-wrap dd {
    line-height: 1.875;
    margin-top: 0.625rem;
    gap: 0.625rem;
  }
}

/* Updated for Prepros compilation - timestamp */