@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);

:root {
  --whitecolor: #ffffff;
  --blackcolor: #3e3e3e;
  --max-width: 1920px;
  --contents-width: 1250px;

}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--blackcolor);
  background-color: var(--color12);
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width:1250px) {
  html {
    font-size: calc(10 / 1265 * 100vw);
  }
}

@media screen and (max-width:750px) {
  :root {
    --contents-width: 750px;
  }

  html {
    font-size: calc(10 / 750 * 100vw);
  }
}

/*************
画像関連
*************/
picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*************

*************/
.pc-none {
  display: none;
}

.box-shadow {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}

mark.yellow {
  background-color: #f8ebc9;
}

.red {
  color: red;
}

.btn-wrap a {
  display: block;
}

.btn-wrap a:hover {
  opacity: 0.8;
}

/*************
header
*************/

/*************
main
*************/
main {
  background-color: var(--whitecolor);
}

/*************
section
*************/
section {
  width: var(--contents-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}
section.full{
  width: var(--max-width);
}
section .contents{
  width: var(--contents-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}

section p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1em;
}

section p:last-of-type {
  margin-bottom: 0;
}

section .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 10;
}

/*************
kv
*************/
#kv {
  position: relative;
  width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}

#kv > picture img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 55rem;
}

#kv .kv-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: auto;
  max-width: 1250px;
}

#kv .kv-top-text {
  color: #fff;
    font-size: 5.5rem;
    font-weight: 700;
    /* padding: 0.6rem 2.5rem; */
    display: inline-block;
    position: absolute;
    top: 10.5rem;
    left: 16.2rem;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.5;
}

#kv .kv-mid-text {
  color: #fff;
    position: absolute;
    top: 21.5rem;
    left: 17.5rem;

}

#kv .kv-mid-text p {
      font-size: 3.1rem;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.8;
}

#kv .kv-mid-text b {
  color: #fff100;
}

#kv .kv-stats {
  display: flex;
  gap: 9rem;
  position: absolute;
top: 34rem;
    left: 19rem;
  color: #fff;
}

#kv .kv-stats-item {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

#kv .kv-stats-item p {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: -0.2rem;
  line-height: 1.3;
}

#kv .kv-stats-item .num {
  font-size: 4.6rem;
  font-weight: 900;
  color: #e0bd4b;
  letter-spacing: -0.02em;
  line-height: 1;
}

#kv .kv-stats-item .num span {
  font-size: 2.6rem;
  margin-left: 0.5rem;
}

#kv .kv-bottom-text {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

#kv .kv-bottom-text p {
  font-size: 2.55rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.25;
}

#kv .kv-bottom-text b {
  color: #fef537;
  font-size: 2.8rem;
  margin: 0 0.5rem;
}

#kv .btn-wrap {
    position: absolute;
    top: 46.2rem;
    left: 17.5rem;
    width: 58rem;
    display: flex;
    gap: 4rem;
    z-index: 20;
}

#kv .btn-wrap .btn-contact {

  display: block;
}

@media screen and (max-width: 1250px) and (min-width: 751px) {
  #kv {
    min-height: 55rem;
  }
  #kv > picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 55rem;
  }
  #kv .kv-top-text{
    left: 16.2rem;
  }
  #kv .kv-mid-text {
    left: 17.5rem;
  }
  #kv .kv-stats {
    left: 18.5rem;
  }
  #kv .btn-wrap {
    left: 17.5rem;
  }
}

/*************
cta
*************/
.cta .btn-wrap {
  position: absolute;
  top: 34rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 53rem;
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.cta .btn-wrap .btn-contact {

  display: block;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      black 8%,
      black 92%,
      transparent 100%);
  mask-image: linear-gradient(to right,
      transparent 0%,
      black 8%,
      black 92%,
      transparent 100%);
}

.marquee-track {
  display: flex;
  width: 100%;
  /**animation: marquee 18s linear infinite;**/
  justify-content: space-evenly;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track img {
  display: block;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  padding-right: 5rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

/*************
  section
  *************/
/* Section 01 Styles */
#section01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#section01 .title{
  width: var(--contents-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#section01 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section01 h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #004d3d;
  text-align: center;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
}

#section01 h2 sup {
  font-size: 1.2rem;
  top: -1.5rem;
}

#section01 h2 b {
  font-size: 3rem;
  font-weight: 600;
}

#section01 .note {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: 18rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #004d3d;
}

/* Section 02 Styles */
#section02 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section02 .top-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #004d3d;
}

#section02 h2 {
  font-size: 4.8rem;
  font-weight: 500;
  color: #004d3d;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  left: 0;
  right: 1.4rem;
  top: 5rem;
}

#section02 h2 span {
  color: #000;
  font-size: 3rem;
  font-weight: 400;
}

#section02 h2 b {
  font-size: 4.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-right: 2rem;
  margin-left: -2rem;
}

#section02 .text-item {
  position: absolute;
  top: 25rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 98rem;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: space-between;
}

#section02 .text-item p {
  font-size: 2.3rem;
  text-align: center;
  color: #004d3d;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 0;
}

#section02 .text-item p:nth-of-type(1) {
  margin-left: 2.8rem;
}

#section02 .text-item p:nth-of-type(2) {
  margin-left: 1rem;
}

/* Section 03 Styles */
#section03 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section03 h2 {
  position: absolute;
  top: 8.5rem;
  left: 0;
  right: 0;
  font-size: 4.9rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
}

#section03 .text-item {
  width: fit-content;
}

#section03 .text-item h3 {
  font-size: 2.8rem;
  color: #ffff01;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

#section03 .text-item p {
  font-size: 1.9rem;
  color: #ffffff;
  margin-left: 2rem;
}

#section03 .item-01 {
  position: absolute;
  top: 26rem;
  left: 50rem;
}

#section03 .item-02 {
  position: absolute;
  top: 63.5rem;
  left: 19rem;
}

#section03 .item-03 {
  position: absolute;
  top: 100.5rem;
  left: 50rem;
}

/* Section 04 Styles */
#section04 .text-wrap {
  position: absolute;
    top: -2.5rem;
    left: 0.2rem;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section04 h2 {
  font-size: 5.2rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
}

#section04 h2 span {
  font-size: 2.6rem;
  color: #004d3d;
  font-weight: 400;
  display: block;
  letter-spacing: -0.1em;
}

#section04 h2 span b {
  font-size: 3.5rem;
  font-weight: 500;
}

#section04 .text-item {
  width: 46rem;
}

#section04 .text-item h3 {
  color: #004d3d;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 6rem;
  line-height: 1.5;
}

#section04 .text-item h3 b {
  font-size: 3.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
}

#section04 .text-item p {
  font-size: 3.5rem;
    color: #004d3d;
    text-align: center;
    line-height: 2.1;
}
#section04 .text-item p b{
  color: #ffffff;
  font-weight: normal;
}

#section04 .item-01 {
  position: absolute;
    top: 50.2rem;
    left: 21rem;
}

#section04 .item-01 p{
    margin-top: -1rem;
    margin-left: -7rem;
}

#section04 .item-01 p b{
  margin-right: 0.5rem;
}

#section04 .item-02 {
  position: absolute;
top: 95.3rem;
    left: 68rem;
}

#section04 .item-03 {
  position: absolute;
    top: 144.5rem;
    left: 18rem;
}

#section04 .item-03 p{
  margin-top: -1rem;
    margin-left: -2rem;
}

#section04 .item-03 p b{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* Section 05 Styles */
#section05 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section05 .feature-item {
  position: absolute;
  width: 20rem;
}

#section05 .feature-item.item-01 {
  top: 155rem;
    left: 24rem;
}

#section05 .feature-item.item-02 {
  top: 155rem;
  left: 52rem;
}

#section05 .feature-item.item-03 {
  top: 155rem;
  left: 80rem;
}

#section05 .feature-item .text {
  font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
    color: #07401e;
    text-align: center;
}

#section05 .feature-item .text b{
  color: #ec6941;
}

#section05 .icon-item {
  position: absolute;
}

#section05 .icon-item.item-01 {
  top: 205rem;
  left: 30rem;
}

#section05 .icon-item.item-02 {
  top: 205rem;
  left: 58rem;
}

#section05 .icon-item.item-03 {
  top: 205rem;
  left: 81rem;
}

#section05 .icon-item .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #07401e;
  text-align: center;
}

#section06{
  background-color: #dde7e8;
}

#section06 .text-wrap {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section06 .lecture-box,
#section06 .game-box,
#section06 .work-box {
  position: absolute;
  width: 100%;
}

/* 講義ラベル */
#section06 [class^="label-"] {
  background-color: #004d3d;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0.5rem 3rem;
  width: fit-content;
  position: absolute;
  left: 17rem;
}

#section06 .label-lecture {
  top: 9.5rem;
}

#section06 .label-game {
  top: 114.5rem;
}

#section06 .label-work {
  top: 204rem;
}

/* 講義図解 */
#section06 .diagram-lecture {
  position: absolute;
  top: 20rem;
  left: 17rem;
  width: 32rem;
  height: 32rem;
}

#section06 .circle {
  position: absolute;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

#section06 .circle span {
  font-size: 1.4rem;
  font-weight: 500;
}

#section06 .circle-business {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004d3d;
}

#section06 .circle-person {
  bottom: 5rem;
  left: 0;
  background-color: #999;
}

#section06 .circle-org {
  bottom: 5rem;
  right: 0;
  background-color: #999;
}

/* 講義項目 */
#section06 .lecture-items {
  position: absolute;
  top: 28.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 74rem;
}

#section06 .lecture-items .item {
  width: 38rem;
  position: absolute;
}

#section06 .lecture-items .item.item-01 {
  top: 0;
  left: auto;
  right: 0;
}

#section06 .lecture-items .item.item-02 {
  top: 27rem;
  left: 8rem;
  right: auto;
}

#section06 .lecture-items .item.item-03 {
  top: 53rem;
  left: auto;
  right: 0;
}

#section06 .lecture-items h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #004d3d;
  margin-bottom: 3.8rem;
}

#section06 .lecture-items p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-left: 0.5rem;
  color: #ec6941;
  font-weight: 600;
}

#section06 .lecture-items p b {
  color: #004d3d;
}

#section06 .lecture-box .desc,
#section06 .game-box .desc,
#section06 .work-box .desc {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  width: 80rem;
  margin: 0 auto;
}

#section06 .lecture-box .desc {
  top: 108.5rem;
}

#section06 .game-box .desc {
  top: 174.5rem;
}

#section06 .work-box .desc {
  top: 241rem;
}

/* まとめボックス */
#section06 .bottom-box {
  position: absolute;
  top: 288rem;
  left: 0;
  right: 0;
  text-align: center;
}

#section06 .bottom-box p:first-child {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

#section06 .bottom-box p:last-child {
  font-size: 3.2rem;
  font-weight: 700;
  color: #004d3d;
  line-height: 1.3;
}

#section06 .bottom-box b {
  color: #ffffff;
  background-color: #004d3d;
  padding: 0 0.5rem;
}

/* Section 07 Styles */
#section07 .text-wrap {
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section07 h2 {
  position: absolute;
  top: 10.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #004d3d;
  font-family: "Zen Old Mincho", serif;
}

#section07 h2 b {
  display: block;
  color: #fff;
  font-size: 5rem;
  margin-top: 3rem;
}

#section07 .feature-item {
  width: 30rem;
  text-align: center;
  position: absolute;
  top: 64rem;
  display: none;
}

#section07 .feature-item.item-01 {
  left: 13rem;
}

#section07 .feature-item.item-02 {
  left: 47rem;
}

#section07 .feature-item.item-03 {
  left: 82.5rem;
}

#section07 .feature-item h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #004d3d;
  margin-bottom: 2rem;
  line-height: 1.4;
  padding-left: 1rem;
  text-align: left;
}

#section07 .feature-item p {
  font-size: 1.67rem;
  line-height: 1.6;
  text-align: left;
}

/* Section 08 Styles */
#section08 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section08 .intro-box {
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60rem;
  border: 1px solid #004d3d;
  padding: 3rem;
  text-align: center;
}

/* Section 08 Styles */
#section08 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section08 .benefit-item {
  position: absolute;
  width: 36rem;
}

#section08 .benefit-item p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}

#section08 .benefit-item.item-01 {
  top: 58rem;
  left: 23rem;
}

#section08 .benefit-item.item-02 {
  top: 58rem;
  left: 65.5rem;
}

#section08 .benefit-item.item-03 {
  top: 96rem;
  left: 23rem;
}

#section08 .benefit-item.item-04 {
  top: 96rem;
  left: 65rem;
}

#section08 .recap>p {
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 119rem;
  left: 0;
  right: 0;

}

#section08 .recap>h3 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
top: 127.8rem;
    left: 0;
    right: 9rem;
  color: #004d3d;
}

#section08 .recap>h3 b {
  margin-right: 2rem;
  color: #ffffff;
}

#section08 .stats-grid {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  position: absolute;
  top: 133rem;
  left: 0;
  right: 0;
}

#section08 .stats-item {
  width: 24rem;
  text-align: center;
}

#section08 .stats-item p {
font-size: 2.3rem;
    font-weight: 800;
  line-height: 1.5;
  color: #07401e;
}


/* Section 09 Styles (Comparison) */
#section09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#section09 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section09 h2 {
  position: absolute;
  top: 15rem;
  left: 0;
  right: 0;
  font-size: 3.6rem;
  text-align: center;
  color: #07401e;
}

#section09 h2 b {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: 4.8rem;
  margin-top: 3rem;
}

#section10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#section10 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section10 h2 {
  position: absolute;
  top: 12rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  color: #07401e;
}

#section11 {
    background-color: #e3ecec;
}

#section11 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Section 11 Styles */
#section11 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section11 h2.section-title {
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  color: #07401e;
}

#section11 h2 b {
  display: block;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  margin-top: 3rem;
}



#section11 .case-grid {
  position: absolute;
  top: 42rem;
  left: 0;
  right: 0;
  width: 98rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18rem 5rem;
}

#section11 .position {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004d3d;
  margin-bottom: 1.4rem;
}

#section11 p.case-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #ffffff;
}

#section11 .box {
  display: flex;
  margin-top: 11rem;
}

#section11 .box p {
  font-size: 1.8rem;
  width: 43rem;
  padding-left: 3rem;
  color: #ec6941;
}

#section11 .bottom-summary {
  position: absolute;
  top: 141.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.1rem;
  line-height: 2.7;
  color: #004d3d;
}

#section11 .bottom-summary b {
  font-weight: 700;
  font-size: 2.5rem;
}

/* Section 12 Styles */
#section12 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section12 h2 {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.4rem;
  color: #004d3d;
  z-index: 10;
  font-weight: 400;
}

#section12 h2 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  font-size: 5rem;
  margin-top: 2rem;
}

#section12 .voice-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section12 .voice-item {
  position: absolute;
  width: 100%;
}

/* Base styling for item components */
#section12 .company-name {
  position: absolute;
  top: 0;
  font-size: 4rem;
  font-weight: 500;
  color: #004d3d;
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  text-align: center;
}

#section12 .voice-title {
  position: absolute;
  top: 6.3rem;
  left: 61.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2;
}

#section12 .voice-text {
  position: absolute;
  top: 18rem;
  left: 60.5rem;
  width: 45rem;
  font-size: 1.7rem;
  line-height: 1.5;
}

/* Base coordinates for item containers */
#section12 .item-01 {
  top: 30rem;
}

#section12 .item-02 {
  top: 68.2rem;
}

#section12 .item-03 {
  top: 108.5rem;
}

/* Section 13 Styles */
#section13 {
    background-color: #005e15;
}

#section13 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section13 h2.section-title {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

#section13 .flow-list {
  position: relative;
  width: 100%;
  height: 100%;
}

#section13 .flow-item {
  position: absolute;
  width: 48rem;
  color: #fff;
}

#section13 .flow-item .num {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#section13 .flow-item .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

#section13 .flow-item .desc {
  font-size: 1.6rem;
  line-height: 1.5;
}

#section13 .item-01 {
  top: 19rem;
  left: 12%;
}

#section13 .item-02 {
  top: 32rem;
  left: 52%;
}

#section13 .item-03 {
  top: 45rem;
  left: 12%;
}

#section13 .item-04 {
  top: 58rem;
  left: 52%;
}

#section13 .item-05 {
  top: 71rem;
  left: 12%;
}

/* Section 14 Styles (Form) */
#form {
  position: relative;
  background-color: #f9f9f9;
  padding-bottom: 8rem;
}

#form .text-wrap {
  position: relative;
  z-index: 10;
}

#form h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 8rem;
  margin-bottom: 5rem;
}

#form .form-container {
  position: relative;
  width: 80rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 4rem;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Section 15 Styles */
#section15 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#section15 .text-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section15 h2.section-title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 5rem;
  color: #004d3d;
}

#section15 .faq-list {
  width: 85rem;
  margin: 0 auto;
}

#section15 .faq-item {
  margin-bottom: 4.1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
}

#section15 .faq-q {
  font-size: 2.2rem;
  font-weight: 500;
  color: #004d3d;
  margin-bottom: 2rem;
  padding-left: 5rem;
  position: relative;
  line-height: 1.4;
}

#section15 .faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #004d3d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  font-size: 2rem;
  font-weight: 700;
}

#section15 .faq-a {
  font-size: 1.7rem;
  line-height: 1.8;
  padding-left: 5rem;
  position: relative;
}

#section15 .faq-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #a22020;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  font-size: 2rem;
  font-weight: 700;
}

#copyright{
  background-color: #07401e;
}

/* ============================================================
   Responsive Styles (SP)
   ============================================================ */
@media screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .text-wrap {
    display: none !important;

    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
  }

  #form .text-wrap {
    display: block !important;
  }

  #section15 .text-wrap {
    display: block !important;
  }


  .cta .btn-wrap {
    top: 43rem;
    width: 64rem;
  }

  .cta .btn-wrap .btn-contact {
    width: 30.1rem;
    display: block;
  }

  /* KV SP */
  #kv .kv-text-wrap {
    padding-top: 10rem;

    display: none;
  }

  #kv .kv-top-text {
    margin-left: 5rem;
    font-size: 2.8rem;
  }

  #kv .kv-logo {
    margin-left: 5rem;
    font-size: 6rem;
  }

  #kv .kv-mid-text {
    top: 61.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 55rem;
  }

  #kv .kv-mid-text p {
    font-size: 3.2rem;
  }

  #kv .kv-stats {
    gap: 12rem;
    top: 75rem;
    left: 0;
    right: 0;
    width: 60rem;
    margin: auto;
  }

  #kv .kv-stats-item p {
    font-size: 2.8rem;
  }

  #kv .kv-stats-item .num {
    font-size: 5.8rem;
  }

  #kv .kv-stats-item .num span {
    font-size: 3rem;
  }

  #kv .kv-bottom-text {
    font-size: 2.8rem;
  }

  #kv .kv-catch {
    font-size: 3.2rem;
    padding: 0.8rem 1.5rem;
    margin-bottom: 2rem;
  }

  #kv .kv-title {
    font-size: 5.6rem;
    margin-bottom: 3rem;
  }

  #kv .kv-desc {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }

  #kv .kv-ribbon {
    font-size: 3rem;
    padding: 3rem 0;
  }

  #kv .kv-ribbon .num {
    font-size: 4.5rem;
  }

  #kv .kv-bottom-text span {
    font-size: 3.4rem;
  }

  #kv .btn-wrap {
    position: absolute;
    top: 89rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65rem;
    display: flex;
    flex-direction: row;
  }

  #kv .btn-wrap .btn-contact {
    width: 31.1rem;
    display: block;
  }

  #section01 h2 {
    font-size: 3.1rem;
    top: 4rem;
    line-height: 1.3;
  }

  #section01 h2 b {
    font-size: 4rem;
  }

  #section01 .note {
    font-size: 1.8rem;
    top: 19rem;
  }

  #section02 h2 {
    font-size: 6.5rem;
    top: 2rem;
  }

  #section02 h2 span {
    font-size: 3.6rem;
  }

  #section02 h2 b {
    font-size: 5.3rem;
    color: #ffffff;
    letter-spacing: 0.09em;
    font-weight: 600;
    margin-right: 0;
    margin-left: 0.8rem;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  .marquee-wrapper {
    margin-top: 3rem;
  }

  #section02 .text-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 29rem 3rem;
    width: 64rem;
    top: 57rem;
  }

  #section02 .text-item p {
    font-size: 3rem;
  }

  #section02 .text-item p:nth-of-type(1) {
    margin-right: 0;
  }

  #section03 h2 {
    top: 7rem;
    font-size: 5.9rem;
    line-height: 1.35;
  }

  #section03 .text-item p {
    font-size: 2.9rem;
    margin-left: 1.5rem;
    margin-bottom: 1.6rem;
  }

  #section03 .text-item h3 {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  #section03 .item-01 {
    position: absolute;
    top: 28.5rem;
    left: 32rem;
  }

  #section03 .item-02 {
    position: absolute;
    top: 86.25rem;
    left: 3rem;
  }

  #section03 .item-03 {
    position: absolute;
    top: 138.5rem;
    left: 29rem;
  }

  #section03 .text-item.item-03 p {
    margin-left: 4.5rem;
  }

  #section04 h2 {
    top: 11.5rem;
    line-height: 1.35;
    font-size: 6.2rem;
  }

  #section04 h2 span {
    font-size: 3.8rem;
  }

  #section04 .text-item {
    width: 60rem;
  }

  #section04 .text-item h3 {
    font-size: 2.8rem;
    margin-top: 0;
  }

  #section04 .text-item h3 b {
    color: #ffffff;
    font-size: 3.25rem;
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }

  #section04 .text-item p {
    font-size: 2.9rem;
  }

  #section04 .item-01 {
    position: absolute;
    top: 50.5rem;
    left: 6.5rem;
  }

  #section04 .item-02 {
    position: absolute;
    top: 104rem;
    left: 6.5rem;
  }

  #section04 .item-03 {
    position: absolute;
    top: 153.5rem;
    left: 6.5rem;
  }

  /* Section 05 SP */
  #section05 .feature-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 50rem;
    margin: auto;
  }

  #section05 .feature-item .text {
    font-size: 2.8rem;
    text-align: left;
  }

  #section05 .feature-item.item-01 {
    top: 54rem;
    left: 14rem;
  }

  #section05 .feature-item.item-02 {
    top: 70rem;
    left: 14rem;
  }

  #section05 .feature-item.item-03 {
    top: 80rem;
    left: 14rem;
  }

  #section05 .icon-item.item-01 {
    top: 121rem;
    left: 11rem;
  }

  #section05 .icon-item.item-02 {
    top: 121rem;
    left: 30rem;
  }

  #section05 .icon-item.item-03 {
    top: 121rem;
    left: 48rem;
  }

  #section05 .icon-item .text {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  /* Section 06 SP */
  #section06 .lecture-items h3 {
    font-size: 3.2rem;
    margin-bottom: 1.4rem;
  }

  #section06 .lecture-items p {
    font-size: 2.4rem;
    font-weight: 400;
  }

  #section06 .lecture-items p b {
    font-size: 2.8rem;
  }

  #section06 .lecture-items .item {
    width: 32rem;
  }

  #section06 .lecture-items .item.item-01 {
    top: 16rem;
    left: auto;
    right: 2rem;
  }

  #section06 .lecture-items .item.item-02 {
    top: 47rem;
    left: 5rem;
    right: auto;
  }

  #section06 .lecture-items .item.item-03 {
    top: 78rem;
    left: auto;
    right: 2rem;
  }


  #section06 [class^="label-"] {
    position: relative;
    left: 2rem;
    top: auto;
    margin-bottom: 2rem;
  }

  #section06 .lecture-box,
  #section06 .game-box,
  #section06 .work-box {
    position: relative;
    padding: 10rem 2rem;
  }

  #section06 .lecture-box .summary,
  #section06 .game-box .desc,
  #section06 .work-box .desc {
    position: relative;
    top: auto;
    width: 100%;
    margin: 5rem 0;
    font-size: 2.4rem;
  }

  #section06 .lecture-box .desc,
  #section06 .game-box .desc,
  #section06 .work-box .desc {
    width: 59rem;
    font-size: 2.8rem;
    line-height: 1.9;
    margin-left: auto;
    margin-right: auto;
  }

  #section06 .lecture-box .desc {
    top: 119.5rem;
  }

  #section06 .game-box .desc {
    top: 168rem;
  }

  #section06 .work-box .desc {
    top: 203rem;
  }

  #section06 .diagram-lecture {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 5rem;
  }

  #section06 .lecture-items {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }



  #section06 .bottom-box {
    position: relative;
    top: auto;
    margin-top: 10rem;
  }

  #section07 h2 {
    top: 11.5rem;
    font-size: 4.4rem;
  }

  #section07 h2 b {
    font-size: 6rem;
    margin-top: 1rem;
  }

  #section07 .feature-item h3 {
    font-size: 3.5rem;
    font-family: "Zen Old Mincho", serif;
  }

  #section07 .feature-item p {
    font-size: 2.67rem;
  }

  #section07 .feature-item {
    width: 35rem;
  }

  #section07 .feature-item.item-01 {
    left: 35rem;
    top: 37rem;
  }

  #section07 .feature-item.item-02 {
    left: 4rem;
    top: 76rem;
  }

  #section07 .feature-item.item-03 {
    left: 35rem;
    top: 110rem;
  }



  /* Section 08 SP */
  #section08 .benefit-item {
    position: absolute;
    width: 39rem;
  }

  #section08 .benefit-item p {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.6;
  }

  #section08 .benefit-item.item-01 {
    top: 34rem;
    left: 30rem;
  }

  #section08 .benefit-item.item-02 {
    top: 69.3rem;
    left: 3.5rem;
  }

  #section08 .benefit-item.item-03 {
    top: 97.3rem;
    left: 32rem;
  }

  #section08 .benefit-item.item-04 {
    top: 129rem;
    left: 3rem;
  }

  #section08 .recap>p {
    top: 160rem;
    font-size: 3.7rem;
  }

  #section08 .recap>h3 {
    top: 167rem;
    font-size: 5.7rem;
  }

  #section08 .recap>h3 b {
    display: block;
    margin-bottom: 3rem;
  }

  #section08 .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: 212rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 59rem;
    gap: 24rem 5rem;
  }

  #section08 .stats-item p {
    font-size: 2.7rem;
  }

  #section08 .intro-box {
    position: relative;
    width: 90%;
    top: 0;
    margin: 0 auto 5rem;
  }

  #section08 .benefit-list {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  #section08 .stats-circles {
    flex-direction: column;
    align-items: center;
  }

  #section08 .stats-item {
    margin-bottom: 5rem;
    width: 100%;
  }

  #section08 .stats-item .num {
    font-size: 8rem;
  }

  /* Section 09 SP (Table) */
  #section09 h2 {
    top: 8rem;
    font-size: 4.8rem;
  }

  #section09 h2 b {
    font-size: 5.2rem;
    margin-top: 2rem;
  }

  #section10 h2 {
    top: 7rem;
    font-size: 3.5rem;
  }


  /* Section 11 SP */
  #section11 h2.section-title {
    font-size: 3.9rem;
  }

  #section11 h2 b {
    font-size: 5.8rem;
    margin-top: 2rem;
  }

  #section11 .case-grid {
    top: 39rem;
    width: 60rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 15rem;
  }

  #section11 .box {
    margin-top: 8rem;
    min-height: 30rem;
  }

  #section11 .box p {
    font-size: 3.1rem;
    width: 60rem;
    padding-left: 0rem;
  }

  #section11 .position {
    font-size: 3.4rem;
  }

  #section11 p.case-title {
    font-size: 3.5rem;
  }

  #section11 .bottom-summary {
    top: 300.5rem;
    font-size: 3rem;
    line-height: 2.6;
  }

  #section11 .bottom-summary b {
    font-weight: 700;
    font-size: 3.7rem;
    line-height: 1;
  }

  #section12 h2 {
    top: 12rem;
    font-size: 4.4rem;
  }

  #section12 h2 b {
    font-size: 6.2rem;
    margin-top: 0rem;
    line-height: 1.3;
  }

  #section12 .company-name {
    font-size: 5rem;
  }

  #section12 .voice-title {
    top: 42.5rem;
    left: 6.5rem;
    font-size: 3.3rem;
    line-height: 1.8;
  }

  #section12 .voice-text {
    top: 56rem;
    left: 6.5rem;
    width: 60rem;
    font-size: 3rem;
  }

  #section12 .item-01 {
    top: 44rem;
  }

  #section12 .item-02 {
    top: 135.2rem;
  }

  #section12 .item-03 {
    top: 231.1rem;
  }

  /* Section 13 SP (FLOW) */
  #section13 .flow-item {
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
    margin-bottom: 10rem;
    text-align: center;
  }

  /* Section 14 (Form) SP */
  #form h2 {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }

  #form .form-container {
    position: relative;
    top: 0;
    width: 100%;
    padding: 2rem;
  }

  /* Section 15 (FAQ) SP */
  #section15 .faq-list {
    position: relative;
    top: 0;
    width: 95%;
  }

  #section15 .faq-q,
  #section15 .faq-a {
    font-size: 2.2rem;
  }

  /* Logo Marquee */
  .marquee-track img {
    width: 75rem;
  }
}

#section09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#section10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#section15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}