@charset "UTF-8";
/******************************************************************

幹部のための知覧チームビルディング研修ページ/知覧研修ページ用

******************************************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

body {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0625em;
  color: #000;
  font-family: "Noto Serif JP", serif;
}
body.active {
  overflow-y: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

.slick-slide {
  height: 768px;
  height: 48rem;
}
.slick-slide img {
  height: 100%;
  width: 100%;
}

.slick-dots {
  z-index: 10;
  bottom: 80px;
  bottom: 5rem;
}
.slick-dots li {
  margin: 0 20px;
  margin: 0 1.25rem;
}
.slick-dots li button:before {
  font-size: 12px;
  font-size: 0.75rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  opacity: 1;
  content: "";
  border-radius: 100%;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

.btn {
  background-color: #131d3d;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  background: url("./images/lp/ic_01.png"), url("./images/lp/ic_02.png");
  background-position:
    left 24px center,
    right 20px center;
  background-position:
    left 1.5rem center,
    right 1.25rem center;
  background-repeat: no-repeat;
  background-color: #131d3d;
  transition: 0.4s;
}
.btn:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.btn--type02 {
  background-color: #131d3d;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  background: url("./images/lp/ic_03.png"), url("./images/lp/ic_02.png");
  background-position:
    left 24px center,
    right 20px center;
  background-position:
    left 1.5rem center,
    right 1.25rem center;
  background-repeat: no-repeat;
  background-color: #131d3d;
  transition: 0.4s;
}
.btn--type02:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.chiran {
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
.chiran__heading {
  position: relative;
  margin-left: 30px;
  margin-left: 1.875rem;
}
.chiran__heading:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  top: -60px;
  top: -3.75rem;
  left: 25px;
  left: 1.5625rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}
.chiran__group {
  display: flex;
  flex-direction: row-reverse;
}
.chiran__tx {
  font-weight: 500;
  line-height: 2.4285714286;
  margin-left: 30px;
  margin-left: 1.875rem;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 0.875rem;
  height: 320px;
  height: 20rem;
}
.chiran__img {
  max-width: 439px;
  max-width: 27.4375rem;
  aspect-ratio: 439/321;
}

.customer-item__img {
  background: url("./images/lp/bg_26.png") no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.customer-item a {
  display: block;
  aspect-ratio: 10/15;
  box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
}

.customer-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer-item span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 500;
  text-align: center;
}

.customer {
  padding: 175px 0 120px;
  padding: 10.9375rem 0 7.5rem;
  background: url("./images/lp/bg_05.png"), url("./images/lp/bg_19.png"), url("./images/lp/bg_13.png");
  background-repeat: no-repeat;
  background-position:
    left -130px top 360px,
    left top,
    left top;
  background-position:
    left -8.125rem top 22.5rem,
    left top,
    left top;
  background-size:
    26.1875rem auto,
    100% auto,
    cover;
}

@media (max-width: 767px) {
  .customer {
    padding: 5.3125rem 0 3.75rem;
    background: url("./images/lp/bg_05.png"), url("./images/lp/bg_19.png"), url("./images/lp/bg_13.png");
    background-repeat: no-repeat;
    background-position:
      left -8.125rem top 10rem,
      left top,
      left top;
    background-size:
      13.0625rem auto,
      100% auto,
      cover;
  }
}
.customer__heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 301px;
  max-width: 18.8125rem;
}

@media (max-width: 1023px) {
  .customer__heading {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .customer__heading {
    width: 7.8125rem;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .customer__heading.sp {
    display: flex;
    justify-content: center;
  }
}
.customer__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  top: -60px;
  top: -3.75rem;
  left: -80px;
  left: -5rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .customer__heading::after {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    top: -1.25rem;
  }
}
.customer__heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 119px;
  width: 7.4375rem;
  height: 213px;
  height: 13.3125rem;
  bottom: -40px;
  bottom: -2.5rem;
  left: -180px;
  left: -11.25rem;
  background: url("./images/lp/bg_20.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1100px) {
  .customer__heading::before {
    left: -8.125rem;
  }
}
@media (max-width: 767px) {
  .customer__heading::before {
    width: 3.75rem;
    height: 6.5625rem;
    left: -3.75rem;
  }
}
.customer__heading > span {
  position: relative;
}

.customer__heading > span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  width: 4.625rem;
  height: 180px;
  height: 11.25rem;
  top: 80px;
  top: 5rem;
  right: -120px;
  right: -7.5rem;
  background: url("./images/lp/bg_21.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .customer__heading > span::after {
    width: 2.3125rem;
    height: 5.625rem;
    top: 0;
    right: -3.125rem;
  }
}
.customer__items {
  margin-top: 160px;
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .customer__items {
    margin-top: 5rem;
  }
}
.customer__item:nth-of-type(n + 2) {
  margin-left: 28px;
  margin-left: 1.75rem;
}

@media (max-width: 767px) {
  .customer__item:nth-of-type(n + 2) {
    margin-left: 0.875rem;
  }
}
.customer__item:nth-of-type(3n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .customer__item:nth-of-type(3n + 1) {
    margin-left: 0.875rem;
  }
}
.customer__item:nth-of-type(n + 4) {
  margin-top: 100px;
  margin-top: 6.25rem;
}

@media (max-width: 767px) {
  .customer__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .customer__item:nth-of-type(n + 3) {
    margin-top: 3.125rem;
  }
}
.customer__item {
  width: calc(33.33333% - 1.16667rem);
}

@media (max-width: 767px) {
  .customer__item {
    width: calc(50% - 0.4375rem);
  }
}
.footer {
  background-color: #131d3d;
  padding: 50px 0 70px;
  padding: 3.125rem 0 4.375rem;
}

@media (max-width: 767px) {
  .footer {
    padding: 1.5625rem 0 2.1875rem;
    margin-bottom: 45px;
  }
}
.footer__logo {
  max-width: 263px;
  max-width: 16.4375rem;
  margin: 0 auto;
}

.footer__logo img {
  width: 100%;
}

.footer__info {
  text-align: center;
  margin: 1.25rem auto 0;
  color: #fff;
}

@media (max-width: 767px) {
  .footer__info {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
  }
}
.footer__info img {
  width: 100%;
}

.fs--type01 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 767px) {
  .fs--type01 {
    font-size: 1.25rem;
  }
}
.fs--type02 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 767px) {
  .fs--type02 {
    font-size: 1.125rem;
  }
}
.gaming__heading {
  margin-left: 110px;
  margin-left: 6.875rem;
  position: relative;
}

@media (max-width: 1023px) {
  .gaming__heading {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .gaming__heading {
    margin-left: 0;
    width: auto;
  }
}
.gaming__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  bottom: 90px;
  bottom: 5.625rem;
  left: 130px;
  left: 8.125rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .gaming__heading::after {
    bottom: auto;
    top: -1.875rem;
    left: 0rem;
  }
}
@media (max-width: 767px) {
  .gaming__heading.sp {
    display: flex;
    flex-direction: column;
    position: relative;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .gaming__heading.sp p:first-of-type {
    font-size: 0.875rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .gaming__heading.sp p:first-of-type::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10rem;
    background-color: #000;
    height: 0.0625rem;
    width: 6.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .gaming__heading.sp p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.gaming__group {
  display: flex;
}

.gaming__group:nth-of-type(1) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .gaming__group:nth-of-type(1) {
    flex-direction: column;
  }
}
.gaming__group:nth-of-type(2) {
  margin-top: 56px;
  margin-top: 3.5rem;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .gaming__group:nth-of-type(2) {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.gaming__img {
  aspect-ratio: 679/382;
  width: 56%;
  max-width: 679px;
  max-width: 42.4375rem;
}

@media (max-width: 767px) {
  .gaming__img {
    width: 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }
}
.gaming__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gaming__tx {
  line-height: 2.4285714286;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  width: 33%;
  margin-right: 65px;
  margin-right: 4.0625rem;
}

@media (max-width: 767px) {
  .gaming__tx {
    margin-right: 0;
    width: 100%;
  }
}
.heading {
  writing-mode: vertical-rl;
}

.heading__sub {
  position: relative;
}

.heading__sub::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 50%;
  top: 75px;
  top: 4.6875rem;
  transform: translateX(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 98px;
  height: 6.125rem;
  background-color: #fff;
}

.history {
  position: relative;
  padding: 160px 0 220px;
  padding: 10rem 0 13.75rem;
  background: url("./images/lp/bg_05.png"), url("./images/lp/bg_29.png"), url("./images/lp/bg_28.png"), url("./images/lp/bg_07.png"), url("./images/lp/bg_13.png");
  background-repeat: no-repeat;
  background-position:
    right -130px top 320px,
    left bottom,
    left top,
    left top,
    left top;
  background-position:
    right -8.125rem top 20rem,
    left bottom,
    left top,
    left top,
    left top;
  background-size:
    26.1875rem auto,
    100% auto,
    100% auto,
    cover,
    cover;
}

@media (max-width: 767px) {
  .history {
    padding: 5rem 0 6.875rem;
    background: url("./images/lp/bg_05.png"), url("./images/lp/bg_29.png"), url("./images/lp/bg_28.png"), url("./images/lp/bg_07.png"), url("./images/lp/bg_13.png");
    background-repeat: no-repeat;
    background-position:
      right -8.125rem top 10rem,
      left bottom,
      left top,
      left top,
      left top;
    background-size:
      13.09375rem auto,
      100% auto,
      100% auto,
      cover,
      cover;
  }
}
.history__heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 122px;
  max-width: 7.625rem;
}

@media (max-width: 1023px) {
  .history__heading {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .history__heading {
    width: 3.8125rem;
  }
}
.history__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  bottom: 32px;
  bottom: 2rem;
  right: -130px;
  right: -8.125rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .history__heading::after {
    width: 5rem;
    height: 5rem;
    bottom: 1rem;
    right: -2.5rem;
  }
}
.history__heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 119px;
  width: 7.4375rem;
  height: 213px;
  height: 13.3125rem;
  bottom: -40px;
  bottom: -2.5rem;
  left: -180px;
  left: -11.25rem;
  background: url("./images/lp/bg_20.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .history__heading::before {
    width: 3.75rem;
    height: 6.6875rem;
    bottom: -1.25rem;
    left: -5.625rem;
  }
}
.history__heading span {
  position: relative;
}

.history__heading span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  width: 4.625rem;
  height: 180px;
  height: 11.25rem;
  top: -44px;
  top: -2.75rem;
  right: -150px;
  right: -9.375rem;
  background: url("./images/lp/bg_21.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .history__heading span::after {
    width: 2.3125rem;
    height: 5.625rem;
    top: -1.375rem;
    right: -3.75rem;
  }
}
.history__contents {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.history__contents p {
  line-height: 2.1428571429;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  letter-spacing: 0.01em;
}

.history__contents p:nth-of-type(n + 2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.history__contents p::before {
  display: inline-block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  width: 13px;
  width: 0.8125rem;
  height: 3px;
  height: 0.1875rem;
  transform: translateX(-50%);
}

.inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1100px) {
  .inner {
    padding: 0 15px;
  }
}
.item {
  background: url("./images/lp/bg_22.png") no-repeat;
  background-size: cover;
  position: relative;
  padding: 12px;
  padding: 0.75rem;
}

.item__shadow {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("./images/lp/bg_10.png") no-repeat;
  background-size: contain;
  width: 978px;
  width: 61.125rem;
  height: 57px;
  height: 3.5625rem;
  bottom: -10px;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  padding: 12px;
  padding: 0.75rem;
}

.item__inner {
  background-color: #fff;
  padding: 46px 30px 85px;
  padding: 2.875rem 1.875rem 5.3125rem;
}

@media (max-width: 767px) {
  .item__inner {
    padding: 1.4375rem 0.9375rem 2.625rem;
  }
}
.item__heading {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .item__heading {
    flex-direction: column;
    align-items: start;
  }
}
.item__ttl {
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .item__ttl {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.item__name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

@media (max-width: 767px) {
  .item__name {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.item__tx {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  line-height: 2.4285714286;
}

.kotoba {
  background: url("./images/lp/bg_12.png"), url("./images/lp/bg_14.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0 72px;
  padding: 5rem 0 4.5rem;
}

@media (max-width: 767px) {
  .kotoba {
    background-position: right top;
    padding: 2.5rem 0 2.25rem;
    background: url("./images/lp/bg_12.png"), url("./images/lp/bg_14.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 425px) {
  .kotoba {
    background-position: left -7.5rem top;
  }
}
.kotoba::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 250px;
  top: 15.625rem;
  width: 45px;
  width: 2.8125rem;
  height: 825px;
  height: 51.5625rem;
  background: url("./images/lp/tx_04.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1023px) {
  .kotoba::after {
    width: 1.96875rem;
    height: 36.09375rem;
  }
}
@media (max-width: 767px) {
  .kotoba::after {
    width: 1.375rem;
    height: 25.75rem;
    top: 1.875rem;
  }
}
.kotoba__tx {
  font-weight: 500;
  line-height: 2.2857142857;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}

@media (max-width: 767px) {
  .kotoba__tx {
    margin-top: 0.9375rem;
    margin-left: 0;
    text-align: center;
  }
}
.kotoba__heading {
  font-size: 26px;
  font-size: 1.625rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}

@media (max-width: 767px) {
  .kotoba__heading {
    margin-left: 0;
    text-align: center;
  }
}
.message {
  position: relative;
  background: url("./images/lp/bg_05.png"), url("./images/lp/tx_05.png"), url("./images/lp/tx_06.png");
  background-size: 25.625rem, 7.4375rem, 7.9375rem;
  background-repeat: no-repeat;
  background-color: #131d3d;
  background-position:
    left -120px bottom 136px,
    right 60px top,
    left 60px top;
  background-position:
    left -7.5rem bottom 8.5rem,
    right 3.75rem top,
    left 3.75rem top;
}

@media (max-width: 767px) {
  .message {
    padding-top: 3.75rem;
    background: url("./images/lp/bg_05.png"), url("./images/lp/tx_05.png"), url("./images/lp/tx_06.png");
    background-repeat: no-repeat;
    background-color: #131d3d;
    background-size: 13.0625rem, 3.6875rem, 3.9375rem;
    background-position:
      left -7.5rem bottom 8.5rem,
      right top,
      left top;
  }
}
@media (max-width: 767px) {
  .message__heading.sp {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .message__heading.sp p:first-of-type {
    font-size: 1rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .message__heading.sp p:first-of-type::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5rem;
    background-color: #fff;
    height: 0.0625rem;
    width: 6.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .message__heading.sp p:nth-of-type(2) {
    font-size: 1.75rem;
  }
}
.message__inner {
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .message__inner {
    max-width: 100%;
  }
}
.message__upper {
  justify-content: flex-end;
  display: flex;
}

@media (max-width: 767px) {
  .message__upper {
    flex-direction: column;
  }
}
.message__heading {
  margin-top: 80px;
  margin-top: 5rem;
  margin-left: 120px;
  margin-left: 7.5rem;
}

@media (max-width: 767px) {
  .message__heading {
    margin-top: 0;
    margin-left: 0;
  }
}
.message__contents {
  padding: 54px 120px 130px;
  padding: 3.375rem 7.5rem 8.125rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  /*          align-items: flex-end;*/
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .message__contents {
    padding: 1.6875rem 0.9375rem 3.75rem;
    flex-direction: column;
  }
}
.message__tx {
  font-weight: 500;
  line-height: 2.2857142857;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  max-height: 320px;
  max-height: 20rem;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .message__tx {
    max-height: none;
    text-orientation: upright;
    writing-mode: horizontal-tb;
  }
}
.message__tx:nth-of-type(n + 2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.message__img {
  height: 100%;
  width: auto;
  aspect-ratio: 872/584;
}

@media (max-width: 767px) {
  .message__img {
    margin-top: 1.25rem;
  }
}
.mv {
  height: 768px;
  height: 48rem;
  position: relative;
}

@media (max-width: 767px) {
  .mv {
    height: 31.25rem;
  }
}
.mv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

@media (max-width: 1023px) {
  .mv__heading {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .mv__heading {
    width: 5.40625rem;
  }
}
@media (max-width: 767px) {
  .mv__item:nth-of-type(1) img {
    -o-object-position: left center;
    object-position: left center;
  }
}
.mv__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.program {
  background: url("./images/lp/bg_23.png") no-repeat;
  padding: 10px;
  padding: 0.625rem;
  min-height: 560px;
  min-height: 35rem;
  background-size: cover;
}

@media (max-width: 767px) {
  .program {
    min-height: auto;
  }
}
.program__inner {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 62px;
  padding: 0 3.875rem;
  min-height: 540px;
  min-height: 33.75rem;
}

@media (max-width: 767px) {
  .program__inner {
    padding: 1.875rem 0.9375rem;
    flex-direction: column;
    min-height: auto;
    align-items: center;
  }
}
.program__ttl {
  writing-mode: vertical-rl;
  margin-top: -18px;
  margin-top: -1.125rem;
  margin-left: 70px;
  margin-left: 4.375rem;
}

@media (max-width: 1023px) {
  .program__ttl {
    width: 8%;
  }
}
@media (max-width: 767px) {
  .program__ttl {
    margin-top: 0;
    margin-left: 0;
    writing-mode: horizontal-tb;
    width: auto;
    font-size: 1.25rem;
    background-color: #cd0000;
    color: #fff;
    padding: 0.25rem;
    width: 100%;
    text-align: center;
  }
}
.program__block {
  writing-mode: vertical-rl;
  margin-left: 70px;
  margin-left: 4.375rem;
}

@media (max-width: 767px) {
  .program__block {
    margin-left: 0;
    writing-mode: horizontal-tb;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.program__block:last-of-type {
  margin-left: 0;
}

.program__theme {
  background: url("./images/lp/bg_24.png") no-repeat;
  background-size: 100% auto;
  padding: 25px 10px 0;
  padding: 1.5625rem 0.625rem 0;
  margin-left: 22px;
  margin-left: 1.375rem;
  text-orientation: upright;
}

@media (min-width: 767px) {
  .program__theme {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .program__theme {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .program__theme {
    padding: 0;
    margin-left: 0;
    width: 100%;
    background: url("./images/lp/bg_25.png") no-repeat;
    background-size: contain;
    padding: 0.375rem;
  }
}
.program__theme img {
  width: 100%;
}

.program__tx {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.17em;
  margin-top: 100px;
  margin-top: 4.25rem;
  margin-left: 20px;
  padding-top: 45px;
  padding-top: 2.8125rem;
}

@media (max-width: 767px) {
  .program__tx {
    font-size: 1rem;
    margin-top: 0;
    padding-top: 0;
  }
}
/* .program__tx:first-of-type {
  background: url("./images/lp/tx_11.png") no-repeat;
  background-position: center top;
} */
@media (max-width: 1023px) {
  .program__tx:first-of-type {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .program__tx:first-of-type {
    background: none;
  }
}
/* .program__tx:nth-of-type(2) {
  background: url("./images/lp/tx_12.png") no-repeat;
  background-position: center top;
} */
@media (max-width: 1023px) {
  .program__tx:nth-of-type(2) {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .program__tx:nth-of-type(2) {
    background: none;
  }
}
/* .program__tx:nth-of-type(3) {
  background: url("./images/lp/tx_13.png") no-repeat;
  background-position: center top;
} */
@media (max-width: 1023px) {
  .program__tx:nth-of-type(3) {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .program__tx:nth-of-type(3) {
    background: none;
  }
}
@media (max-width: 767px) {
  .program__contents {
    margin-top: 0.625rem;
  }
}
.red {
  color: #cd0000;
}

.sec1 {
  position: relative;
  padding: 160px 0 100px;
  padding: 10rem 0 6.25rem;
  background: url("./images/lp/bg_02.png"), url("./images/lp/bg_05.png"), url("./images/lp/bg_01.png"), url("./images/lp/bg_14.png");
  background-repeat: no-repeat;
  background-position:
    right top 100px,
    left -120px bottom 100px,
    left top,
    left top;
  background-position:
    right top 6.25rem,
    left -7.5rem bottom 6.25rem,
    left top,
    left top;
  background-size:
    30.75rem auto,
    26.1875rem auto,
    100% auto,
    cover;
}

@media (max-width: 767px) {
  .sec1 {
    padding: 5rem 0 3.125rem;
    background: url("./images/lp/bg_02.png"), url("./images/lp/bg_05.png"), url("./images/lp/bg_01.png"), url("./images/lp/bg_14.png");
    background-repeat: no-repeat;
    background-position:
      right top 6.25rem,
      left -7.5rem bottom 6.25rem,
      left top,
      left top;
    background-size:
      15.375rem auto,
      13.09375rem auto,
      100% auto,
      cover;
  }
}
.sec1::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  bottom: 0px;
  bottom: 0rem;
  width: 46px;
  width: 2.875rem;
  height: 536px;
  height: 33.5rem;
  background: url("./images/lp/tx_01.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1023px) {
  .sec1::after {
    width: 2.0125rem;
    height: 23.45rem;
  }
}
@media (max-width: 767px) {
  .sec1::after {
    width: 1.4375rem;
    height: 16.75rem;
  }
}
@media (max-width: 424px) {
  .sec1::after {
    width: 0.8625rem;
    height: 10rem;
  }
}
.sec1__heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 301px;
  max-width: 18.8125rem;
}

@media (max-width: 1023px) {
  .sec1__heading {
    width: 31%;
  }
}
.sec1__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  top: 32px;
  top: 2rem;
  left: -80px;
  left: -5rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec1__heading::after {
    width: 5rem;
    height: 5rem;
    top: 1rem;
    left: -2.5rem;
  }
}
.sec1__heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 119px;
  width: 7.4375rem;
  height: 213px;
  height: 13.3125rem;
  bottom: -94px;
  bottom: -5.875rem;
  left: -180px;
  left: -11.25rem;
  background: url("./images/lp/bg_08.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec1__heading::before {
    width: 3.75rem;
    height: 6.6875rem;
    bottom: -2.9375rem;
    left: -5.625rem;
  }
}
.sec1__heading span {
  position: relative;
}

.sec1__heading span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  width: 4.625rem;
  height: 180px;
  height: 11.25rem;
  top: -44px;
  top: -2.75rem;
  right: -120px;
  right: -7.5rem;
  background: url("./images/lp/bg_09.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec1__heading span::after {
    width: 2.3125rem;
    height: 5.625rem;
    top: -1.375rem;
    right: -3.75rem;
  }
}
.sec1__contents {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.sec1__contents p {
  line-height: 2.1428571429;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  letter-spacing: 0.01em;
}

.sec1__contents p:nth-of-type(n + 2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.sec1__contents p::before {
  display: inline-block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  width: 13px;
  width: 0.8125rem;
  height: 3px;
  height: 0.1875rem;
  transform: translateX(-50%);
}

.sec2 {
  position: relative;
  padding: 0 0 150px;
  padding: 0 0 9.375rem;
  background: url("./images/lp/bg_04.png"), url("./images/lp/bg_05.png"), url("./images/lp/bg_03.png"), url("./images/lp/bg_14.png");
  background-repeat: no-repeat;
  background-position:
    left bottom 120px,
    right -120px bottom 100px,
    right top 100px,
    left top;
  background-position:
    left bottom 7.5rem,
    right -7.5rem bottom 6.25rem,
    right top 6.25rem,
    left top;
  background-size:
    30.75rem auto,
    26.1875rem auto,
    100% auto,
    cover;
}

@media (max-width: 767px) {
  .sec2 {
    padding: 0 0 4.6875rem;
    background: url("./images/lp/bg_04.png"), url("./images/lp/bg_05.png"), url("./images/lp/bg_03.png"), url("./images/lp/bg_14.png");
    background-repeat: no-repeat;
    background-position:
      left bottom 3.75rem,
      right -3.75rem bottom 3.125rem,
      right top 12.5rem,
      left top;
    background-size:
      15.375rem auto,
      13.09375rem auto,
      100% auto,
      cover;
  }
}
@media (max-width: 424px) {
  .sec2 {
    background: url("./images/lp/bg_04.png"), url("./images/lp/bg_05.png"), url("./images/lp/bg_03.png"), url("./images/lp/bg_14.png");
    background-repeat: no-repeat;
    background-position:
      left bottom 3.75rem,
      right -7.5rem bottom 3.125rem,
      right top 12.5rem,
      left top;
    background-size:
      15.375rem auto,
      13.09375rem auto,
      100% auto,
      cover;
  }
}
.sec2::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 84px;
  bottom: 5.25rem;
  width: 46px;
  width: 2.875rem;
  height: 1029px;
  height: 64.3125rem;
  background: url("./images/lp/tx_02.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1023px) {
  .sec2::after {
    width: 2.0125rem;
    height: 45.01875rem;
  }
}
@media (max-width: 767px) {
  .sec2::after {
    width: 1.4375rem;
    height: 32.1875rem;
  }
}
@media (max-width: 424px) {
  .sec2::after {
    width: 0.8625rem;
    height: 19.25rem;
  }
}
.sec2__inner {
  position: relative;
}

.sec2__heading {
  position: absolute;
  right: 60px;
  right: 3.75rem;
}

@media (max-width: 1023px) {
  .sec2__heading {
    width: 6%;
  }
}
@media (max-width: 767px) {
  .sec2__heading {
    position: inherit;
    font-size: 1.75rem;
    font-weight: 500;
    width: auto;
    right: auto;
    text-align: center;
  }
}
.sec2_heading span {
  position: relative;
}

.sec2__heading span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  bottom: 130px;
  bottom: 8.125rem;
  left: 15px;
  left: 0.9375rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
  left: 15px;
  left: 0.9375rem;
}

@media (max-width: 1100px) {
  .sec2__heading span::after {
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .sec2__heading span::after {
    width: 5rem;
    height: 5rem;
    bottom: 0.9375rem;
    left: 48%;
  }
}
.sec2__movie {
  text-align: center;
  width: 100%;
  aspect-ratio: 560/315;
  margin: 0 auto;
}

.sec2__movie iframe {
  width: 100%;
  height: 100%;
}

.sec2__contents {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 160px;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .sec2__contents {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.sec2__block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  margin-top: 5.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .sec2__block {
    margin-top: 2.8125rem;
  }
}
.sec2__tx {
  text-orientation: upright;
  writing-mode: vertical-rl;
  line-height: 2.2857142857;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .sec2__tx {
    text-orientation: upright;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.sec2__tx .fs--type01 {
  margin-top: -20px;
  margin-top: -1.25rem;
}

@media (max-width: 767px) {
  .sec2__tx .fs--type01 {
    margin-top: 0;
    line-height: 1.7;
  }
}
.sec2__tx:nth-of-type(n + 2) {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media (max-width: 767px) {
  .sec2__tx:nth-of-type(n + 2) {
    margin-top: 2.1875rem;
  }
}
.sec3 {
  padding: 175px 0 120px;
  padding: 10.9375rem 0 7.5rem;
  background: url("./images/lp/bg_05.png"), url("./images/lp/bg_27.png");
  background-repeat: no-repeat;
  background-position:
    right -130px top 360px,
    left top;
  background-position:
    right -8.125rem top 22.5rem,
    left top;
  background-size:
    26.1875rem auto,
    cover;
}

@media (max-width: 767px) {
  .sec3 {
    padding: 5.3125rem 0 3.75rem;
    background: url("./images/lp/bg_05.png"), url("./images/lp/bg_27.png");
    background-repeat: no-repeat;
    background-position:
      right -8.125rem top 10rem,
      left top;
    background-size:
      13.0625rem auto,
      cover;
  }
}
.sec3__heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 301px;
  max-width: 18.8125rem;
}

@media (max-width: 1023px) {
  .sec3__heading {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .sec3__heading {
    width: 9.375rem;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .sec3__heading.sp {
    display: flex;
    justify-content: center;
  }
}
.sec3__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  top: -60px;
  top: -3.75rem;
  left: -80px;
  left: -5rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec3__heading::after {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    top: -1.25rem;
  }
}
.sec3__heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 119px;
  width: 7.4375rem;
  height: 213px;
  height: 13.3125rem;
  bottom: -40px;
  bottom: -2.5rem;
  left: -180px;
  left: -11.25rem;
  background: url("./images/lp/bg_20.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1100px) {
  .sec3__heading::before {
    left: -8.125rem;
  }
}
@media (max-width: 767px) {
  .sec3__heading::before {
    width: 3.75rem;
    height: 6.5625rem;
    left: -3.75rem;
  }
}
.sec3__heading > span {
  position: relative;
}

.sec3__heading > span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  width: 4.625rem;
  height: 180px;
  height: 11.25rem;
  top: 80px;
  top: 5rem;
  right: -120px;
  right: -7.5rem;
  background: url("./images/lp/bg_21.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec3__heading > span::after {
    width: 2.3125rem;
    height: 5.625rem;
    top: 0;
    right: -3.125rem;
  }
}
.sec3__items {
  margin-top: 130px;
  margin-top: 8.125rem;
}

@media (max-width: 767px) {
  .sec3__items {
    margin-top: 4.0625rem;
  }
}
.sec3__item-wrap:nth-of-type(n + 2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media (max-width: 767px) {
  .sec3__item-wrap:nth-of-type(n + 2) {
    margin-top: 1.5625rem;
  }
}
.sec3__item-wrap {
  background: url("./images/lp/bg_10.png") no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec3__item-wrap {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 500px) {
  .sec3__item-wrap {
    padding-bottom: 0.75rem;
  }
}
.sec4 {
  background: url("./images/lp/bg_11.png") no-repeat;
  background-size: cover;
  padding: 110px 0 100px;
  padding: 6.875rem 0 6.25rem;
}

@media (max-width: 767px) {
  .sec4 {
    padding: 3.4375rem 0 3.125rem;
  }
}
.sec4__heading {
  color: #fff;
  margin-right: 50px;
  margin-right: 3.125rem;
}

@media (max-width: 1023px) {
  .sec4__heading {
    width: 11%;
  }
}
@media (max-width: 767px) {
  .sec4__heading {
    width: auto;
    margin-right: 0;
    color: #fff;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .sec4__heading.sp {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 767px) {
  .sec4__heading.sp p:first-of-type {
    font-size: 1rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .sec4__heading.sp p:first-of-type::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5rem;
    background-color: #fff;
    height: 0.0625rem;
    width: 6.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .sec4__heading.sp p:nth-of-type(2) {
    font-size: 1.75rem;
  }
}
.sec4__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sec4__inner {
    flex-direction: column;
  }
}
.sec4__img {
  aspect-ratio: 731/325;
  max-width: 730px;
  max-width: 45.625rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media (max-width: 767px) {
  .sec4__img {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
.sec4__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec5 {
  padding: 150px 0 150px;
  padding: 9.375rem 0 9.375rem;
  background: url("./images/lp/bg_17.png"), url("./images/lp/bg_14.png");
  background-repeat: no-repeat;
  background-size:
    100% auto,
    cover;
}

@media (max-width: 767px) {
  .sec5 {
    padding: 4.6875rem 0 4.6875rem;
  }
}
.sec5__heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 501px;
  max-width: 31.3125rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .sec5__heading {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .sec5__heading {
    width: 15.625rem;
  }
}
@media (max-width: 767px) {
  .sec5__heading.sp {
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
  }
}
.sec5__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  top: 0;
  left: -80px;
  left: -5rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec5__heading::after {
    width: 5rem;
    height: 5rem;
    top: -1.25rem;
    left: auto;
    right: 1.25rem;
  }
}
.sec5__heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 119px;
  width: 7.4375rem;
  height: 213px;
  height: 13.3125rem;
  bottom: 40px;
  bottom: 2.5rem;
  left: -80px;
  left: -5rem;
  background: url("./images/lp/bg_08.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec5__heading::before {
    width: 3.75rem;
    height: 6.625rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
.sec5__gaming {
  margin-top: 130px;
  margin-top: 8.125rem;
}

@media (max-width: 767px) {
  .sec5__gaming {
    margin-top: 4.0625rem;
  }
}
.sec5__chiran {
  margin-top: 168px;
  margin-top: 10.5rem;
}

@media (max-width: 767px) {
  .sec5__chiran {
    margin-top: 5.25rem;
  }
}
.sec6 {
  background: url("./images/lp/bg_13.png");
  background-size: cover;
  padding: 150px 0 200px;
  padding: 9.375rem 0 12.5rem;
}

@media (max-width: 767px) {
  .sec6 {
    padding: 4.6875rem 0 6.25rem;
  }
}
.sec6__heading {
  margin: 0 auto;
  max-width: 313px;
  max-width: 19.5625rem;
  position: relative;
}

@media (max-width: 767px) {
  .sec6__heading {
    max-width: 13.6875rem;
  }
}
.sec6__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  top: -20px;
  top: -1.25rem;
  left: -50px;
  left: -3.125rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

.sec6__program-wrap {
  background: url("./images/lp/bg_10.png") no-repeat;
  background-position: center bottom;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec6__program-wrap {
    margin-top: 2.1875rem;
    padding-bottom: 1.0625rem;
  }
}
@media (max-width: 424px) {
  .sec6__program-wrap {
    padding-bottom: 0.75rem;
  }
}
.sec7 {
  padding: 140px 0 170px;
  padding: 8.75rem 0 10.625rem;
}

@media (max-width: 767px) {
  .sec7 {
    padding: 4.375rem 0 5.3125rem;
  }
}
.sec7__heading {
  position: relative;
  margin: 0 auto;
  max-width: 346px;
  max-width: 21.625rem;
}

@media (max-width: 767px) {
  .sec7__heading {
    max-width: 15.125rem;
  }
}
.sec7__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  top: -20px;
  top: -1.25rem;
  left: -50px;
  left: -3.125rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

.sec7__table {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 880px;
  max-width: 55rem;
  margin: 95px auto 0;
  margin: 5.9375rem auto 0;
}

@media (max-width: 767px) {
  .sec7__table {
    max-width: 100%;
    margin: 2.625rem auto 0;
  }
}
.sec7__table dl {
  display: flex;
  border-bottom: 1px solid #969696;
  border-bottom: 0.0625rem solid #969696;
  padding: 25px 0;
  padding: 1.5625rem 0;
}

@media (max-width: 767px) {
  .sec7__table dl {
    padding: 1.125rem 0;
    flex-direction: column;
  }
}
.sec7__table dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 30%;
}

@media (max-width: 767px) {
  .sec7__table dl dt {
    width: 100%;
  }
}
.sec7__table dl dd {
  width: 70%;
}

@media (max-width: 767px) {
  .sec7__table dl dd {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.sec7__table dl dd span {
  font-size: 35px;
  font-size: 2.1875rem;
}

@media (max-width: 767px) {
  .sec7__table dl dd span {
    font-size: 1.5rem;
  }
}
.sec7__table dl:last-of-type {
  border: none;
  padding-bottom: 0;
}

.sec7__table dl:last-of-type dd {
  line-height: 2.0625;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

.sec7__table dl:first-of-type dd {
  line-height: 1;
}

.sec7__table dl:first-of-type dt span {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .sec7__table dl:first-of-type dt span {
    margin-top: 0.3125rem;
  }
}
.sec7__btns {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-top: 5.625rem;
}

@media (max-width: 767px) {
  .sec7__btns {
    margin-top: 2.8125rem;
    flex-direction: column;
  }
}
.sec7__btn {
  display: inline-block;
  width: 330px;
  width: 22.625rem;
}

@media (max-width: 767px) {
  .sec7__btn {
    width: 100%;
  }
}
.sec7__btn:nth-of-type(n + 2) {
  margin-left: 78px;
  margin-left: 4.875rem;
}

@media (max-width: 767px) {
  .sec7__btn:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.yell {
  padding: 170px 0 0;
  padding: 10.625rem 0 0;
  background: url("./images/lp/bg_16.png"), url("./images/lp/bg_15.png"), url("./images/lp/bg_14.png");
  background-size: 33rem, 30.75rem, cover;
  background-position:
    right -264px top,
    left bottom,
    left top;
  background-position:
    right -16.5rem top,
    left bottom,
    left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .yell {
    padding: 5.3125rem 0 0;
    background: url("./images/lp/bg_16.png"), url("./images/lp/bg_15.png"), url("./images/lp/bg_14.png");
    background-size: 16.5rem, 15.375rem, cover;
    background-position:
      right -8.25rem top,
      left bottom,
      left top;
    background-repeat: no-repeat;
  }
}
.yell__heading {
  position: relative;
  margin-left: 85px;
  margin-left: 5.3125rem;
}

@media (max-width: 1023px) {
  .yell__heading {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .yell__heading {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .yell__heading.sp {
    display: flex;
    flex-direction: column;
    position: relative;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .yell__heading.sp p:first-of-type {
    font-size: 0.875rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .yell__heading.sp p:first-of-type::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 9.375rem;
    background-color: #000;
    height: 0.0625rem;
    width: 6.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .yell__heading.sp p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.yell__heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  bottom: -20px;
  bottom: -1.25rem;
  left: 15px;
  left: 0.9375rem;
  background: url("./images/lp/bg_18.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .yell__heading::after {
    bottom: auto;
    top: -1.875rem;
    left: 0rem;
  }
}
.yell__group {
  display: flex;
}

.yell__group:nth-of-type(1) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .yell__group:nth-of-type(1) {
    flex-direction: column;
  }
}
.yell__group:nth-of-type(2) {
  margin-top: 56px;
  margin-top: 3.5rem;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .yell__group:nth-of-type(2) {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.yell__group:nth-of-type(1) .yell__img {
  aspect-ratio: 721/321;
  width: 75%;
  max-width: 720px;
  max-width: 45rem;
}

@media (max-width: 767px) {
  .yell__group:nth-of-type(1) .yell__img {
    width: 100%;
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
.yell__group:nth-of-type(2) .yell__img {
  aspect-ratio: 541/321;
  width: 56%;
  max-width: 914px;
  max-width: 57.125rem;
}

@media (max-width: 767px) {
  .yell__group:nth-of-type(2) .yell__img {
    width: 100%;
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
.yell__img img {
  width: 100%;
}

.yell__tx {
  line-height: 2.4285714286;
  font-size: 14px;
  font-size: 0.875rem;
  width: 33%;
  margin-right: 65px;
  margin-right: 4.0625rem;
}

@media (max-width: 767px) {
  .yell__tx {
    width: 100%;
    margin-right: 0;
  }
}
/* // スマホの時だけ改行させるクラス */
.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

/* お問い合わせ資料請求ボタン */
.btn_op:hover {
  opacity: 0.6;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .btn_op {
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
    padding: 1.25rem 0;
    font-size: 20px;
    font-size: 1.25rem;
    background: url("./images/lp/ic_01.png");
    background-position:
      left 24px center,
      right 20px center;
    background-position:
      left 1.5rem center,
      right 1.25rem center;
    background-repeat: no-repeat;
    background-color: #0d142a;
    transition: 0.4s;
    background-size: 20px;
  }
  #op_btn1 {
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    position: fixed !important;
    right: 0;
    top: 100px;
    /* top: 8vw; */
    line-height: 1;
    margin: 0;
    z-index: 9999;
    font-size: 15px;
  }
  #op_btn2 {
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    position: fixed !important;
    right: 0;
    top: 330px;
    line-height: 1;
    margin: 0;
    z-index: 9999;
    font-size: 15px;
  }
  #op_btn1 a {
    display: block;
    color: #fff;
    padding: 40px 0;
    padding-top: 50px;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 500;
    writing-mode: vertical-rl;
    line-height: 50px;
    background-position:
      top 1.5rem center,
      left 0.5rem center,
      right 0.25rem center,
      bottom 0.5rem center;
  }
  #op_btn2 a {
    display: block;
    color: #fff;
    padding: 40px 0;
    padding-top: 50px;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 500;
    writing-mode: vertical-rl;
    line-height: 50px;
    background-position:
      top 1.5rem center,
      left 0.5rem center,
      right 0.25rem center,
      bottom 0.5rem center;
  }
  .btn_op img {
    /* display: block; */
    position: absolute;
    width: 12px;
    height: auto;
    bottom: 20px;
    left: 40%;
    right: 60%;
  }
}
@media screen and (max-width: 768px) {
  #op_btn1 {
    position: fixed;
    left: 0%;
    bottom: 0px;
    width: 50%;
    writing-mode: unset;
    line-height: 1;
    z-index: 9999;
    text-align: center;
    border: 1px #fff solid;
    /* transform: translateX(-50%); */
  }
  #op_btn1 a {
    display: block;
    color: #fff;
    padding: 15px 0px;
    padding-left: 10px;
    text-decoration: none;
  }
  .btn_op img {
    /* display: block; */
    position: absolute;
    width: 12px;
    height: auto;
    bottom: 20%;
    right: 7%;
  }
  .btn_op {
    /* background-color: #131d3d; */
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
    padding: 1.25rem 0;
    font-size: 20px;
    font-size: 1rem;
    background: url("./images/lp/ic_01.png");
    background-position:
      left 24px center,
      right 20px center;
    background-position:
      left 1.5rem center,
      right 1.25rem center;
    background-repeat: no-repeat;
    background-color: #0d142a;
    transition: 0.4s;
    background-size: 20px;
  }
  #op_btn2 {
    position: fixed;
    right: 0%;
    bottom: 0px;
    width: 100%;
    writing-mode: unset;
    line-height: 1;
    z-index: 9999;
    text-align: center;
    border: 1px #fff solid;
  }
  #op_btn2 a {
    display: block;
    color: #fff;
    padding: 15px 0px;
    padding-left: 10px;
    text-decoration: none;
  }
}
.pc_br {
  display: none;
}

.sp_br {
  display: block;
}

.qs_must {
  color: #e5d283;
}

#form-area .page-ttl {
  text-align: center;
  margin-bottom: 30px;
}
#form-area .contents_inr_contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
#form-area .privacy_text {
  text-align: center;
  padding-bottom: 30px;
}
#form-area .qs_wrap__form {
  text-align: left;
}
#form-area .qs_wrap__form table {
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 30px;
}
#form-area .qs_wrap__form .privacy {
  font-size: 16px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}
#form-area .qs_wrap__form .privacy .privacy_inr {
  font-family: "YuGosic", "游ゴシック体", sans-serif;
  overflow-y: scroll;
  height: 200px;
  padding: 20px;
}
#form-area .qs_wrap__form th {
  color: #fff;
  padding: 10px;
  width: 200px;
  vertical-align: top;
}
#form-area .qs_wrap__form td {
  padding: 10px 15px;
  min-width: 320px;
  display: table-cell;
  border-bottom: 1px solid #ddd;
}
#form-area .qs_wrap__form .contact_title {
  background-color: #172a59;
  border-bottom: 1px solid #fff;
}
#form-area .qs_wrap__form .agreement {
  text-align: center;
}
#form-area .qs_wrap__form .w100 input {
  width: 100%;
}
#form-area .border_line input,
#form-area .border_line textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 16px;
}
#form-area .privacy_table {
  border: solid 1px #172a59;
  border-collapse: collapse;
  margin-top: 20px;
}
#form-area .privacy_table tr {
  border: solid 1px #172a59;
}
#form-area .privacy_table th {
  background-color: #7f7f7f;
}
#form-area .privacy_table td {
  border: solid 1px #c6c6c6;
}
#form-area .privacy_table .privacy_bold_text {
  font-weight: 800;
  font-family: "YuGosic", "游ゴシック体", sans-serif;
  padding-top: 10px;
}
#form-area .checkbox,
#form-area .thanx-message {
  text-align: center;
}
#form-area input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.qs_btn__action {
  cursor: pointer;
}
.qs_btn__action .confirm {
  color: #fff;
}
.qs_btn__action input[type="submit"] {
  color: #fff;
  padding: 0;
  width: 100%;
}
.qs_btn__action .wpcf7-spinner {
  display: none;
}

.qs_wrap__btn {
  display: flex;
  justify-content: center;
}

.qs_btn__action:hover {
  background-color: #596f89;
  transition: 0.5s;
}

.qs_btn__action {
  color: #fff;
  background-color: #172a59;
  text-align: center;
  padding: 10px 25px;
}

.form_confirm .qs_btn__action + .qs_btn__action {
  background-color: #172a59;
  margin-left: 20px;
}

.form_confirm .qs_btn__action {
  background-color: #596f89;
}

@media (max-width: 1020px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  html {
    font-size: 16px;
  }
  .chiran__heading {
    width: 16%;
  }
}
@media (max-width: 767px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  .u-desktop {
    display: block;
  }
  html {
    font-size: 4.2666666667vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .slick-slide {
    height: 31.25rem;
  }
  .chiran {
    padding-bottom: 2.5rem;
  }
  .chiran__heading {
    margin-left: 0;
    width: auto;
  }
  .chiran__heading.sp {
    display: flex;
    flex-direction: column;
    position: relative;
    font-weight: 500;
  }
  .chiran__heading.sp p:first-of-type {
    font-size: 0.875rem;
    position: relative;
  }
  .chiran__heading.sp p:first-of-type:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 11.875rem;
    background-color: #000;
    height: 0.0625rem;
    width: 6.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .chiran__heading.sp p:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .chiran__group {
    flex-direction: column;
  }
  .chiran__tx {
    height: auto;
    margin-left: 0;
    width: 100%;
    writing-mode: horizontal-tb;
    margin-top: 2.5rem;
  }
  .chiran__img {
    max-width: 100%;
    margin-top: 2.5rem;
  }
  .chiran__heading::after {
    top: -1.875rem;
    left: 0rem;
  }
  .customer-item__img {
    padding-bottom: 0.625rem;
    background: url("./images/lp/bg_26.png") no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  .pc_br {
    display: block;
  }
  .sp_br {
    display: none;
  }
  #form-area .qs_wrap__form th {
    width: 100%;
    display: block;
  }
  #form-area .qs_wrap__form td {
    width: 100%;
    min-width: initial;
    display: block;
  }
}
@media (max-width: 600px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
}
@media (max-width: 375px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  html {
    font-size: 4.2666666667vw;
  }
} /*# sourceMappingURL=style.css.map */

/* 固定ページ「知覧チーム研修」専用 */
/* =========================================
  受講後の変化セクション
========================================= */

#team-training {
  .pc-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  @media (max-width: 768px) {
    .pc-vertical {
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      display: block;
    }
  }

  .red-highlights {
    color: #b91e1c;
  }

  .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-inline: 11.25rem;
    padding-inline: clamp(3rem, 10vw, 11.25rem);
  }
  @media (min-width: 1440px) {
    .inner {
      padding-inline: 11.25rem;
    }
  }
  @media (max-width: 768px) {
    .inner {
      max-width: 600px;
      padding-inline: 1.25rem;
    }
  }

  .partition-wrap {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .partition {
    flex: 1;
    height: 1px;
    background-color: #a49450;
  }

  .partition__diamond {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .partition-vertical-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  .partition-vertical {
    background-color: #a49450;
    width: 1px;
    height: 100%;
  }

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

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

  .fv {
    background: #fff;
  }
  @media (max-width: 768px) {
    .fv {
      background-color: #131d3d;
    }
  }

  .fv_inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 810px;
    margin: 0 auto;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .fv_inner {
      height: 666px;
    }
  }

  .fv__bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 970px;
    height: 680px;
    background-color: #131d3d;
    z-index: 1;
  }
  @media (max-width: 768px) {
    .fv__bg-color {
      width: 100%;
      height: 374px;
      background-color: #fff;
    }
  }

  .fv__mv {
    position: absolute;
    width: 1030px;
    height: 690px;
    top: 60px;
    left: 60px;
    overflow: hidden;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .fv__mv {
      width: 94.67vw;
      top: 242px;
      left: auto;
    }
  }

  .fv__mv img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .fv__message {
    position: absolute;
    width: 162px;
    height: 649px;
    z-index: 2;
    top: 68px;
    left: 50%;
    transform: translateX(calc(50vw - 17.71vw));
  }
  @media (min-width: 1440px) {
    .fv__message {
      transform: translateX(calc(720px - 255px));
    }
  }
  @media (max-width: 1440px) {
    .fv__message {
      width: clamp(110px, calc(162 / 1440 * 100vw), 162px);
    }
  }
  @media (max-width: 768px) {
    .fv__message {
      width: calc(88 / 375 * 100vw);
      max-width: 88px;
      top: 29px;
      left: 50%;
      transform: translateX(-50%);
      right: auto;
    }
  }

  .fv__message img {
    width: 100%;
    height: auto;
  }

  .fv__team-building-wrap {
    position: absolute;
    top: 517px;
    left: 505px;
    z-index: 3;
  }
  @media (max-width: 1100px) {
    .fv__team-building-wrap {
      left: calc(300 / 1100 * 100vw);
    }
  }
  @media (max-width: 768px) {
    .fv__team-building-wrap {
      top: auto;
      bottom: 0;
      left: 50%;
      width: calc(100% - 40px);
      transform: translateX(-50%);
    }
  }
  @media (max-width: 500px) {
    .fv__team-building-wrap {
      bottom: 51px;
    }
  }

  .fv__team-building-heading {
    color: #fff;
    font-family: "A-OTF A1 Mincho Std", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
  }
  @media (max-width: 1440px) {
    .fv__team-building-heading {
      font-size: clamp(1.25rem, calc(40 / 1440 * 100vw), 40px);
    }
  }
  @media (max-width: 600px) {
    .fv__team-building-heading {
      font-size: 1.25rem;
      letter-spacing: 0.01em;
    }
  }

  .fv__team-building-heading-small {
    font-size: 1.769rem;
    line-height: 1.3;
  }
  @media (max-width: 768px) {
    .fv__team-building-heading-small {
      font-size: 0.875rem;
      letter-spacing: 0.01em;
    }
  }

  .fv__team-building-text {
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    margin-block-start: 0.875rem;
  }
  @media (max-width: 768px) {
    .fv__team-building-text {
      margin-block-start: 0.8125rem;
    }
  }

  .training-message {
    background-color: #131d3d;
    padding-block: 7.5rem;
  }
  @media (max-width: 768px) {
    .training-message {
      padding-block: 5.0625rem 5rem;
      margin-block-start: -0.0625rem;
    }
  }

  .training-message__inner {
  }

  .training-message__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .partition-wrap-a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: center;
  }

  .partition-a {
    height: 1px;
    background-color: #a49450;
    width: 115px;
  }

  .training-message__heading-wrap {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    gap: 1.0625rem;
    margin-inline-end: 3.75rem;
    margin-inline-start: 2.125rem;
    margin-block: auto;
  }
  @media (max-width: 768px) {
    .training-message__heading-wrap {
      gap: 1rem;
      letter-spacing: normal;
    }
  }

  .training-message__heading {
    color: #a49450;
    font-family: "Noto Serif JP", serif;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.3em;
  }
  @media (max-width: 768px) {
    .training-message__heading {
      font-size: 1.5rem;
      line-height: 1.2;
      letter-spacing: 0.2em;
    }
  }

  .training-message__text-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .training-message__text-inner {
      display: block;
    }
  }
  @media (max-width: 768px) {
    .training-message__text-inner.sp-hidden {
      display: none;
    }
  }

  .training-message__text-inner-sp {
    display: none;
  }
  @media (max-width: 768px) {
    .training-message__text-inner-sp {
      display: block;
    }
  }

  .training-message__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  @media (max-width: 768px) {
    .training-message__text-wrap {
      gap: 0;
    }
  }

  .training-message__text-wrap:nth-of-type(1) {
    margin-block-end: 2.5rem;
  }
  @media (max-width: 768px) {
    .training-message__text-wrap:nth-of-type(1) {
      margin-block-end: 1.1875rem;
    }
  }

  .training-message__text-wrap:nth-of-type(2) {
    margin-block-end: 4.375rem;
  }
  @media (max-width: 768px) {
    .training-message__text-wrap:nth-of-type(2) {
      margin-block-end: 3.8125rem;
    }
  }
  .training-message__text-wrap:nth-of-type(3) {
    margin-block-end: 2.5rem;
  }
  @media (max-width: 768px) {
    .training-message__text-wrap:nth-of-type(3) {
      margin-block-end: 1.3125rem;
    }
  }

  .training-message__text {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  @media (max-width: 768px) {
    .training-message__text {
      font-size: 1rem;
      letter-spacing: 0.0001em;
      line-height: 1.8;
    }
  }

  .background {
    position: relative;
    width: 100%;
    height: 502px;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .background {
      height: 380px;
    }
  }
  .background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(images/lp/background__img.webp) center/cover no-repeat;
  }
  @media (max-width: 768px) {
    .background::before {
      background-image: url(images/lp/background__img-sp.webp);
    }
  }

  .exe-policy {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
  }

  .exe-policy__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 3;
    padding-block: 7.5rem;
  }
  @media (min-width: 1440px) {
    .exe-policy__inner {
      padding-block: 7.5rem;
      overflow: visible;
    }
  }
  @media (max-width: 768px) {
    .exe-policy__inner {
      padding-block: 5rem;
      overflow: visible;
    }
  }

  .policy-icon-01 {
    position: absolute;
    top: 5rem;
    left: -5.75rem;
    width: 370px;
    height: auto;
  }
  @media (max-width: 768px) {
    .policy-icon-01 {
      width: 180px;
      top: 1.6875rem;
      left: -2.375rem;
    }
  }
  .policy-icon-02 {
    position: absolute;
    bottom: 41.25rem;
    right: -7.8125rem;
    width: 370px;
    height: auto;
  }
  @media (max-width: 768px) {
    .policy-icon-02 {
      width: 180px;
      bottom: 53.4375rem;
      right: -3.9375rem;
    }
  }

  .exe-policy__heading-wrap {
    color: #131d3d;
    z-index: 2;
    margin-inline-start: 0.3125rem;
  }
  @media (max-width: 768px) {
    .exe-policy__heading-wrap {
      text-align: center;
      margin-block-end: -0.375rem;
      margin-inline-start: 0;
    }
  }

  .exe-policy__heading {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  @media (max-width: 768px) {
    .exe-policy__heading {
      font-size: 1.625rem;
      letter-spacing: normal;
    }
  }

  .exe-policy__heading:nth-of-type(1),
  .exe-policy__heading:nth-of-type(2) {
    margin-block-end: 0.9375rem;
  }
  @media (max-width: 768px) {
    .exe-policy__heading:nth-of-type(1),
    .exe-policy__heading:nth-of-type(2) {
      margin-block-end: 0.75rem;
    }
  }

  .exe-policy__items {
    display: flex;
    gap: 5.625rem;
    margin-block-start: 3.375rem;
  }
  @media (max-width: 1200px) {
    .exe-policy__items {
      gap: 4rem;
      width: calc(1080 / 1440 * 100vw);
    }
  }
  @media (max-width: 768px) {
    .exe-policy__items {
      flex-direction: column;
      gap: 3.8125rem;
    }
  }

  .exe-policy__item {
    width: 300px;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .exe-policy__item {
      width: 100%;
    }
  }

  .exe-policy__partition {
  }

  .exe-policy__item-title {
    color: #a49450;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin-block-start: 0.75rem;
    text-wrap: nowrap;
  }

  .exe-policy__item-text {
    color: #131d3d;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-block-start: 0.75rem;
  }
  @media (max-width: 768px) {
    .exe-policy__item-text {
      letter-spacing: 0.03em;
    }
  }

  .exe-policy__elements {
  }

  .exe-policy__elements-wrap {
    position: relative;
    text-align: center;
    margin-block-start: 3.9375rem;
  }
  @media (max-width: 768px) {
    .exe-policy__elements-wrap {
      font-size: 3.123rem;
      margin-block-start: 3.25rem;
      letter-spacing: 0.001em;
    }
  }

  .exe-policy__elements-text {
    color: #b91e1c;
    font-family: "Noto Serif JP", serif;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .exe-policy__elements-text {
      font-size: 1.125rem;
    }
  }
  .exe-policy__elements-text:nth-of-type(1),
  .exe-policy__elements-text:nth-of-type(2) {
    margin-block-end: 1.625rem;
  }
  @media (max-width: 768px) {
    .exe-policy__elements-text:nth-of-type(1) {
      margin-block-end: 0.9375rem;
    }
  }
  @media (max-width: 768px) {
    .exe-policy__elements-text:nth-of-type(2) {
      margin-block-end: 1rem;
    }
  }

  .exe-policy__elements svg {
    display: block;
    margin-inline: auto;
    width: 128.172px;
    height: 329px;
    margin-block-start: -11.5625rem;
  }
  @media (max-width: 768px) {
    .exe-policy__elements svg {
      width: 80px;
      height: 205px;
      margin-block-start: -7.206rem;
    }
  }

  .exe-policy__summary {
    position: relative;
    width: 100%;
    margin-block-start: 1.9375rem;
  }
  @media (max-width: 768px) {
    .exe-policy__summary {
      margin-block-start: 2.375rem;
      padding-inline: 0.625rem;
    }
  }

  .exe-policy__summary__flame {
    position: absolute;
    border: 1px solid #a49450;
    z-index: 1;
    top: 1.875rem;
    left: -1.875rem;
    right: -1.875rem;
    bottom: 1.875rem;
    pointer-events: none;
  }
  @media (max-width: 768px) {
    .exe-policy__summary__flame {
      top: 1.25rem;
      left: 0;
      right: 0;
      bottom: 1.25rem;
    }
  }

  .exe-policy__summary-inner {
    width: 100%;
    z-index: 2;
    height: auto;
    background: #131d3d;
    padding: clamp(3rem, 5vw, 6.25rem) clamp(2rem, 7vw, 10rem) clamp(3rem, 5vw, 6.5rem);
  }
  @media (min-width: 1440px) {
    .exe-policy__summary-inner {
      padding: 6.25rem 10rem 6.5rem;
    }
  }
  @media (max-width: 768px) {
    .exe-policy__summary-inner {
      max-width: 100%;
      padding: 5rem 1.3125rem 3.9375rem;
    }
  }

  .exe-policy__summary-items {
    display: flex;
    z-index: 3;
    flex-direction: column;
    gap: 3.75rem;
    text-align: center;
  }
  @media (max-width: 768px) {
    .exe-policy__summary-items {
      width: 100%;
      gap: 2.5rem;
    }
  }

  .exe-policy__summary-item {
  }

  .exe-policy__summary-head {
    color: #a49450;
    font-family: "Noto Serif JP", serif;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
  }
  @media (max-width: 768px) {
    .exe-policy__summary-head {
      font-size: 1.25rem;
      line-height: 140%;
    }
  }

  .exe-policy__summary-text {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-block-start: 0.75rem;
    letter-spacing: normal;
  }
  @media (max-width: 768px) {
    .exe-policy__summary-text {
      font-size: 0.875rem;
      margin-block-end: 0.9375rem;
      line-height: 1.6;
    }
  }

  .training-program__partition {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-diamond {
    position: relative;
    display: inline-block;
  }

  .icon-diamond::before,
  .icon-diamond::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 115px;
    height: 1px;
    background-color: #a49450;
    transform: translateY(-50%);
  }

  .icon-diamond::before {
    right: 100%;
    margin-right: 20px;
  }

  .icon-diamond::after {
    left: 100%;
    margin-left: 20px;
  }

  .chiran-history {
    position: relative;
    padding-block: 10.5625rem;
  }
  @media (max-width: 768px) {
    .chiran-history {
      padding-block: 5rem;
    }
  }
  .chiran-history::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: url(images/lp/chiran-history__img.webp) center/cover no-repeat;
  }
  @media (max-width: 768px) {
    .chiran-history::before {
      background-image: url(images/lp/chiran-history__img-sp.webp);
    }
  }

  .chiran-history__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    gap: 4.75rem;
    padding-inline: 11.25rem 11.5rem;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .chiran-history__inner {
      flex-direction: column;
      padding-inline: 1.25rem 1.375rem;
      gap: 3.125rem;
    }
  }

  .chiran-history__main-heading {
    color: #a49450;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 0.625rem;
    margin-inline-start: -2.9375rem;
    letter-spacing: 0.2em;
  }
  @media (max-width: 768px) {
    .chiran-history__main-heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
      margin-block-end: 0;
      margin-inline-start: 0;
    }
  }

  .chiran-history__sub-heading {
    color: #a49450;
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-inline-start: -2.6875rem;
  }
  @media (max-width: 768px) {
    .chiran-history__sub-heading {
      font-size: 1rem;
      letter-spacing: 0.001em;
      margin-block-start: 10px;
      margin-inline-start: 0;
    }
  }

  .chiran-history__text-wrap {
    display: grid;
    gap: 1.875rem;
  }

  .chiran-history__main-text {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
  }
  @media (max-width: 768px) {
    .chiran-history__main-text {
      letter-spacing: 0.042em;
      line-height: 1.81;
    }
  }

  .training-scene {
    position: relative;
    padding-block: 11.5625rem 7.5rem;
    background: #f1f0eb;
  }
  @media (max-width: 768px) {
    .training-scene {
      padding-block: 5rem;
    }
  }

  .training-scene__inner {
    width: 100%;
    max-width: 95.5rem; /* rm(1528) */
    margin-inline: auto;
    padding-left: 21.25rem;
  }
  @media (max-width: 768px) {
    .training-scene__inner {
      padding-inline-start: 1.25rem; /* rm(20) */
    }
  }

  .training-scene__swiper-container,
  .training-scene__swiper,
  .training-scene__swiper-wrapper,
  .training-scene__swiper-slide {
    position: relative;
  }

  .training-scene__swiper-container {
  }
  @media (max-width: 768px) {
    .training-scene_swiper-container {
    }
  }

  .training-scene__heading {
    position: absolute;
    top: -3.75rem;
    left: -10.3125rem;
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  @media (max-width: 768px) {
    .training-scene__heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
      position: static;
      margin-bottom: 1.625rem;
    }
  }

  .training-scene_swiper {
    overflow: hidden;
  }

  .training-scene__swiper-slide {
    width: 420px;
    height: 300px;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 768px) {
    .training-scene__swiper-slide {
      width: 334.6px;
      height: 239px;
    }
  }

  .training-scene-card {
    width: 420px;
    height: 300px;
  }
  @media (max-width: 768px) {
    .training-scene-card {
      width: 334.6px;
      height: 239px;
    }
  }

  /* 位置のreset */
  .training-scene__button-prev,
  .training-scene__button-next {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0;
    padding: 0;
  }

  /* =============================
    ナビゲーションボタン
  ============================= */
  /* デフォルトのボタンを初期化 */
  .training-scene_button-prev::after,
  .training-scene__button-next::after {
    content: "";
  }

  /* 各ボタンのカスタマイズ */
  .training-scene__button-prev,
  .training-scene__button-next {
    position: relative;
    width: 39px;
    height: 39px;
    transition: opacity 0.3s ease;
  }
  @media (hover: hover) {
    .training-scene__button-prev:hover,
    .training-scene__button-next:hover {
      opacity: 0.7;
    }
  }

  .training-scene__button-prev {
  }

  .training-scene__button-next {
  }

  .training-scene-swiper-control {
    margin-block-start: 0.9375rem;
  }
  @media (max-width: 768px) {
    .training-scene-swiper-control {
      margin-block-start: -0.25rem;
    }
  }

  .training-scene__swiper-btn {
    display: flex;
    gap: 1.393125rem;
  }

  .training-contents {
    padding-block: 7.5rem;
  }
  @media (max-width: 768px) {
    .training-contents {
      padding-block: 5rem 6.1875rem;
    }
  }

  .training-contents__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.5rem;
  }
  @media (max-width: 768px) {
    .training-contents__inner {
      flex-direction: column;
      gap: 1.6875rem;
    }
  }

  .training-contents-heading {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  @media (max-width: 768px) {
    .training-contents-heading {
      font-size: 1.625rem;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 1.3px;
    }
  }

  .training-contents__heading-wrap .training-contents-heading:nth-of-type(1) {
    margin-block-end: 1.5rem;
  }
  @media (max-width: 768px) {
    .training-contents__heading-wrap .training-contents-heading:nth-of-type(1) {
      margin-block-end: 0;
    }
  }

  .training-contents__wrap .partition-wrap {
    gap: 0;
  }

  .training-contents__items {
    display: flex;
    flex-direction: column;
    gap: 3.4375rem;
    margin-block-start: 3.75rem;
  }
  @media (max-width: 768px) {
    .training-contents__items {
      margin-block-start: 2.5625rem;
      gap: 3rem;
    }
  }

  .training-contents__item {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 1.25rem;
  }
  @media (max-width: 1000px) {
    .training-contents__item {
      grid-template-columns: 1fr;
    }
  }

  .training-contents__img {
    width: 340px;
    height: 256px;
    aspect-ratio: 340 / 256;
    object-fit: cover;
  }
  @media (max-width: 1000px) {
    .training-contents__img {
      width: 100%;
      height: auto;
    }
  }
  .training-contents__img img {
  }

  .training-contents__explanation {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  @media (max-width: 768px) {
    .training-contents__explanation {
      padding: 0;
    }
  }

  .training-contents__explanation-head {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .training-contents__explanation-head {
      font-size: 1.25rem;
    }
  }

  .training-contents__explanation-text {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .training-contents__explanation-text {
      font-size: 0.875rem;
    }
  }

  .team-member-message {
    position: relative;
    padding-block: 7.8125rem;
  }
  @media (max-width: 768px) {
    .team-member-message {
      padding-block: 3.75rem 3.875rem;
    }
  }

  .team-member-message__inner {
    padding-inline: 10.375rem;
  }
  @media (max-width: 768px) {
    .team-member-message__inner {
      padding-inline: 1.25rem;
    }
  }

  .team-member-message::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: url(images/lp/team-member-message__img.webp) center / cover no-repeat;
  }
  @media (max-width: 768px) {
    .team-member-message::before {
      background-image: url(images/lp/team-member-message__img-sp.webp);
    }
  }

  .team-member-message__inner {
    position: relative;
    display: flex;
    gap: 3.375rem;
    z-index: 1;
  }

  .team-member-message__partition {
  }

  .team-member-message__wrap {
  }

  .team-member-message__heading {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-block-end: 2.5625rem;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .team-member-message__heading {
      font-size: 1.25rem;
      margin-block-end: 2.5rem;
    }
  }

  .team-member-message__text {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  .team-member-message__text:nth-of-type(1) {
    margin-block-end: 1.8125rem;
  }

  .customer-testimonials {
    padding-block: 7.75rem 5.6875rem;
  }
  @media (max-width: 768px) {
    .customer-testimonials {
      padding-block: 4.8125rem 5rem;
    }
  }

  .customer-testimonials__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 4.25rem;
  }
  @media (max-width: 768px) {
    .customer-testimonials__inner {
      flex-direction: column;
      gap: 2.1875rem;
    }
  }

  .customer-testimonials__heading-wrap {
  }

  .customer-testimonials__heading-sub {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-block-end: 1rem;
  }
  @media (max-width: 768px) {
    .customer-testimonials__heading-sub {
      font-size: 1rem;
      letter-spacing: 0.8px;
      margin-block-end: 0.75rem;
    }
  }

  .customer-testimonials__heading-main {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  @media (max-width: 768px) {
    .customer-testimonials__heading-main {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
    }
  }

  .customer-testimonials__items {
    margin-block-start: 0.5625rem;
  }

  .customer-testimonials__items .customer-testimonials__item:nth-of-type(1) {
    margin-block-end: 4.215rem;
  }
  @media (max-width: 768px) {
    .customer-testimonials__items .customer-testimonials__item:nth-of-type(1) {
      margin-block-end: 2.875rem;
    }
  }
  @media (max-width: 768px) {
    .customer-testimonials__items .customer-testimonials__item:nth-of-type(2) {
      padding: 2.4375rem 1.1875rem 2.3125rem;
    }
  }
  @media (max-width: 768px) {
    .customer-testimonials__items .customer-testimonials__item:nth-of-type(2) .customer-testimonials__company {
      margin-block-end: 1.25rem;
    }
  }

  .customer-testimonials__item {
    position: relative;
    max-width: 920px;
    width: 100%;
    height: auto;
    border: 1px solid #a49450;
    padding: 3.9375rem 3.75rem 3.75rem;
  }
  @media (max-width: 768px) {
    .customer-testimonials__item {
      padding: 2.5rem 1.1875rem 2.3125rem;
    }
  }

  .diamond-flame {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26.14px;
    height: 26.14px;
    background: #fff;
    z-index: 1;
  }

  .customer-testimonials__company {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    margin-block-end: 0.875rem;
    letter-spacing: 0.002em;
  }
  @media (max-width: 768px) {
    .customer-testimonials__company {
      font-size: 0.875rem;
    }
  }

  .customer-testimonials__company:nth-of-type(2) {
    margin-block-start: 1px;
  }

  .customer-testimonials__tx {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.002em;
  }
  @media (max-width: 768px) {
    .customer-testimonials__tx {
      font-size: 0.875rem;
      letter-spacing: 0.001em;
      line-height: 1.79;
    }
  }

  .customer-testimonials__tx.lh {
    line-height: 1.83;
  }
  @media (max-width: 768px) {
    .customer-testimonials__tx.lh {
      line-height: 1.79;
    }
  }

  .training-results {
    font-family: "Noto Serif JP", serif;
    padding-block: 7.5rem;
    letter-spacing: 0.7px;
  }
  @media (max-width: 768px) {
    .training-results {
      padding-block: 5.375rem 5rem;
    }
  }

  .training-results__inner {
    display: flex;
    gap: 3.75rem;
  }

  @media (max-width: 768px) {
    .training-results__inner {
      flex-direction: column;
      gap: 3.3125rem;
    }
  }

  .training-results__heading-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }

  .training-results__heading {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-block: -0.625rem;
    margin-inline-start: 0.5rem;
  }
  @media (max-width: 768px) {
    .training-results__heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
      margin-inline-start: 0;
      line-height: 1.6;
    }
  }

  .training-results__heading-main {
    color: #b91e1c;
  }

  .text-black {
    color: #131d3d;
  }

  .training-results__heading-sub {
    color: #131d3d;
    display: block;
  }

  .training-results__summary {
  }

  .training-results__summary-tx {
    font-size: 1rem;
    margin-bottom: 2.375rem;
    color: #131d3d;
    font-weight: 400;
    line-height: 1.83;
    letter-spacing: 0.001em;
  }

  .training-results__table {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }

  .training-results__row {
    display: grid;
    align-items: center;
    grid-template-columns: 11.75rem 1fr 1fr;
    gap: 1rem;
    padding-block: 1.25rem;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
  }

  @media (max-width: 1100px) {
    .training-results__row {
      grid-template-columns: 8.125rem 1fr 1fr;
      gap: 0.625rem;
    }
  }

  @media (max-width: 768px) {
    .training-results__row {
      grid-template-columns: 3.125rem 1fr 1fr;
      gap: 0.625rem;
      align-items: start;
    }
  }
  @media (max-width: 768px) {
    .training-results__table .training-results__row:nth-of-type(2) {
      padding-block: 1.0625rem 1.375rem;
    }
  }
  @media (max-width: 768px) {
    .training-results__table .training-results__row:nth-of-type(3) {
      padding-block: 1.5625rem;
    }
  }

  .training-results__row--head {
    padding-block: 0.5rem;
  }

  .training-results__row--head,
  .training-results__row--head .training-results__cell {
    color: #a49450;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
  }

  @media (max-width: 768px) {
    .training-results__row--head,
    .training-results__row--head .training-results__cell {
      font-size: 1rem;
    }
  }

  .training-results__cell--item {
    font-weight: 700;
    color: #131d3d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }

  @media (max-width: 768px) {
    .training-results__cell--item {
      font-size: 0.875rem;
      line-height: 1.4;
    }
  }

  .training-results__cell--before {
    color: #131d3d;
    font-weight: 400;
    line-height: 2;
  }
  @media (max-width: 768px) {
    .training-results__cell--before {
      font-size: 0.875rem;
      letter-spacing: 0.001em;
      line-height: 1.4;
    }
  }

  .training-results__cell--after {
    color: #b91e1c;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.001em;
  }

  @media (max-width: 768px) {
    .training-results__cell--after {
      font-size: 0.875rem;
      line-height: 1.4;
    }
  }

  .training-results__cell--before span,
  .training-results__cell--after span {
    font-size: 0.75rem;
  }

  @media (max-width: 768px) {
    .training-results__cell--before span,
    .training-results__cell--after span {
      font-size: 0.625rem;
    }
  }

  .organizer-message {
    background: #131d3d;
    padding-block: 6rem 11.8125rem;
  }
  @media (max-width: 768px) {
    .organizer-message {
      padding-block: 5rem 5.0963rem;
    }
  }

  .organizer-message__inner {
  }

  .organizer-message__heading-wrap {
    text-align: center;
    margin-block-end: 4.8125rem;
  }
  @media (max-width: 768px) {
    .organizer-message__heading-wrap {
      text-align: start;
      margin-block-end: 3.125rem;
    }
  }

  .organizer-message__heading {
    color: #a49450;
    font-family: "Noto Serif JP", serif;
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  @media (max-width: 768px) {
    .organizer-message__heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
    }
  }
  .organizer-message__wrap {
    display: flex;
    gap: 3.7813rem;
  }
  @media (max-width: 768px) {
    .organizer-message__wrap {
      flex-direction: column-reverse;
      gap: 3.02rem;
    }
  }

  .organizer-message__profile {
    position: relative;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    display: flex;
    flex-direction: column;
    width: calc((380 + 30) / 1080 * 100%);
  }
  @media (max-width: 768px) {
    .organizer-message__profile {
      justify-content: center;
      width: 100%;
    }
  }

  .organizer-message__flame {
    position: absolute;
    flex-shrink: 0;
    border: 1px solid #a49450;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    top: -0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    bottom: 0.5625rem;
  }
  @media (max-width: 768px) {
    .organizer-message__flame {
      top: -0.5rem;
      left: 0.5625rem;
      right: 0.5625rem;
      bottom: 6.375rem;
    }
  }

  .organizer-message__profile-img-wrap {
    position: relative;
    width: 100%;
  }
  @media (max-width: 768px) {
    .organizer-message__profile-img-wrap {
    }
  }

  .organizer-message__profile-img {
    width: 380px;
    height: auto;
  }
  @media (max-width: 768px) {
    .organizer-message__profile-img {
      width: 100%;
    }
  }

  .organizer-message__profile-name {
    display: flex;
    gap: 0.9375rem;
    align-items: center;
    margin-block-start: 0.8125rem;
    padding-inline: 0.3438rem;
    text-wrap: nowrap;
  }
  @media (max-width: 768px) {
    .organizer-message__profile-name {
      margin-block-start: 0.8125rem;
      margin-inline-end: auto;
    }
  }

  .organizer-message__profile-name-jp {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .organizer-message__profile-name-jp {
      font-size: 1.25rem;
    }
  }

  .organizer-message__profile-name-en {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .organizer-message__profile-name-en {
      font-size: 0.75rem;
    }
  }

  .organizer-message__profile-post {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    padding-inline: 0.3438rem;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .organizer-message__profile-post {
      font-size: 0.75rem;
    }
  }

  .organizer-message__text-wrap {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.0001em;
    margin-block-start: -10px;
    width: calc((670 + 30) / 1080 * 100%);
  }
  @media (max-width: 768px) {
    .organizer-message__text-wrap {
      width: 100%;
    }
  }

  .organizer-message__text {
  }

  .organizer-message__text:nth-of-type(1),
  .organizer-message__text:nth-of-type(2) {
    margin-block-end: 2rem;
  }

  .training-program {
    padding-block: 7.5rem;
  }
  @media (max-width: 768px) {
    .training-program {
      padding-block: 5rem;
    }
  }
  .training-program__inner {
  }

  .training-program__heading {
    color: #131d3d;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-block-end: 2.375rem;
  }
  @media (max-width: 768px) {
    .training-program__heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
      margin-block-end: 1.875rem;
    }
  }

  .training-program__partition {
  }

  .training-program__sub-heading {
    color: #a49450;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-block-start: 0.4375rem;
    letter-spacing: 0.001em;
  }
  @media (max-width: 768px) {
    .training-program__sub-heading {
      font-size: 1.125rem;
    }
  }

  .training-program__items {
    max-width: 1080px;
    width: 100%;
    background: #f1f0eb;
    display: flex;
    padding-block: 3.75rem 5.625rem;
    margin-block-start: 2.375rem;
  }
  @media (max-width: 768px) {
    .training-program__items {
      display: flex;
      flex-direction: column;
      font-size: 1.875rem;
      padding-block: 2.5rem;
      padding-inline: 1.25rem;
      margin-block-start: 1.875rem;
    }
  }

  .day1 {
    padding-inline: 7.125rem 7.4375rem;
  }
  @media (max-width: 1100px) {
    .day1 {
      padding-inline: 3rem;
    }
  }
  @media (max-width: 768px) {
    .day1 {
      padding-inline: 0;
      padding-bottom: 1.875rem;
    }
  }

  .day2 {
    padding-inline: 8.625rem 8.6875rem;
  }
  @media (max-width: 1100px) {
    .day2 {
      padding-inline: 3rem;
    }
  }
  @media (max-width: 768px) {
    .day2 {
      padding-inline: 0;
      padding-top: 1.875rem;
    }
  }

  .training-program__item {
    color: #131d3d;
    font-family: "Noto Serif JP", serif;
    width: 50%;
  }
  @media (max-width: 768px) {
    .training-program__item {
      width: 100%;
    }
  }

  .training-program__item:first-child {
    border-right: 1px solid #131d3d;
  }
  @media (max-width: 768px) {
    .training-program__item:first-child {
      border-right: none;
      border-bottom: 1px solid #131d3d;
    }
  }

  .training-program__day {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-block-end: 1.0625rem;
  }
  @media (max-width: 768px) {
    .training-program__day {
      font-size: 1.12rem;
      margin-block-end: 0.625rem;
    }
  }

  .training-program__target {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    margin-block-end: 0.625rem;
    margin-inline-start: 0.5rem;
  }
  @media (max-width: 768px) {
    .training-program__target {
      font-size: 1.125rem;
      margin-inline-start: 0;
      letter-spacing: 0.001em;
    }
  }

  .training-program__contents {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  @media (max-width: 768px) {
    .training-program__contents {
      font-size: 0.875rem;
      letter-spacing: 0.1em;
    }
  }

  .training-program__item:nth-of-type(2) .training-program__contents {
    line-height: 1;
  }

  .information {
    padding-block: 7.5rem;
  }
  @media (max-width: 768px) {
    .information {
      padding-block: 5rem;
    }
  }

  .information__inner {
  }

  .information__heading {
    color: #131d3d;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  @media (max-width: 768px) {
    .information__heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
    }
  }

  .information____table {
    font-family: "Noto Serif JP", serif;
    margin-block-start: 3.75rem;
    line-height: 1.56;
    letter-spacing: 0.001em;
  }
  @media (max-width: 768px) {
    .information____table {
      margin-block-start: 3.75rem;
    }
  }

  .information____table dl {
    display: flex;
    border-bottom: 0.0625rem solid #969696;
    padding-block: 1.25rem;
    align-items: center;
  }
  @media (max-width: 768px) {
    .information____table dl {
      flex-direction: column;
      padding-block: 0.625rem;
    }
  }
  @media (max-width: 768px) {
    .information____table dl:nth-of-type(2) {
      padding-block: 1.25rem 0.625rem;
    }
  }
  @media (max-width: 768px) {
    .information____table dl:nth-of-type(3) {
      padding-block: 1.25rem 0.625rem;
    }
  }
  @media (max-width: 768px) {
    .information____table dl:nth-of-type(4) {
      padding-block: 1.25rem 0.625rem;
    }
  }
  @media (max-width: 768px) {
    .information____table dl:nth-of-type(5) {
      padding-block: 1.25rem 0.625rem;
    }
  }

  .information____table dl dt {
    font-size: 1rem;
    font-weight: 500;
    width: calc(180 / 1080 * 100%);
  }
  @media (max-width: 768px) {
    .information____table dl dt {
      font-weight: 400;
      width: 100%;
      margin-block-end: 10px;
      line-height: 1.625;
    }
  }

  .information____table dl dd {
    font-size: 1rem;
    width: calc(900 / 1080 * 100%);
  }
  @media (max-width: 768px) {
    .information____table dl dd {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .information____table dl:nth-of-type(5) dd {
      line-height: 1.65;
    }
  }

  .information____table dl dd span {
    font-size: 0.875rem;
  }
  @media (max-width: 768px) {
    .information____table dl dd span {
      font-size: 1rem;
    }
  }

  /* コンタクトフォーム */
  .contact-form {
    padding-block: 7.5rem;
    background: #131d3d;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }
  @media (max-width: 768px) {
    .contact-form {
      padding-block: 120px;
    }
  }

  .contact-form__inner {
  }

  .contact-form__heading {
    display: flex;
    justify-content: center;
    text-wrap: nowrap;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    margin-block-end: 3.75rem;
  }
  @media (max-width: 768px) {
    .contact-form__heading {
      font-size: 1.625rem;
      letter-spacing: 1.3px;
      margin-block-end: 2.375rem;
    }
  }

  .contact-form__wrap {
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    color: #8f8f8f;
    width: 100%;
    height: 3.75rem;
    border: none;
    padding: 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #dcdcdc;
    background: #131d3d;
  }

  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  textarea::placeholder {
    color: #8f8f8f;
  }

  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    outline: none;
    border-color: #65aadd;
  }

  input[type="text"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #df1623;
  }

  /* 入力後に枠線の色を変える */
  input[type="text"]:not(:placeholder-shown):not(.wpcf7-not-valid),
  input[type="tel"]:not(:placeholder-shown):not(.wpcf7-not-valid),
  input[type="email"]:not(:placeholder-shown):not(.wpcf7-not-valid),
  textarea:not(:placeholder-shown):not(.wpcf7-not-valid) {
    border-color: #d1cccc;
  }

  /* 入力後の枠内の背景色を変える */
  input[type="text"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  }

  /* 各クラス（要調整） */
  .p-contact__form {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    margin-inline: auto;
  }
  @media (max-width: 768px) {
    .p-contact__form {
      row-gap: 1.375rem;
    }
  }

  .p-contact__row {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    letter-spacing: 0.0000001em;
  }
  @media (max-width: 768px) {
    .p-contact__row {
      flex-direction: column;
      align-items: start;
      gap: 0.375rem;
    }
  }

  .p-contact__head {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    min-width: 9.125rem;
  }
  @media (max-width: 768px) {
    .p-contact__head {
      width: 100%;
    }
  }

  .qs_must {
    color: #b91e1c;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
  }
  @media (max-width: 768px) {
    .qs_must {
      font-size: 0.75rem;
      padding-left: 0.1875rem;
    }
  }

  .p-contact__data {
    max-width: 100%;
    width: 889px;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
  }

  /* ===================================
    セレクトボックス
  =================================== */
  select {
    -webkit-appearance: none;
    appearance: none;
  }

  /* ===================================
    チェックボックス
  =================================== */
  input[type="checkbox"] {
    width: 1px;
    height: 1px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  input[type="checkbox"]:focus + span::before {
    border-color: #65aadd;
  }

  input[type="checkbox"]:checked + span::after {
    opacity: 1;
  }

  .p-contact__data-checkbox {
    display: flex;
    justify-content: center;
  }

  .p-contact__data-checkbox label span {
    display: inline-block;
    padding-left: 2.1875rem;
    position: relative;
    font-size: 0.875rem; /* rm(14) */
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .p-contact__data-checkbox label span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.6875rem;
    height: 1.6875rem;
    border-radius: 0.25rem;
    border: 1px solid #d9d9d9;
    background: #131d3d;
  }

  .p-contact__data-checkbox label span::after {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0.5rem;
    width: 0.5rem;
    height: 0.875rem;
    transform: rotate(45deg);
    border-right: 0.09375rem solid #fff;
    border-bottom: 0.09375rem solid #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .wpcf7-list-item-label {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: #df1623;
  }

  .wpcf7-list-item {
    margin: 0;
  }

  .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.875rem; /* rm(10) rm(30) */
  }

  @media (max-width: 768px) {
    .wpcf7-form-control.wpcf7-checkbox {
      flex-direction: column;
      gap: 0.5rem;
    }
  }

  /* ===================================
    ラジオボタン
  =================================== */
  input[type="radio"] {
    width: 1px;
    height: 1px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  input[type="radio"]:checked + span {
    background: #000;
    color: #fff;
  }

  .p-contact__data-radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-contact__data-radio span {
    display: block;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    padding: 0.75rem 0.625rem;
    border: 1px solid #000;
  }

  .p-contact__data-radio label:not(:last-of-type) span {
    border-right: none;
  }

  /* ===================================
    送信ボタン
  =================================== */
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background: transparent;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  .row.jc-center {
    justify-content: center;
  }

  .p-contact__submit {
    margin-block-start: 3.75rem;
    text-align: center;
  }

  .p-contact__submit input[type="submit"] {
    display: flex;
    width: 20.625rem;
    padding: 1rem 2.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: #fff;
    color: #131d3d;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
    transition: all 0.3s ease;
    margin-inline: auto;
  }

  .p-contact__submit input[type="submit"] span {
    transform: scale(1);
    transition: transform 0.3s ease;
  }

  @media (max-width: 768px) {
    .p-contact__submit input[type="submit"] {
      width: 17.4375rem; /* rm(279) */
      height: 3.75rem; /* rm(60) */
      font-size: 1rem; /* rm(16) */
    }
  }

  @media (hover: hover) {
    .p-contact__submit input[type="submit"]:hover {
      transform: scale(1.1);
    }

    .p-contact__submit input[type="submit"]:hover span {
      transform: scale(0.91);
    }
  }

  .personal-privacy_tx-inner {
    overflow-y: scroll;
    height: 8.75rem;
    padding: 0.625rem;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
  }

  .personal-privacy_tx-inner p {
    color: #8f8f8f;
    font-size: 0.875rem;
  }

  .personal-privacy_tb {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    margin-top: 20px;
    display: block;
    padding-inline: 10px;
  }

  .personal-privacy_tb tbody {
    border: solid 1px #ddd;
  }

  .personal-privacy_tb tr {
    border-bottom: solid 1px #ddd;
  }

  .personal-privacy_tb tr:last-child {
    border-bottom: none;
  }

  .personal-privacy_tb th {
    padding: 10px;
    width: 200px;
    vertical-align: top;
  }

  .footer-chiran {
    background: #fff;
    padding-block: 2.5rem;
  }
  @media (max-width: 768px) {
    .footer-chiran {
      padding-block: 1.25rem;
    }
  }

  .footer-chiran__inner {
    padding-inline: 1.25rem;
    display: flex;
    gap: 1.875rem;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .footer-chiran__inner {
      padding-block: 1.25rem;
      flex-direction: column;
    }
  }

  .footer-chiran__logo {
    width: 259.998px;
    height: 45.978px;
  }

  .footer-chiran__info {
    color: #131d3d;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.001em;
  }
}
