@charset "UTF-8";
@font-face {
  font-family: "Kozuka Gothic Pr6N R";
  src: url("../font/小塚ゴシック Pr6N R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 1.1713030747vw;
}
@media (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 3.7209302326vw;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #707070;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.j-open {
  cursor: pointer;
}

.l-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: fixed;
    z-index: 98;
  }
}
.l-header.contact-page {
  display: none;
}

.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6.875rem 0 1.875rem;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    height: 4.5rem;
    padding: 0 1.625rem;
  }
}

.l-header__logo {
  margin-top: 1.125rem;
}
.l-header__logo a {
  display: block;
  width: 100%;
  max-width: 5.5625rem;
}
@media screen and (max-width: 1024px) {
  .l-header__logo a {
    max-width: 2.4375rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header-nav {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
}

.l-header-nav__list {
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}

.l-header-nav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
.l-header-nav__link::after {
  content: attr(data-en);
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 0.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.l-header-nav__link:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.l-header-nav__link:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.l-header-contact {
  position: fixed;
  z-index: 10;
  bottom: 0rem;
  right: 0rem;
  width: 4.875rem;
  height: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#02C8B6));
  background: linear-gradient(90deg, #0DA70D, #02C8B6);
  border-radius: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .l-header-contact {
    width: 3.9rem;
    height: 3.9rem;
    font-size: 1.6rem;
    border-radius: 0.9rem;
  }
}
.l-header-contact:hover {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/footer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.625rem 1.25rem 1.5rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 1.5rem 1.25rem 0.75rem 1.25rem;
    background-image: url(../imgs/sp/footer_bg.webp);
  }
}

.l-footer__inner {
  width: 100%;
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
  }
}

.l-footer-nav__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav__list {
    width: 100%;
    text-align: left;
    padding: 1.25rem 0;
    border-bottom: 1px solid #FFFFFF;
  }
}

.l-footer-nav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    text-align: left;
  }
}
.l-footer-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav__link::before {
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 0.375rem;
    height: 0.625rem;
    background: none;
    background-image: url(../imgs/sp/footer_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.l-footer-nav__link::after {
  content: attr(data-en);
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav__link::after {
    font-size: 1rem;
    margin-top: 0rem;
  }
}
.l-footer-nav__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.l-footer-nav__link:hover::before {
  background-image: url(../imgs/pc/footer_arrow_h.svg);
}

.l-footer__title {
  text-align: center;
  margin-top: 7.875rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__title {
    margin-top: 2.5rem;
  }
}
.l-footer__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .l-footer__title span {
    font-size: 1.75rem;
  }
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 10rem;
  margin: 8.125rem auto 0rem auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo {
    max-width: 8.0625rem;
    margin-top: 1.25rem;
  }
}

.l-footer__small {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__small {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
}

.l-footer__iconBox {
  position: absolute;
  right: 20.125rem;
  bottom: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__iconBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    right: 1.875rem;
    bottom: 4.375rem;
  }
}
.l-footer__iconBox a:hover {
  opacity: 0.7;
}

.l-footer__icon {
  display: block;
  width: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__icon {
    width: 3rem;
  }
}

.c-modal-trigger {
  cursor: pointer;
}

.c-modal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari 対応 */
}

#modal-nakuseru {
  z-index: 100;
}

.c-modal__inner {
  position: relative;
  width: 100%;
  max-width: 54.0625rem;
  margin: 0rem auto;
  background: rgba(255, 255, 255, 0.91);
  border-radius: 1.9375rem;
}
@media screen and (max-width: 1024px) {
  .c-modal__inner {
    max-width: 25rem;
  }
}

.c-modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: #58494A;
  border-radius: 100%;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 1.6875rem;
  height: 0.1875rem;
  background: #fff;
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-modal__content {
  width: 100%;
  height: calc(100vh - 1.25rem);
  padding: 1.875rem;
  border-radius: 1.9375rem;
  overflow-y: scroll;
}
.c-modal__content.wid1000 {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-modal__content {
    height: calc(100svh - 6rem);
    padding: 5rem 1.125rem 3rem 1.125rem;
  }
}

.c-modal__title {
  text-align: center;
}
.c-modal__title.mt {
  margin-top: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modal__title.mt {
    margin-top: 3rem;
  }
}
.c-modal__title span {
  min-width: 27.1875rem;
  height: 3.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  padding: 0 2.25rem;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .c-modal__title span {
    width: 100%;
    min-width: auto;
    min-height: 3.375rem;
    height: auto;
    font-size: 1.625rem;
    line-height: 1.1538461538;
    padding: 0.5rem 0.75rem;
  }
}

.c-modal__text {
  position: relative;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modal__text {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.75rem;
  }
  .c-modal__text.pdSp {
    padding: 0 0.9375rem;
  }
  .c-modal__text.center-sp {
    text-align: center;
    margin-top: 1.25rem;
  }
}
.c-modal__text .comment {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-modal__text .comment {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}

.c-modalCard {
  width: 100%;
  max-width: 48.3125rem;
  margin: 1.5rem auto 0rem auto;
  padding: 1.875rem;
  background: rgba(255, 255, 255, 0.91);
  border-radius: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard {
    max-width: 100%;
    margin: 1.25rem auto 0rem auto;
    padding: 1.875rem;
    padding: 1rem 1.0625rem 2.3125rem 1.0625rem;
    border-radius: 1.1875rem;
  }
}
.c-modalCard.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-modalCard.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-modalCard.gapSp {
    gap: 1.5rem;
  }
}

.c-modalCard__box190 {
  width: 100%;
  max-width: 11.875rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box190 {
    max-width: 100%;
  }
}

.c-modalCard__box274 {
  width: 100%;
  max-width: 17.125rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box274 {
    max-width: 100%;
  }
}

.c-modalCard__box282 {
  width: 100%;
  max-width: 17.625rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box282 {
    max-width: 100%;
  }
}

.c-modalCard__box290 {
  width: 100%;
  max-width: 18.125rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box290 {
    max-width: 100%;
  }
}

.c-modalCard__box314 {
  width: 100%;
  max-width: 19.625rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box314 {
    max-width: 100%;
  }
}

.c-modalCard__box318 {
  width: 100%;
  max-width: 19.875rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box318 {
    max-width: 100%;
  }
}

.c-modalCard__box320 {
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box320 {
    max-width: 100%;
  }
}

.c-modalCard__box330 {
  width: 100%;
  max-width: 20.625rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box330 {
    max-width: 100%;
  }
}

.c-modalCard__box342 {
  width: 100%;
  max-width: 21.375rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box342 {
    max-width: 100%;
  }
}

.c-modalCard__box346 {
  width: 100%;
  max-width: 21.625rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box346 {
    max-width: 100%;
  }
}

.c-modalCard__box356 {
  width: 100%;
  max-width: 22.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box356 {
    max-width: 100%;
  }
}

.c-modalCard__box372 {
  width: 100%;
  max-width: 23.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box372 {
    max-width: 18.875rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box372.wid100Sp {
    max-width: 100%;
  }
}

.c-modalCard__box374 {
  width: 100%;
  max-width: 23.375rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box374 {
    max-width: 18.875rem;
    margin: 0 auto;
  }
}

.c-modalCard__box515 {
  width: 100%;
  max-width: 32.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__box515 {
    max-width: 18.875rem;
    margin: 0 auto;
  }
}

.c-modalCard__title.mt {
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__title.mt {
    margin-top: 1.75rem;
  }
}
.c-modalCard__title.mt50 {
  margin-top: 3.125rem;
}
.c-modalCard__title span {
  min-width: 13.625rem;
  height: 1.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
  padding: 0 0.8125rem;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .c-modalCard__title span {
    width: 100%;
    height: 2.8125rem;
    font-size: 1.375rem;
  }
}

.c-modalCard__label {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__label {
    margin-top: 1.25rem;
  }
}
.c-modalCard__label span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__label span {
    font-size: 1.5625rem;
  }
}

.c-modalCard__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__text {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    padding: 0 0.4375rem;
    margin-top: 0.875rem;
  }
}
.c-modalCard__text.center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__text.center {
    font-size: 1.0625rem;
    padding: 0;
    margin-top: 0.625rem;
  }
}
.c-modalCard__text.big {
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__text.big {
    font-size: 1.375rem;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .c-modalCard__text.mtSp {
    margin-top: 2.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-modalCard__text.mtSp0 {
    margin-top: 0rem;
  }
}
.c-modalCard__text a,
.c-modalCard__text button {
  color: #029DEF;
  text-decoration: underline;
}
.c-modalCard__text a:hover,
.c-modalCard__text button:hover {
  opacity: 0.7;
}

.c-modalCard__tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4375rem 0.25rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__tags {
    gap: 0.5625rem 0.25rem;
  }
}
.c-modalCard__tags li {
  color: #000;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  background: #DDDDDD;
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__tags li {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.625rem;
  }
}

.c-modalCard__lists {
  padding-left: 1.125rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__lists {
    padding-left: 1.5rem;
    margin-top: 1.25rem;
  }
}
.c-modalCard__lists li {
  list-style: disc;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__lists li {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-top: 1.75rem;
  }
  .c-modalCard__lists li:first-of-type {
    margin-top: 0rem;
  }
}

.c-modalCard__img {
  width: 100%;
}
.c-modalCard__img.mt {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__img.mtSp {
    padding: 0 0.625rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-modalCard__img.mtSp02 {
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
  }
}

.c-modalCard__icon {
  width: 100%;
  max-width: 14.6875rem;
  margin: 0.625rem auto 0rem auto;
}

.c-modalCard__message {
  text-align: center;
  margin-top: 0.625rem;
}
.c-modalCard__message span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  font-weight: 700;
  opacity: 0.94;
}

.c-modalCard__exp {
  text-align: center;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__exp {
    padding: 0 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.c-modalCard__exp span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.625rem;
  line-height: 1.3461538462;
  font-weight: 700;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__exp span {
    font-size: 1.25rem;
  }
}

.c-modalCard__band {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__band {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.c-modalCard__band span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__band span {
    font-size: 1.5rem;
  }
}

.c-modalCard__img {
  width: 100%;
}
.c-modalCard__img.mt {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__img.widSp302 {
    max-width: 18.875rem;
    margin: 0.75rem auto 0rem auto;
  }
}

.c-modalCard__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.c-modalCard__flexBox.mt4 {
  margin-top: 0.25rem;
}
.c-modalCard__flexBox.mt {
  margin-top: 1.5rem;
}

.c-modalCard__flexBox658 {
  width: 100%;
  max-width: 41.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.375rem;
  margin: 1.25rem auto 2.5rem auto;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__flexBox658 {
    gap: 2.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 1.25rem auto 3.4375rem auto;
  }
  .c-modalCard__flexBox658.gapSp-mb0 {
    gap: 1.25rem;
    margin-bottom: 0rem;
  }
}

.c-modalCard__flexBox695 {
  width: 100%;
  max-width: 43.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  margin: 1.25rem auto;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__flexBox695 {
    max-width: 18.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
  }
}

.c-modalCard__flexCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__flexCard {
    gap: 0.25rem;
  }
}

.c-modalCard__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-modalCard__grid {
    max-width: 18.875rem;
    margin: 1.25rem auto 0rem auto;
  }
}

.c-modalItem {
  width: 100%;
  max-width: 23.125rem;
  min-height: 6.25rem;
  margin: 1.5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  padding: 0.25rem 1.5625rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 1.9375rem;
}
.c-modalItem span {
  display: block;
  width: 100%;
  font-size: 1.6875rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0.25rem;
}

.c-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.c-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-top {
  width: 100%;
  min-height: 22.5rem;
  background-image: url(../imgs/pc/top_ir.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-top {
    min-height: 15rem;
    background-image: url(../imgs/sp/top_ir.webp);
  }
}

.c-top__inner {
  width: 100%;
  padding: 8.125rem 3.125rem 1.25rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-top__inner {
    padding: 5.625rem 1.5625rem 1.25rem 1.5625rem;
  }
}

.c-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.375rem;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
  padding-left: 26.25rem;
}
@media screen and (max-width: 1024px) {
  .c-top__title {
    gap: 0.9375rem;
    font-size: 1.875rem;
    padding-left: 0rem;
  }
}
.c-top__title.pl {
  padding-left: 28.75rem;
}
@media screen and (max-width: 1024px) {
  .c-top__title.pl {
    padding-left: 0rem;
  }
}
.c-top__title span {
  position: relative;
  top: 1.125rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-top__title span {
    top: 0.625rem;
    font-size: 5.3125rem;
  }
}

.c-top-long {
  width: 100%;
  min-height: 47.875rem;
  background-image: url(../imgs/pc/top_ir_highlight.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-top-long {
    min-height: 36.25rem;
    background-image: url(../imgs/sp/top_ir_highlight.webp);
  }
}
.c-top-long.investor {
  background-image: url(../imgs/pc/top_ir_investor.webp);
}
@media screen and (max-width: 1024px) {
  .c-top-long.investor {
    background-image: url(../imgs/sp/top_ir_investor.webp);
  }
}
.c-top-long.message {
  background-image: url(../imgs/pc/top_ir_message.webp);
}
@media screen and (max-width: 1024px) {
  .c-top-long.message {
    background-image: url(../imgs/sp/top_ir_message.webp);
  }
}
.c-top-long.governance {
  background-image: url(../imgs/pc/top_ir_governance.webp);
}
@media screen and (max-width: 1024px) {
  .c-top-long.governance {
    background-image: url(../imgs/sp/top_ir_governance.webp);
  }
}
.c-top-long.highlight {
  background-image: url(../imgs/pc/top_ir_highlight.webp);
}
@media screen and (max-width: 1024px) {
  .c-top-long.highlight {
    background-image: url(../imgs/sp/top_ir_highlight.webp);
  }
}
.c-top-long.company {
  min-height: 41.25rem;
  background-image: url(../imgs/pc/top_company.webp);
}
@media screen and (max-width: 1024px) {
  .c-top-long.company {
    min-height: 25.25rem;
    background-image: url(../imgs/sp/top_company.webp);
  }
}
.c-top-long.company .c-top-long__inner {
  padding-top: 17.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long.company .c-top-long__inner {
    padding-top: 7.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-top-long.company .c-top-long__eng span {
    font-size: 2.3125rem;
  }
}

.c-top-long__inner {
  width: 100%;
  padding: 14rem 3.125rem 1.25rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__inner {
    padding: 13.625rem 1.625rem 1.25rem 1.625rem;
  }
}

.c-top-long__title {
  position: relative;
  left: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.375rem;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-top-long__title {
    left: 0rem;
    gap: 0.75rem;
    font-size: 1.875rem;
  }
}
.c-top-long__title.min {
  font-size: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__title.min {
    position: relative;
    top: 0.3125rem;
    line-height: 1.3;
  }
  .c-top-long__title.min span {
    top: 0.3125rem;
  }
}
.c-top-long__title.big {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__title.big {
    font-size: 1.875rem;
  }
}
.c-top-long__title span {
  position: relative;
  top: 0.625rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-top-long__title span {
    top: 0.625rem;
    font-size: 5.3125rem;
  }
}

.c-top-long__text {
  color: #fff;
  font-size: 2.8125rem;
  line-height: 1;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__text {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-top: 1.5rem;
  }
}

.c-top-long__eng {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__eng {
    margin-top: 0.625rem;
  }
}
.c-top-long__eng span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1024px) {
  .c-top-long__eng span {
    font-size: 2.5rem;
  }
}

.c-top-long__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    margin-top: 1rem;
  }
}

.c-top-long__list {
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  font-weight: 600;
  text-align: center;
}

.c-top-long__link {
  display: block;
  width: 19.75rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-top-long__link {
    width: 12.125rem;
  }
}
.c-top-long__link .jp {
  display: block;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
}
@media screen and (max-width: 1024px) {
  .c-top-long__link .jp {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}
.c-top-long__link .en {
  display: block;
  font-size: 1.5625rem;
  line-height: 1.08;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .c-top-long__link .en {
    font-size: 0.875rem;
    line-height: 1.0714285714;
    margin-top: 0.25rem;
  }
}

.c-top-topics {
  width: 100%;
  min-height: 47.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../imgs/pc/top_topics.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-top-topics {
    display: block;
    min-height: 32.5rem;
  }
}

.c-top-topics__inner {
  width: 100%;
  padding: 19.125rem 3.125rem 3.125rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-top-topics__inner {
    padding: 12.5rem 1.625rem 1.25rem 1.625rem;
  }
}

.c-top-topics__title {
  text-align: center;
  margin-bottom: 15.375rem;
}
@media screen and (max-width: 1024px) {
  .c-top-topics__title {
    margin-bottom: 0rem;
  }
}
.c-top-topics__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 4.375rem;
  line-height: 1.0714285714;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-top-topics__title span {
    font-size: 3.125rem;
  }
}

.c-top-privacy {
  width: 100%;
  min-height: 47.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../imgs/pc/top_privacy.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-top-privacy {
    display: block;
    min-height: 32.5rem;
  }
}

.c-top-privacy__inner {
  width: 100%;
  padding: 20.625rem 3.125rem 3.125rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-top-privacy__inner {
    padding: 12.5rem 1.625rem 1.25rem 1.625rem;
  }
}

.c-top-privacy__title {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15.5rem;
}
@media screen and (max-width: 1024px) {
  .c-top-privacy__title {
    font-size: 2.375rem;
    margin-bottom: 0rem;
  }
}
.c-top-privacy__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-top-privacy__title span {
    font-size: 2.25rem;
    margin-top: 0.75rem;
  }
}

.c-breadcrumb {
  width: 100%;
  margin-top: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb.black .c-breadcrumb__list,
.c-breadcrumb.black .c-breadcrumb__link {
  color: #707070;
}
.c-breadcrumb.mt {
  margin-top: 14.375rem;
}
.c-breadcrumb.mt110 {
  margin-top: 6.875rem;
}

.c-breadcrumb__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.c-breadcrumb__list {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.125rem;
  width: 0.8125rem;
  height: 1.03125rem;
  background-image: url(../imgs/pc/breadcrumb_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-breadcrumb__list.end::after {
  display: none;
}

.c-breadcrumb__link {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 99;
  top: 1.75rem;
  right: 1.5rem;
  display: block;
  width: 3.6875rem;
  height: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-hamburger {
    top: 1.4375rem;
    right: 1.375rem;
    width: 2.875rem;
    height: 1.375rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 3.6875rem;
  height: 2px;
  background: #D3D3D3;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-hamburger span {
    width: 2.875rem;
  }
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.6875rem;
}
@media screen and (max-width: 1024px) {
  .c-hamburger span:nth-of-type(2) {
    top: 0.5625rem;
  }
}
.c-hamburger span:nth-of-type(3) {
  top: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-hamburger span:nth-of-type(3) {
    top: 1.125rem;
  }
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.6875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.6875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 6.25rem;
  right: -100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 185, 18, 0.7)), to(rgba(2, 200, 182, 0.7)));
  background: linear-gradient(90deg, rgba(5, 185, 18, 0.7), rgba(2, 200, 182, 0.7));
  padding: 1.5625rem 1.875rem 1.5625rem 0.9375rem;
  border-radius: 1.5rem 0 0 1.5rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-hamburger-nav {
    width: 95%;
    top: 4.375rem;
    background: -webkit-gradient(linear, left top, right top, from(#05b912), to(#02c8b6));
    background: linear-gradient(90deg, #05b912, #02c8b6);
  }
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.6875rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-hamburger-nav__list {
    font-size: 1.125rem;
  }
}

.c-hamburger-nav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-hamburger-nav__link {
    font-size: 1.125rem;
  }
}
.c-hamburger-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-hamburger-nav__link::after {
  content: attr(data-en);
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 0.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-hamburger-nav__link::after {
    font-size: 1.125rem;
  }
}
.c-hamburger-nav__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.c-hamburger-nav__link:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.c-hamburger-nav__link:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.c-hamburger-nav__button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-hamburger-nav__button {
    position: relative;
    width: 19.6875rem;
    height: 2.4375rem;
    margin: 1.75rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    border-radius: 0.75rem;
    background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
    background: linear-gradient(90deg, #05B912, #02C8B6);
  }
  .c-hamburger-nav__button:hover {
    opacity: 0.7;
  }
}

.c-hamburger-nav.active {
  z-index: 97;
  opacity: 1;
  right: 0;
}

.pagination .nav-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .pagination .nav-links {
    margin-top: 2.5rem;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #05B912;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 100%;
  padding-top: 0.125rem;
}
.pagination .page-numbers:hover {
  background: #707070;
}
.pagination .dots {
  color: #707070;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0);
}
.pagination .dots:hover {
  color: #707070;
  background: rgba(255, 255, 255, 0);
}
.pagination .current {
  background: #707070;
  font-size: 1.125rem;
}
.pagination .prev {
  display: none;
}
.pagination .next {
  display: none;
}

.p-fv {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-fv__video {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.p-fv__poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.p-fv__iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-fv__video.is-ready .p-fv__poster {
  opacity: 0;
}

.p-fv-story {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  padding-top: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-story {
    gap: 1.5rem;
    padding-top: 1.25rem;
  }
}

.p-fv-story__section {
  width: 100%;
}

.p-fv-story__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-story__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.p-fv-storyNav {
  width: 100%;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyNav {
    margin-bottom: 0.5rem;
  }
}

.p-fv-storyNav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyNav__lists {
    gap: 1.5rem;
  }
}

.p-fv-storyNav__list {
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyNav__list {
    font-size: 0.875rem;
  }
}

.p-fv-storyNav__link {
  position: relative;
  display: inline-block;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyNav__link {
    font-size: 0.875rem;
    padding-bottom: 0.4375rem;
  }
}
.p-fv-storyNav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #707070;
}
.p-fv-storyNav__link.green {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-fv-storyNav__link.green::after {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-fv-storyNav__link.orange {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-fv-storyNav__link.orange::after {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
}
.p-fv-storyNav__link.blue {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-fv-storyNav__link.blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
}

.p-fv-storyNav__list:nth-of-type(1) .p-fv-storyNav__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-fv-storyNav__list:nth-of-type(1) .p-fv-storyNav__link:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-fv-storyNav__list:nth-of-type(2) .p-fv-storyNav__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-fv-storyNav__list:nth-of-type(2) .p-fv-storyNav__link:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
}
.p-fv-storyNav__list:nth-of-type(3) .p-fv-storyNav__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-fv-storyNav__list:nth-of-type(3) .p-fv-storyNav__link:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
}

.p-fv-storyCont {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-fv-storyCont.reverse {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont.reverse {
    text-align: left;
  }
}
.p-fv-storyCont.reverse .p-fv-storyCont__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont.reverse .p-fv-storyCont__text {
    margin-top: 0.75rem;
  }
}
.p-fv-storyCont.reverse .p-fv-storyCont__eng {
  left: auto;
  right: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont.reverse .p-fv-storyCont__eng {
    left: 1rem;
    right: auto;
    bottom: 0.875rem;
  }
}
.p-fv-storyCont .p-fv-storyCont__title,
.p-fv-storyCont .p-fv-storyCont__label,
.p-fv-storyCont .p-fv-storyCont__band,
.p-fv-storyCont .p-fv-storyCont__text,
.p-fv-storyCont .p-fv-storyCont__bigText,
.p-fv-storyCont .p-fv-storyCont__button,
.p-fv-storyCont .p-fv-storyCont__eng {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
  will-change: opacity, transform;
}
.p-fv-storyCont .p-fv-storyCont__title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-fv-storyCont .p-fv-storyCont__label {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-fv-storyCont .p-fv-storyCont__band {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-fv-storyCont .p-fv-storyCont__text {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-fv-storyCont .p-fv-storyCont__bigText {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-fv-storyCont .p-fv-storyCont__button {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-fv-storyCont .p-fv-storyCont__eng {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.p-fv-storyCont.is-animated .p-fv-storyCont__title,
.p-fv-storyCont.is-animated .p-fv-storyCont__label,
.p-fv-storyCont.is-animated .p-fv-storyCont__band,
.p-fv-storyCont.is-animated .p-fv-storyCont__text,
.p-fv-storyCont.is-animated .p-fv-storyCont__bigText,
.p-fv-storyCont.is-animated .p-fv-storyCont__button,
.p-fv-storyCont.is-animated .p-fv-storyCont__eng {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#story03 .p-fv-storyCont__bigText {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#story03 .p-fv-storyCont__text {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-fv-storyCont__img {
  width: 100%;
  overflow: hidden;
}

.p-fv-storyCont__box {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  padding: 3.625rem 3.375rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__box {
    padding: 0.875rem 1.25rem;
  }
}

.p-fv-storyCont__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__title {
    font-size: 2.25rem;
  }
}

.p-fv-storyCont__label {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__label {
    margin-top: 0.625rem;
  }
}
.p-fv-storyCont__label span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__label span {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.p-fv-storyCont__label span.orange {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
  -webkit-background-clip: text;
}
.p-fv-storyCont__label span.blue {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
  -webkit-background-clip: text;
}

.p-fv-storyCont__band {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__band {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.p-fv-storyCont__band.pozi-l {
  position: relative;
  left: -1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__band.pozi-l {
    left: -0.625rem;
  }
}
.p-fv-storyCont__band.pozi-r {
  position: relative;
  left: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__band.pozi-r {
    left: -0.625rem;
  }
}

.p-fv-storyCont__text {
  color: #fff;
  font-size: 1.6875rem;
  line-height: 1.4074074074;
  margin-top: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__text {
    font-size: 1.125rem;
    line-height: 1.1666666667;
    margin-top: 1rem;
  }
}
.p-fv-storyCont__text span {
  font-size: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__text span {
    display: inline-block;
    font-size: 1.75rem;
    margin-bottom: 0.875rem;
  }
}

.p-fv-storyCont__bigText {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  margin-top: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__bigText {
    font-size: 1.75rem;
  }
}
.p-fv-storyCont__bigText.mt {
  margin-top: 2.125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__bigText.mt {
    margin-top: 0.875rem;
  }
}

.p-fv-storyCont__button {
  position: relative;
  width: 9.875rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  padding-left: 1.3125rem;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  margin-top: 1.4375rem;
  -webkit-transition: opacity 0.7s ease, scale 0.3s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, scale 0.3s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, scale 0.3s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, scale 0.3s ease, -webkit-transform 0.7s ease;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__button {
    width: 13.75rem;
    height: 3.1875rem;
    font-size: 2.0625rem;
    padding-left: 3.375rem;
    padding-bottom: 0.1875rem;
    margin-top: 1.125rem;
  }
}
.p-fv-storyCont__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__button span {
    right: 1.25rem;
  }
}
.p-fv-storyCont__button.orange {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
  margin-left: auto;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__button.orange {
    margin-left: 0;
  }
}
.p-fv-storyCont__button.blue {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__button.blue {
    margin-top: 2.5rem;
  }
}
.p-fv-storyCont__button:hover {
  scale: 1.08;
}

.p-fv-storyCont__eng {
  position: absolute;
  left: 2.8125rem;
  bottom: 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 1.2;
  font-weight: 600;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__eng {
    left: 1rem;
    bottom: 1.125rem;
    font-size: 3.5625rem;
  }
}
.p-fv-storyCont__eng.orange {
  background: -webkit-gradient(linear, left top, right top, from(#A70D0D), to(#E89E03));
  background: linear-gradient(90deg, #A70D0D, #E89E03);
  -webkit-background-clip: text;
}
.p-fv-storyCont__eng.blue {
  background: -webkit-gradient(linear, left top, right top, from(#00B1FF), to(#05BB68));
  background: linear-gradient(90deg, #00B1FF, #05BB68);
  -webkit-background-clip: text;
}
@media screen and (max-width: 1024px) {
  .p-fv-storyCont__eng.blue {
    font-size: 3.125rem;
  }
}

.p-fv-service {
  width: 100%;
}

.p-fv-service__inner {
  width: 100%;
  padding: 2.375rem 0.75rem 3rem 0.75rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-service__inner {
    padding: 3.9375rem 1.25rem 4.25rem 1.25rem;
  }
}

.p-fv-service__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-fv-service__title {
    font-size: 1.875rem;
  }
}
.p-fv-service__title::after {
  content: attr(data-en);
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-service__title::after {
    font-size: 2.5rem;
    margin-top: 0.25rem;
  }
}

.p-fv-service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-service__wrapper .p-fv-serviceCard {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}
.p-fv-service__wrapper .p-fv-serviceCard:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-fv-service__wrapper .p-fv-serviceCard:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-fv-service__wrapper .p-fv-serviceCard:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-fv-service__wrapper.is-animated .p-fv-serviceCard {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-fv-service__button {
  width: 100%;
  max-width: 23.125rem;
  height: 3.3125rem;
  margin: 1.25rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-service__button {
    max-width: 24.375rem;
    height: 3.5rem;
    margin: 1.875rem auto 0rem auto;
    font-size: 1.625rem;
  }
}

.p-fv-serviceCard {
  width: 100%;
  min-height: 49.6875rem;
  padding: 1.875rem 0.875rem;
  background-image: url(../imgs/pc/fv_service_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 25rem;
    padding: 1.875rem 1.125rem;
    border-radius: 1.25rem;
    background-image: url(../imgs/sp/fv_service_img.webp);
  }
}
.p-fv-serviceCard:nth-of-type(2) {
  background-image: url(../imgs/pc/fv_service_img02.webp);
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard:nth-of-type(2) {
    background-image: url(../imgs/sp/fv_service_img02.webp);
  }
}
.p-fv-serviceCard:nth-of-type(3) {
  background-image: url(../imgs/pc/fv_service_img03.webp);
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard:nth-of-type(3) {
    background-image: url(../imgs/sp/fv_service_img03.webp);
  }
}

.p-fv-serviceCard__title {
  width: 21.5rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  padding: 0 1.125rem;
  background: rgba(84, 71, 71, 0.94);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard__title {
    width: 17.8125rem;
    height: 3.4375rem;
    font-size: 1.25rem;
    padding: 0 1.125rem;
  }
}

.p-fv-serviceCard__text {
  padding-left: 1.25rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard__text {
    padding-left: 0rem;
  }
}
.p-fv-serviceCard__text span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  font-weight: 700;
  opacity: 0.94;
}

.p-fv-serviceCard__lists {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard__lists {
    margin-top: 1.875rem;
  }
}

.p-fv-serviceCard__list {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard__list {
    margin-top: 0.5625rem;
  }
}
.p-fv-serviceCard__list:first-of-type {
  margin-top: 0rem;
}

.p-fv-serviceCard__button {
  position: relative;
  width: 11.9375rem;
  height: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  text-align: center;
  padding-right: 2.125rem;
  background: rgba(84, 71, 71, 0.94);
  border-radius: 5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-fv-serviceCard__button {
    width: 14.0625rem;
    height: 3.4375rem;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    padding-right: 2.125rem;
  }
}
.p-fv-serviceCard__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  color: #fff;
  font-size: 1.5625rem;
}
.p-fv-serviceCard__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-recruit {
  position: relative;
  width: 100%;
}

.p-fv-recruit__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-fv-recruit__img > img:first-child {
  display: block;
  width: 100%;
}

.js-recruit-item {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.p-fv-recruit.is-show .p-fv-recruit__imgText,
.p-fv-recruit.is-show .p-fv-recruit__imgText02,
.p-fv-recruit.is-show .p-fv-recruit__imgText03,
.p-fv-recruit.is-show .p-fv-recruit__imgText04,
.p-fv-recruit.is-show .p-fv-recruit__imgText05,
.p-fv-recruit.is-show .p-fv-recruit__imgText06,
.p-fv-recruit.is-show .p-fv-recruit__imgText07 {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
          transform: translate(0, 0) scale(1) rotate(0deg);
}
.p-fv-recruit.is-show .p-fv-recruit__imgText {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.p-fv-recruit.is-show .p-fv-recruit__imgText02 {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.p-fv-recruit.is-show .p-fv-recruit__imgText03 {
  -webkit-transition-delay: 0.31s;
          transition-delay: 0.31s;
}
.p-fv-recruit.is-show .p-fv-recruit__imgText04 {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.p-fv-recruit.is-show .p-fv-recruit__imgText05 {
  -webkit-transition-delay: 0.57s;
          transition-delay: 0.57s;
}
.p-fv-recruit.is-show .p-fv-recruit__imgText06 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-fv-recruit.is-show .p-fv-recruit__imgText07 {
  -webkit-transition-delay: 0.83s;
          transition-delay: 0.83s;
}

.p-fv-recruit__imgText {
  position: absolute;
  top: -0.3125vw;
  left: 0rem;
  width: 4.5833333333vw;
  -webkit-transform: translateY(-2.5rem) rotate(-8deg) scale(0.9);
          transform: translateY(-2.5rem) rotate(-8deg) scale(0.9);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText {
    top: -0.4360465116vw;
    width: 6.3953488372vw;
    -webkit-transform: translateY(-1.125rem) rotate(-8deg) scale(0.9);
            transform: translateY(-1.125rem) rotate(-8deg) scale(0.9);
  }
}

.p-fv-recruit__imgText02 {
  position: absolute;
  top: 18rem;
  left: 25.1875rem;
  width: 35rem;
  -webkit-transform: translateX(-3.75rem) translateY(0.75rem) rotate(-6deg) scale(0.94);
          transform: translateX(-3.75rem) translateY(0.75rem) rotate(-6deg) scale(0.94);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText02 {
    top: 20.9302325581vw;
    left: 29.2877906977vw;
    width: 40.6976744186vw;
    -webkit-transform: translateX(-1.5rem) translateY(0.5rem) rotate(-6deg) scale(0.94);
            transform: translateX(-1.5rem) translateY(0.5rem) rotate(-6deg) scale(0.94);
  }
}

.p-fv-recruit__imgText03 {
  position: absolute;
  top: 38.8125rem;
  left: 8.3125rem;
  width: 23.875rem;
  -webkit-transform: translateY(2.875rem) rotate(6deg) scale(0.93);
          transform: translateY(2.875rem) rotate(6deg) scale(0.93);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText03 {
    top: 45.1308139535vw;
    left: 9.6656976744vw;
    width: 27.761627907vw;
    -webkit-transform: translateY(1.125rem) rotate(6deg) scale(0.93);
            transform: translateY(1.125rem) rotate(6deg) scale(0.93);
  }
}

.p-fv-recruit__imgText04 {
  position: absolute;
  top: 31.9375rem;
  left: 32.1875rem;
  width: 30rem;
  -webkit-transform: translateX(3.375rem) translateY(-1.125rem) rotate(5deg) scale(0.92);
          transform: translateX(3.375rem) translateY(-1.125rem) rotate(5deg) scale(0.92);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText04 {
    top: 37.136627907vw;
    left: 37.4273255814vw;
    width: 34.8837209302vw;
    -webkit-transform: translateX(1.25rem) translateY(-0.5rem) rotate(5deg) scale(0.92);
            transform: translateX(1.25rem) translateY(-0.5rem) rotate(5deg) scale(0.92);
  }
}

.p-fv-recruit__imgText05 {
  position: absolute;
  top: 34.375rem;
  right: 9.375rem;
  width: 21.75rem;
  -webkit-transform: translateX(3.75rem) rotate(-7deg) scale(0.9);
          transform: translateX(3.75rem) rotate(-7deg) scale(0.9);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText05 {
    top: 39.9709302326vw;
    right: 10.9011627907vw;
    width: 25.2906976744vw;
    -webkit-transform: translateX(1.5rem) rotate(-7deg) scale(0.9);
            transform: translateX(1.5rem) rotate(-7deg) scale(0.9);
  }
}

.p-fv-recruit__imgText06 {
  position: absolute;
  top: 37.3125rem;
  right: 3.8125rem;
  width: 63.375rem;
  -webkit-transform: translateY(3.625rem) rotate(2deg) scale(0.95);
          transform: translateY(3.625rem) rotate(2deg) scale(0.95);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText06 {
    top: 43.386627907vw;
    right: 4.4331395349vw;
    width: 73.6918604651vw;
    -webkit-transform: translateY(1.375rem) rotate(2deg) scale(0.95);
            transform: translateY(1.375rem) rotate(2deg) scale(0.95);
  }
}

.p-fv-recruit__imgText07 {
  position: absolute;
  top: 12.125rem;
  right: -3.3125rem;
  width: 13.5rem;
  -webkit-transform: translateX(3.125rem) translateY(-1.625rem) rotate(10deg) scale(0.88);
          transform: translateX(3.125rem) translateY(-1.625rem) rotate(10deg) scale(0.88);
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__imgText07 {
    top: 14.0988372093vw;
    right: -3.851744186vw;
    width: 15.6976744186vw;
    -webkit-transform: translateX(1.125rem) translateY(-0.625rem) rotate(10deg) scale(0.88);
            transform: translateX(1.125rem) translateY(-0.625rem) rotate(10deg) scale(0.88);
  }
}

.p-fv-recruit__box {
  position: absolute;
  top: 23rem;
  left: 0;
  width: 100%;
  padding: 0 7.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__box {
    top: 7.1875rem;
    padding: 0 2.5rem;
  }
}

.p-fv-recruit__title {
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__title {
    font-size: 1.5625rem;
  }
}

.p-fv-recruit__text {
  margin-top: 0.375rem;
}
.p-fv-recruit__text span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  line-height: 1.109375;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__text span {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.p-fv-recruit__button {
  position: relative;
  width: 24.25rem;
  height: 4.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.125rem;
  background: rgba(88, 74, 74, 0.94);
  padding-left: 1.5625rem;
  border-radius: 5rem;
  margin-top: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__button {
    width: 17.1875rem;
    height: 3.25rem;
    font-size: 1.4375rem;
    padding-left: 1.75rem;
  }
}
.p-fv-recruit__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  color: #fff;
  font-size: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-recruit__button span {
    right: 1rem;
    font-size: 1.875rem;
  }
}
.p-fv-recruit__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-sdg {
  width: 100%;
  margin-top: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg {
    margin-top: 4.25rem;
  }
}

.p-fv-sdg__inner {
  width: 100%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__inner {
    padding: 0 1.25rem;
  }
}

.p-fv-sdg__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__title {
    font-size: 1.875rem;
  }
}
.p-fv-sdg__title::after {
  content: attr(data-en);
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__title::after {
    font-size: 2.5rem;
    margin-top: 0.625rem;
  }
}

.p-fv-sdg__text {
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 0.625rem;
  }
}
.p-fv-sdg__text span {
  font-size: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__text span {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-fv-sdg__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  padding-left: 2.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__lists {
    gap: 0.625rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0.9375rem;
  }
}

.p-fv-sdg__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 4.875rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  padding: 0 0.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__list {
    width: 100%;
    font-size: 1.125rem;
    padding: 0 0.9375rem;
  }
}
.p-fv-sdg__list span {
  display: block;
  font-size: 1.3125rem;
  padding: 0 1.4375rem 0.375rem 1.4375rem;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__list span {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 0 0.625rem 0.375rem 0.625rem;
  }
}

.p-fv-sdg__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdg__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.875rem;
    margin-top: 1.875rem;
  }
}
.p-fv-sdg__wrapper .p-fv-sdgCard {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}
.p-fv-sdg__wrapper .p-fv-sdgCard:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-fv-sdg__wrapper .p-fv-sdgCard:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-fv-sdg__wrapper.is-animated .p-fv-sdgCard {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-fv-sdgCard {
  position: relative;
  width: 100%;
  min-height: 41.9375rem;
  padding: 12.9375rem 1.375rem 1.25rem 1.375rem;
  background-image: url(../imgs/pc/fv_sdg_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard {
    min-height: 24.375rem;
    padding: 1.875rem 1.25rem;
    background-image: url(../imgs/sp/fv_sdg_img.webp);
    border-radius: 1.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard.ptSp {
    padding-top: 3.125rem;
  }
}
.p-fv-sdgCard:nth-of-type(2) {
  background-image: url(../imgs/pc/fv_sdg_img02.webp);
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard:nth-of-type(2) {
    background-image: url(../imgs/sp/fv_sdg_img02.webp);
  }
}

.p-fv-sdgCard__title {
  position: relative;
}
.p-fv-sdgCard__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4em;
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}
.p-fv-sdgCard__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 0.25rem;
  opacity: 0.94;
}
.p-fv-sdgCard__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28.125rem;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard__title span::after {
    width: 21.25rem;
  }
}

.p-fv-sdgCard__label {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard__label {
    margin-top: 1.5rem;
  }
}

.p-fv-sdgCard__text {
  min-height: 8.75rem;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.2857142857;
  font-weight: 600;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard__text {
    min-height: auto;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0.9375rem;
  }
}

.p-fv-sdgCard__button {
  position: absolute;
  right: 2rem;
  bottom: 3.125rem;
  z-index: 1;
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 185, 18, 0.61)), to(rgba(2, 200, 182, 0.61)));
  background: linear-gradient(90deg, rgba(5, 185, 18, 0.61), rgba(2, 200, 182, 0.61));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard__button {
    position: absolute;
    right: 1.5625rem;
    bottom: 1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    margin-top: 0rem;
  }
}
.p-fv-sdgCard__button::before, .p-fv-sdgCard__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-fv-sdgCard__button::before, .p-fv-sdgCard__button::after {
    width: 2.3125rem;
  }
}
.p-fv-sdgCard__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-fv-sdgCard__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-topics {
  width: 100%;
  padding: 5.875rem 0rem 5rem 0rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-topics {
    padding: 1.75rem 0rem 3.75rem 0rem;
    margin-top: 3.75rem;
  }
}

.p-fv-topics__title {
  text-align: center;
}
.p-fv-topics__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-fv-topics__title span {
    font-size: 2.5rem;
  }
}

.p-fv-topics__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.625rem;
  margin-top: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-fv-topics__inner {
    gap: 2.75rem;
    margin-top: 1.25rem;
  }
}

.p-fv-topics.is-view .p-fv-topics__inner::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-fv-topics__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-fv-topics__wrapper {
    padding: 0 1.25rem;
  }
}

.p-fv-topicsArticle {
  width: 100%;
  max-width: 36.875rem;
  margin: 0rem auto;
}
@media screen and (max-width: 1024px) {
  .p-fv-topicsArticle {
    max-width: 100%;
  }
}

.p-fv-topics__wrapper .p-fv-topicsArticle {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}
.p-fv-topics__wrapper .p-fv-topicsArticle:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-fv-topics__wrapper .p-fv-topicsArticle:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-fv-topics__wrapper.is-animated .p-fv-topicsArticle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-fv-topicsArticle__title {
  text-align: center;
}
.p-fv-topicsArticle__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-fv-topicsArticle__title span {
    font-size: 1.875rem;
  }
}

.p-fv-topicsArticle__wrapper {
  width: 100%;
  margin-top: 0.3125rem;
}

.p-fv-topicsArticle__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 2.8125rem 0.75rem 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-fv-topicsArticle__link {
    display: block;
    padding: 0.5625rem 2.5rem 0.5625rem 0;
  }
}
.p-fv-topicsArticle__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-fv-topicsArticle__link:hover {
  opacity: 0.7;
}

.p-fv-topicsArticle__time {
  min-width: 7.5rem;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}

.p-fv-topicsArticle__post {
  width: 100%;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}

.p-fv-topicsArticle__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-topicsArticle__arrow {
    right: 0.125rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-fv-topicsArticle__arrow::before, .p-fv-topicsArticle__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-fv-topicsArticle__arrow::before, .p-fv-topicsArticle__arrow::after {
    width: 1.3125rem;
    height: 1.5px;
  }
}
.p-fv-topicsArticle__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-fv-topicsArticle__button {
  position: relative;
  width: 12.125rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  margin-top: 1.4375rem;
  margin-left: auto;
  margin-right: 0.3125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-fv-topicsArticle__button {
    height: 2.5rem;
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    margin-right: 0rem;
  }
}
.p-fv-topicsArticle__button:hover {
  opacity: 0.7;
}

.p-fv-dream {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-dream {
    margin-top: 3.5rem;
    margin-bottom: 2.125rem;
  }
}

.p-fv-dream__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-fv-dream__title {
    font-size: 1.875rem;
  }
}
.p-fv-dream__title::after {
  content: attr(data-en);
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-dream__title::after {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}

.p-fv-dream__band {
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-dream__band {
    font-size: 1.625rem;
    margin-top: 1.25rem;
  }
}

.p-fv-dream__box {
  text-align: center;
  margin-top: 1.25rem;
}

.p-fv-dream__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 8.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-fv-dream__text {
    font-size: 4.25rem;
  }
}
.p-fv-dream__text span {
  position: absolute;
  top: calc(50% + 0.625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5.3125rem;
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 185, 18, 0.61)), to(rgba(2, 200, 182, 0.61)));
  background: linear-gradient(90deg, rgba(5, 185, 18, 0.61), rgba(2, 200, 182, 0.61));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-dream__text span::before, .p-fv-dream__text span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 2px;
  background: #fff;
}
.p-fv-dream__text span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-fv-dream__text span:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.p-fv-dream__img {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-fv-dream__img {
    margin-top: 0.625rem;
  }
}

.p-ir {
  width: 100%;
}

.p-ir__inner {
  width: 100%;
  max-width: 53.75rem;
  margin: 0rem auto;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .p-ir__inner {
    padding: 2.25rem 1.25rem 3.75rem 1.25rem;
  }
}
.p-ir__inner.wid1000 {
  max-width: 62.5rem;
}

.p-ir__title {
  text-align: center;
}
.p-ir__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#049FBF));
  background: linear-gradient(90deg, #0DA70D, #049FBF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir__title span {
    font-size: 1.875rem;
  }
}

.p-ir__script {
  width: 100%;
  margin-top: 2.5rem;
}
.p-ir__script.mt0 {
  margin-top: 0rem;
}

.p-ir__button {
  position: relative;
  width: 100%;
  max-width: 34.125rem;
  height: 3.3125rem;
  margin: 3rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir__button {
    height: 3.125rem;
    font-size: 1.25rem;
    margin-top: 2.1875rem;
  }
}
.p-ir__button:hover {
  opacity: 0.7;
}
.p-ir__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.3125rem;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .p-ir__button span {
    right: 1.75rem;
  }
}

.p-ir-investor {
  width: 100%;
}

.p-ir-investor__inner {
  width: 100%;
  max-width: 79.125rem;
  margin: 0rem auto;
  padding-top: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__inner {
    padding: 3.625rem 1.25rem 0rem 1.25rem;
  }
}

.p-ir-investor__title {
  text-align: center;
}
.p-ir-investor__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__title span {
    font-size: 1.5rem;
  }
}
.p-ir-investor__title::after {
  content: attr(data-en);
  display: block;
  color: #707070;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__title::after {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.p-ir-investor__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.625rem;
    margin-top: 2.75rem;
  }
}

.p-ir-investor__box {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__box {
    max-width: 100%;
  }
}

.p-ir-investor__label span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#049FBF));
  background: linear-gradient(90deg, #0DA70D, #049FBF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__label span {
    font-size: 2rem;
    line-height: 1.2424242424;
  }
}

.p-ir-investor__text {
  font-size: 1.375rem;
  line-height: 1.7272727273;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 1rem;
  }
}

.p-ir-investor__img {
  position: relative;
  width: 100%;
  max-width: 46.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__img {
    max-width: 100%;
  }
}

.p-ir-investor__more {
  position: absolute;
  right: 3.4375rem;
  bottom: 1.125rem;
  width: 14.125rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0DA711), to(#039FC2));
  background: linear-gradient(90deg, #0DA711, #039FC2);
  border-radius: 5rem;
  padding-left: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__more {
    right: 1.3125rem;
    bottom: 1.625rem;
    width: 14.125rem;
    height: 2.875rem;
    font-size: 1.5625rem;
    padding-left: 2.25rem;
    padding-bottom: 0.1875rem;
  }
}
.p-ir-investor__more span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-investor__more span {
    right: 1.25rem;
  }
}
.p-ir-investor__more:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-ir-service {
  width: 100%;
  margin-top: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-service {
    margin-top: 1.625rem;
  }
}

.p-ir-service__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  padding: 0 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding: 0 1.25rem;
  }
}

.p-ir-serviceCard {
  position: relative;
  width: 100%;
  min-height: 40rem;
  padding: 2.8125rem 1.5625rem;
  background-image: url(../imgs/pc/ir_service_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3.6875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-serviceCard {
    min-height: 15rem;
    padding: 1.25rem 1.125rem;
    border-radius: 2.25rem;
    background-image: url(../imgs/sp/ir_service_img.webp);
  }
}
.p-ir-serviceCard:nth-of-type(2) {
  background-image: url(../imgs/pc/ir_service_img02.webp);
}
@media screen and (max-width: 1024px) {
  .p-ir-serviceCard:nth-of-type(2) {
    background-image: url(../imgs/sp/ir_service_img02.webp);
  }
}
.p-ir-serviceCard:nth-of-type(3) {
  background-image: url(../imgs/pc/ir_service_img03.webp);
}
@media screen and (max-width: 1024px) {
  .p-ir-serviceCard:nth-of-type(3) {
    background-image: url(../imgs/sp/ir_service_img03.webp);
  }
}

.p-ir-serviceCard__title {
  width: 20.25rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.4375rem;
  line-height: 1;
  font-weight: 700;
  padding: 0 1.125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 167, 17, 0.94)), to(rgba(3, 159, 194, 0.9)));
  background: linear-gradient(90deg, rgba(13, 167, 17, 0.94), rgba(3, 159, 194, 0.9));
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-serviceCard__title {
    width: 100%;
    height: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    padding: 0 0.625rem;
  }
}

.p-ir-serviceCard__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-serviceCard__text {
    margin-top: 1rem;
  }
}

.p-ir-serviceCard__button {
  position: absolute;
  right: 2rem;
  bottom: 3.125rem;
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0da711), to(#039fc2));
  background: linear-gradient(90deg, #0da711, #039fc2);
}
@media screen and (max-width: 1024px) {
  .p-ir-serviceCard__button {
    right: 2.125rem;
    bottom: 1.0625rem;
  }
}
.p-ir-serviceCard__button::before, .p-ir-serviceCard__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 2px;
  background: #fff;
}
.p-ir-serviceCard__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-ir-serviceCard__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-ir-info {
  width: 100%;
  min-height: 48.875rem;
  background-image: url(../imgs/pc/ir_info_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-info {
    background-position: center;
    background-image: url(../imgs/sp/ir_info_bg.webp);
    margin-top: 4.625rem;
  }
}

.p-ir-info__inner {
  width: 100%;
  max-width: 64.75rem;
  margin: 0rem auto;
  padding-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-info__inner {
    padding: 1.625rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-ir-infoNews {
  width: 100%;
  max-width: 36.75rem;
  margin: 0rem auto;
}

.p-ir-infoNews__title {
  text-align: center;
}
.p-ir-infoNews__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__title span {
    font-size: 2.125rem;
  }
}

.p-ir-infoNews__wrapper {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__wrapper {
    margin-top: 0.625rem;
  }
}

.p-ir-infoNews__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 2.8125rem 0.75rem 0;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__link {
    display: block;
    padding: 0.5625rem 2.5rem 0.5625rem 0;
  }
}
.p-ir-infoNews__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-infoNews__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-ir-infoNews__time {
  min-width: 7.5rem;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}

.p-ir-infoNews__post {
  width: 100%;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}
.p-ir-infoNews__post:hover {
  opacity: 0.7;
}

.p-ir-infoNews__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__arrow {
    right: 0.125rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-ir-infoNews__arrow::before, .p-ir-infoNews__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__arrow::before, .p-ir-infoNews__arrow::after {
    width: 1.3125rem;
    height: 1.5px;
  }
}
.p-ir-infoNews__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-ir-infoNews__button {
  position: relative;
  width: 12.125rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 5rem;
  padding-left: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  margin-top: 1.4375rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__button {
    height: 2.5rem;
    font-size: 1rem;
    margin-top: 0.9375rem;
    margin-right: 0rem;
  }
}
.p-ir-infoNews__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoNews__button span {
    right: 1.5rem;
  }
}
.p-ir-infoNews__button:hover {
  opacity: 0.7;
}

.p-ir-info__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.375rem;
    margin-top: 3rem;
  }
}

.p-ir-infoLists {
  width: 100%;
}

.p-ir-infoLists__title {
  text-align: center;
}
.p-ir-infoLists__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoLists__title span {
    font-size: 2.125rem;
  }
}

.p-ir-infoLists__wrapper {
  margin-top: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoLists__wrapper {
    margin-top: 0.375rem;
  }
}

.p-ir-infoLists__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0.75rem 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoLists__link {
    display: block;
    font-size: 1rem;
    padding: 0.75rem 2.5rem 0.5625rem 3.5rem;
  }
}
.p-ir-infoLists__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-infoLists__link:hover {
  opacity: 0.7;
}

.p-ir-infoLists__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoLists__arrow {
    right: 0.125rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-ir-infoLists__arrow::before, .p-ir-infoLists__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoLists__arrow::before, .p-ir-infoLists__arrow::after {
    width: 1.3125rem;
    height: 1.5px;
  }
}
.p-ir-infoLists__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-ir-infoLists__button {
  position: relative;
  width: 14.0625rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoLists__button {
    width: 16.25rem;
    height: 2.5rem;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-left: auto;
  }
}

.p-ir-infoOthers {
  width: 100%;
  margin-top: 3rem;
}

.p-ir-infoOthers__title {
  text-align: center;
}
.p-ir-infoOthers__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}

.p-ir-infoOthers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.125rem;
}

.p-ir-infoOthers__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0.75rem 2.125rem 0.5rem 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoOthers__link {
    display: block;
    font-size: 1rem;
    padding: 0.5625rem 2.5rem 0.5625rem 1.25rem;
  }
}
.p-ir-infoOthers__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-infoOthers__link:hover {
  opacity: 0.7;
}

.p-ir-infoOthers__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.125rem;
  width: 1.25rem;
  width: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoOthers__arrow {
    width: 1rem;
    width: 1rem;
  }
}
.p-ir-infoOthers__arrow::before, .p-ir-infoOthers__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-ir-infoOthers__arrow::before, .p-ir-infoOthers__arrow::after {
    width: 1rem;
  }
}
.p-ir-infoOthers__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-ir-messageAbout {
  width: 100%;
  min-height: 49rem;
  background-image: url(../imgs/pc/ir_message_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.0625rem 7.625rem 1.25rem 7.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageAbout {
    min-height: auto;
    padding: 3.125rem 1.25rem 1.875rem 1.25rem;
    background-position: bottom;
    background-image: url(../imgs/sp/ir_message_bg.webp);
  }
}

.p-ir-messageAbout__text {
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageAbout__text {
    line-height: 1.7777777778;
  }
}

.p-ir-messageAbout__logo {
  width: 100%;
  max-width: 15.875rem;
  margin-top: 1.25rem;
  margin-left: 41.6875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageAbout__logo {
    margin: 0;
    margin-top: 3.25rem;
  }
}

.p-ir-messageBusiness {
  width: 100%;
}

.p-ir-messageBusiness__inner {
  width: 100%;
  max-width: 79.125rem;
  margin: 0rem auto;
  padding-top: 3.625rem;
}

.p-ir-messageBusiness__title {
  text-align: center;
}
.p-ir-messageBusiness__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__title span {
    font-size: 1.5rem;
  }
}
.p-ir-messageBusiness__title::after {
  content: attr(data-en);
  display: block;
  color: #707070;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__title::after {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.p-ir-messageBusiness__wrapper {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__wrapper {
    padding: 0 1.25rem;
    margin-top: 0rem;
  }
}

.p-ir-messageBusiness__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
    margin-top: 3.75rem;
  }
}
.p-ir-messageBusiness__column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-ir-messageBusiness__box {
  width: 100%;
  max-width: 37.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__box {
    max-width: 100%;
  }
}

.p-ir-messageBusiness__label span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 700;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__label span {
    font-size: 2.0625rem;
    line-height: 1.2424242424;
  }
}

.p-ir-messageBusiness__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageBusiness__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    font-weight: 300;
    margin-top: 1.125rem;
  }
}

.p-ir-messageBusiness__img {
  width: 100%;
  max-width: 39.5625rem;
}

.p-ir-messageSupport {
  width: 100%;
}

.p-ir-messageSupport__inner {
  width: 100%;
  max-width: 79.125rem;
  margin: 0rem auto;
  padding-top: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageSupport__inner {
    padding: 4.375rem 1.25rem 0 1.25rem;
  }
}

.p-ir-messageSupport__title {
  text-align: center;
}
.p-ir-messageSupport__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageSupport__title span {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.p-ir-messageSupport__title::after {
  content: attr(data-en);
  display: block;
  color: #707070;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageSupport__title::after {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.p-ir-messageSupport__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageSupport__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    font-weight: 300;
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-ir-messageSupport__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageSupport__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-ir-messageSupport__button {
  width: 100%;
  max-width: 23.125rem;
  height: 3.3125rem;
  margin: 1.25rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageSupport__button {
    max-width: 24.375rem;
    height: 3.5rem;
    margin: 3rem auto 0rem auto;
    font-size: 1.625rem;
  }
}

.p-ir-messageFaq {
  width: 100%;
  min-height: 51.0625rem;
  background-image: url(../imgs/pc/ir_message_bg02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 4.25rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq {
    min-height: auto;
    background-image: url(../imgs/sp/ir_message_bg02.webp);
    margin-top: 5.125rem;
  }
}

.p-ir-messageFaq__inner {
  width: 100%;
  max-width: 62.8125rem;
  margin: 0rem auto;
  padding-top: 2.125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__inner {
    padding: 1.875rem 1.25rem 7.8125rem 1.25rem;
  }
}

.p-ir-messageFaq__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.625rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__title {
    font-size: 1.5rem;
  }
}
.p-ir-messageFaq__title::after {
  content: attr(data-en);
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__title::after {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-ir-messageFaq__wrapper {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__wrapper {
    margin-top: 0rem;
  }
}

.p-ir-messageFaq__column {
  position: relative;
  padding: 1.875rem 1.25rem 1.875rem 9.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__column {
    padding: 1.5625rem 0rem 1.5625rem 0rem;
  }
}
.p-ir-messageFaq__column::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: #fff;
}

.p-ir-messageFaq__ques {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__ques {
    font-size: 1rem;
    line-height: 2;
    padding-left: 4.1875rem;
    padding-right: 1.875rem;
  }
}
.p-ir-messageFaq__ques::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -0.625rem;
  left: -5.125rem;
  width: 3.5625rem;
  height: 3.5625rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__ques::before {
    top: -0.625rem;
    left: 0rem;
    width: 2.875rem;
    height: 2.875rem;
    font-size: 2rem;
  }
}
.p-ir-messageFaq__ques span {
  position: absolute;
  top: 0rem;
  right: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__ques span {
    right: 0rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-ir-messageFaq__ques span::before, .p-ir-messageFaq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.25rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__ques span::before, .p-ir-messageFaq__ques span::after {
    width: 1.5625rem;
  }
}
.p-ir-messageFaq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-ir-messageFaq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-ir-messageFaq__box {
  display: none;
  padding-left: 2.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__box {
    padding-left: 6.25rem;
    margin-top: 0.625rem;
  }
}

.p-ir-messageFaq__text {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__text {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-ir-messageFaq__text::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: -2.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__text::before {
    left: -2.375rem;
  }
}

.p-ir-messageFaq__button {
  position: relative;
  width: 12.125rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  margin-top: 1.4375rem;
  margin-left: auto;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-messageFaq__button {
    height: 1.75rem;
    font-size: 0.8125rem;
    margin-top: 2.125rem;
    margin-right: 0rem;
  }
}
.p-ir-messageFaq__button:hover {
  opacity: 0.7;
}

.p-ir-governance {
  width: 100%;
}

.p-ir-governance__inner {
  width: 100%;
  max-width: 79.125rem;
  margin: 0rem auto;
  padding-top: 2.625rem;
  padding-bottom: 3.375rem;
}
.p-ir-governance__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-governance__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.75rem;
    padding: 0.625rem 1.25rem 1.6875rem 1.25rem;
    margin-bottom: 0rem;
  }
}

.p-ir-governance__box {
  width: 100%;
  max-width: 30rem;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-governance__box {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.p-ir-governance__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#049FBF));
  background: linear-gradient(90deg, #0DA70D, #049FBF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-governance__title span {
    font-size: 2rem;
    line-height: 1.2424242424;
  }
}

.p-ir-governance__text {
  font-size: 1.375rem;
  line-height: 1.7272727273;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-governance__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 1.25rem;
  }
}

.p-ir-governance__img {
  width: 100%;
  max-width: 46.875rem;
}
.p-ir-governance__img.wid100 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #F0F0F0;
}
.p-ir-governance__img.wid100 img {
  max-width: 79.125rem;
  margin: 0 auto;
}

.p-ir-governance__button {
  position: relative;
  width: 34.125rem;
  height: 3.3125rem;
  margin: 3.3125rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-governance__button {
    width: 100%;
    max-width: 24.375rem;
    height: 4.25rem;
    margin: 2.375rem auto 0rem auto;
    font-size: 1.25rem;
    line-height: 1.3;
    padding-top: 0.125rem;
  }
}
.p-ir-governance__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  color: #fff;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-governance__button span {
    right: 1.0625rem;
    font-size: 1.875rem;
  }
}
.p-ir-governance__button:hover {
  opacity: 0.7;
}

.p-ir-faq {
  position: relative;
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq {
    margin-top: 1.875rem;
  }
}

.p-ir-faq__wrapper {
  position: relative;
}
.p-ir-faq__wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}

.p-ir-faq__column {
  position: relative;
  padding: 2.1875rem 0rem 2.1875rem 9.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__column {
    padding: 1.875rem 0rem 1.875rem 0rem;
  }
}
.p-ir-faq__column::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}

.p-ir-faq__ques {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-right: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__ques {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    padding-left: 3.75rem;
    padding-right: 1.875rem;
  }
}
.p-ir-faq__ques::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -0.625rem;
  left: -5.125rem;
  width: 3.5625rem;
  height: 3.5625rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__ques::before {
    top: -0.625rem;
    left: 0rem;
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 2.125rem;
  }
}
.p-ir-faq__ques span {
  position: absolute;
  top: 0rem;
  right: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__ques span {
    right: 0rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-ir-faq__ques span::before, .p-ir-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.25rem;
  height: 1px;
  background: #898989;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__ques span::before, .p-ir-faq__ques span::after {
    width: 1.5625rem;
  }
}
.p-ir-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-ir-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-ir-faq__box {
  display: none;
  padding-left: 2.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__box {
    padding-left: 6.25rem;
    margin-top: 1.25rem;
  }
}

.p-ir-faq__text {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__text {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}
.p-ir-faq__text::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: -2.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__text::before {
    left: -2.25rem;
    font-size: 1.5625rem;
  }
}

.p-ir-faq__button {
  position: relative;
  width: 34.125rem;
  height: 3.3125rem;
  margin: 2.375rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__button {
    width: 100%;
    height: 3.125rem;
    font-size: 1.25rem;
  }
}
.p-ir-faq__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-faq__button span {
    right: 1.6875rem;
  }
}
.p-ir-faq__button:hover {
  opacity: 0.7;
}

.p-ir-contact {
  width: 100%;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-contact {
    padding: 0 1.25rem 2.5rem 1.25rem;
  }
}

.p-ir-contact__title {
  text-align: center;
}
.p-ir-contact__title span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-contact__title span {
    font-size: 1.875rem;
  }
}

.p-ir-contact__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-contact__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    font-weight: 300;
    text-align: left;
  }
}

.p-ir-stock {
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-stock {
    margin-top: 1rem;
  }
}

.p-ir-stock__table {
  position: relative;
  width: 100%;
}
.p-ir-stock__table::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-stock__table tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.09375rem 0rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-stock__table tr {
    padding: 0.75rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-ir-stock__table tr::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-stock__table tr th {
  width: 18.125rem;
  color: #0DA447;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 600;
  text-align: right;
  padding-right: 2.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-stock__table tr th {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.p-ir-stock__table tr td {
  width: calc(100% - 18.125rem);
  font-size: 1.125rem;
  line-height: 1.7777777778;
  padding-right: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-stock__table tr td {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: -0.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-ir-stock__table tr td.leftSp {
    line-height: 1.4444444444;
    text-align: left;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-ir-stock__table tr td a {
  text-decoration: underline;
}
.p-ir-stock__table tr td a:hover {
  opacity: 0.7;
}

.p-ir-stock__button {
  position: relative;
  width: 34.125rem;
  height: 3.3125rem;
  margin: 2.8125rem auto 6.5625rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-stock__button {
    width: 100%;
    margin: 1.5625rem auto 5rem auto;
  }
}
.p-ir-stock__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  color: #fff;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-stock__button span {
    right: 2rem;
  }
}
.p-ir-stock__button:hover {
  opacity: 0.7;
}

.p-ir-benefit {
  width: 100%;
}

.p-ir-benefit__title {
  position: relative;
  padding-left: 0.3125rem;
  padding-bottom: 1.125rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__title {
    padding-left: 0rem;
    padding-bottom: 0.75rem;
    margin-top: 1.875rem;
  }
}
.p-ir-benefit__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-benefit__title span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__title span {
    font-size: 2.0625rem;
  }
}

.p-ir-benefit__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__text {
    line-height: 1.7777777778;
  }
}

.p-ir-benefit__column {
  width: 100%;
  max-width: 49.125rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__column {
    margin-top: 1.625rem;
  }
}

.p-ir-benefit__label {
  border-left: 0.625rem solid #0FBF33;
  padding-left: 0.9375rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__label {
    padding-left: 0.75rem;
    margin-top: 1.25rem;
  }
}
.p-ir-benefit__label span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__label span {
    line-height: 1.25;
  }
}

.p-ir-benefit__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__box {
    gap: 0.75rem;
  }
}

.p-ir-benefit__img {
  width: 100%;
  max-width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__img {
    max-width: 12.1875rem;
  }
}

.p-ir-benefit__group {
  width: 100%;
}

.p-ir-benefit__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__dl {
    width: 100%;
    max-width: 11rem;
    gap: 0.5625rem 0;
  }
}
.p-ir-benefit__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.4375rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  background: rgba(88, 74, 74, 0.94);
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__dl dt {
    width: 11rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__dl dt.mtSp {
    margin-top: 0.75rem;
  }
}
.p-ir-benefit__dl dd {
  width: calc(100% - 13.4375rem);
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  padding-left: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__dl dd {
    width: 100%;
    text-align: center;
    padding-left: 0rem;
  }
}

.p-ir-benefit__band {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 0.9375rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__band {
    padding-left: 0rem;
    margin-top: 0.625rem;
  }
}

.p-ir-benefit__comment {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  white-space: nowrap;
  padding-left: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-benefit__comment {
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: wrap;
    padding-left: 0rem;
    margin-top: 0.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-ir-public {
  position: relative;
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-public {
    margin-top: 1rem;
  }
}
.p-ir-public::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}

.p-ir-public__box {
  position: relative;
  width: 100%;
  padding: 1.375rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-public__box {
    padding: 1rem 1.25rem;
  }
}
.p-ir-public__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}

.p-ir-public__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-ir-public__link {
    display: block;
  }
}
.p-ir-public__link:hover {
  opacity: 0.7;
}

.p-ir-public__time {
  min-width: 10rem;
  color: #0DA447;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-ir-public__time {
    text-align: center;
  }
}

.p-ir-public__post {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-ir-public__post {
    margin-top: 0.25rem;
  }
}

.p-ir-disclaimer {
  width: 100%;
}

.p-ir-disclaimer__title {
  position: relative;
  width: 100%;
  padding: 0 0.625rem 0.625rem 0.625rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-disclaimer__title {
    padding: 0 0rem 0.625rem 0rem;
    margin-top: 1.875rem;
  }
}
.p-ir-disclaimer__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-ir-disclaimer__title span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  opacity: 0.94;
}
@media screen and (max-width: 1024px) {
  .p-ir-disclaimer__title span {
    font-size: 1.5rem;
  }
}

.p-ir-disclaimer__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  padding: 0 0.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-ir-disclaimer__text {
    padding: 0;
    line-height: 1.7777777778;
    margin-top: 0.875rem;
  }
}

.p-news {
  width: 100%;
}

.p-news__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .p-news__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-news__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem 1rem;
    margin-top: 3.125rem;
  }
}

.p-news-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-news-tag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-news-tag__list {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-news-tag__list {
    font-size: 1rem;
    text-align: center;
  }
}

.p-news-tag__link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0rem 1.875rem 0.75rem 1.875rem;
  border-bottom: 0.25rem solid #ccc;
}
@media screen and (max-width: 1024px) {
  .p-news-tag__link {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.p-news-tag__link.on {
  border-bottom: 0.25rem solid #46B64B;
}
.p-news-tag__link:hover {
  border-bottom: 0.25rem solid #46B64B;
}

.p-news__link {
  width: 100%;
  display: block;
}
.p-news__link:hover {
  opacity: 0.7;
}

.p-news__thumbnail {
  width: 100%;
}

.p-news__img {
  position: relative;
  padding-top: 59.3333333333%;
  overflow: hidden;
}
.p-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news__box {
  width: 100%;
  margin-top: 1rem;
}

.p-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.p-news__category {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.375rem 1.25rem 0.25rem 1.25rem;
  background: #585858;
  border-radius: 0.25rem;
}

.p-news__time {
  font-size: 1rem;
  font-weight: 600;
}

.p-news__title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.875rem;
}

.p-newsPost {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 2.8125rem 0.75rem 0;
}
@media screen and (max-width: 1024px) {
  .p-newsPost {
    display: block;
    padding: 0.5625rem 2.5rem 0.5625rem 0;
  }
}
.p-newsPost::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-newsPost:hover {
  opacity: 0.7;
}

.p-newsPost__time {
  min-width: 7.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}

.p-newsPost__title {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}

.p-newsPost__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-newsPost__arrow {
    right: 0.125rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-newsPost__arrow::before, .p-newsPost__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 2px;
  background: #707070;
}
@media screen and (max-width: 1024px) {
  .p-newsPost__arrow::before, .p-newsPost__arrow::after {
    width: 1.3125rem;
    height: 1.5px;
  }
}
.p-newsPost__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-newsPost__arrow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .p-single__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-single__time {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-single__time {
    font-size: 1rem;
  }
}

.p-single__title {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-single__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-single__title::after {
  content: "";
  display: block;
  position: relative;
  width: 11.5625rem;
  height: 0.625rem;
  background: #05B912;
  margin: 1rem auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-single__title::after {
    width: 3.75rem;
    height: 0.5rem;
  }
}

.p-single__cont {
  width: 100%;
  max-width: 62.5rem;
  margin: 3.75rem auto;
}
@media screen and (max-width: 1024px) {
  .p-single__cont {
    margin: 3.125rem auto;
  }
}
.p-single__cont img {
  width: auto;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont img {
    margin-bottom: 2.25rem;
  }
}
.p-single__cont h2 {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 1.125rem;
  border-left: 0.75rem solid #05B912;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont h2 {
    font-size: 1.5rem;
    padding-left: 0.6875rem;
    border-left: 0.375rem solid #05B912;
    margin-bottom: 1.25rem;
  }
}
.p-single__cont h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.5rem 1.875rem;
  background: rgba(5, 185, 18, 0.2);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont h3 {
    font-size: 1.25rem;
    padding: 0.875rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-single__cont p {
  font-size: 1.125rem;
  line-height: 1.7083333333;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont p {
    font-size: 1rem;
    line-height: 1.6875;
    margin-bottom: 1.875rem;
  }
}
.p-single__cont li {
  font-size: 1.5rem;
  line-height: 1.7083333333;
}
@media screen and (max-width: 1024px) {
  .p-single__cont li {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.p-single__cont ul {
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont ul {
    margin-bottom: 1.875rem;
  }
}
.p-single__cont ul li {
  list-style: disc;
}
.p-single__cont ol {
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont ol {
    margin-bottom: 1.875rem;
  }
}
.p-single__cont ol li {
  list-style: decimal;
}
.p-single__cont table {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__cont table {
    margin-bottom: 1.875rem;
  }
}
.p-single__cont table th, .p-single__cont table td {
  font-size: 1.5rem;
  line-height: 1.7083333333;
}
@media screen and (max-width: 1024px) {
  .p-single__cont table th, .p-single__cont table td {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-single-pagination {
  width: 100%;
  max-width: 29.0625rem;
  margin: 4.375rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-single-pagination {
    max-width: 19.875rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-single-pagination__item {
  position: relative;
  min-width: 6.25rem;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-single-pagination__item {
    min-width: 5rem;
    font-size: 1rem;
  }
}
.p-single-pagination__item:hover {
  color: #05B912;
}

.p-single-pagination__prev a {
  position: relative;
}
.p-single-pagination__prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.1875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-single-pagination__prev a::before {
    left: -1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-single-pagination__prev a:hover::before {
  border-bottom: 1px solid #05B912;
  border-left: 1px solid #05B912;
}

.p-single-pagination__archive::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.8125rem;
  width: 6.875rem;
  height: 1px;
  background: #05B912;
}
@media screen and (max-width: 1024px) {
  .p-single-pagination__archive::after {
    bottom: -0.625rem;
    width: 5.625rem;
  }
}

.p-single-pagination__next a {
  position: relative;
  display: inline-block;
}
.p-single-pagination__next a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  right: -2.1875rem;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-single-pagination__next a::before {
    right: -1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-single-pagination__next a:hover::before {
  border-bottom: 1px solid #05B912;
  border-left: 1px solid #05B912;
}

.p-contact {
  position: relative;
  padding: 2rem 1.25rem 9.25rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-contact {
    padding: 0.875rem 1.25rem 2.25rem 1.25rem;
  }
}

.p-contact__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 79.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__inner {
    display: block;
  }
}

.p-contact__left {
  width: 27.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__left {
    display: none;
  }
}

.p-contact__right {
  width: 100%;
  padding-top: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__right {
    padding-top: 0rem;
  }
}

.p-contact__logo {
  display: block;
  width: 16.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__logo {
    width: 10.0625rem;
  }
}
.p-contact__logo:hover {
  opacity: 0.7;
}

.p-contact__img {
  width: 100%;
  margin-top: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .p-contact__en {
    margin-top: 2.5rem;
  }
}
.p-contact__en span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.6875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-contact__en span {
    font-size: 3.5625rem;
  }
}

.p-contact__title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__title {
    margin-top: 1.25rem;
  }
}
.p-contact__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-contact__title span {
    font-size: 1.875rem;
  }
}

.p-contact__lead {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 300;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__lead {
    line-height: 1.4444444444;
  }
}

.p-company-profile {
  width: 100%;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-company-profile {
    padding: 0 1.25rem;
    margin-top: 2rem;
  }
}

.p-company-profile__inner {
  width: 100%;
  max-width: 53.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__inner {
    max-width: 100%;
  }
}

.p-company-profile__title {
  display: block;
  width: 19.75rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__title {
    width: 12.1875rem;
  }
}
.p-company-profile__title .jp {
  display: block;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
}
@media screen and (max-width: 1024px) {
  .p-company-profile__title .jp {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}
.p-company-profile__title .en {
  display: block;
  color: #707070;
  font-size: 1.5625rem;
  line-height: 1.08;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__title .en {
    font-size: 0.875rem;
    line-height: 1.0714285714;
    margin-top: 0.25rem;
  }
}

.p-company-profile__table {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table {
    margin-top: 1.5rem;
  }
}
.p-company-profile__table::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table::after {
    display: none;
  }
}
.p-company-profile__table tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0rem;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table tr {
    padding: 0.75rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company-profile__table tr::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table tr::after {
    display: none;
  }
}
.p-company-profile__table tr th {
  position: relative;
  width: 13.75rem;
  color: #0DA447;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 600;
  text-align: right;
  padding-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table tr th {
    width: 100%;
    padding: 0;
    padding-bottom: 0.25rem;
    text-align: left;
  }
}
.p-company-profile__table tr th::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table tr th::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.6px;
    background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
    background: linear-gradient(90deg, #05B912, #02C8B6);
  }
}
.p-company-profile__table tr td {
  width: calc(100% - 13.75rem);
  font-size: 1.125rem;
  line-height: 1.7777777778;
  padding-right: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table tr td {
    width: 100%;
    padding: 0;
  }
}
.p-company-profile__table tr td .box {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 0.875rem;
}
.p-company-profile__table tr td .box:first-of-type {
  margin-top: 0rem;
}
.p-company-profile__table tr td .label span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .p-company-profile__table tr td.leftSp {
    line-height: 1.4444444444;
    text-align: left;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-company-profile__table tr td a {
  text-decoration: underline;
}
.p-company-profile__table tr td a:hover {
  opacity: 0.7;
}

.p-company-officer {
  width: 100%;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer {
    padding: 0 1.25rem;
    margin-top: 1rem;
  }
}

.p-company-officer__inner {
  width: 100%;
  max-width: 65.125rem;
  margin: 0rem auto;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__inner {
    max-width: 100%;
  }
}

.p-company-officer__title {
  display: block;
  width: 19.75rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__title {
    width: 12.1875rem;
  }
}
.p-company-officer__title .jp {
  display: block;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
}
@media screen and (max-width: 1024px) {
  .p-company-officer__title .jp {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}
.p-company-officer__title .en {
  display: block;
  color: #707070;
  font-size: 1.5625rem;
  line-height: 1.08;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__title .en {
    font-size: 0.875rem;
    line-height: 1.0714285714;
    margin-top: 0.25rem;
  }
}

.p-company-officer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.75rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__wrapper {
    gap: 2.1875rem;
    margin-top: 2.1875rem;
  }
}

.p-company-officer__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
  }
}
.p-company-officer__column:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__column:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-company-officer__column:nth-of-type(even) .p-company-officer__img {
    margin-left: auto;
  }
  .p-company-officer__column:nth-of-type(even) .p-company-officer__info dt, .p-company-officer__column:nth-of-type(even) .p-company-officer__info dd {
    text-align: right;
  }
}

.p-company-officer__img {
  width: 100%;
  max-width: 24.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__img {
    max-width: 17.875rem;
  }
  .p-company-officer__img img {
    border-radius: 3.75rem;
  }
}

.p-company-officer__box {
  width: 100%;
}

.p-company-officer__info {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.125rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__info {
    padding-top: 0.875rem;
    margin-top: 0rem;
  }
}
.p-company-officer__info dt {
  position: relative;
  width: 9.25rem;
  color: #0DA447;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 600;
  text-align: right;
  padding-top: 0.875rem;
  padding-right: 1.25rem;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__info dt {
    width: 100%;
    text-align: left;
    padding-top: 1.625rem;
    padding-right: 0rem;
    padding-bottom: 0.5rem;
  }
}
.p-company-officer__info dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
.p-company-officer__info dt:first-of-type {
  position: relative;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__info dt:first-of-type {
    padding-top: 0rem;
  }
}
.p-company-officer__info dd {
  position: relative;
  width: calc(100% - 9.25rem);
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 300;
  padding-top: 0.875rem;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 1024px) {
  .p-company-officer__info dd {
    width: 100%;
    padding: 0;
    padding-top: 0.5rem;
  }
}
.p-company-officer__info dd::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .p-company-officer__info dd::after {
    display: none;
  }
}
.p-company-officer__info dd span {
  position: relative;
  top: 0.375rem;
  font-size: 1.4375rem;
  line-height: 1.0869565217;
}

.p-company-history {
  width: 100%;
  padding-bottom: 3.75rem;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 1024px) {
  .p-company-history {
    padding: 0 1.25rem 3.75rem 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-company-history__inner {
  width: 100%;
  max-width: 53.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 1024px) {
  .p-company-history__inner {
    max-width: 100%;
  }
}

.p-company-history__title {
  display: block;
  width: 19.75rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-company-history__title {
    width: 12.1875rem;
  }
}
.p-company-history__title .jp {
  display: block;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
}
@media screen and (max-width: 1024px) {
  .p-company-history__title .jp {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}
.p-company-history__title .en {
  display: block;
  color: #707070;
  font-size: 1.5625rem;
  line-height: 1.08;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-company-history__title .en {
    font-size: 0.875rem;
    line-height: 1.0714285714;
    margin-top: 0.25rem;
  }
}

.p-company-history__table {
  position: relative;
  width: 100%;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-company-history__table {
    margin-top: 1.5rem;
  }
}
.p-company-history__table::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .p-company-history__table::after {
    display: none;
  }
}
.p-company-history__table tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.15625rem 0rem;
}
@media screen and (max-width: 1024px) {
  .p-company-history__table tr {
    padding: 0.75rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company-history__table tr::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}
@media screen and (max-width: 1024px) {
  .p-company-history__table tr::after {
    display: none;
  }
}
.p-company-history__table tr th {
  width: 13.75rem;
  color: #0DA447;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 600;
  text-align: right;
  padding-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-company-history__table tr th {
    width: 100%;
    padding: 0;
    padding-bottom: 0.25rem;
    text-align: left;
  }
}
.p-company-history__table tr th::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-company-history__table tr th::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.6px;
    background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
    background: linear-gradient(90deg, #05B912, #02C8B6);
  }
}
.p-company-history__table tr td {
  width: calc(100% - 13.75rem);
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .p-company-history__table tr td {
    width: 100%;
    padding: 0;
  }
}
.p-company-history__table tr td .box {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 0.875rem;
}
.p-company-history__table tr td .box:first-of-type {
  margin-top: 0rem;
}
.p-company-history__table tr td .label span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0DA70D), to(#04A0B4));
  background: linear-gradient(90deg, #0DA70D, #04A0B4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .p-company-history__table tr td.leftSp {
    line-height: 1.4444444444;
    text-align: left;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-company-history__table tr td a {
  text-decoration: underline;
}
.p-company-history__table tr td a:hover {
  opacity: 0.7;
}

.p-cf7 {
  width: 100%;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7 {
    margin-top: 2.1875rem;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #B1B1B1;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #B1B1B1;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #B1B1B1;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #B1B1B1;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #B1B1B1;
}
.p-cf7 input:focus,
.p-cf7 textarea:focus,
.p-cf7 select:focus {
  border: 0.125rem solid #0DA447;
}

.p-cf7__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.p-cf7__title label {
  position: relative;
  color: #0DA447;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  padding: 0 0.875rem;
  background: #FFB100;
  border-radius: 1.25rem;
}

.p-cf7__radio {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7__radio {
    margin-top: 1.5625rem;
    margin-bottom: 3.75rem;
  }
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.125rem;
}
.p-cf7__radio .wpcf7-list-item {
  margin: 0;
}
.p-cf7__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  line-height: 1;
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  border: 1px solid #707070;
  background: #ffffff;
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.34375rem;
  left: 0.28125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 100%;
  background: #0DA447;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  padding-top: 0.625rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  max-width: 35.625rem;
  height: 10.6875rem;
  padding: 0.9375rem;
  border: 1px solid #B7B7B7;
  border-radius: 1.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 1024px) {
  .p-cf7__textarea textarea {
    height: 15.625rem;
  }
}

.p-cf7__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7__column {
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-cf7__input {
  width: 100%;
  padding-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7__input {
    padding-top: 0.9375rem;
  }
}
.p-cf7__input input {
  width: 100%;
  max-width: 35.625rem;
  height: 2.875rem;
  padding: 0 0.9375rem;
  border: 1px solid #B7B7B7;
  border-radius: 0.75rem;
  font-size: 1.125rem;
}
.p-cf7__input.wid208 input {
  max-width: 13rem;
}
.p-cf7__input.wid427 input {
  max-width: 26.6875rem;
}

.p-cf7__privacyText {
  color: #3E3E3E;
  font-size: 1rem;
  line-height: 2.25;
  font-weight: 300;
  white-space: nowrap;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7__privacyText {
    line-height: 1.625;
    white-space: wrap;
  }
}

.p-cf7__acceptance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7__acceptance {
    margin-top: 2.1875rem;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #3E3E3E;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #656565;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #0DA447;
}
@media screen and (max-width: 1024px) {
  .p-cf7__acceptance input:checked ~ span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 0.375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-cf7__submit {
  position: relative;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 34.125rem;
  height: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-cf7__submit input {
    max-width: 19.5rem;
    height: 2.625rem;
    font-size: 1.1875rem;
    margin-top: 1.875rem;
  }
}
.p-cf7__submit input:hover {
  background: -webkit-gradient(linear, left top, right top, from(#02C8B6), to(#05B912));
  background: linear-gradient(90deg, #02C8B6, #05B912);
}
.p-cf7__submit input:disabled {
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#02C8B6));
  background: linear-gradient(90deg, #05B912, #02C8B6);
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-cf7-privacy {
  width: 100%;
  max-width: 26.6875rem;
  height: 12.5rem;
  padding: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 0.75rem;
  margin-top: 2.5rem;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .p-cf7-privacy {
    max-width: 100%;
  }
  .p-cf7-privacy p {
    font-size: 0.875rem;
  }
}

.p-thanks {
  position: relative;
  z-index: 2;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10rem, rgba(255, 255, 255, 0)), color-stop(10rem, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10rem, #ffffff 10rem, #ffffff 100%);
  margin-top: -13.125rem;
}
@media screen and (max-width: 1024px) {
  .p-thanks {
    padding: 0 0.9375rem;
    background: rgba(255, 255, 255, 0);
    margin-top: -7.75rem;
  }
}

.p-thanks__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .p-thanks__inner {
    background: #ffffff;
    padding-top: 1.875rem;
    padding-bottom: 2.8125rem;
  }
}
.p-thanks__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 23.5625rem;
  left: -17.5rem;
  width: 127.125rem;
  height: 69.6875rem;
  background-image: url(../imgs/pc/contact_bgimg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-thanks__inner::before {
    top: 22.5rem;
    left: -7.9375rem;
    width: 44.1875rem;
    height: 79.875rem;
    background-image: url(../imgs/sp/contact_bgimg.webp);
  }
}

.p-thanks__title {
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-thanks__title {
    font-size: 1.25rem;
  }
}
.p-thanks__title::after {
  content: attr(data-en);
  display: block;
  font-size: 5rem;
  line-height: 1;
  margin-top: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .p-thanks__title::after {
    font-size: 2.125rem;
    margin-top: 0.9375rem;
  }
}

.p-thanks__wrapper {
  width: 100%;
  max-width: 65.625rem;
  margin: 5.625rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 1024px) {
  .p-thanks__wrapper {
    padding: 0 1.25rem;
    margin-top: 2rem;
  }
}

.p-thanks__text {
  font-size: 1.125rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 1024px) {
  .p-thanks__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-thanks__button {
  width: 100%;
  max-width: 47.875rem;
  margin: 5.625rem auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-thanks__button {
    margin-top: 2.1875rem;
  }
}

.p-privacy {
  width: 100%;
}

.p-privacy__inner {
  width: 100%;
  max-width: 66.875rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-privacy__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-privacy__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#05B912), to(#01C7B5));
  background: linear-gradient(90deg, #05B912, #01C7B5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-privacy__title span {
    font-size: 1.5rem;
  }
}
.p-privacy__title.mt {
  margin-top: 1.875rem;
}

.p-privacy__bigText {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-privacy__bigText {
    font-size: 1.125rem;
  }
}

.p-privacy__label {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 2.125rem;
}
@media screen and (max-width: 1024px) {
  .p-privacy__label {
    font-size: 1.125rem;
  }
}

.p-privacy__text {
  font-size: 1.0625rem;
  line-height: 2.1176470588;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-privacy__text {
    font-size: 1rem;
  }
}

.p-privacy__rigntText {
  font-size: 1.0625rem;
  line-height: 2.1176470588;
  font-weight: 600;
  text-align: right;
  padding-right: 1rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .p-privacy__rigntText {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */