@charset "UTF-8";
.noto-serif-jp {
  font-family: "Noto Serif JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-sans-myanmar {
  font-family: "Noto Sans Myanmar", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

@font-face {
  font-family: "Bank Gothic";
  src: url("../fonts/BankGothic Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.bank-gothic-medium {
  font-family: "Bank Gothic", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.bank-gothic-bold {
  font-family: "Bank Gothic", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Fuga";
  src: url("../fonts/Fuga0.2Trial-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fuga-regular {
  font-family: "Fuga", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* 固定ヘッダー分のオフセット：#アンカーでスクロールしたときに対象セクションがヘッダーに隠れないようにする */
  scroll-padding-top: 12rem;
}
@media (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
    scroll-padding-top: 10rem;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 2.380952381vw;
  }
}

body {
  margin: 0;
  translate: 0.5s all;
  font-family: "Noto Sans JP", system-ui;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 1.4rem;
  }
}

div,
section, p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 16px;
  }
}

.c-lhalf-container {
  max-width: calc(50% + 620px);
  padding-right: 20px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-lhalf-container {
    padding-right: 16px;
  }
}

.c-rhalf-container {
  max-width: calc(50% + 620px);
  padding-left: 20px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-rhalf-container {
    padding-left: 16px;
  }
}

.c-container-md {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-container-md {
    padding: 0 16px;
  }
}

.c-lhalf-container-md {
  max-width: calc(50% + 470px);
  padding-right: 20px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-lhalf-container-md {
    padding-right: 16px;
  }
}

.c-rhalf-container-md {
  max-width: calc(50% + 470px);
  padding-left: 20px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-rhalf-container-md {
    padding-left: 16px;
  }
}

.sp-only-block {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only-block {
    display: block !important;
  }
}

.pc-only-block {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-only-block {
    display: none !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pc-only-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-only-flex {
    display: none !important;
  }
}

.pc-sm-only-block {
  display: block !important;
}
@media (max-width: 576px) {
  .pc-sm-only-block {
    display: none !important;
  }
}

.sm-only-block {
  display: none !important;
}
@media (max-width: 576px) {
  .sm-only-block {
    display: block !important;
  }
}

.xs-only-flex {
  display: none !important;
}
@media (max-width: 576px) {
  .xs-only-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 576px) {
  .sm-display-none {
    display: none !important;
  }
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-64 {
  margin-top: 64px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

.text-right {
  text-align: right;
}

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

.section-p {
  padding: 12rem 0 15rem 0;
}
@media (max-width: 768px) {
  .section-p {
    padding: 10rem 0 12rem 0;
  }
}
@media (max-width: 576px) {
  .section-p {
    padding: 7.8rem 0 10rem 0;
  }
}

.btn-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 48px;
  background-color: #000000;
  border-radius: 24px;
  font-size: 14px;
  color: white;
  font-family: "Roboto", system-ui;
}
@media (max-width: 768px) {
  .btn-black {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
.btn-black::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background-image: url("../images/icons/mail-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 24px;
  top: calc(50% - 9px);
}
@media (max-width: 768px) {
  .btn-black::before {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.btn-black::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 24px;
  top: calc(50% - 5px);
}
@media (max-width: 768px) {
  .btn-black::after {
    width: 1.4rem;
    height: 1rem;
  }
}
.btn-black:hover {
  opacity: 0.7;
}

.noticing-btn {
  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;
  gap: 1.2rem;
  max-width: 43rem;
  width: 100%;
  height: 7.6rem;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4rem;
  z-index: 11;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .noticing-btn {
    font-size: 1.6rem;
    height: 7rem;
  }
}
@media (max-width: 576px) {
  .noticing-btn {
    font-size: 1.4rem;
    max-width: 32rem;
    height: 6.4rem;
  }
}
@media (max-width: 420px) {
  .noticing-btn {
    font-size: 1.2rem;
    height: 5.6rem;
  }
}
.noticing-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.noticing-btn .no-free-text {
  padding: 0.1rem 0.7rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
}
.noticing-btn::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: white;
  top: calc(50% - 0.5px);
  right: 0;
}
.noticing-btn:hover {
  color: black;
  background-color: transparent;
  border: 1px solid black;
}
.noticing-btn:hover .no-free-text {
  border-color: black;
}
.noticing-btn:hover::before {
  background-color: black;
}
.noticing-btn.bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#0FF00F), to(#188918));
  background: linear-gradient(to left, #0FF00F 0%, #188918 100%);
  overflow: hidden;
}
.noticing-btn.bg-gradient > * {
  position: relative;
  z-index: 1;
}
.noticing-btn.bg-gradient::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(#188918), to(#0FF00F));
  background: linear-gradient(to left, #188918 0%, #0FF00F 100%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: -1;
}
.noticing-btn.bg-gradient:hover {
  color: white !important;
  background-color: white;
  border: 1px solid transparent !important;
}
.noticing-btn.bg-gradient:hover .no-free-text {
  border-color: white;
}
.noticing-btn.bg-gradient:hover::before {
  background-color: white;
}
.noticing-btn.bg-gradient:hover::after {
  opacity: 1;
}

header.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.6rem 5rem;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
header.c-header.is-scrolled {
  background-color: #fff;
}

body:not(.home) header.c-header {
  background-color: rgba(255, 255, 255, 0.88);
}
body:not(.home) header.c-header.is-scrolled {
  background-color: #fff;
}

@media (max-width: 768px) {
  header.c-header {
    padding: 2.2rem 1.6rem;
  }
}
header.c-header .inner-wrapper {
  margin: auto;
  max-width: calc(1920px - 10rem);
  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;
  gap: 50px;
}
header.c-header .inner-wrapper .logo {
  display: block;
  width: 152px;
}
header.c-header .inner-wrapper .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header.c-header .inner-wrapper .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media (max-width: 1400px) {
  header.c-header .inner-wrapper .header-nav {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  header.c-header .inner-wrapper .header-nav {
    display: none;
  }
}
header.c-header .inner-wrapper .header-nav ul.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 6rem;
}
@media (max-width: 1400px) {
  header.c-header .inner-wrapper .header-nav ul.nav-list {
    gap: 1rem 2.4rem;
  }
}
header.c-header .inner-wrapper .header-nav ul.nav-list li.nav-item a.nav-link {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  header.c-header .inner-wrapper .header-nav ul.nav-list li.nav-item a.nav-link {
    font-size: 1.4rem;
  }
}
header.c-header .inner-wrapper .header-nav ul.nav-list li.nav-item a.nav-link:hover {
  opacity: 0.7;
}
header.c-header .inner-wrapper .header-nav a.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.4rem;
  height: 4.4rem;
  background-color: #000000;
  color: #fff;
  font-size: 1.6rem;
}
header.c-header .inner-wrapper .header-nav a.contact-btn:hover {
  opacity: 0.7;
}
header.c-header .inner-wrapper .header-nav-sp {
  display: none;
}
@media (max-width: 992px) {
  header.c-header .inner-wrapper .header-nav-sp {
    display: block;
  }
}
header.c-header .inner-wrapper .header-nav-sp .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
header.c-header .inner-wrapper .header-nav-sp .breadcrumb .breadcrumb-icon {
  display: block;
  width: 100%;
  height: auto;
}
header.c-header .inner-wrapper .header-nav-sp .breadcrumb .breadcrumb-icon-close {
  display: none;
}
header.c-header .sp-header {
  position: fixed;
  top: 8.2rem;
  left: 0;
  padding: 3rem 20px 5rem 20px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.35s ease, opacity 0.35s ease, visibility 0.35s;
  transition: max-height 0.35s ease, opacity 0.35s ease, visibility 0.35s;
}
header.c-header .sp-header .inner-content {
  max-width: 550px;
  margin: auto;
  height: calc(100vh - 15.5rem);
  overflow-y: auto;
}
header.c-header .sp-header .inner-content .menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
header.c-header .sp-header .inner-content .menu-list .menu-item {
  display: block;
  position: relative;
  padding: 2rem 0;
  padding-left: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid white;
  padding-right: 3.2rem;
}
header.c-header .sp-header .inner-content .menu-list .menu-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 2rem);
  background-color: white;
  left: 0;
  top: 1rem;
}
header.c-header .sp-header .inner-content .menu-list .menu-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/icons/arrow-W-bt.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: calc(50% - 0.7rem);
}
header.c-header .sp-header .inner-content .menu-list .menu-item .en-title {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: white;
}
header.c-header .sp-header .inner-content .menu-list .menu-item .ja-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  font-family: "Noto Sans JP", system-ui;
}
header.c-header .sp-header .inner-content .menu-list .menu-item:hover {
  opacity: 0.7;
}
header.c-header .sp-header .inner-content .menu-list .menu-item.item-parent {
  cursor: pointer;
}
header.c-header .sp-header .inner-content .menu-list .menu-item.item-parent::after {
  background-image: url("../images/icons/icon-plus.svg");
}
header.c-header .sp-header .inner-content .menu-list .menu-item.item-parent.is-opend::after {
  background-image: url("../images/icons/icon-minus.svg");
}
header.c-header .sp-header .inner-content .menu-list .menu-item.item-parent.is-opend .sub-menu-list {
  display: -ms-grid;
  display: grid;
}
header.c-header .sp-header .inner-content .menu-list .menu-item.item-parent .sub-menu-list {
  display: none;
}
header.c-header .sp-header .inner-content .menu-list .sub-menu-list {
  margin-top: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-left: 1.4rem;
}
header.c-header .sp-header .inner-content .menu-list .sub-menu-list .sub-menu-item {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: white;
  font-family: "Noto Sans JP", system-ui;
}
header.c-header .sp-header .inner-content .menu-list .sub-menu-list .sub-menu-item:hover {
  opacity: 0.7;
}
header.c-header .sp-header .inner-content .consult-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
header.c-header .sp-header .inner-content .consult-wrapper .consult-btn {
  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;
  gap: 1.2rem;
  width: 34.4rem;
  height: 5.2rem;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#0FF00F), to(#188918));
  background: linear-gradient(to left, #0FF00F 0%, #188918 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}
header.c-header .sp-header .inner-content .consult-wrapper .consult-btn .no-free-text {
  padding: 0.1rem 0.7rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
}
header.c-header .sp-header .inner-content .consult-wrapper .consult-btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#188918), to(#0FF00F));
  background: linear-gradient(to left, #188918 0%, #0FF00F 100%);
}
header.c-header .sp-header .inner-content .consult-wrapper .consult-btn::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: white;
  top: calc(50% - 0.5px);
  right: 0;
}
header.c-header .sp-header .inner-content .sns-wrapper {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}
header.c-header .sp-header .inner-content .sns-wrapper .sns-item {
  display: block;
  padding: 0.72rem;
  background-color: white;
  border-radius: 1rem;
}
header.c-header .sp-header .inner-content .sns-wrapper .sns-item:hover {
  opacity: 0.7;
}
header.c-header .sp-header .inner-content .sns-wrapper .sns-item img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header.c-header.is-menu-open .sp-header {
  max-height: calc(100vh - 8rem);
  opacity: 1;
  visibility: visible;
}
header.c-header.is-menu-open .breadcrumb-icon-menu {
  display: none !important;
}
header.c-header.is-menu-open .breadcrumb-icon-close {
  display: block !important;
}

footer.p-footer {
  padding: 7.6rem 0 8.4rem 0;
  background-color: #000;
}
footer.p-footer .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.2rem 8rem;
}
footer.p-footer .inner-wrapper .info-content .logo {
  display: block;
  width: 17.8rem;
}
footer.p-footer .inner-wrapper .info-content .logo img {
  width: 100%;
  display: block;
}
footer.p-footer .inner-wrapper .info-content .company-info {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  color: white;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
footer.p-footer .inner-wrapper .info-content .company-info .company-name {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
footer.p-footer .inner-wrapper .info-content .company-info .company-address {
  margin-top: 2.6rem;
}
footer.p-footer .inner-wrapper .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem 10rem;
}
@media (max-width: 576px) {
  footer.p-footer .inner-wrapper .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .item-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .menu-item {
  display: block;
  position: relative;
  padding-left: 1.4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .menu-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 2rem);
  background-color: white;
  left: 0;
  top: 1rem;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .menu-item .en-title {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: white;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .menu-item .ja-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  font-family: "Noto Sans JP", system-ui;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .menu-item:hover {
  opacity: 0.7;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .sub-menu-list {
  margin-top: 0.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding-left: 1.4rem;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .sub-menu-list .sub-menu-item {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: white;
  font-family: "Noto Sans JP", system-ui;
}
footer.p-footer .inner-wrapper .menu-wrapper .menu-list .sub-menu-list .sub-menu-item:hover {
  opacity: 0.7;
}
footer.p-footer .after-wrapper {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer.p-footer .after-wrapper .sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
footer.p-footer .after-wrapper .sns-wrapper .sns-item {
  display: block;
  padding: 0.72rem;
  background-color: white;
  border-radius: 1rem;
}
footer.p-footer .after-wrapper .sns-wrapper .sns-item:hover {
  opacity: 0.7;
}
footer.p-footer .after-wrapper .sns-wrapper .sns-item img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer.p-footer .after-wrapper .copyright {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  font-family: "Noto Sans JP", system-ui;
}

section.p-page-top {
  position: relative;
  min-height: 69rem;
  overflow: hidden;
  /* SEO用：MV裏の非表示h1（スクリーンリーダー・検索エンジン用） */
}
section.p-page-top .mv-seo-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
section.p-page-top .bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.p-page-top .bg-wrapper .swiper-page-top {
  width: 100%;
  height: 100%;
}
section.p-page-top .bg-wrapper .swiper-slide {
  height: 100%;
}
section.p-page-top .bg-wrapper .bg-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
section.p-page-top .bg-wrapper .bg-item.pattern-01 img {
  position: relative;
  height: 145%;
  right: -23rem;
  width: auto;
}
@media (max-width: 768px) {
  section.p-page-top .bg-wrapper .bg-item.pattern-01 img {
    width: 55.6rem;
    height: 38.3rem;
    top: 3.3rem;
    right: -11rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  section.p-page-top .bg-wrapper .bg-item.pattern-02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
section.p-page-top .bg-wrapper .bg-item.pattern-02 img {
  position: relative;
  height: 117%;
  right: -5rem;
  width: auto;
}
@media (max-width: 768px) {
  section.p-page-top .bg-wrapper .bg-item.pattern-02 img {
    width: 55.6rem;
    height: 38.3rem;
    left: -18rem;
    top: 0;
    right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
section.p-page-top .bg-wrapper .bg-item.pattern-03 img {
  position: relative;
  height: 90%;
  top: 5rem;
  right: -17rem;
  width: auto;
}
@media (max-width: 768px) {
  section.p-page-top .bg-wrapper .bg-item.pattern-03 img {
    width: 55.6rem;
    height: 38.3rem;
    top: 3.3rem;
    right: -11rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
section.p-page-top .bg-wrapper .swiper-pagination {
  z-index: 2;
}
section.p-page-top .inner-content {
  position: relative;
  z-index: 3;
}
section.p-page-top .inner-content .title-wrapper {
  padding: 15.5rem 0 3.6rem 0;
}
@media (max-width: 768px) {
  section.p-page-top .inner-content .title-wrapper {
    padding: 35rem 0 2.4rem 0;
  }
}
section.p-page-top .inner-content .title-wrapper .title {
  font-size: 6rem;
  font-weight: 900;
  font-stretch: condensed;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
section.p-page-top .inner-content .title-wrapper .title p {
  padding: 0 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
section.p-page-top .inner-content .title-wrapper .title p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  section.p-page-top .inner-content .title-wrapper .title {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  section.p-page-top .inner-content .title-wrapper .title {
    font-size: 4rem;
  }
}
section.p-page-top .inner-content .title-wrapper .description {
  padding: 0 1.2rem;
  margin-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  section.p-page-top .inner-content .title-wrapper .description {
    font-size: 1.6rem;
  }
}
section.p-page-top .inner-content .swiper-top-slide-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.p-page-top .inner-content .swiper-top-slide-pagination {
    left: auto;
    right: 0;
    top: auto;
    bottom: 30rem;
  }
}
section.p-page-top .inner-content .swiper-top-slide-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 1;
}
section.p-page-top .inner-content .swiper-top-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
section.p-page-top .inner-content .consult-wrapper {
  position: relative;
  padding-top: 14.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4.3rem;
  z-index: 10;
}
@media (max-width: 768px) {
  section.p-page-top .inner-content .consult-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4.5rem;
  }
}
section.p-page-top .inner-content .consult-wrapper .consult-btn {
  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;
  gap: 1.2rem;
  width: 32.8rem;
  height: 8rem;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#0FF00F), to(#188918));
  background: linear-gradient(to left, #0FF00F 0%, #188918 100%);
  z-index: 11;
  overflow: hidden;
}
section.p-page-top .inner-content .consult-wrapper .consult-btn > * {
  position: relative;
  z-index: 1;
}
section.p-page-top .inner-content .consult-wrapper .consult-btn .no-free-text {
  padding: 0.1rem 0.7rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
}
section.p-page-top .inner-content .consult-wrapper .consult-btn::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(#188918), to(#0FF00F));
  background: linear-gradient(to left, #188918 0%, #0FF00F 100%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 0;
}
section.p-page-top .inner-content .consult-wrapper .consult-btn:hover::after {
  opacity: 1;
}
section.p-page-top .inner-content .consult-wrapper .consult-btn::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: white;
  top: calc(50% - 0.5px);
  right: 0;
  z-index: 2;
}
section.p-page-top .scroll-down-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  section.p-page-top .scroll-down-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    right: 0;
    bottom: 14rem;
  }
}
section.p-page-top .scroll-down-wrapper .scroll-down-text {
  position: relative;
  font-size: 1.2rem;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-top: 9rem;
}
section.p-page-top .scroll-down-wrapper .scroll-down-text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 8.6rem;
  background-color: #000;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.p-page-top .scroll-down-wrapper .scroll-down-text:after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000;
  border-radius: 50%;
  top: 0px;
  left: 0.9rem;
  -webkit-animation: scroll-down-arrow 2s infinite;
          animation: scroll-down-arrow 2s infinite;
}
@-webkit-keyframes scroll-down-arrow {
  0% {
    -webkit-transform: translateY(7.8rem);
            transform: translateY(7.8rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes scroll-down-arrow {
  0% {
    -webkit-transform: translateY(7.8rem);
            transform: translateY(7.8rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.consult-btn-fixed {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  width: 32.8rem;
  height: 8rem;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#0FF00F), to(#188918));
  background: linear-gradient(to left, #0FF00F 0%, #188918 100%);
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 576px) {
  .consult-btn-fixed {
    right: auto;
    left: calc(50% - 16.4rem);
  }
}
.consult-btn-fixed.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.consult-btn-fixed > * {
  position: relative;
  z-index: 1;
}
.consult-btn-fixed .no-free-text {
  padding: 0.1rem 0.7rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
}
.consult-btn-fixed::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(#188918), to(#0FF00F));
  background: linear-gradient(to left, #188918 0%, #0FF00F 100%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 0;
}
.consult-btn-fixed:hover::after {
  opacity: 1;
}
.consult-btn-fixed::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: white;
  top: calc(50% - 0.5px);
  right: 0;
  z-index: 2;
}
@media (max-width: 576px) {
  .consult-btn-fixed.is-sales-school {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, left bottom, from(#0FF00F), to(#188918));
    background: linear-gradient(to bottom, #0FF00F 0%, #188918 100%);
    padding: 2rem 2rem 5rem 2rem;
    gap: 0;
    font-size: 1.4rem;
    left: auto;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .consult-btn-fixed.is-sales-school .no-free-text {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .consult-btn-fixed.is-sales-school::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#188918), to(#0FF00F));
    background: linear-gradient(to bottom, #188918 0%, #0FF00F 100%);
  }
}
@media (max-width: 576px) {
  .consult-btn-fixed.is-sales-school::before {
    width: 1px;
    height: 2.6rem;
    top: auto;
    bottom: 0;
    left: calc(50% - 0.5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

section.p-about-awareness {
  position: relative;
  padding: 5.8rem 0 12.7rem 0;
  background-color: #D9D9D9;
}
section.p-about-awareness::before {
  position: absolute;
  content: "";
  left: 50%;
  max-width: 720px;
  width: 100%;
  aspect-ratio: 720/586;
  background-image: url("../images/front/awareness-before.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 12rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
section.p-about-awareness .inner-content {
  position: relative;
  z-index: 3;
}
section.p-about-awareness .title-content {
  position: relative;
  margin-top: 8.6rem;
}
@media (max-width: 992px) {
  section.p-about-awareness .title-content .b-title {
    margin-left: 3.2rem;
  }
}
section.p-about-awareness .title-content .title-en {
  position: absolute;
  top: 0;
  left: -3.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: 200px;
  letter-spacing: 0.25rem;
}
@media (max-width: 992px) {
  section.p-about-awareness .title-content .title-en {
    left: 0px;
  }
}
@media (max-width: 576px) {
  section.p-about-awareness .title-content .title-en {
    font-size: 1.2rem;
  }
}
section.p-about-awareness .main-content {
  margin-top: 8rem;
}
section.p-about-awareness .main-content .title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.1rem;
}
section.p-about-awareness .main-content .title p {
  margin: 0;
}
section.p-about-awareness .main-content .description {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  line-height: 2.6;
  text-align: right;
}
@media (max-width: 768px) {
  section.p-about-awareness .main-content .description {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-about-awareness .main-content .description {
    font-size: 1.4rem;
  }
}
section.p-about-awareness .news-conetent {
  max-width: 560px;
  margin-left: auto;
}

.b-title {
  font-size: 5.6rem;
  font-weight: 900;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.b-title.fs-26 {
  font-size: 2.6rem;
}
.b-title.b-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (max-width: 768px) {
  .b-title {
    font-size: 4.8rem;
  }
  .b-title.fs-26 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .b-title {
    font-size: 3rem;
  }
  .b-title.fs-26 {
    font-size: 2.2rem;
  }
}
@media (max-width: 420px) {
  .b-title {
    font-size: 2.6rem;
  }
  .b-title.fs-26 {
    font-size: 2rem;
  }
}
.b-title > p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 2rem 0.7rem 2rem;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
@media (max-width: 576px) {
  .b-title > p {
    padding: 1.6rem 1.6rem 0.7rem 1.6rem;
  }
}
.b-title > p .back-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.b-title > p:not(:last-child) {
  margin-bottom: 1rem;
}
.b-title .sm-txt {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .b-title .sm-txt {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .b-title .sm-txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 420px) {
  .b-title .sm-txt {
    font-size: 1.6rem;
  }
}

.news-item {
  position: relative;
  display: block;
  padding: 0.8rem 0px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.news-item::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/icons/arrow-bt.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0.8rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.news-item:hover {
  opacity: 0.8;
}
.news-item:hover::before {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.news-item .h-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem 1.2rem;
}
.news-item .h-wrapper .post-date {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
}
.news-item .h-wrapper .category {
  padding: 0.4rem 1.2rem;
  min-width: 7.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: white;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 100%;
  text-align: center;
}
.news-item .new-title {
  margin-top: 0.3rem;
  font-size: 1.4rem;
  color: #000;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 3.2rem;
}

.section-title-content {
  position: relative;
  z-index: 3;
}
.section-title-content .title-en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}
.section-title-content .title-en.text-white {
  color: white;
}
.section-title-content .title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section-title-content .title.text-white {
  color: white;
}
@media (max-width: 768px) {
  .section-title-content .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .section-title-content .title {
    font-size: 2.8rem;
  }
}
.section-title-content .title .sm-txt {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-title-content .title .sm-txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-title-content .title .sm-txt {
    font-size: 1.6rem;
  }
}

section.p-our-service .slug-content {
  margin-top: 3.4rem;
}
section.p-our-service .slug-content .slug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  section.p-our-service .slug-content .slug {
    font-size: 4.8rem;
  }
}
@media (max-width: 576px) {
  section.p-our-service .slug-content .slug {
    font-size: 3rem;
  }
}
section.p-our-service .slug-content .slug p {
  background-color: #000;
  color: white;
  padding: 0 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
section.p-our-service .slug-content .slug p:not(:last-child) {
  margin-bottom: 1rem;
}
section.p-our-service .slug-content .description {
  margin-top: 3.4rem;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.08em;
}

.template-service-list {
  margin-top: 7.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5.7rem;
}
.template-service-list .service-item {
  position: relative;
  padding: 6rem 0rem 0rem 11.8rem;
  counter-increment: service-item;
}
@media (max-width: 576px) {
  .template-service-list .service-item {
    padding: 14rem 0rem 0rem 2.4rem;
  }
}
.template-service-list .service-item::before {
  position: absolute;
  content: "SERVICE 0" counter(service-item);
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  left: 0;
  top: -3rem;
}
.template-service-list .service-item .img-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33rem;
  aspect-ratio: 330/245;
  left: 0;
  top: 0;
}
.template-service-list .service-item .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-service-list .service-item .inner-content {
  padding: 4.7rem 3rem 2rem 30rem;
  background-color: #D9D9D9;
}
@media (max-width: 992px) {
  .template-service-list .service-item .inner-content {
    padding: 4.7rem 3rem 2rem 25rem;
  }
}
@media (max-width: 576px) {
  .template-service-list .service-item .inner-content {
    padding: 12.5rem 3rem 2rem 3rem;
  }
}
.template-service-list .service-item .inner-content .item-title-wrapper .item-title-en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}
.template-service-list .service-item .inner-content .item-title-wrapper .item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.template-service-list .service-item .inner-content .description {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  line-height: 2;
}
.template-service-list .service-item .inner-content .description .description-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
.template-service-list .service-item .inner-content .more-content {
  margin-top: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.more-btn {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.08em;
  padding-right: 3.4rem;
}
.more-btn::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/icons/arrow-bt.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: calc(50% - 0.7rem);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.more-btn:hover {
  opacity: 0.7;
}
.more-btn:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}

section.p-why-awareness .main-content {
  position: relative;
  padding: 10rem 0;
  min-height: 53rem;
  background: url("../images/front/coworkers-team-brainstorming.png") no-repeat center center;
}
section.p-why-awareness .main-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
section.p-why-awareness .main-content .description {
  position: relative;
  margin-top: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: white;
  text-align: center;
  z-index: 3;
}
section.p-why-awareness .why-list-content {
  position: relative;
  margin-top: -18.5rem;
  z-index: 3;
  padding-bottom: 8rem;
}
section.p-why-awareness .why-list-content .why-list-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.8rem 8rem;
}
@media (max-width: 768px) {
  section.p-why-awareness .why-list-content .why-list-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item {
  position: relative;
  counter-increment: why-item;
  max-width: 42rem;
  width: 100%;
  margin: auto;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item::before {
  position: absolute;
  content: "0" counter(why-item);
  font-size: 3rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  left: 1rem;
  top: 0.5rem;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .m-content {
  padding: 2rem 2rem 4rem 2rem;
  background-color: #D0D0D0;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .m-content .icon {
  max-width: 28rem;
  aspect-ratio: 300/185;
  width: 100%;
  margin: auto;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .m-content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .item-lable {
  position: relative;
  margin-top: -5.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 700;
  line-height: 1.5;
  z-index: 5;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .item-lable p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0 1.2rem;
  overflow: hidden;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .item-lable p .black-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: -1;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .item-lable p:not(:last-child) {
  margin-bottom: 0.6rem;
}
section.p-why-awareness .why-list-content .why-list-wrapper .why-item .small-txt {
  margin-top: -0.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: right;
}

section.p-members {
  position: relative;
  padding: 12rem 0 3.8rem 0;
}
section.p-members::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 39rem;
  background-color: #D9D9D9;
  left: 0;
  bottom: 0;
  z-index: 1;
}
section.p-members .description {
  margin-top: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
}
section.p-members .member-list {
  position: relative;
  z-index: 3;
  margin-top: 5.5rem;
}
section.p-members .member-list.is-all-visible .pagination-wrapper {
  display: none;
}
section.p-members .member-list .member-item {
  counter-increment: member-item;
  width: 28.6rem;
  overflow: hidden;
}
section.p-members .member-list .member-item .member-num {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}
section.p-members .member-list .member-item .photo-content {
  position: relative;
  width: 100%;
  aspect-ratio: 286/380;
  background-image: url("../images/front/photo-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.p-members .member-list .member-item .photo-content img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  height: calc(100% + 2rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
section.p-members .member-list .member-item .inner-content {
  position: relative;
  margin-top: -7rem;
  z-index: 3;
}
section.p-members .member-list .member-item .inner-content .name {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  padding: 1rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.p-members .member-list .member-item .inner-content .name .back-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  left: 0;
  top: 0;
  z-index: -1;
}
section.p-members .member-list .member-item .inner-content .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.6rem;
  padding: 2.5rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #000;
  background-color: white;
  margin-right: 2.8rem;
}
section.p-members .member-pagination-wrapper {
  display: none;
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  section.p-members .member-pagination-wrapper {
    display: block;
  }
}
section.p-members .member-pagination-wrapper .next-btn,
section.p-members .member-pagination-wrapper .prev-btn {
  position: absolute;
  top: calc(50% - 2.8rem);
  width: 2rem;
  height: 4rem;
  background-image: url("../images/icons/next-btn-b.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
  cursor: pointer;
}
section.p-members .member-pagination-wrapper .next-btn {
  position: absolute;
  right: 0;
}
section.p-members .member-pagination-wrapper .prev-btn {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.p-members .member-pagination-wrapper .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
section.p-members .member-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  cursor: pointer;
}
section.p-members .member-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
section.p-members .more-content {
  position: relative;
  z-index: 3;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.p-growth-story {
  position: relative;
  padding: 18rem 0rem 6rem 0;
}
@media (max-width: 768px) {
  section.p-growth-story {
    padding: 14rem 0rem 15rem 0;
  }
}
section.p-growth-story::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 46rem;
  background-image: url("../images/front/growth-story-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  section.p-growth-story::before {
    height: 76rem;
  }
}
section.p-growth-story .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 45rem;
  grid-template-columns: 1fr 45rem;
  gap: 6rem 4rem;
}
@media (max-width: 768px) {
  section.p-growth-story .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3.3rem;
  }
}
section.p-growth-story .description {
  margin-top: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
section.p-growth-story .main-content {
  margin-top: 12rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5.3rem;
  z-index: 3;
}
@media (max-width: 768px) {
  section.p-growth-story .main-content {
    margin-top: 0rem;
    gap: 4rem;
  }
}
section.p-growth-story .main-content .growth-item .label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: white;
}
section.p-growth-story .main-content .growth-item .detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: white;
}
@media (max-width: 768px) {
  section.p-growth-story .r-content {
    padding: 0 2.4rem;
  }
}
section.p-growth-story .r-content .label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.p-growth-story .r-content .label-content .label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  clip-path: polygon(1.5rem 0, 100% 0, 100% 100%, 0 100%);
  background-color: #000;
  color: white;
  padding: 0.6rem 2.4rem 0.6rem 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.p-growth-story .r-content .interview-wrapper {
  width: 100%;
}
section.p-growth-story .r-content .interview-wrapper .swiper-interview {
  overflow: hidden;
}
section.p-growth-story .r-content .interview-wrapper .interview-item {
  width: 100%;
  aspect-ratio: 450/437;
}
section.p-growth-story .r-content .interview-wrapper .interview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-growth-story .r-content .pagination-wrapper {
  margin-top: 3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  section.p-growth-story .r-content .pagination-wrapper {
    position: absolute;
    bottom: 5rem;
    width: calc(100% - 4.8rem);
    left: 0;
    margin: 0 2.4rem;
  }
}
section.p-growth-story .r-content .pagination-wrapper .next-btn,
section.p-growth-story .r-content .pagination-wrapper .prev-btn {
  position: absolute;
  top: calc(50% - 2.3rem);
  width: 1.5rem;
  height: 3rem;
  background-image: url("../images/icons/next-btn-w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
}
@media (max-width: 768px) {
  section.p-growth-story .r-content .pagination-wrapper .next-btn,
  section.p-growth-story .r-content .pagination-wrapper .prev-btn {
    display: block;
  }
}
section.p-growth-story .r-content .pagination-wrapper .next-btn {
  right: 0;
}
section.p-growth-story .r-content .pagination-wrapper .prev-btn {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.p-growth-story .r-content .pagination-wrapper .swiper-pagination {
  margin-top: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 768px) {
  section.p-growth-story .r-content .pagination-wrapper .swiper-pagination {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.p-growth-story .r-content .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
section.p-growth-story .r-content .pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

section.p-top-message {
  position: relative;
  padding: 12rem 0 18rem 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.p-top-message {
    padding: 12rem 0 12rem 0;
  }
}
section.p-top-message::before {
  position: absolute;
  content: "";
  width: 112rem;
  aspect-ratio: 1120/500;
  background-image: url("../images/front/top-message-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -3rem;
  right: calc(50% - 110rem);
  z-index: 1;
}
@media (max-width: 992px) {
  section.p-top-message::before {
    right: calc(50% - 90rem);
  }
}
@media (max-width: 768px) {
  section.p-top-message::before {
    width: 78rem;
    top: -1.6rem;
    right: calc(50% - 56rem);
  }
}
@media (max-width: 576px) {
  section.p-top-message::before {
    width: 60rem;
    top: -1.6rem;
    right: calc(50% - 40rem);
  }
}
section.p-top-message .inner-content {
  position: relative;
  z-index: 3;
}
section.p-top-message .inner-content .b-title {
  margin-top: 3.4rem;
}
@media (max-width: 768px) {
  section.p-top-message .inner-content .b-title {
    margin-top: 2.8rem;
  }
}
@media (max-width: 576px) {
  section.p-top-message .inner-content .b-title {
    margin-top: 2.4rem;
  }
}
section.p-top-message .inner-content .f-content {
  position: relative;
  padding-right: 26rem;
  margin-top: 3.4rem;
}
@media (max-width: 768px) {
  section.p-top-message .inner-content .f-content {
    padding-right: 0;
  }
}
section.p-top-message .inner-content .f-content .description {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
section.p-top-message .inner-content .f-content .signature-content {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  section.p-top-message .inner-content .f-content .signature-content {
    position: relative;
    margin-top: 2.6rem;
    bottom: auto;
    right: auto;
  }
}
section.p-top-message .inner-content .f-content .signature-content .en-name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Noto Sans Myanmar", "Noto Sans JP", system-ui;
  letter-spacing: 0.31em;
  color: #000;
  text-align: right;
}
section.p-top-message .inner-content .f-content .signature-content .jp-name {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  color: #000;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  letter-spacing: 0.2em;
}
section.p-top-message .inner-content .f-content .signature-content .jp-name .jp-name-label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  margin-right: 1.6rem;
}
section.p-top-message .inner-content .f-content .signature-content .jp-name .jp-name-jp {
  width: 14rem;
}
section.p-top-message .youtube-content {
  margin-top: 11.7rem;
}
@media (max-width: 768px) {
  section.p-top-message .youtube-content {
    margin-top: 8rem;
  }
}
section.p-top-message .youtube-content .youtube-sub-wrapper {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.6rem minmax(0, 1fr) 1.6rem minmax(0, 1fr) 1.6rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}
@media (max-width: 768px) {
  section.p-top-message .youtube-content .youtube-sub-wrapper {
    margin-top: 3.2rem;
    -ms-grid-columns: minmax(0, 1fr) 1.2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
section.p-top-message .youtube-content .youtube-embed {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.p-top-message .youtube-content .youtube-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.p-page-news {
  padding: 7.3rem 0 6.8rem 0;
  background-color: #D9D9D9;
}
@media (max-width: 768px) {
  section.p-page-news {
    padding: 6rem 0 6.8rem 0;
  }
}
section.p-page-news .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 13.2rem minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13.2rem;
}
@media (max-width: 1200px) {
  section.p-page-news .inner-wrapper {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  section.p-page-news .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
section.p-page-news .inner-wrapper .news-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
section.p-page-news .more-content {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  section.p-page-news .more-content {
    margin-top: 2.8rem;
  }
}

section.p-noticing,
section.p-noticing-sales {
  padding: 11rem 0 12rem 0;
}
@media (max-width: 768px) {
  section.p-noticing,
  section.p-noticing-sales {
    padding: 10rem 0 12rem 0;
  }
}
@media (max-width: 420px) {
  section.p-noticing,
  section.p-noticing-sales {
    padding: 6rem 0 8rem 0;
  }
}
@media (max-width: 768px) {
  section.p-noticing .b-title > p,
  section.p-noticing-sales .b-title > p {
    min-width: 42rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  section.p-noticing .b-title > p,
  section.p-noticing-sales .b-title > p {
    min-width: 27rem;
  }
}
@media (max-width: 420px) {
  section.p-noticing .b-title > p,
  section.p-noticing-sales .b-title > p {
    min-width: 24rem;
  }
}
section.p-noticing .title,
section.p-noticing-sales .title {
  font-size: 5.6rem;
  font-weight: 900;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-noticing .title,
  section.p-noticing-sales .title {
    font-size: 4.8rem;
  }
}
@media (max-width: 576px) {
  section.p-noticing .title,
  section.p-noticing-sales .title {
    font-size: 3rem;
  }
}
section.p-noticing .title p,
section.p-noticing-sales .title p {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  padding: 0 1.2rem;
}
section.p-noticing .title p:not(:last-child),
section.p-noticing-sales .title p:not(:last-child) {
  margin-bottom: 1rem;
}
section.p-noticing .description,
section.p-noticing-sales .description {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.p-noticing .noticing-link-wrapper,
section.p-noticing-sales .noticing-link-wrapper {
  margin-top: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

section.p-subpage-mv {
  background-image: url("../images/subpage/subpage-mv-bg.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
section.p-subpage-mv .inner-content {
  position: relative;
  padding: 20rem 0 3rem 0;
}
section.p-subpage-mv .inner-content .title-cotent .title-en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.05em;
}
section.p-subpage-mv .inner-content .title-cotent .title {
  font-size: 3.6rem;
  font-weight: 800;
  font-family: "Noto Sans JP", system-ui;
  color: white;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
section.p-subpage-mv .inner-content .breadcrumb-wrapper {
  margin-top: 11.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
section.p-subpage-mv .inner-content .breadcrumb-wrapper .breadcrumb-item:not(:last-child) {
  display: block;
  position: relative;
}
section.p-subpage-mv .inner-content .breadcrumb-wrapper .breadcrumb-item:not(:last-child)::after {
  position: absolute;
  content: "/";
  right: -1.7rem;
  top: 0;
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
}
section.p-subpage-mv .inner-content .breadcrumb-wrapper .breadcrumb-item .breadcrumb-item-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: white;
  letter-spacing: 0.05em;
}
section.p-subpage-mv .inner-content .breadcrumb-wrapper .breadcrumb-item a {
  cursor: pointer;
}
section.p-subpage-mv .inner-content .breadcrumb-wrapper .breadcrumb-item a:hover {
  opacity: 0.7;
}
section.p-subpage-mv .inner-content .subpage-consult-btn {
  position: absolute;
  bottom: 3rem;
  right: 0rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  width: 32.8rem;
  height: 8rem;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#0FF00F), to(#188918));
  background: linear-gradient(to left, #0FF00F 0%, #188918 100%);
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 576px) {
  section.p-subpage-mv .inner-content .subpage-consult-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, left bottom, from(#0FF00F), to(#188918));
    background: linear-gradient(to bottom, #0FF00F 0%, #188918 100%);
    padding: 2rem 2rem 5rem 2rem;
    gap: 0;
    font-size: 1.4rem;
  }
}
section.p-subpage-mv .inner-content .subpage-consult-btn > * {
  position: relative;
  z-index: 1;
}
section.p-subpage-mv .inner-content .subpage-consult-btn .no-free-text {
  padding: 0.1rem 0.7rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
  margin-right: 1.2rem;
}
@media (max-width: 576px) {
  section.p-subpage-mv .inner-content .subpage-consult-btn .no-free-text {
    margin-bottom: 1rem;
  }
}
section.p-subpage-mv .inner-content .subpage-consult-btn::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(#188918), to(#0FF00F));
  background: linear-gradient(to left, #188918 0%, #0FF00F 100%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 0;
}
@media (max-width: 576px) {
  section.p-subpage-mv .inner-content .subpage-consult-btn::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#188918), to(#0FF00F));
    background: linear-gradient(to bottom, #188918 0%, #0FF00F 100%);
  }
}
section.p-subpage-mv .inner-content .subpage-consult-btn:hover::after {
  opacity: 1;
}
section.p-subpage-mv .inner-content .subpage-consult-btn::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: white;
  top: calc(50% - 0.5px);
  right: 0;
  z-index: 2;
}
@media (max-width: 576px) {
  section.p-subpage-mv .inner-content .subpage-consult-btn::before {
    width: 1px;
    height: 2.6rem;
    top: auto;
    bottom: 0;
    left: calc(50% - 0.5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

section.what-believe .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  section.what-believe .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
section.what-believe .title-content .en-title {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}
section.what-believe .title-content .title {
  margin-top: 0.3rem;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.5;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
section.what-believe .title-content .title.b-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (max-width: 576px) {
  section.what-believe .title-content .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 420px) {
  section.what-believe .title-content .title {
    font-size: 2.2rem;
  }
}
section.what-believe .title-content .title > p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 2rem;
  overflow: hidden;
  line-height: 1.7;
}
@media (max-width: 576px) {
  section.what-believe .title-content .title > p {
    width: 100%;
  }
}
section.what-believe .title-content .title > p .back-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
section.what-believe .title-content .title > p:not(:last-child) {
  margin-bottom: 1rem;
}
section.what-believe .title-content .title .sm-txt {
  font-size: 2rem;
}
@media (max-width: 576px) {
  section.what-believe .title-content .title .sm-txt {
    font-size: 1.6rem;
  }
}
section.what-believe .title-content.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.what-believe .title-content.justify-center .title p {
  margin: auto;
}
section.what-believe .title-content.justify-center .title p:not(:last-child) {
  margin-bottom: 1rem;
}
section.what-believe .title-content.justify-center .title .text-content {
  display: block;
  text-align: center;
}

.category-wrapper {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
}
.category-wrapper .category-item {
  padding: 0.6rem 2rem;
  background-color: white;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 100%;
  text-align: center;
  border: 1px solid #000;
}
.category-wrapper .category-item:hover {
  opacity: 0.8;
}
.category-wrapper .category-item.active {
  background-color: #000;
  color: white;
  border-color: transparent;
}

section.p-page-archive-news .category-wrapper {
  margin-top: 8rem;
}
section.p-page-archive-news .news-lists {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
section.p-page-archive-news .noticing-content {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-wrapper {
  margin-top: 8rem;
}
.pagination-wrapper .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.pagination-wrapper .wp-pagenavi .page,
.pagination-wrapper .wp-pagenavi .current,
.pagination-wrapper .wp-pagenavi .nextpostslink,
.pagination-wrapper .wp-pagenavi .previouspostslink,
.pagination-wrapper .wp-pagenavi .extend {
  font-size: 1.4rem;
  padding: 0.6rem 0.6rem;
  font-family: "Noto Sans JP", system-ui;
}
.pagination-wrapper .wp-pagenavi .current {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

section.p-page-mission {
  position: relative;
  background-color: #D9D9D9;
}
section.p-page-mission::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 26rem;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  section.p-page-mission::before {
    height: 23rem;
  }
}
@media (max-width: 576px) {
  section.p-page-mission::before {
    height: 17rem;
  }
}
@media (max-width: 420px) {
  section.p-page-mission::before {
    height: 16rem;
  }
}
@media (max-width: 576px) {
  section.p-page-mission .content-title > p {
    width: 100%;
    text-align: center;
  }
}
section.p-page-mission .inner-content {
  position: relative;
  z-index: 3;
}
section.p-page-mission .inner-content .main-wrapper {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 4rem 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.p-page-mission .inner-content .main-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
section.p-page-mission .inner-content .main-wrapper .description-content {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 2;
  letter-spacing: -0.06em;
  color: #000;
  text-align: justify;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  section.p-page-mission .inner-content .main-wrapper .description-content {
    margin-top: 2.4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-mission .inner-content .main-wrapper .description-content {
    margin-top: 0rem;
    text-align: center;
  }
}

.mw-content-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw-content-label .en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}
.mw-content-label .content-title {
  margin-top: 0.2rem;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.5;
}
.mw-content-label .content-title > p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  overflow: hidden;
}
.mw-content-label .content-title > p:not(:last-child) {
  margin-bottom: 1rem;
}
.mw-content-label .content-title > p .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.mw-content-label .content-title > p .text-content {
  position: relative;
  z-index: 2;
}

section.p-page-vision .value-content {
  margin-top: 6.8rem;
}
section.p-page-vision .value-content .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 52.8rem 0 1fr;
  grid-template-columns: 52.8rem 1fr;
  gap: 0;
}
@media (max-width: 1200px) {
  section.p-page-vision .value-content .inner-wrapper {
    -ms-grid-columns: 45rem 1fr;
    grid-template-columns: 45rem 1fr;
  }
}
@media (max-width: 992px) {
  section.p-page-vision .value-content .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.p-page-vision .value-content .inner-wrapper .title-content {
  padding-top: 6.6rem;
  padding-left: 15rem;
  position: relative;
  background-image: url("../images/subpage/vision-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1200px) {
  section.p-page-vision .value-content .inner-wrapper .title-content {
    padding-top: 6rem;
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  section.p-page-vision .value-content .inner-wrapper .title-content {
    padding: 6rem 7.2rem;
  }
}
@media (max-width: 768px) {
  section.p-page-vision .value-content .inner-wrapper .title-content {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-vision .value-content .inner-wrapper .title-content {
    padding: 6rem 2.4rem;
  }
}
section.p-page-vision .value-content .inner-wrapper .title-content .mw-content-label .en {
  color: white;
}
section.p-page-vision .value-content .inner-wrapper .r-content {
  background-color: #D9D9D9;
  padding: 6.2rem 7.2rem;
}
@media (max-width: 768px) {
  section.p-page-vision .value-content .inner-wrapper .r-content {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-vision .value-content .inner-wrapper .r-content {
    padding: 4rem 2.4rem;
  }
}
section.p-page-vision .value-content .inner-wrapper .r-content .value-item:not(:last-child) {
  margin-bottom: 3.2rem;
}
section.p-page-vision .value-content .inner-wrapper .r-content .value-item .item-label {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
section.p-page-vision .value-content .inner-wrapper .r-content .value-item .item-description {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}

section.p-our-name {
  margin: 0rem 0 10rem 0;
  background-image: url("../images/subpage/our-name-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.p-our-name {
    background-position: center top;
  }
}
section.p-our-name .inner-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  section.p-our-name .inner-content .section-title-content .title {
    text-align: center;
    margin-bottom: 16rem;
  }
}
@media (max-width: 768px) {
  section.p-our-name .inner-content .section-title-content .title-en {
    text-align: center;
  }
}
section.p-our-name .inner-content::after {
  position: absolute;
  content: "";
  width: 34rem;
  aspect-ratio: 340/361;
  background-image: url("../images/subpage/name.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  section.p-our-name .inner-content::after {
    width: 24rem;
  }
}
@media (max-width: 768px) {
  section.p-our-name .inner-content::after {
    width: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 9rem;
  }
}
section.p-our-name .inner-content .description {
  margin-top: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: justify;
}
@media (max-width: 420px) {
  section.p-our-name .inner-content .title-content .title {
    font-size: 2rem;
    letter-spacing: -0.15rem;
  }
}
section.p-our-name .mt-10 {
  margin-top: 10rem;
}

section.p-company-profile {
  background-color: #D9D9D9;
}
section.p-company-profile .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10rem 45rem;
  grid-template-columns: auto 45rem;
  gap: 4rem 10rem;
}
@media (max-width: 768px) {
  section.p-company-profile .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
section.p-company-profile .inner-wrapper .info-wrapper .info-item {
  padding: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem 1fr;
  grid-template-columns: 15rem 1fr;
  border-bottom: 1px solid #000;
}
@media (max-width: 576px) {
  section.p-company-profile .inner-wrapper .info-wrapper .info-item {
    -ms-grid-columns: 10rem 1fr;
    grid-template-columns: 10rem 1fr;
  }
}
section.p-company-profile .inner-wrapper .info-wrapper .info-item .info-item-label {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.05em;
}
section.p-company-profile .inner-wrapper .info-wrapper .info-item .info-item-value {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
}

.p-single-content {
  padding: 7rem 0 10rem 0;
}
.p-single-content .single-main {
  margin-top: 4rem;
}
.p-single-content .single-main .single-date {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
}
.p-single-content .single-main .single-title {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.05em;
}
.p-single-content .single-main .single-content {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: justify;
}
.p-single-content .single-main .single-content > * + * {
  margin-top: 1.6rem;
}
.p-single-content .single-main .single-content h1,
.p-single-content .single-main .single-content h2,
.p-single-content .single-main .single-content h3,
.p-single-content .single-main .single-content h4,
.p-single-content .single-main .single-content h5,
.p-single-content .single-main .single-content h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}
.p-single-content .single-main .single-content h1:first-child,
.p-single-content .single-main .single-content h2:first-child,
.p-single-content .single-main .single-content h3:first-child,
.p-single-content .single-main .single-content h4:first-child,
.p-single-content .single-main .single-content h5:first-child,
.p-single-content .single-main .single-content h6:first-child {
  margin-top: 0;
}
.p-single-content .single-main .single-content h1 {
  font-size: 2.4rem;
}
.p-single-content .single-main .single-content h2 {
  font-size: 2rem;
}
.p-single-content .single-main .single-content h3 {
  font-size: 1.8rem;
}
.p-single-content .single-main .single-content h4 {
  font-size: 1.6rem;
}
.p-single-content .single-main .single-content h5 {
  font-size: 1.5rem;
}
.p-single-content .single-main .single-content h6 {
  font-size: 1.4rem;
}
.p-single-content .single-main .single-content p {
  margin-bottom: 0;
}
.p-single-content .single-main .single-content a {
  color: #188918;
  text-decoration: underline;
}
.p-single-content .single-main .single-content a:hover {
  opacity: 0.8;
}
.p-single-content .single-main .single-content ul,
.p-single-content .single-main .single-content ol {
  padding-left: 2em;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.p-single-content .single-main .single-content ul {
  list-style-type: disc;
}
.p-single-content .single-main .single-content ol {
  list-style-type: decimal;
}
.p-single-content .single-main .single-content li {
  margin-top: 0.4rem;
}
.p-single-content .single-main .single-content blockquote {
  margin: 2rem 0;
  padding: 1.2rem 0 1.2rem 1.6rem;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
}
.p-single-content .single-main .single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.4rem;
}
.p-single-content .single-main .single-content th,
.p-single-content .single-main .single-content td {
  border: 1px solid #ddd;
  padding: 0.8rem 1.2rem;
  text-align: left;
}
.p-single-content .single-main .single-content th {
  font-weight: 700;
  background-color: #f5f5f5;
}
.p-single-content .single-main .single-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-single-content .single-main .single-content strong {
  font-weight: 700;
}
.p-single-content .single-main .single-content em {
  font-style: italic;
}
.p-single-content .single-main .single-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-single-content .single-main .single-content {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
  .p-single-content .single-main .single-content > * + * {
    margin-top: 1.4rem;
  }
  .p-single-content .single-main .single-content h1,
  .p-single-content .single-main .single-content h2,
  .p-single-content .single-main .single-content h3,
  .p-single-content .single-main .single-content h4,
  .p-single-content .single-main .single-content h5,
  .p-single-content .single-main .single-content h6 {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
  }
  .p-single-content .single-main .single-content h1 {
    font-size: 2.2rem;
  }
  .p-single-content .single-main .single-content h2 {
    font-size: 1.8rem;
  }
  .p-single-content .single-main .single-content h3 {
    font-size: 1.6rem;
  }
  .p-single-content .single-main .single-content h4 {
    font-size: 1.5rem;
  }
  .p-single-content .single-main .single-content h5 {
    font-size: 1.4rem;
  }
  .p-single-content .single-main .single-content h6 {
    font-size: 1.3rem;
  }
  .p-single-content .single-main .single-content ul,
  .p-single-content .single-main .single-content ol {
    padding-left: 1.6em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .p-single-content .single-main .single-content blockquote {
    margin: 1.6rem 0;
    padding: 1rem 0 1rem 1.2rem;
    border-left-width: 3px;
  }
  .p-single-content .single-main .single-content table {
    margin: 1.6rem 0;
    font-size: 1.3rem;
  }
  .p-single-content .single-main .single-content th,
  .p-single-content .single-main .single-content td {
    padding: 0.6rem 1rem;
  }
  .p-single-content .single-main .single-content hr {
    margin: 1.6rem 0;
  }
}
@media (max-width: 576px) {
  .p-single-content .single-main .single-content {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .p-single-content .single-main .single-content > * + * {
    margin-top: 1.2rem;
  }
  .p-single-content .single-main .single-content h1,
  .p-single-content .single-main .single-content h2,
  .p-single-content .single-main .single-content h3,
  .p-single-content .single-main .single-content h4,
  .p-single-content .single-main .single-content h5,
  .p-single-content .single-main .single-content h6 {
    margin-top: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .p-single-content .single-main .single-content h1 {
    font-size: 2rem;
  }
  .p-single-content .single-main .single-content h2 {
    font-size: 1.7rem;
  }
  .p-single-content .single-main .single-content h3 {
    font-size: 1.5rem;
  }
  .p-single-content .single-main .single-content h4 {
    font-size: 1.4rem;
  }
  .p-single-content .single-main .single-content h5 {
    font-size: 1.3rem;
  }
  .p-single-content .single-main .single-content h6 {
    font-size: 1.2rem;
  }
  .p-single-content .single-main .single-content ul,
  .p-single-content .single-main .single-content ol {
    padding-left: 1.4em;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .p-single-content .single-main .single-content li {
    margin-top: 0.3rem;
  }
  .p-single-content .single-main .single-content blockquote {
    margin: 1.2rem 0;
    padding: 0.8rem 0 0.8rem 1rem;
    border-left-width: 3px;
    font-size: 1.15rem;
  }
  .p-single-content .single-main .single-content table {
    margin: 1.2rem 0;
    font-size: 1.2rem;
    display: block;
    overflow-x: auto;
  }
  .p-single-content .single-main .single-content th,
  .p-single-content .single-main .single-content td {
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
  }
  .p-single-content .single-main .single-content hr {
    margin: 1.2rem 0;
  }
}
.p-single-content .link-wrapper {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-single-content .link-wrapper .link-item {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", system-ui;
  padding-right: 3.2rem;
  cursor: pointer;
}
.p-single-content .link-wrapper .link-item::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../images/icons/arrow-bt.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: calc(50% - 0.7rem);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s;
}
.p-single-content .link-wrapper .link-item:hover {
  opacity: 0.8;
}
.p-single-content .link-wrapper .link-item:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.p-single-content .contact-link-wrapper {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.p-contact .p-line-content {
  text-align: center;
}
section.p-contact .p-line-content .line-link-wrapper {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.p-contact .mt-8 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  section.p-contact .mt-8 {
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  section.p-contact .mt-8 {
    margin-top: 4rem;
  }
}
section.p-contact .max-w-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
section.p-contact .mt-38 {
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  section.p-contact .mt-38 {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  section.p-contact .mt-38 {
    margin-top: 2rem;
  }
}
section.p-contact .form-note {
  margin-top: 2.6rem;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}
section.p-contact .terms-content {
  margin-top: 6rem;
  border: 1px solid #707070;
  padding: 2rem 5rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  max-height: 700px;
  overflow-y: auto;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-contact .terms-content {
    padding: 2rem 4rem 2rem 2rem;
  }
}
@media (max-width: 576px) {
  section.p-contact .terms-content {
    padding: 2rem 3rem 2rem 2rem;
  }
}
section.p-contact .agree-terms-wrapper {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
section.p-contact .submit-wrapper {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form-content .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.p-form-content .form-item:not(:last-child) {
  margin-bottom: 2.6rem;
}
.p-form-content .form-item .form-label {
  position: relative;
  font-size: 1.4rem;
  width: 100%;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5rem;
}
.p-form-content .form-item .form-label.required::before {
  position: absolute;
  content: "必須";
  font-size: 1rem;
  color: white;
  background-color: #FF0000;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  line-height: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-content .form-item .form-input {
  height: 50px;
  width: 100%;
  background-color: #E3E3E3;
  border: none;
  border-radius: 0.5rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-form-content .form-item .form-textarea {
  width: 100%;
  background-color: #E3E3E3;
  border: none;
  border-radius: 0.5rem;
  padding: 1.6rem;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.p-contact-thanks .title {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
}
section.p-contact-thanks .description-content {
  margin-top: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
  text-align: center;
}
section.p-contact-thanks .link-wrapper {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.p-contact-thanks .link-wrapper .link-item {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", system-ui;
  padding-right: 3.2rem;
  cursor: pointer;
}
section.p-contact-thanks .link-wrapper .link-item::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../images/icons/arrow-bt.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: calc(50% - 0.7rem);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s;
}
section.p-contact-thanks .link-wrapper .link-item:hover {
  opacity: 0.8;
}
section.p-contact-thanks .link-wrapper .link-item:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}

section.p-salse-mission {
  position: relative;
  background-color: #D9D9D9;
  padding-bottom: 6rem;
}
section.p-salse-mission::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25rem;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  section.p-salse-mission::before {
    height: 22rem;
  }
}
@media (max-width: 576px) {
  section.p-salse-mission::before {
    height: 16.2rem;
  }
}
section.p-salse-mission .inner-content {
  position: relative;
  z-index: 3;
}
section.p-salse-mission .description-content {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-salse-mission .description-content {
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  section.p-salse-mission .description-content {
    margin-top: 3rem;
  }
}

section.p-problem .title-content {
  position: relative;
  z-index: 2;
}
section.p-problem .problem-content {
  margin: auto;
  margin-top: -2.4rem;
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 6.4rem 2.4rem 4.5rem 2.4rem;
  background-color: #D8D8D8;
}
@media (max-width: 576px) {
  section.p-problem .problem-content {
    padding: 6.4rem 1.6rem 4.5rem 2.4rem;
  }
}
section.p-problem .problem-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/subpage/problem-grid.svg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  left: 0;
  top: 0;
}

.content-problem-list {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
@media (max-width: 768px) {
  .content-problem-list {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .content-problem-list {
    gap: 1.6rem;
  }
}
.content-problem-list .problem-item {
  position: relative;
  list-style: none;
  padding-left: 4rem;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .content-problem-list .problem-item {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .content-problem-list .problem-item {
    font-size: 1.8rem;
  }
}
.content-problem-list .problem-item::before {
  position: absolute;
  content: "";
  width: 3.8rem;
  height: 2.9rem;
  background-image: url("../images/icons/checkbox-active.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0.1rem;
  left: 0;
}
@media (max-width: 768px) {
  .content-problem-list .problem-item::before {
    width: 3.4rem;
    height: 2.6rem;
  }
}
@media (max-width: 576px) {
  .content-problem-list .problem-item::before {
    width: 3rem;
    height: 2.2rem;
  }
}

section.p-sales-about.pb8 {
  padding-bottom: 8rem;
}
section.p-sales-about .description-content {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-sales-about .description-content {
    font-size: 1.6rem;
  }
}
section.p-sales-about .points-wrapper {
  margin-top: 9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7rem 6rem;
}
@media (max-width: 992px) {
  section.p-sales-about .points-wrapper {
    gap: 7rem 4rem;
  }
}
@media (max-width: 768px) {
  section.p-sales-about .points-wrapper {
    margin: auto;
    margin-top: 7rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7rem 3rem;
    max-width: 420px;
  }
}
section.p-sales-about .points-wrapper .point-item {
  position: relative;
  counter-increment: point-item;
}
section.p-sales-about .points-wrapper .point-item::before {
  position: absolute;
  content: "POINT 0" counter(point-item);
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
  left: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
section.p-sales-about .points-wrapper .point-item .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4.7rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  section.p-sales-about .points-wrapper .point-item .img-content {
    padding: 0 2.4rem;
  }
}
section.p-sales-about .points-wrapper .point-item .img-content img {
  width: 100%;
  aspect-ratio: 330/245;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-sales-about .points-wrapper .point-item .item-content {
  margin-top: -15rem;
  padding: 17.2rem 4.5rem 2.4rem 4.5rem;
  background-color: #E3E3E3;
}
@media (max-width: 576px) {
  section.p-sales-about .points-wrapper .point-item .item-content {
    margin-top: -12rem;
    padding: 14.2rem 2.4rem 2.4rem 2.4rem;
  }
}
section.p-sales-about .points-wrapper .point-item .item-content .item-title {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
}
section.p-sales-about .points-wrapper .point-item .item-content .item-description {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}

section.p-noticing-sales {
  position: relative;
  background-color: #D9D9D9;
  z-index: 3;
  padding-top: 0;
  padding-bottom: 4.6rem;
}
section.p-noticing-sales::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4.5rem;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  section.p-noticing-sales::before {
    height: 3rem;
  }
}
section.p-noticing-sales .b-title {
  position: relative;
  z-index: 5;
}
section.p-noticing-sales .noticing-link-wrapper {
  margin-top: 4rem;
}

section.p-sales-members {
  padding-bottom: 0 !important;
}
section.p-sales-members .member-list-wrapper {
  margin: auto;
  margin-top: 8rem;
  max-width: 800px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8rem;
}
section.p-sales-members .member-list-wrapper .member-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  counter-increment: member-item;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.p-sales-members .member-list-wrapper .member-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 576px) {
  section.p-sales-members .member-list-wrapper .member-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.p-sales-members .member-list-wrapper .member-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.p-sales-members .member-list-wrapper .member-item .photo-content {
  position: relative;
  width: 232px;
  aspect-ratio: 232/222;
  background-image: url("../images/front/photo-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.p-sales-members .member-list-wrapper .member-item .photo-content .member-num {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  left: 0;
  top: -3rem;
}
section.p-sales-members .member-list-wrapper .member-item .photo-content img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  height: calc(100% + 2rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
section.p-sales-members .member-list-wrapper .member-item .inner-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 3;
  width: 100%;
}
section.p-sales-members .member-list-wrapper .member-item .inner-content .name {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: white;
  padding: 1rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
section.p-sales-members .member-list-wrapper .member-item .inner-content .name .back-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: -1;
}
section.p-sales-members .member-list-wrapper .member-item .inner-content .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: justify;
  color: #000;
  background-color: white;
}
section.p-sales-members .member-list-wrapper .member-item .inner-content .description ul {
  padding-left: 1.5em;
  list-style: disc !important;
}

section.p-who-this-for {
  position: relative;
  background-color: #E6E6E6;
}
section.p-who-this-for::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 18rem;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  section.p-who-this-for::before {
    height: 15.8rem;
  }
}
@media (max-width: 576px) {
  section.p-who-this-for::before {
    height: 13rem;
  }
}
section.p-who-this-for.recommend-for {
  padding-top: 0;
  padding-bottom: 6rem;
}
section.p-who-this-for.recommend-for::before {
  height: 3.2rem;
}
section.p-who-this-for .inner-content {
  position: relative;
  z-index: 3;
}
section.p-who-this-for .title-content {
  position: relative;
  z-index: 4;
}
section.p-who-this-for .description {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.p-who-this-for .problem-content {
  margin: auto;
  margin-top: 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.p-who-this-for .problem-content {
    margin-top: 4rem;
  }
}

section.p-support-process {
  margin-top: 6rem;
}
section.p-support-process .suppert-steps-wrapper {
  margin-top: 9.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13rem 0;
}
@media (max-width: 768px) {
  section.p-support-process .suppert-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item {
  position: relative;
  width: 26.5rem;
  counter-increment: step-item;
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item:not(:first-child) {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  section.p-support-process .suppert-steps-wrapper .suppert-step-item:not(:first-child) {
    margin-left: 0;
  }
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 7.5rem;
  background-image: url("../images/icons/step-line-before.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -3rem;
  top: calc(50% - 3.75rem);
}
@media (max-width: 768px) {
  section.p-support-process .suppert-steps-wrapper .suppert-step-item:not(:first-child)::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: calc(50% - 0rem);
    top: -12.2rem;
  }
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item::after {
  position: absolute;
  content: "STEP 0" counter(step-item);
  font-size: 2rem;
  color: white;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 1rem 3.6rem 1rem 4rem;
  clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  top: -4.3rem;
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item .item-content {
  padding: 3.8rem 2rem 2.4rem 2rem;
  background-color: #D9D9D9;
  height: 100%;
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item .item-content .icon {
  width: 11.5rem;
  height: 10rem;
  margin: auto;
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item .item-content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item .item-content .item-label {
  margin-top: 2.6rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
}
section.p-support-process .suppert-steps-wrapper .suppert-step-item .item-content .item-description {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
section.p-support-process .process-content {
  position: relative;
  margin-top: 4.6rem;
  background-color: #F5F5F5;
  padding-bottom: 1.6rem;
}
section.p-support-process .process-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3rem;
  background-color: white;
  left: 0;
  top: 0;
}
section.p-support-process .process-content .label-content {
  position: relative;
  z-index: 3;
}
section.p-support-process .process-content .label-content .title {
  margin-top: 0.3rem;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.5;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
section.p-support-process .process-content .label-content .title .text-bg {
  font-size: 4rem;
  line-height: 2.6rem;
}
section.p-support-process .process-content .label-content .title.b-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (max-width: 576px) {
  section.p-support-process .process-content .label-content .title {
    font-size: 2.4rem;
  }
  section.p-support-process .process-content .label-content .title .text-bg {
    font-size: 3.6rem;
  }
}
@media (max-width: 420px) {
  section.p-support-process .process-content .label-content .title {
    font-size: 2rem;
  }
  section.p-support-process .process-content .label-content .title .text-bg {
    font-size: 3rem;
  }
}
section.p-support-process .process-content .label-content .title > p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 2rem;
  overflow: hidden;
  line-height: 1.7;
}
@media (max-width: 576px) {
  section.p-support-process .process-content .label-content .title > p {
    width: 100%;
  }
}
section.p-support-process .process-content .label-content .title > p .back-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
section.p-support-process .process-content .label-content .title > p:not(:last-child) {
  margin-bottom: 1rem;
}
section.p-support-process .process-content .label-content .title .sm-txt {
  font-size: 2rem;
}
@media (max-width: 576px) {
  section.p-support-process .process-content .label-content .title .sm-txt {
    font-size: 1.6rem;
  }
}
section.p-support-process .process-content .label-content.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.p-support-process .process-content .label-content.justify-center .title p {
  margin: auto;
}
section.p-support-process .process-content .label-content.justify-center .title p:not(:last-child) {
  margin-bottom: 1rem;
}
section.p-support-process .process-content .label-content.justify-center .title .text-content {
  display: block;
  text-align: center;
}
section.p-support-process .process-content .progress-steps-wrapper {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
  line-height: 1.2;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label {
    font-size: 1.5rem;
  }
}
@media (max-width: 420px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label {
    font-size: 1.3rem;
  }
}
section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label .fs-30 {
  font-size: 3rem;
}
@media (max-width: 992px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label .fs-30 {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label .fs-30 {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label .fs-30 {
    font-size: 1.5rem;
  }
}
section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step-label .fs-bold {
  font-weight: bold;
}
section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step {
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  background-color: #D9D9D9;
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0% 100%);
  font-weight: bold;
}
@media (max-width: 768px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step {
    font-size: 1.5rem;
  }
}
@media (max-width: 420px) {
  section.p-support-process .process-content .progress-steps-wrapper .progress-step-item .step {
    font-size: 1.1rem;
  }
}
section.p-support-process .process-content .progress-steps-wrapper .progress-step-item:not(:first-child) .step {
  margin-left: -2.4rem;
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0 100%, 2.4rem 50%);
}
section.p-support-process .process-content .period-line {
  position: relative;
  margin-top: 1.6rem;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
section.p-support-process .process-content .period-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.1rem;
  background-color: #000;
  left: 0;
  top: calc(50% - 0.55rem);
}
section.p-support-process .process-content .period-line span {
  position: relative;
  padding: 0 2.4rem;
  background-color: #F5F5F5;
  z-index: 2;
}
section.p-support-process .comment {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  text-align: center;
}

section.p-difference {
  background-color: #D8D8D8;
}
@media (max-width: 576px) {
  section.p-difference .section-title-content .title {
    font-size: 2.6rem;
  }
}
@media (max-width: 420px) {
  section.p-difference .section-title-content .title {
    font-size: 2.4rem;
  }
}
section.p-difference .difference-content {
  overflow: auto;
}
section.p-difference .difference-content .difference-table {
  margin-top: 4.7rem;
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
section.p-difference .difference-content .difference-table th,
section.p-difference .difference-content .difference-table td {
  border: 1px solid white;
  padding: 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  background-color: #E3E3E3;
  padding: 1.2rem 1.2rem;
  text-align: center;
  color: black;
}
section.p-difference .difference-content .difference-table th.bg-black,
section.p-difference .difference-content .difference-table td.bg-black {
  background-color: #000;
  color: white;
}
section.p-difference .difference-content .difference-table th.bg-dark,
section.p-difference .difference-content .difference-table td.bg-dark {
  background-color: #5C5C5C;
  color: white;
}
section.p-difference .difference-content .difference-table th.bg-white-dark,
section.p-difference .difference-content .difference-table td.bg-white-dark {
  background-color: #ACACAC;
  color: black;
}
section.p-difference .difference-content .difference-table th.text-italic,
section.p-difference .difference-content .difference-table td.text-italic {
  font-style: italic;
}
section.p-difference .difference-content .difference-table th.text-left,
section.p-difference .difference-content .difference-table td.text-left {
  text-align: left;
}
section.p-difference .difference-content .difference-table th .flex-center,
section.p-difference .difference-content .difference-table td .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
section.p-difference .difference-content .difference-table th .small-txt,
section.p-difference .difference-content .difference-table td .small-txt {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.p-difference .difference-content .difference-table th.bg-transparent,
section.p-difference .difference-content .difference-table td.bg-transparent {
  background-color: transparent;
  border: none;
}
section.p-difference .difference-content .difference-table th.bg-light,
section.p-difference .difference-content .difference-table td.bg-light {
  position: relative;
  z-index: 0;
}
section.p-difference .difference-content .difference-table th.bg-light::before,
section.p-difference .difference-content .difference-table td.bg-light::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  z-index: -1;
}
section.p-difference .difference-content .difference-table th.border-rl-black,
section.p-difference .difference-content .difference-table td.border-rl-black {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
section.p-difference .difference-content .difference-table th.border-t-black,
section.p-difference .difference-content .difference-table td.border-t-black {
  border-top: 3px solid #000;
}
section.p-difference .difference-content .difference-table th.border-b-black,
section.p-difference .difference-content .difference-table td.border-b-black {
  border-bottom: 3px solid #000;
}

section.p-sales-plan {
  padding-bottom: 8.4rem;
  background-color: #D8D8D8;
}
section.p-sales-plan .title-content {
  margin-top: 2.4rem;
  position: relative;
  z-index: 2;
}
section.p-sales-plan .plan-content {
  padding-top: 3.6rem;
  background-color: white;
  width: 100%;
  margin-top: -2.4rem;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  section.p-sales-plan .plan-content {
    margin-top: -2.2rem;
  }
}
section.p-sales-plan .plan-content .label {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
  line-height: 1.7;
}
section.p-sales-plan .plan-content .label .price {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  margin-left: 1rem;
}
section.p-sales-plan .plan-content .slug {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
  line-height: 1.7;
  background-color: #DADADA;
}
section.p-sales-plan .plan-content .plan-wrapper {
  padding: 2rem 4.6rem 3.6rem 4.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
@media (max-width: 768px) {
  section.p-sales-plan .plan-content .plan-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0rem;
    padding: 2rem 2.4rem 3.6rem 2.4rem;
  }
}
section.p-sales-plan .plan-content .plan-wrapper .plan-item-content .item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11rem 0rem 1fr;
  grid-template-columns: 11rem 1fr;
  gap: 0rem;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 576px) {
  section.p-sales-plan .plan-content .plan-wrapper .plan-item-content .item-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.p-sales-plan .plan-content .plan-wrapper .plan-item-content .item-row .item-label {
  padding: 1.8rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
}
@media (max-width: 576px) {
  section.p-sales-plan .plan-content .plan-wrapper .plan-item-content .item-row .item-label {
    padding: 1.6rem 0 0.6rem 0;
  }
}
section.p-sales-plan .plan-content .plan-wrapper .plan-item-content .item-row .item-detail {
  padding: 1.8rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
}
@media (max-width: 576px) {
  section.p-sales-plan .plan-content .plan-wrapper .plan-item-content .item-row .item-detail {
    padding: 0rem 0 1.6rem 0;
  }
}
section.p-sales-plan .small-txt {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  margin-top: 1rem;
}

section.p-sales-faq {
  padding: 8rem 0rem 2rem 0rem;
}
section.p-sales-faq .faq-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 4rem;
}
section.p-sales-faq .faq-wrapper .faq-item .faq-question {
  position: relative;
  padding: 1.6rem 5rem 1.6rem 5.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #000;
  background-color: #DADADA;
  cursor: pointer;
}
section.p-sales-faq .faq-wrapper .faq-item .faq-question:hover {
  background-color: #cfcfcf;
}
section.p-sales-faq .faq-wrapper .faq-item .faq-question::before {
  position: absolute;
  content: "Q";
  font-size: 3rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
  left: 1.5rem;
  top: 1.4rem;
}
section.p-sales-faq .faq-wrapper .faq-item .faq-question::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icons/icon-plus-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.p-sales-faq .faq-wrapper .faq-item .faq-answer {
  display: none;
  position: relative;
  padding: 1.6rem 2rem 2rem 5.4rem;
  background-color: white;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #000;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
section.p-sales-faq .faq-wrapper .faq-item .faq-answer::before {
  position: absolute;
  content: "A";
  font-size: 3rem;
  font-weight: 700;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  left: 1.5rem;
  top: 0rem;
}
section.p-sales-faq .faq-wrapper .faq-item.is-opend .faq-question::after {
  background-image: url("../images/icons/icon-minus-black.svg");
}

section.p-real-work .description {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.p-real-work .m-content {
  margin-top: 7.2rem;
}
section.p-real-work .m-content .title-content {
  position: relative;
  z-index: 2;
}
section.p-real-work .m-content .content-inner {
  margin: auto;
  margin-top: -2.4rem;
  background-color: #F5F5F5;
  padding: 6rem 8rem;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 576px) {
  section.p-real-work .m-content .content-inner {
    padding: 6rem 2rem;
  }
}
section.p-real-work .m-content .content-inner .learning-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.p-real-work .m-content .content-inner .learning-wrapper .learning-item {
  width: 14.3rem;
  height: 14.3rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  section.p-real-work .m-content .content-inner .learning-wrapper .learning-item {
    width: 12rem;
    height: 12rem;
  }
}
section.p-real-work .m-content .content-inner .learning-wrapper .learning-item:not(:first-child) {
  margin-left: -1.6rem;
}
@media (max-width: 576px) {
  section.p-real-work .m-content .content-inner .learning-wrapper .learning-item:not(:first-child) {
    margin-left: -1.2rem;
  }
}
section.p-real-work .m-content .content-inner .learning-wrapper .learning-item .learning-item-icon {
  width: 10rem;
  height: 6rem;
}
@media (max-width: 576px) {
  section.p-real-work .m-content .content-inner .learning-wrapper .learning-item .learning-item-icon {
    width: 8rem;
    height: 5rem;
  }
}
section.p-real-work .m-content .content-inner .learning-wrapper .learning-item .learning-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-real-work .m-content .content-inner .learning-wrapper .learning-item .learning-item-title {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  text-align: center;
}
@media (max-width: 576px) {
  section.p-real-work .m-content .content-inner .learning-wrapper .learning-item .learning-item-title {
    font-size: 2rem;
  }
}
section.p-real-work .m-content .content-inner .sales-wrapper2 {
  margin-top: 7.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8rem;
}
@media (max-width: 768px) {
  section.p-real-work .m-content .content-inner .sales-wrapper2 {
    margin: auto;
    margin-top: 5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}
section.p-real-work .m-content .content-inner .sales-wrapper2 .sales-item:not(:first-child) {
  position: relative;
}
section.p-real-work .m-content .content-inner .sales-wrapper2 .sales-item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 7.5rem;
  background-image: url("../images/icons/step-line-before.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -4.5rem;
  top: calc(50% - 2rem);
}
@media (max-width: 768px) {
  section.p-real-work .m-content .content-inner .sales-wrapper2 .sales-item:not(:first-child)::before {
    left: calc(50% - 0rem);
    top: -7.2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
section.p-real-work .m-content .content-inner .sales-wrapper2 .sales-item .sales-item-label {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", system-ui;
  color: white;
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 700;
  margin-left: auto;
  padding: 0.8rem 2.8rem 0.8rem 4rem;
  clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0% 100%);
}
section.p-real-work .m-content .content-inner .sales-wrapper2 .sales-item .sales-item-content {
  padding: 3rem 2rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  text-align: center;
  background-color: #D9D9D9;
}
section.p-real-work .result-content {
  margin-top: 5.6rem;
}
@media (max-width: 992px) {
  section.p-real-work .result-content .b-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  section.p-real-work .result-content .b-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 420px) {
  section.p-real-work .result-content .b-title {
    font-size: 1.8rem;
  }
}
section.p-real-work .result-content .description {
  margin-top: 2.4rem;
}
section.p-real-work .result-content .detail-wrapper {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sales-contact {
  padding: 5rem 0;
  background-color: #E6E6E6;
}
section.sales-contact .description-content {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.sales-contact .noticing-link-wrapper {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.p-project {
  padding: 11rem 0rem 7rem 0rem;
  position: relative;
}
section.p-project::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40rem;
  background-color: black;
  left: 0;
  bottom: 0;
}
section.p-project .c-container-md {
  position: relative;
  z-index: 3;
}
section.p-project .description {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.p-project .decoration-wrapper {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
section.p-project .decoration-wrapper .swiper-project-decoration {
  overflow: hidden;
  padding-bottom: 4rem;
}
section.p-project .decoration-wrapper .swiper-project-decoration-pagination {
  position: relative;
  margin-top: 2rem;
}
section.p-project .decoration-wrapper .decoration-item .item-label {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: white;
  font-style: italic;
  text-align: center;
  background-color: #000;
  padding: 0.4rem 2rem;
}
section.p-project .decoration-wrapper .decoration-item .item-wrapper {
  background-color: #E6E6E6;
  padding: 2rem 3.4rem 3.4rem 3.4rem;
}
section.p-project .decoration-wrapper .decoration-item .item-wrapper .item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 0rem 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 0rem;
  border-bottom: 1px solid #A0A0A0;
}
@media (max-width: 576px) {
  section.p-project .decoration-wrapper .decoration-item .item-wrapper .item-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.p-project .decoration-wrapper .decoration-item .item-wrapper .item-row .sub-item-label {
  padding: 1.8rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.7;
}
@media (max-width: 576px) {
  section.p-project .decoration-wrapper .decoration-item .item-wrapper .item-row .sub-item-label {
    padding: 1.6rem 0 0.6rem 0;
  }
}
section.p-project .decoration-wrapper .decoration-item .item-wrapper .item-row .sub-item-detail {
  padding: 1.8rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.7;
}
@media (max-width: 576px) {
  section.p-project .decoration-wrapper .decoration-item .item-wrapper .item-row .sub-item-detail {
    padding: 0rem 0 1.6rem 0;
  }
}
section.p-project .project-pagination-wrapper {
  margin: auto;
  margin-top: 6rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6rem;
}
section.p-project .project-pagination-wrapper .next-btn,
section.p-project .project-pagination-wrapper .prev-btn {
  position: absolute;
  top: calc(50% - 2.3rem);
  width: 1.5rem;
  height: 3rem;
  background-image: url("../images/icons/next-btn-w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
  cursor: pointer;
}
section.p-project .project-pagination-wrapper .next-btn {
  right: 0;
}
section.p-project .project-pagination-wrapper .prev-btn {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.p-project .project-pagination-wrapper .swiper-pagination {
  margin-top: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
section.p-project .project-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  cursor: pointer;
}
section.p-project .project-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

section.p-sales-flow .description {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
}
section.p-sales-flow .flow-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 7rem;
  margin-top: 11rem;
}
section.p-sales-flow .flow-wrapper .flow-item {
  position: relative;
  counter-increment: flow-item;
  padding: 2.8rem 2rem;
  background-color: #D9D9D9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 500px;
  grid-template-columns: 1fr 500px;
  gap: 3rem 5rem;
}
@media (max-width: 992px) {
  section.p-sales-flow .flow-wrapper .flow-item {
    -ms-grid-columns: 24rem 1fr;
    grid-template-columns: 24rem 1fr;
  }
}
@media (max-width: 768px) {
  section.p-sales-flow .flow-wrapper .flow-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section.p-sales-flow .flow-wrapper .flow-item::before {
  position: absolute;
  content: "STEP 0" counter(flow-item);
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  padding: 0.6rem 4rem 0.6rem 2rem;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
  left: 0;
  top: -3.9rem;
}
section.p-sales-flow .flow-wrapper .flow-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 7.5rem;
  background-image: url("../images/icons/step-line-before.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: calc(50% - 0rem);
  bottom: -7.2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.p-sales-flow .flow-wrapper .flow-item .flow-item-label {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
section.p-sales-flow .flow-wrapper .flow-item .flow-item-detail {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  line-height: 1.7;
}

section.p-sales-why-awareness {
  position: relative;
  padding-bottom: 10rem;
  background-color: #E6E6E6;
}
section.p-sales-why-awareness::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6rem;
  background-color: white;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  section.p-sales-why-awareness::before {
    height: 8rem;
  }
}
@media (max-width: 576px) {
  section.p-sales-why-awareness::before {
    height: 7rem;
  }
}
section.p-sales-why-awareness .title-content {
  position: relative;
  z-index: 2;
}
section.p-sales-why-awareness .description {
  margin-top: 3.4rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
@media (max-width: 576px) {
  section.p-sales-why-awareness .description {
    font-size: 1.6rem;
  }
}
section.p-sales-why-awareness .why-point-wrapper {
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4.3rem;
}
@media (max-width: 768px) {
  section.p-sales-why-awareness .why-point-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item {
  position: relative;
  counter-increment: why-point-item;
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item::before {
  position: absolute;
  content: "POINT 0" counter(why-point-item);
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Bank Gothic", "Noto Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: black;
  left: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.7rem;
  max-width: 33rem;
  width: 100%;
  aspect-ratio: 330/225;
}
@media (max-width: 768px) {
  section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-mv {
    margin: auto;
  }
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-content {
  margin-top: -11.4rem;
  padding: 4.4rem 5rem 4.4rem 42rem;
  background-color: black;
}
@media (max-width: 768px) {
  section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-content {
    padding: 16rem 2.4rem 3rem 2.4rem;
  }
}
@media (max-width: 576px) {
  section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-content {
    margin-top: -11.4rem;
    padding: 14rem 2.4rem 3rem 2.4rem;
  }
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-content .why-point-item-title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: white;
}
section.p-sales-why-awareness .why-point-wrapper .why-point-item .why-point-item-content .why-point-item-detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", system-ui;
  line-height: 1.7;
  color: white;
}

section.p-coming-soon {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0;
  text-align: center;
  background-color: #f8f8f8;
}
section.p-coming-soon .coming-soon-inner {
  max-width: 48rem;
  margin: 0 auto;
}
section.p-coming-soon .coming-soon-title {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  section.p-coming-soon .coming-soon-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  section.p-coming-soon .coming-soon-title {
    font-size: 3rem;
  }
}
section.p-coming-soon .coming-soon-description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
}
section.p-coming-soon .coming-soon-btn {
  display: inline-block;
  padding: 1.2rem 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.p-coming-soon .coming-soon-btn:hover {
  opacity: 0.8;
}

section.p-404 {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0;
  text-align: center;
  background-color: #f8f8f8;
}
section.p-404 .p-404-inner {
  max-width: 48rem;
  margin: 0 auto;
}
section.p-404 .p-404-title {
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  section.p-404 .p-404-title {
    font-size: 6rem;
  }
}
@media (max-width: 576px) {
  section.p-404 .p-404-title {
    font-size: 4.8rem;
  }
}
section.p-404 .p-404-description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
}
section.p-404 .p-404-btn {
  display: inline-block;
  padding: 1.2rem 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.p-404 .p-404-btn:hover {
  opacity: 0.8;
}