@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

body {
  color: #333333;
  line-height: 1.6;
  padding-top: 64px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #ffffff;
  width: 100%;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  body {
    padding-top: 56px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

strong {
  font-weight: bold;
}

.is-hidden {
  display: none;
}

.is-active {
  display: block;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: inline-block;
  }
}

.pc_only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

#wrapper {
  width: 100%;
  background-color: #ffffff;
  overflow: clip;
}

[class$=__en],
[class*=__case-num],
[class*=__num] {
  font-family: "Poppins", sans-serif;
}

[class*=__ttl] {
  font-family: "Noto Serif JP", "Georgia", serif;
}

.section-en {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #007850;
  text-align: center;
  margin-bottom: 6px;
}
.section-en::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #007850;
  vertical-align: middle;
  margin-right: 8px;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .site-header {
    height: 56px;
  }
}

.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
}
@media (max-width: 1024px) {
  .site-header__inner {
    height: 56px;
    padding: 0 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}

.site-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.site-header__logo img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .site-header__logo img {
    height: 22px;
  }
}

.site-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .site-header__nav {
    display: none;
  }
}
@media (max-width: 1300px) {
  .site-header__nav {
    gap: 16px;
  }
}

.site-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1300px) {
  .site-header__nav-list {
    gap: 16px;
  }
}

@media (max-width: 1300px) {
  .site-header__nav-list li a {
    font-size: 0.78rem;
  }
}

.site-header__nav-list li a {
  font-size: 0.85rem;
  font-weight: bold;
  color: #212121;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.site-header__nav-list li a:hover {
  color: #BC2127;
  opacity: 1;
}

.cta-arrow {
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: middle;
  margin-right: 6px;
}

.site-header__cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #BC2127;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-header__cta:hover {
  opacity: 0.85;
  color: #ffffff;
}

.site-header__sp-toggle {
  display: none;
}
@media (max-width: 1024px) {
  .site-header__sp-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.site-header__sp-cta {
  display: none;
}
@media (max-width: 1024px) {
  .site-header__sp-cta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #BC2127;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.72rem;
    padding: 6px 8px 6px 14px;
    border-radius: 4px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .site-header__sp-cta:hover {
    opacity: 0.85;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .site-header__sp-cta {
    margin-right: 6px;
  }
}

header .nav_toggle {
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 1024px) {
  header .nav_toggle {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 15px 14px;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
@media (max-width: 1024px) {
  .menu-icon {
    background: #212121;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56px;
    width: 56px;
    padding: 0;
    margin-right: -16px;
  }
}

.navicon {
  background: #253566;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before, .navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #253566;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 9px;
}
.navicon:after {
  bottom: 9px;
}
@media (max-width: 1024px) {
  .navicon {
    background: #ffffff;
    width: 20px;
    height: 2px;
  }
  .navicon:before {
    background: #ffffff;
    top: 6px;
  }
  .navicon:after {
    background: #ffffff;
    bottom: 6px;
  }
}

.menu {
  list-style: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 0;
  background: #212121;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  overflow-y: auto;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu li {
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  width: 100%;
}
.menu li:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.menu a {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn:checked ~ .menu {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

#mainVisual {
  margin-top: 0;
}

.hero {
  width: 100%;
  line-height: 0;
  position: relative;
  container-type: inline-size;
}

.hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__cta {
  position: absolute;
  left: 16.77%;
  top: 86.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.66cqw;
  width: 14cqw;
  height: 3.04cqw;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#BC2127), to(rgb(166.3076923077, 29.1923076923, 34.5)));
  background: -webkit-linear-gradient(left, #BC2127 0%, rgb(166.3076923077, 29.1923076923, 34.5) 100%);
  background: linear-gradient(to right, #BC2127 0%, rgb(166.3076923077, 29.1923076923, 34.5) 100%);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.06cqw;
  border-radius: 0.26cqw;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hero__cta:hover {
  opacity: 0.85;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero__cta {
    left: 30.9%;
    top: 85.45%;
    gap: 1.5cqw;
    width: 46.92cqw;
    height: 11.28cqw;
    font-size: 3.59cqw;
    border-radius: 1cqw;
  }
}

.implementing-company {
  background: #ffffff;
  padding: 56px 0 48px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .implementing-company {
    padding: 40px 0 32px;
  }
}

.implementing-company__inner {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .implementing-company__inner {
    padding: 0 16px;
  }
}

.implementing-company__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .implementing-company__label {
    font-size: 0.9rem;
    gap: 8px;
    margin-bottom: 0;
  }
}

.implementing-company__line {
  height: 24px;
  width: auto;
}
.implementing-company__line--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.implementing-company__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.implementing-company__ttl strong {
  color: #007850;
  font-size: 40px;
  line-height: 1;
}
.implementing-company__ttl strong .unit {
  font-size: 1.2rem;
}
.implementing-company__ttl .sup {
  font-size: 0.65rem;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .implementing-company__ttl {
    font-size: 1.1rem;
  }
  .implementing-company__ttl strong {
    font-size: 2rem;
  }
  .implementing-company__ttl strong .unit {
    font-size: 0.9rem;
  }
}

.implementing-company__note {
  font-size: 0.75rem;
  color: #7D7D7D;
  margin-top: 8px;
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 4px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, black), color-stop(92%, black), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 8%, black 92%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, black), color-stop(92%, black), to(transparent));
          mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.logo-marquee__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
.logo-marquee__track--reverse {
  -webkit-animation: marquee-reverse 60s linear infinite;
          animation: marquee-reverse 60s linear infinite;
}

.logo-marquee__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(84, 84, 84, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(84, 84, 84, 0.2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.logo-marquee__item img {
  height: 40px;
  width: auto;
  display: block;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.assignment {
  background: #2a2a2a url("../images/black_bg.png") center center/cover no-repeat;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .assignment {
    padding: 60px 30px 50px;
  }
}

.assignment__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .assignment__inner {
    max-width: 500px;
  }
}

.assignment__header {
  margin-bottom: 40px;
}

.assignment__ttl {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .assignment__ttl {
    font-size: 30px;
    line-height: 1.3;
  }
}

.assignment__ttl-em {
  color: #E6B422;
  font-style: normal;
}

.assignment__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .assignment__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 25px;
  }
}

.assignment__card {
  background: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  padding: 30px 20px;
}

.assignment__card-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.assignment__card-text {
  font-size: 15px;
  color: #333333;
  line-height: 1.7;
  color: #212121;
  font-weight: 600;
}

.assignment__resolve {
  text-align: center;
}

.assignment__resolve-badge {
  position: relative;
  display: inline-block;
  background: #ffffff;
  border: none;
  border-radius: 100px;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 40px;
  margin-bottom: 24px;
  -webkit-filter: drop-shadow(0 3px 0 #6F6F6F);
          filter: drop-shadow(0 3px 0 #6F6F6F);
}
.assignment__resolve-badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .assignment__resolve-badge {
    font-size: 18px;
  }
}

.assignment__resolve-ttl {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Noto Serif JP", "Georgia", serif;
  line-height: 1.4;
}

.assignment__resolve-em {
  color: #E6B422;
}

@media screen and (max-width: 768px) {
  .assignment__resolve-desc {
    font-size: 0.88rem;
  }
}

.about {
  position: relative;
  background: #ffffff;
  padding: 80px 40px 60px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 48px 0 0;
    overflow: hidden;
  }
}

.about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__container {
    gap: 40px;
  }
}

.about__inner {
  width: 100%;
  display: block;
  min-height: 400px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .about__inner {
    min-height: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    min-height: 0;
    padding: 0 30px 0;
  }
}

.about__text {
  max-width: 520px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__text {
    max-width: 100%;
  }
}

.about__label {
  font-size: 15px;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 500;
  border-left: 2px solid #007850;
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.about__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.about__ttl-em {
  display: inline-block;
  background: #212121;
  color: #ffffff;
  padding: 0;
  line-height: 1.2;
  padding: 0 4px;
}

.about__ttl-em2 {
  display: inline-block;
  background: #212121;
  color: #ffffff;
  padding: 0;
  line-height: 1.3;
  padding: 0 4px;
}

.about__ttl-sub {
  display: inline-block;
  background: #212121;
  color: #E6B422;
  font-size: 2.4rem;
  padding: 0;
  margin-top: 4px;
  line-height: 1.3;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .about__ttl-sub {
    font-size: 1.87rem;
  }
}

.about__lead {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 24px;
}

.about__body {
  font-size: 15px;
  color: #444444;
  line-height: 1.9;
}

.about__visual {
  position: absolute;
  top: 0;
  right: -24px;
  overflow: visible;
  margin-top: 30px;
}
.about__visual img {
  width: 57.671957672vw;
  height: 47.619047619vw;
  aspect-ratio: 109/90;
  max-width: none;
  display: block;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .about__visual img {
    width: calc(100vw - 560px);
    height: auto;
  }
}
@media (max-width: 1024px) {
  .about__visual {
    position: static;
    margin: 24px 0 0;
    overflow: hidden;
  }
  .about__visual img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__visual {
    position: static;
    margin: 24px 0 0;
    overflow: visible;
  }
  .about__visual img {
    width: 130%;
    height: auto;
    margin-left: -30%;
  }
}

.about__flow {
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(246, 246, 246, 0.8);
  border-radius: 10px;
  padding: 50px 48px 60px;
  margin-top: -80px;
}
@media (max-width: 1024px) {
  .about__flow {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__flow {
    margin-top: 0;
    padding: 40px 55px 50px;
  }
}

.about__flow-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about__flow-sublabel {
  font-size: 0.9rem;
  color: #444444;
  font-weight: 600;
}

.about__flow-label {
  font-size: 1.9rem;
  font-weight: 600;
  color: #212121;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
}

.about__flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__flow-steps {
    grid-template-columns: 1fr;
    max-width: 350px;
  }
}

.about__flow-step {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 28px 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .about__flow-step {
    padding: 20px 16px;
  }
}

.about__flow-icon {
  display: block;
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__flow-step-label {
  display: inline-block;
  background: #212121;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 3px 14px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
}

.about__flow-step-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #212121;
}

.about__flow-step-desc {
  font-size: 15px;
  color: #212121;
  line-height: 1.6;
}

.about__flow-arrow {
  display: none;
}

.program {
  background: #f7f8f8;
}

.program__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .program__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.program__sidebar {
  width: 34.3915343915vw;
  max-width: 520px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("../images/program__sidebar_bg.png") center center/cover no-repeat;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 72px 40px 60px 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .program__sidebar {
    width: 100%;
    max-width: 100%;
    position: static;
    height: auto;
    overflow: visible;
    padding: 48px 24px 32px;
    z-index: auto;
    gap: 24px;
  }
}

.program__sidebar-en {
  font-size: 15px;
  color: #ffffff;
  border-left: 2px solid #ffffff;
  padding-left: 10px;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.program__sidebar-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  font-family: "Noto Serif JP", "Georgia", serif;
}
@media screen and (max-width: 768px) {
  .program__sidebar-ttl {
    font-size: 32px;
  }
}

.program__sidebar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program__sidebar-nav {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .program__sidebar-nav.is-nav-fixed {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 100;
    background: #007850;
    padding: 12px 24px;
    gap: 12px;
  }
}

.program__sidebar-nav-spacer {
  display: none;
}

.program__sidebar-connector {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 16px;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-top: 18px;
}
.program__sidebar-connector::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .program__sidebar-connector {
    display: none;
  }
}

.program__sidebar-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #007850;
  -webkit-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .program__sidebar-dot {
    display: none;
  }
}

.program__tabs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .program__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .program__tabs::-webkit-scrollbar {
    display: none;
  }
}

.program__tab {
  cursor: pointer;
  padding: 10px 24px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 999px;
  background: #ccc;
  color: #7d7d7d;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.program__tab.is-active {
  background: #ffffff;
  color: #007850;
}
.program__tab .tab-full {
  display: inline;
}
@media screen and (max-width: 768px) {
  .program__tab {
    font-size: 15px;
    padding: 7px 16px;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .program__tab .tab-full {
    display: none;
  }
  .program__tab.is-active .tab-full {
    display: inline;
  }
  .program__tab:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 12px;
    height: 2px;
    background: rgba(255, 255, 255, 0.45);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.program__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 72px 60px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .program__content {
    padding: 50px 20px 40px;
  }
}

.program__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background: #ffffff;
  border-radius: 10px;
  padding: 56px 40px;
  -webkit-box-shadow: 2px 3px 7.5px rgba(84, 84, 84, 0.1);
          box-shadow: 2px 3px 7.5px rgba(84, 84, 84, 0.1);
}
@media screen and (max-width: 768px) {
  .program__panel {
    padding: 28px 20px;
    gap: 20px;
  }
}

.program__step-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #007850;
}
@media screen and (max-width: 991px) {
  .program__step-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}

.program__step-badge {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #007850;
  border: 1px solid #007850;
  padding: 2px 16px;
  border-radius: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .program__step-badge {
    font-size: 14px;
    padding: 0px 14px;
  }
}

.program__step-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #007850;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .program__step-ttl {
    font-size: 18px;
  }
}

.program__step-descbox {
  background: #f7f8f8;
  border-radius: 10px;
  padding: 20px;
  font-size: 0.94rem;
  color: #212121;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .program__step-descbox {
    padding: 20px 15px;
  }
}

.program__cards-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program__cards-wrap {
    padding: 0 20px;
  }
}

.program__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .program__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.program__card {
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .program__card {
    padding: 20px 30 px;
  }
}

.program__card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7d7d7d;
}

.program__card-icon-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .program__card-icon-circle {
    width: 90px;
    height: 90px;
  }
}

.program__card-icon {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .program__card-icon {
    width: 90px;
    height: 90px;
  }
}

.program__card-name {
  font-size: 18px;
  font-weight: bold;
  color: #007850;
  text-align: center;
}

.program__card-sub {
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
  line-height: 1.6;
}

.program__card-desc {
  font-size: 15px;
  color: #212121;
  line-height: 1.7;
}

.program__plus-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background: #007850;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin: -20px auto;
  position: relative;
  z-index: 1;
}

.program__leadership {
  background: #f7f8f8;
  border-radius: 4px;
  padding: 36px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .program__leadership {
    padding: 24px 16px;
    margin-top: 0;
  }
}

.program__leadership-top {
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.program__leadership-name {
  font-size: 18px;
  font-weight: bold;
  color: #007850;
}

.program__leadership-sub {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.6;
}

.program__leadership-desc {
  font-size: 15px;
  color: #212121;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .program__leadership-desc {
    text-align: left;
  }
}

.program__step-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 1024px) {
  .program__step-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}

.program__step-photo {
  width: 48%;
  max-width: 24.8677248677vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 376/290;
}
@media (max-width: 1024px) {
  .program__step-photo {
    width: 100%;
    max-width: 100%;
  }
}

.program__step-ftext {
  max-width: 34.3915343915vw;
  width: 100%;
  font-size: 0.94rem;
  color: #212121;
  line-height: 1.8;
  background: #F7F8F8;
  padding: 20px;
}
@media (max-width: 1024px) {
  .program__step-ftext {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
}

.program__peek-header {
  background: #007850;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 14px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .program__peek-header {
    padding: 12px 16px;
  }
}

.program__peek-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.program__peek-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: -3px;
}

.program__peek.is-open .program__peek-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program__peek-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.program__peek.is-open .program__peek-body {
  max-height: 1200px;
  opacity: 1;
}

.program__peek-body-inner {
  border: 1px solid #007850;
  border-top: none;
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .program__peek-body-inner {
    padding: 20px 0;
  }
}

.program__peek-intro {
  font-size: 15px;
  color: #212121;
  line-height: 1.8;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .program__peek-intro {
    padding: 0 20px;
  }
}

.program__peek-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  cursor: -webkit-grab;
  cursor: grab;
  scroll-padding-left: 60px;
  background: #F7F8F8;
  padding: 30px 0;
  margin-left: auto;
  width: calc(100% - 20px);
  border-radius: 10px;
}
.program__peek-steps::-webkit-scrollbar {
  display: none;
}
.program__peek-steps {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.program__peek-step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(36% - 10px);
      -ms-flex: 0 0 calc(36% - 10px);
          flex: 0 0 calc(36% - 10px);
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.program__peek-step:first-child {
  margin-left: 30px;
}
.program__peek-step:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .program__peek-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

.program__peek-step-img {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .program__peek-step-img {
    height: auto;
    aspect-ratio: 260/144;
  }
}

.program__peek-step-body {
  padding: 16px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .program__peek-step-body {
    padding-bottom: 25px;
  }
}

.program__peek-num {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #007850;
  border: 1px solid #007850;
  padding: 2px 13px;
  border-radius: 20px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-family: "Poppins", sans-serif;
}

.program__peek-step-name {
  font-size: 16px;
  font-weight: bold;
  color: #007850;
  margin-top: -4px;
}

.program__peek-step-desc {
  font-size: 14px;
  color: #212121;
  line-height: 1.6;
}

.program__peek-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.program__peek-note {
  font-size: 15px;
  color: #212121;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .program__peek-note {
    padding: 0 20px;
    fzont-size: 15px;
  }
}

.program__cta-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#BC2127), to(rgb(166.3076923077, 29.1923076923, 34.5)));
  background: -webkit-linear-gradient(left, #BC2127 0%, rgb(166.3076923077, 29.1923076923, 34.5) 100%);
  background: linear-gradient(to right, #BC2127 0%, rgb(166.3076923077, 29.1923076923, 34.5) 100%);
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 18px 36px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.program__cta-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .program__cta-btn {
    font-size: 0.9rem;
    padding: 14px 24px;
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .program__content {
    padding: 48px 32px 60px;
  }
  .program__panel {
    padding: 48px 24px;
  }
  .program__card {
    padding: 20px;
  }
  .program__card-icon-circle {
    width: 110px;
    height: 110px;
  }
  .program__sidebar {
    padding: 56px 20px 48px 36px;
  }
  .program__tab {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .program__cards {
    grid-template-columns: 1fr;
  }
  .program__sidebar {
    width: 44%;
    max-width: 360px;
    padding: 48px 16px 40px 28px;
  }
  .program__tab {
    font-size: 0.9rem;
    padding: 7px 12px;
  }
}
.why-game {
  background: #F7F8F8;
  padding: 72px 24px;
}
@media screen and (max-width: 768px) {
  .why-game {
    padding: 48px 20px;
  }
}

.why-game__card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 56px 48px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .why-game__card {
    padding: 28px 20px 60px;
  }
}

.why-game__en {
  font-size: 1rem;
  color: #212121;
  text-align: center;
  margin-bottom: 15px;
}
.why-game__en::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background: #007850;
  margin: 0 auto 6px;
}

.why-game__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .why-game__ttl {
    font-size: 30px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}

.why-game__ttl-em {
  display: inline-block;
  background: #212121;
  color: #f5c842;
  padding: 0 4px;
  margin: 0 4px;
  line-height: 1.2;
}

.why-game__desc {
  font-size: 15px;
  color: #212121;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .why-game__desc {
    text-align: left;
  }
}

.why-game__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .why-game__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 30px;
    max-width: 400px;
  }
}

.why-game__item {
  background: #2e2e2e;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why-game__item-head {
  background: #363636;
  padding: 24px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.why-game__num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.why-game__item-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.why-game__item-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 20px;
  font-size: 15px;
  color: #212121;
  line-height: 1.8;
  background: #ffffff;
  border: 1px solid #ddd;
}

.satisfaction-comparison {
  position: relative;
  background: #ffffff;
}
.satisfaction-comparison::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 73%;
  background: #007850 url("../images/green_bg.png") center center/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .satisfaction-comparison::before {
    height: 79%;
  }
}

.satisfaction {
  background: transparent;
  padding: 90px 24px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .satisfaction {
    padding: 48px 30px;
  }
}

.satisfaction__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.satisfaction__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .satisfaction__ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.satisfaction__brand {
  display: inline-block;
  vertical-align: middle;
}

.satisfaction__brand-ruby {
  font-size: 0.65rem;
  font-weight: normal;
  color: #444444;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 2px;
}

.satisfaction__brand-logo {
  display: block;
  height: auto;
  width: 100%;
  max-width: 280px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.satisfaction__ttl-no {
  font-size: 1.8rem;
  color: #212121;
}

.satisfaction__ttl-em {
  display: inline-block;
  color: #ffffff;
  background-color: #212121;
  padding: 4px 8px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .satisfaction__ttl-em {
    font-size: 30px;
    padding: 2px 6px;
    margin-top: 5px;
  }
}

.satisfaction__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .satisfaction__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 380px;
    margin: 0 auto 20px;
  }
}

.satisfaction__stat {
  background: #ffffff;
  border: 1px solid #007850;
  border-radius: 8px;
  padding: 46px 20px 40px;
}
@media screen and (max-width: 768px) {
  .satisfaction__stat {
    padding: 30px 10px 30px;
  }
}

.satisfaction__num {
  font-size: 3.15rem;
  font-weight: bold;
  color: #007850;
  line-height: 1;
  margin-bottom: 5px;
  font-style: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .satisfaction__num {
    font-size: 3rem;
  }
}

.satisfaction__pct {
  font-size: 1.8rem;
}

.satisfaction__label {
  font-size: 15px;
  color: #212121;
  line-height: 1.6;
  font-weight: 500;
}

.satisfaction__note {
  font-size: 13px;
  color: #ffffff;
}

.comparison {
  background: transparent;
  padding: 0 24px 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding: 0 0 90px 30px;
  }
}

.comparison__inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 80px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .comparison__inner {
    padding: 34px 20px;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
  }
}

.comparison__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #212121;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .comparison__ttl {
    font-size: 1.2rem;
  }
}

.comparison__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  width: 100%;
}

.comparison__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 4px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .comparison__table {
    width: 780px;
  }
}
.comparison__table th,
.comparison__table td {
  height: 60px;
  padding: 16px 24px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .comparison__table th,
  .comparison__table td {
    height: auto;
    font-size: 15px;
    padding: 12px 10px;
  }
}
.comparison__table thead th {
  color: #ffffff;
  background: #aaa;
}
.comparison__table thead th:first-child {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 180px;
  padding: 0;
}
.comparison__table tbody td {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .comparison__table {
    min-width: 560px;
  }
}

.comparison__th--main {
  background: #007850 !important;
}

.comparison__row-head {
  width: 180px;
  background: #3d3d3d;
  color: #ffffff !important;
  font-weight: bold;
  text-align: center !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .comparison__row-head {
    width: 100px;
    font-size: 15px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.comparison__td--main {
  color: #007850 !important;
  font-weight: bold;
  background-color: #F7FFF9;
}

.comparison__sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #007850;
}

.comparison__cta {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .comparison__cta {
    margin-top: 50px;
  }
}

.comparison__cta-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #BC2127;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 14px 40px;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.comparison__cta-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .comparison__cta-btn {
    font-size: 0.9rem;
    padding: 12px 28px;
  }
}

.use-case {
  background: #ffffff;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .use-case {
    padding: 48px 30px;
  }
}

.use-case__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.use-case__en {
  display: block;
  font-size: 15px;
  color: #212121;
  margin-bottom: 8px;
}
.use-case__en::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background: #007850;
  margin: 0 auto 6px;
}

.use-case__ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #212121;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .use-case__ttl {
    font-size: 1.75rem;
  }
}

.use-case__ttl-sub {
  font-size: 1.1rem;
  font-weight: bold;
  color: #007850;
  border-bottom: 2px solid #007850;
  padding-bottom: 2px;
}

.use-case__ttl-sub-img {
  width: 234px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .use-case__ttl-sub-img {
    width: 180px;
  }
}

.use-case__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .use-case__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.use-case__card {
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.use-case__card-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #007850;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.use-case__case-num {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.use-case__separator {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}

.use-case__position {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.use-case__card-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 16px 24px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .use-case__card-body-wrap {
    padding: 23px 30px 35px;
  }
}

.use-case__card-illust {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .use-case__card-illust {
    display: none;
  }
}

.use-case__card-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.use-case__card-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .use-case__card-ttl {
    font-size: 20px;
  }
}

.use-case__card-resolve {
  position: relative;
  border: 1px solid #007850;
  border-radius: 4px;
  padding: 25px 15px 20px;
  margin-top: 16px;
  background-color: #F7FFF9;
}

.use-case__resolve-badge {
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-weight: bold;
  color: #007850;
  border: 1px solid #007850;
  padding: 3px 20px 3px 17px;
  border-radius: 0 20px 20px 0;
  background: #ffffff;
}

.use-case__card-desc {
  font-size: 15px;
  color: #212121;
  line-height: 1.6;
  font-weight: 500;
}

.cases-support {
  background: url("../images/white_bg.png") center center/cover no-repeat;
}

.case-study {
  background: transparent;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .case-study {
    padding: 70px 0;
  }
}

.case-study__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .case-study__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 0 30px;
  }
}

.case-study__left {
  width: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .case-study__left {
    width: 100%;
  }
}

.case-study__en {
  font-size: 15px;
  color: #212121;
  display: block;
  text-align: center;
  font-style: "Poppins", sans-serif;
}
.case-study__en::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background: #007850;
  margin: 0 auto 6px;
}

.case-study__ttl {
  font-size: 38px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-study__ttl {
    font-size: 1.875rem;
  }
}

.case-study__tabs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .case-study__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .case-study__tabs::-webkit-scrollbar {
    display: none;
  }
}

.case-study__tab {
  cursor: pointer;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: bold;
  color: #007850;
  border: 1.5px solid #007850;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #ffffff;
}
.case-study__tab.is-active {
  background: #007850;
  color: #ffffff;
}
.case-study__tab:hover:not(.is-active) {
  background: rgba(0, 120, 80, 0.08);
}
@media screen and (max-width: 768px) {
  .case-study__tab {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 8px 32px;
    white-space: nowrap;
  }
}

.case-study__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case-study__right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .case-study__panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .case-study__panels::-webkit-scrollbar {
    display: none;
  }
}

.case-study__panel {
  display: none;
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 60px 40px 60px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 788px;
}
.case-study__panel.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .case-study__panel {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    padding: 24px 20px 30px;
  }
}

.case-study__quote-mark {
  font-size: 6rem;
  color: #007850;
  line-height: 0.8;
  margin-bottom: 16px;
  font-family: serif;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .case-study__quote-mark {
    text-align: right;
  }
}

.case-study__quote-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #212121;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .case-study__quote-ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}

.case-study__quote-body {
  font-size: 1rem;
  color: #212121;
  line-height: 1.9;
  margin-bottom: 24px;
}

.case-study__quote-company {
  font-size: 0.85rem;
  color: #7D7D7D;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .case-study__quote-company {
    text-align: left;
  }
}

.case-study__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.case-study__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  -webkit-transition: background 0.2s, width 0.2s, border-radius 0.2s;
  transition: background 0.2s, width 0.2s, border-radius 0.2s;
}
.case-study__dot.is-active {
  width: 24px;
  border-radius: 4px;
  background: #007850;
}

.support {
  border-top: 1px solid #ccc;
  background: transparent;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 48px 30px;
  }
}

.support__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.support__en {
  display: block;
  font-size: 15px;
  color: #212121;
  margin-bottom: 6px;
  font-style: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .support__en {
    margin-bottom: 20px;
  }
}
.support__en::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background: #007850;
  margin: 0 auto 8px;
}

.support__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support__ttl {
    font-size: 1.62rem;
  }
}

.support__desc {
  font-size: 0.875rem;
  color: #444444;
  margin-bottom: 48px;
}

.support__timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 48px;
  background: #F7F8F8;
  border-radius: 12px;
  padding: 40px 32px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .support__timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    padding: 40px 20px;
  }
}

.support__step {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.support__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #007850;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .support__step {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 12px;
    text-align: left;
    padding: 0 0 40px;
  }
  .support__step::after {
    display: none;
  }
  .support__step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 42px;
    width: 2px;
    height: calc(100% - 42px);
    background: #007850;
    z-index: 0;
  }
}

.support__step-num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #007850;
  background: #ffffff;
  color: #007850;
  font-size: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .support__step-num {
    font-size: 1.56rem;
    grid-row: 1;
    grid-column: 1;
    align-self: center;
  }
}

.support__step-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #007850;
  margin: 20px 0 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__step-ttl {
    font-size: 18px;
    text-align: left;
    margin: 0;
    grid-row: 1;
    grid-column: 2;
    align-self: center;
  }
}

.support__step-body {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(0, 120, 80, 0.25);
  border-radius: 8px;
  padding: 20px 25px;
  background: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .support__step-body {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    grid-row: 2;
    grid-column: 2;
  }
}

.support__step-list {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .support__step-list {
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 4px;
  }
}
.support__step-list li {
  color: #212121;
  padding-left: 1.2em;
  margin-bottom: 4px;
  position: relative;
  line-height: 1.5;
  font-size: 15px;
}
.support__step-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007850;
}

.flow {
  background: #007850 url("../images/green_bg.png") center center/cover no-repeat;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 48px 30px;
  }
}

.flow__inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.flow__en {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 6px;
}
.flow__en::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background: #ffffff;
  margin: 0 auto 6px;
}

.flow__ttl {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow__ttl {
    font-size: 1.625rem;
  }
}

.flow__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.flow__step {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 32px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .flow__step {
    padding: 20px 50px;
    border-radius: 0;
  }
  .flow__step:first-child {
    border-radius: 8px 8px 0 0;
  }
  .flow__step:last-child {
    border-radius: 0 0 8px 8px;
  }
}

.flow__step-badge {
  display: inline-block;
  border: 1.5px solid #007850;
  color: #007850;
  font-size: 17px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 100px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
}

.flow__step-ttl {
  font-size: 17px;
  font-weight: bold;
  color: #007850;
  text-align: center;
}

.flow__step-desc {
  font-size: 15px;
  color: #212121;
  text-align: center;
  line-height: 1.7;
}

.document {
  background: #ffffff url("../images/white_bg.png") center center/cover no-repeat;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .document {
    padding: 48px 0;
  }
}

.document__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 50.5952380952vw;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .document__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.document__left {
  width: 100%;
}

.document__right {
  max-width: 765px;
  width: 100%;
}

.document__label {
  font-size: 15px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 20px;
  border-left: 3px solid #007850;
  padding-left: 8px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.document__ttl {
  font-size: 38px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .document__ttl {
    font-size: 1.75rem;
  }
}

.document__ttl-em {
  display: inline;
  background: #212121;
  color: #E6B422;
  padding: 0 4px;
  border-radius: 2px;
  line-height: 1.3;
}

.document__desc {
  font-size: 15px;
  color: #212121;
  line-height: 1.9;
}

.document__form-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 4px 20px 0 rgba(15, 23, 41, 0.05);
          box-shadow: 0 4px 20px 0 rgba(15, 23, 41, 0.05);
}
@media screen and (max-width: 768px) {
  .document__form-wrap {
    padding: 28px 20px;
  }
}

.document__form-badge {
  position: relative;
  display: inline-block;
  background: #007850;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.document__form-badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #007850;
}

.document__form-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  text-align: center;
  margin-bottom: 24px;
}

.document__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: left;
}

.document__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.document__form-label {
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}

.document__required {
  color: #BC2127;
  margin-left: 2px;
}

.document__form-input,
.document__form-textarea {
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  background: #ffffff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
}
.document__form-input:focus,
.document__form-textarea:focus {
  outline: none;
  border-color: #007850;
}
.document__form-input::-webkit-input-placeholder, .document__form-textarea::-webkit-input-placeholder {
  color: #bbb;
}
.document__form-input::-moz-placeholder, .document__form-textarea::-moz-placeholder {
  color: #bbb;
}
.document__form-input:-ms-input-placeholder, .document__form-textarea:-ms-input-placeholder {
  color: #bbb;
}
.document__form-input::-ms-input-placeholder, .document__form-textarea::-ms-input-placeholder {
  color: #bbb;
}
.document__form-input::placeholder,
.document__form-textarea::placeholder {
  color: #bbb;
}

.document__form-textarea {
  resize: vertical;
}

.document__form-submit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 70px;
  background: #212121;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 0 auto 30px;
}
.document__form-submit:hover {
  opacity: 0.8;
}
.document__form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.document__form-error {
  font-size: 0.85rem;
  color: #BC2127;
  margin-bottom: 8px;
}
.document__form-error:empty {
  margin-bottom: 0;
}

.document__form-success {
  text-align: center;
  padding: 40px 20px;
  font-size: 1rem;
  color: #212121;
  line-height: 1.8;
}

.faq {
  background: #F7F8F8;
  border-top: 1px solid #ccc;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 48px 40px;
  }
}

.faq__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.faq__en {
  display: block;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #212121;
  margin-bottom: 6px;
}
.faq__en::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background: #007850;
  margin: 0 auto 6px;
}

.faq__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq__ttl {
    font-size: 1.75rem;
  }
}

.faq__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: left;
}

.faq__item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 24px;
  cursor: pointer;
  background: #ffffff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq__q {
    padding: 16px;
    font-size: 15px;
  }
}

.faq__q-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #007850;
  color: #007850;
  font-size: 16px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Poppins", sans-serif;
}

.faq__q-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  font-weight: bold;
  color: #212121;
}

.faq__toggle {
  color: #007850;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.faq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.faq__a p {
  padding: 16px 24px 20px 68px;
  margin: 0;
  font-size: 15px;
  color: #212121;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .faq__a p {
    padding: 16px 20px 20px 20px;
  }
}

.faq__item.is-open .faq__a {
  max-height: 600px;
  opacity: 1;
}

.faq__item.is-open .faq__q {
  border-bottom: 1px solid #007850;
}
@media screen and (max-width: 768px) {
  .faq__item.is-open .faq__q {
    border-bottom: none;
    position: relative;
  }
  .faq__item.is-open .faq__q::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #007850;
  }
}

.site-footer-bottom {
  background: #363636;
  padding: 20px;
  text-align: center;
}

footer p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
footer a {
  color: #ffffff;
  display: block;
}

.privacy__linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 20px;
}
.privacy__linkBox a {
  font-size: 14px;
  padding: 6px 24px 6px 16px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
}
.privacy__linkBox a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.7);
  border-right: 1.5px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.privacy__linkBox a:hover {
  opacity: 0.7;
}