@charset "UTF-8";

/* 基本リセット */
/* html {
  font-size: 16px;
} */

body,
h2,
p,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: start;
}

body {
  /* font-family: Arial, sans-serif; */
  line-height: 1.6;
}

main {
  text-align: justify;
  word-break: break-all;
  padding-top: 65px;
}

@media (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

/* 共通 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (max-width: 480px) {
  .wrapper {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* button */
/* orange */
.download__button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px auto 30px;
  width: 100%;
}

.download__button {
  width: 450px;
  display: inline-block;
  padding: 25px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #ffbc64, #ff7400);
  border-radius: 50px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.download__button:hover {
  color: #fff;
  transform: scale(0.95);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .download__button {
    width: 70%;
    padding: 20px;
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .download__button {
    width: 90%;
  }
}

/* 共通セクションタイトル */
.heading {
  display: flex;
  align-items: center;
}

.section__title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section__title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

#num01.section__title__number {
  width: 30px;
  height: auto;
  margin: 0 50px;
}

@media (max-width: 768px) {
  #num01.section__title__number {
    width: 20px;
    margin: 0 20px;
  }
}

#num02.section__title__number {
  width: 100px;
  height: auto;
  margin: 0 50px;
}

@media (max-width: 768px) {
  #num02.section__title__number {
    width: 40px;
    margin: 0 20px;
  }
}

#num03.section__title__number {
  width: 90px;
  height: auto;
  margin: 0 50px;
}

@media (max-width: 768px) {
  #num03.section__title__number {
    width: 40px;
    margin: 0 20px;
  }
}

#num04.section__title__number {
  width: 90px;
  height: auto;
  margin: 0 50px;
}

@media (max-width: 768px) {
  #num04.section__title__number {
    width: 50px;
    margin: 0 20px;
  }
}

.section__title__text {
  font-size: 2.8125rem;
  color: #0043c7;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 768px) {
  .section__title__text {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .section__title__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: -5px;
  }
}

/* =================================== */

/* fv area start */

/* Heroセクション */

.hero__section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero__section picture {
  display: contents;
}

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

/* === 共通ベース === */
.hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero__image {
  display: contents;
}

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

.hero__cta {
  position: absolute;
  transform: translateX(-50%);
  background: linear-gradient(to right, #38d3f4, #5860f6);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}

.hero__cta:hover {
  color: #fff;
  transform: translateX(-50%) scale(0.95);
}

@media (max-width: 480px) {
  .hero__cta {
    font-size: 18px;
    padding: 10px 70px;
    bottom: 2%;
    left: 50%;
    top: auto;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero__cta {
    font-size: 26px;
    padding: 12px 120px;
    bottom: 3%;
    left: 50%;
    top: auto;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .hero__cta {
    font-size: 24px;
    padding: 12px 80px;
    top: 86%;
    left: 33%;
    bottom: auto;
  }
}

@media (min-width: 1024px) {
  .hero__cta {
    font-size: 28px;
    padding: 15px 100px;
    top: 86%;
    left: 33%;
    bottom: auto;
  }
}

@media (min-width: 1025px) {
  .hero__cta {
    font-size: 30px;
    padding: 15px 120px;
    top: 87%;
    left: 33%;
    bottom: auto;
  }
}

/* fv area end */



/* =================================== */


/* Client section start */

.client__section {
  padding: 40px 20px;
}

@media (max-width: 768px) {
  .client__section {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .client__section {
    padding: 20px 10px;
  }
}

.client__section__title {
  font-size: 2.5em;
  font-weight: 600;
  color: #003399;
  padding: 30px 0;
  position: relative;
  border-bottom: 2px solid #bbbcdb;
  text-align: center;
}

@media (max-width: 768px) {
  .client__section__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 480px) {
  .client__section__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
}

.client__section__title::before,
.client__section__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.client__section__title::before {
  border: 14px solid transparent;
  border-top-color: #bbbcdb;
}

@media (max-width: 768px) {
  .client__section__title::before {
    border-width: 12px;
  }
}

@media (max-width: 480px) {
  .client__section__title::before {
    border-width: 10px;
  }
}

.client__section__title::after {
  border: 10px solid transparent;
  border-top-color: #fff;
}

@media (max-width: 768px) {
  .client__section__title::after {
    border-width: 8px;
  }
}

@media (max-width: 480px) {
  .client__section__title::after {
    border-width: 6px;
  }
}

.client__section__image {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .client__section__image {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .client__section__image {
    margin-top: 10px;
  }
}

.client__section__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  /* margin-top: 1rem; */
}

.client__section__image:nth-of-type(2) {
  max-width: 650px;
  width: 100%;
  background: #f0faff;
  margin: 60px auto 0;
  padding: 40px;
}

@media (max-width: 768px) {
  .client__section__image:nth-of-type(2) {
    max-width: 550px;
    padding: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .client__section__image:nth-of-type(2) {
    max-width: 100%;
    padding: 15px;
    margin-top: 30px;
  }
}

/* Client section end */

/* =================================== */

/* reason section start */

.program__reason__section {
  background-color: #003399;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .program__reason__section {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .program__reason__section {
    margin-top: 20px;
  }
}

.program__reason__title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  /* margin: 40px 0 20px; */
  padding: 20px;
  line-height: 1.4;
}

.program__reason__title .program__reason__title__small {
  font-size: 1.75rem;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .program__reason__title {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .program__reason__title .program__reason__small {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .program__reason__title {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .program__reason__title .program__reason__small {
    font-size: 1.25rem;
  }
}

/* reason section end */

/* section 01 start * */
.mindfulness__section {
  position: relative;
  padding: 20px;
  background-image: url('../images/corporateDispatchTest/sec1_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 768px) {
  .mindfulness__section {
    padding: 15px;
    background-attachment: scroll;
  }
}

.mindfulness__section .wrapper {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .mindfulness__section .wrapper {
    padding: 20px;
    margin: 30px auto 0;
  }
}

span.heading__text__big {
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #00ffff, #693aff) 1;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  span.heading__text__big {
    /* font-size: 2.5rem; */
  }
}

@media (max-width: 480px) {
  span.heading__text__big {
    /* font-size: 1.5em; */
    border-bottom: 2px solid;
    padding-bottom: 0;
  }
}

/* .heading__text__small {
  font-size: 2.1875rem;
}

@media (max-width: 768px) {
  .heading__text__small {
    font-size: 1.5rem;
  }
} */

.content__section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .content__section {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}

.content__section .text__area {
  flex: 1;
  min-width: 300px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 768px) {
  .content__section .text__area {
    font-size: 1.125rem;
  }
}

.text__area .highlight {
  color: #ff7400;
  font-weight: bold;
  line-height: 1.7;
}

.image__area {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image__area img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .image__area img {
    margin: 0 auto;
  }
}

/* section 01 end */

/* section 02 start*/
.program__section .wrapper {
  padding: 0 40px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .program__section .wrapper {
    padding: 0;
    margin: 15px auto 0;
  }
}

.program__section {
  background-image: url('../images/corporateDispatchTest/program/program_bg_new.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

@media (max-width: 768px) {
  .program__section {
    padding: 15px;
  }
}

.program__title__description {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
  margin: 60px 0 -30px;
  width: 100%;
  /* max-width: 430px; */
}

@media (max-width: 768px) {
  .program__title__description {
    font-size: 1.25rem;
    margin: 20px 0 0;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .program__title__description {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    width: auto;
  }
}

.program__container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (min-width: 641px) {
  .program__container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px 0;
  }
}

.program__box {
  background-color: #f0faff;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}

/* @media screen and (max-width: 480px) {
  .program__box {
    font-size: 1rem;
  }
} */

@media screen and (min-width: 641px) {

  #program__box__02,
  #program__box__04 {
    transform: translateY(50%);
  }
}

@media screen and (min-width: 1024px) {
  .program__container {
    gap: 50px;
    padding: 30px 0;
  }

  #program__box__02,
  #program__box__04 {
    transform: translateY(50%);
    /* 右列をさらに下げる */
  }
}

/* 見出し部分（背景画像付き） */
.program__header {
  position: relative;
  padding: 20px;
  color: white;
  text-align: left;
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#program__header__01 {
  background-image: url('../images/corporateDispatchTest/program/program_01.jpg');
}

#program__header__02 {
  background-image: url('../images/corporateDispatchTest/program/program_02.jpg');
}

#program__header__03 {
  background-image: url('../images/corporateDispatchTest/program/program_03.jpg');
}

#program__header__04 {
  background-image: url('../images/corporateDispatchTest/program/program_04.jpg');
}

#program__header__05 {
  background-image: url('../images/corporateDispatchTest/program/program_05.jpg');
}

.program__header h3 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .program__header h3 {
    font-size: 2rem;
  }
}

.program__header p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .program__header p {
    font-size: 1.5rem;
  }
}

.program__body {
  padding: 15px 20px;
  color: #333;
}

.program__body .highlight {
  color: #f48020;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}

.program__body p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .program__body p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.program__flow {
  text-align: center;
  padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  .program__flow {
    padding: 70px 20px 35px;
  }
}

@media screen and (max-width: 480px) {
  .program__flow {
    padding: 60px 15px 30px;
  }
}

.flow__title {
  font-size: 30px;
  font-weight: bold;
  color: #1d2087;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 480px) {
  .flow__title {
    font-size: 1.5rem;
  }
}

.flow__steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.flow__step {
  flex: 1 1 auto;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.icon__circle {
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #80FFFF, #B49CFF);
}

.icon__circle::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background: white;
  z-index: 1;
}

.circle__text,
.icon__circle img {
  position: relative;
  z-index: 2;
}

.circle__text {
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  font-size: 2.1875rem;
  font-weight: bold;
  color: #1d2087;
  margin-bottom: 10px;
}

.icon__circle img {
  width: 65px;
  height: auto;
  object-fit: contain;
}

.step__description {
  font-size: 1.375rem;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
  text-align: left;
  max-width: 180px;
}

.arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #b2d0e6;
  position: relative;
  top: calc(-50px - 10px);
  margin: 0 20px;
  align-self: center;
}

@media screen and (max-width: 640px) {
  .flow__steps {
    flex-wrap: wrap;
    justify-content: center;
  }

  .arrow {
    transform: rotate(90deg);
    top: -5px;
  }

  .flow__step {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .icon__circle {
    width: 150px;
    height: 150px;
  }

  .circle__text {
    font-size: 1.5rem;
  }

  .step__description {
    font-size: 18px;
    text-align: center;
  }
}

/* section 02 end */

/* section 03 start */

.review__section {
  position: relative;
  padding: 20px;
  background-image: url('../images/corporateDispatchTest/sec3_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 768px) {
  .review__section {
    padding: 15px;
    background-attachment: scroll;
  }
}

.review__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.review__section * {
  position: relative;
  z-index: 2;
}

.review__section .wrapper {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .review__section .wrapper {
    padding: 20px;
    margin: 30px auto 0;
  }
}

/* コンテンツセクション */
.review__book__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .review__book__section {
    flex-direction: column;
    padding: 0;
  }
}

.review__book__text {
  flex: 1 1 50%;
  max-width: 46%;
}

@media (max-width: 768px) {
  .review__book__text {
    max-width: 100%;
  }
}

.review__book__paragraph {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .review__book__paragraph {
    font-size: 1.25rem;
  }
}

.review__center__container {
  text-align: center;
  margin: 20px 0;
}

.review__book__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a237e;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .review__book__title {
    font-size: 1.25rem;
  }
}

.review__book__title__decorator__left,
.review__book__title__decorator__right {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #1a237e;
  vertical-align: middle;
}

@media (max-width: 768px) {

  .review__book__title__decorator__left,
  .review__book__title__decorator__right {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
  }
}

.review__book__title__decorator__left {
  transform: rotate(55deg);
}

.review__book__title__decorator__right {
  transform: rotate(-55deg);
}

.review__circle__images {
  margin-top: 20px;
  text-align: center;
}

.review__circle__images img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

@media (max-width: 768px) {
  .review__circle__images img {
    max-width: 90%;
  }
}

.review__book__images {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .review__book__images {
    max-width: 100%;
    margin: 0 auto;
  }
}

.review__books__image {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
}

/* section 03 end */

/* section 04 start */
.case__studies__section .wrapper {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .case__studies__section .wrapper {
    margin: 15px auto 0;
  }
}

.case__studies__section {
  background-image: url('../images/corporateDispatchTest/sec4_bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 20px;
}

.case__studies__title__description {
  /* max-width: 500px; */
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .case__studies__title__description {
    font-size: 1.25rem;
    width: auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .case__studies__title__description {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.case__studies {
  padding: 20px 0;
}

.case__studies:nth-last-child {
  padding-bottom: 0;
}

.case__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .case__title {
    display: block;
    margin-bottom: 15px;
  }
}

.case__badge {
  display: inline-block;
  background-color: #fff;
  color: #1d2087;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 10px;
  border: 2px solid #1d2087;
  border-radius: 5px;
}

/* .case__badge {
  display: inline-block;
  background-color: #1d2087;
  color: #1d2087;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 5px;
} */

@media (max-width: 768px) {
  .case__badge {
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.case__title__text {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d2087;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .case__title__text {
    font-size: 1.375rem;
  }
}

.case__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .case__content {
    display: block;
  }

  .case__content:last-child {
    margin-bottom: 0;
  }
}

.case__image {
  flex: 1 1 40%;
  text-align: center;
}

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

@media (max-width: 768px) {
  .case__image {
    display: block;
    margin-bottom: 15px;
  }
}

.case__text {
  flex: 1 1 40%;
}

.case__description {
  font-size: 1.35rem;
  line-height: 1.8;
  color: #333;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline;
  padding: 0 0.2em;
}

@media (max-width: 768px) {
  .case__description {
    font-size: 1.125rem;
    line-height: 1.6;
    display: inline;
    padding: 0 0.2em;
  }
}

.case__description strong {
  color: #ff7400;
  font-weight: bold;
}

.section__divider {
  border-top: 2px solid #bbbcdb;
  margin: 70px 0;
  width: 100%;
}

@media (max-width: 768px) {
  .section__divider {
    margin: 40px 0px;
  }
}

/* section 04 end */


/* 資料ダウンロードボタン 01 start */

.program__download__section {
  padding: 0 20px 70px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .program__download__section {
    padding: 20px;
  }
}

.program__download__section .wrapper {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: url('../images/corporateDispatchTest/documents-download01-new_pc.webp') no-repeat right center;
  background-size: cover;
  padding: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* @media (max-width: 768px) {
  .program__download__section .wrapper {
    background: url('../images/corporateDispatchTest/documents-download01-sp_bg.webp') no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 60px 20px;
    flex-direction: column;
    align-items: center;
  }
} */

@media (max-width: 768px) {
  .program__download__section .wrapper {
    background: url('../images/corporateDispatchTest/documents-download01-new_sp.webp') no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 20px 20px 15px;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 63 / 41;
  }
}

.program__download__content {
  flex: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .program__download__content {
    width: 100%;
    text-align: center;
  }
}

.program__download__text {
  max-width: 65%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

@media (max-width: 768px) {
  .program__download__text {
    max-width: 100%;
    padding: 0;
    justify-content: space-between;
  }
}

.program__download__title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .program__download__title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
  }
}

.program__download__title__small {
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.3em;
}

@media (max-width: 768px) {
  .program__download__title__small {
    font-size: 1.2rem;
    font-weight: 600;
    /* display: block; */
    margin-bottom: 0.3em;
  }
}

.program__download__description {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  .program__download__description {
    font-size: 0.8rem;
    line-height: 1.8;
    margin-bottom: 1em;
    text-align: center;
  }
}

.download__button__container02 {
  text-align: center;
}

@media (max-width: 768px) {
  .download__button__container02 {
    width: 100%;
    text-align: center;
  }
}

.program__download__button {
  display: inline-block;
  width: 320px;
  padding: 15px 0;
  background-color: #fff;
  color: #1d2087;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.program__download__button:hover {
  transform: scale(0.95);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .program__download__button {
    width: 100%;
    max-width: 200px;
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

/* 資料ダウンロードボタン 01 end */


/* 資料ダウンロードボタン 02 start */

.program__download__section--wide .wrapper {
  max-width: 1200px;
  background: url('../images/corporateDispatchTest/documents-download02-new_pc.webp') no-repeat right center;
  background-size: cover;
  margin-top: 50px;
  padding: 60px 80px;
  height: 390px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .program__download__section--wide .wrapper {
    background: url('../images/corporateDispatchTest/documents-download02-new_sp.webp') no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 63 / 65;
  }
}

.program__download__section--wide .program__download__text {
  max-width: 60%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

@media (max-width: 768px) {
  .program__download__section--wide .program__download__text {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
}

.program__download__section--wide .program__download__title {
  font-size: 2.25rem;
  margin-bottom: 0.75em;
}

@media (max-width: 768px) {
  .program__download__section--wide .program__download__title {
    font-size: 1.625rem;
    margin-bottom: 0.5em;
  }
}

.program__download__section--wide .program__download__title__small {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: block;
}

@media (max-width: 768px) {
  .program__download__section--wide .program__download__title__small {
    font-size: 1.25rem;
    margin-bottom: 0.3em;
  }
}

.program__download__section--wide .program__download__description {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: center;
}

@media (max-width: 768px) {
  .program__download__section--wide .program__download__description {
    font-size: 1.125rem;
    margin-bottom: 1.25em;
    text-align: center;
  }
}

.program__download__section--wide .program__download__button {
  width: 450px;
  padding: 18px 0;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .program__download__section--wide .program__download__button {
    width: 100%;
    max-width: 300px;
    padding: 12px 0;
  }
}

/* 資料ダウンロードボタン 02 end */


/* お客様の声 start */
/* == swiper start == */
.swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  height: fit-content;
}

@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
    padding: 30px 0 0;
  }
}

.swiper-wrapper {
  display: flex;
  width: 100%;
}

.swiper-slide {
  flex: 0 0 100%;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  color: #85A8DA;
  /* z-index: 10; */
}

@media (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    top: 70%;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  z-index: 5;
}

/* == swiper end == */


.customer__voice__section {
  background-color: #e5eff7;
  padding: 40px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .customer__voice__section {
    padding: 30px 10px;
  }
}

.customer__voice__title {
  font-size: 2rem;
  font-weight: bold;
  color: #0043c7;
  text-align: center;
}

@media (max-width: 768px) {
  .customer__voice__title {
    font-size: 1.75rem;
  }
}

.customer__voice__card {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .customer__voice__card {
    padding: 30px;
  }
}

.customer__voice__case__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, #ffd086, #f37a1d);
  color: #fff;
  padding: 17px 32px;
  border-radius: 5px;
  font-size: 1.25rem;
  gap: 24px;
}

@media (max-width: 768px) {
  .customer__voice__case__label {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    gap: 8px;
    text-align: center;
    border-radius: 8px;
  }
}

.case__label__left {
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.375rem;
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}

@media (max-width: 768px) {
  .case__label__left {
    padding-right: 0;
    justify-content: center;
    position: static;
  }
}

.case__label__left .case__number {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

@media (max-width: 768px) {
  .case__label__left .case__number {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 300;
  }
}

.case__label__left .case__number__large {
  font-size: 2.375rem;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 768px) {
  .case__label__left .case__number__large {
    font-size: 1.625rem;
    font-style: italic;
  }
}

.case__label__left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 120%;
  background-color: rgba(255, 166, 0, 1);
}

@media (max-width: 768px) {
  .case__label__left::after {
    display: none;
  }
}

.case__label__right {
  flex: 1;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .case__label__right {
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
  }
}

.case__label__right .highlight {
  font-size: 2.125rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .case__label__right .highlight {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
}

.customer__voice__company {
  font-size: 1.625rem;
  color: #0043c7;
  font-weight: 500;
  margin: 30px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .customer__voice__company {
    font-size: 1.375rem;
    margin: 20px 0;
  }
}

.customer__voice__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .customer__voice__content {
    display: block;
  }
}

.customer__voice__image img {
  max-width: 340px;
  width: 100%;
}

@media (max-width: 768px) {
  .customer__voice__image img {
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}

.customer__voice__text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 768px) {
  .customer__voice__text {
    font-size: 1.125rem;
  }
}

.customer__voice__text p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.customer__voice__text {
  padding-left: 1rem;
  padding-right: 1rem;
}

.customer__voice__text .highlight {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: #f57c00;
}

/* お客様の声 end */


/* program steps start */
.program__steps__section {
  padding: 40px 0;
  text-align: center;
}

.program__steps__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0043c7;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .program__steps__title {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.program__steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .program__steps {
    display: block;
    text-align: center;
  }
}

.program__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .program__step {
    display: block;
    margin-bottom: 20px;
  }
}

.program__step__header {
  display: flex;
  align-items: baseline;
  margin-bottom: -10px;
}

@media (max-width: 768px) {
  .program__step__header {
    justify-content: center;
  }
}

.program__step__number {
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: normal;
  color: #1d2087;
  margin-right: 5px;
}

.program__step__number strong {
  font-size: 2.375rem;
  font-weight: 400;
  color: #1d2087;
}

.program__step__box {
  background-color: #1d2087;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .program__step__box {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
}

.program__step__title {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .program__step__title {
    font-size: 1.5rem;
  }
}

.program__step__description {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.25rem;
  line-height: 1.6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 170px;
  overflow: auto;
}

@media (max-width: 768px) {
  .program__step__description {
    font-size: 1.125rem;
    height: 100px;
  }
}

.program__step__arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #b2d0e6;
  position: relative;
  top: calc(10px - 0px);
  margin: 0 20px;
  align-self: center;
}

@media (max-width: 768px) {
  .program__step__arrow {
    margin: 0 auto;
    transform: rotate(90deg);
    top: 0;
  }
}

.program__steps__button__container {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .program__steps__button__container {
    margin-top: 50px;
  }
}

.program__steps__button {
  display: inline-block;
  width: 400px;
  padding: 15px 0;
  font-size: 1.6875rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #00ffff, #693aff);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.program__steps__button:hover {
  transform: scale(0.95);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media (max-width: 768px) {
  .program__steps__button {
    width: 80%;
    font-size: 1.5rem;
    padding: 12px 0;
  }
}

@media (max-width: 480px) {
  .program__steps__button {
    width: 90%;
  }
}

/* program steps end */

/* zero gymについて start */

.gym__info__section {
  background: url('../images/corporateDispatchTest/about-bg_new.webp') no-repeat center center;
  background-position: top;
  background-size: cover;
  padding: 130px 20px 60px;
  color: #333;
  position: relative;
}

@media (max-width: 768px) {
  .gym__info__section {
    background: url('../images/corporateDispatchTest/about-bg_new_sp.webp') no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
  }
}

.gym__info__title__image {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: inline-block;
}

@media (max-width: 768px) {
  .gym__info__title__image {
    margin: 0 auto;
  }
}

.gym__info__text {
  font-size: 4.375rem;
  font-weight: 500;
  color: #0085ff;
}

@media (max-width: 768px) {
  .gym__info__text {
    font-size: 2rem;
    margin-top: 10px;
  }
}

.gym__info__description {
  max-width: 560px;
  font-size: 1.875rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .gym__info__description {
    width: 100%;
    max-width: 250px;
    font-size: 1.25rem;

  }
}

.gym__info__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .gym__info__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gym__info__button {
  text-align: center;
  margin-top: 50px;
}

.gym__info__button .btn__more__info {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 25px 30px;
  background-color: #1d2087;
  color: #fff;
  font-size: 1.6875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gym__info__button .btn__more__info:hover {
  transform: scale(0.95);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .gym__info__button .btn__more__info {
    width: 80%;
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .gym__info__button .btn__more__info {
    width: 90%;
  }
}

/* zero gymについて end */


/* form area start */

.form-section .wrapper {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .form-section .wrapper {
    margin-top: 30px;
  }
}


.form-section .form-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0043c7;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .form-section .form-title {
    font-size: 1.5rem;
  }
}

.form-section .form-description p {
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

/* form area end */

/* fade */
.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*  */