@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --inner-padding-pc: 3.333%;
  --inner-padding-sp: 3%;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
h5 {
  color: #000;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
  color: #000;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
main p {
  letter-spacing: normal;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
}
@font-face {
  font-family: Koulen-Regular;
  font-display: swap;
  src: url("../../fonts/trainer/Koulen-Regular.ttf") format("TrueType");
}
:root {
  --hiragino-very-bold: "Noto Sans JP", sans-serif;
  --hiragino-bold: "Noto Sans JP", sans-serif;
  --hiragino-w6: "Noto Sans JP", sans-serif;
  --hiragino-medium: "Noto Sans JP", sans-serif;
  --hiragino-w4: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 2vw;
}
.r4-cmn-header {
  font-size: 14px;
  font-style: normal;
}
.r4-cmn-footer-pc-fixed {
  font-size: 14px;
}
body {
  font-family: "Noto Sans", sans-serif;
  background-color: #f2f2f2;
}

a:active {
  color: unset;
}

a:visited {
  color: unset;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
}

main p {
  line-height: 1.8rem;
  font-size: 2vw;
}

/* js-scroll-up
------------------------------*/
.js-scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.js-scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

section.block-3,
section.block-4,
section.block-5 {
  overflow: hidden;
}

/*==================
#loading
==================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading .kvArea {
  width: 100%;
}

#loading .kvArea .img_box {
  text-align: center;
  width: 20%;
  max-width: 250px;
  margin: 0 auto;
  animation-name: dokidoki;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 1s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite;
  /* アニメーションをループさせる */
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  45% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  55% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#loading .kvArea .img_box img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.fadeUp {
  opacity: 1;
}

.break-sp {
  display: none;
}

.break-400 {
  display: none;
}

.block-0 {
  background-image: url("../../img/trainer/top-background-img.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  font-style: italic;
  padding-bottom: 140px;
}
.block-0 .header-block-1 {
  display: flex;
  justify-content: space-between;
}
.block-0 .header-block-1 .logo-wrap {
  width: 40%;
}
.block-0 .header-block-1 .logo-wrap .top-logo {
  width: 100%;
  max-width: 400px;
}
.block-0 .header-block-1 .top-right-buttons {
  padding: 20px 0;
  padding-right: 20px;
  font-style: normal;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.block-0 .header-block-1 .top-right-buttons a {
  padding: 5px 20px;
  box-sizing: border-box;
}
.block-0 .header-block-1 .top-right-buttons .document {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 9999px;
  font-weight: 500;
  transition: 0.2s;
}
.block-0 .header-block-1 .top-right-buttons .document:hover {
  color: #000c49;
  background-color: #fff;
}
.block-0 .header-block-1 .top-right-buttons .open-campus {
  background-color: #ffff00;
  color: #000c49;
  border: solid 1px #ffff00;
  border-radius: 9999px;
  font-weight: 500;
  transition: 0.2s;
}
.block-0 .header-block-1 .top-right-buttons .open-campus:hover {
  background-color: #ffff0000;
}
.block-0 .top-people-image {
  position: relative;
  margin-left: auto;
  width: 60%;
  /* top: -60px; */
}
.block-0 .top-title {
  position: relative;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}
.block-0 .top-title p {
  position: absolute;
  bottom: -20px;
  left: 20px;
  color: #fff;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 5rem;
  text-shadow: #555 1px 0 10px;
  line-height: 1.1;
}
.block-0 .top-title .top-jusei {
  position: absolute;
  right: 20px;
  bottom: -20px;
}
.block-0 .top-title .top-jusei span.small {
  display: inline-block;
  font-style: normal;
  transform: skewX(-15deg);
  background-color: #ffff00;
  color: #000c49;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  margin-left: 15px;
  padding: 0 15px;
}
.block-0 .top-title .top-jusei span.name {
  font-family: var(--hiragino-bold);
  font-weight: 700;
  color: #ffff00;
  text-shadow: #555 1px 0 10px;
  font-size: 2.8rem;
  display: block;
  line-height: 1.1;
}
.block-0 .top-texts p {
  position: absolute;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-family: var(--hiragino-medium);
  font-weight: 500;
}
.block-0 .top-texts p:nth-of-type(1) {
  font-size: 1.1rem;
  top: 18%;
  left: 0;
  width: 40%;
  text-align: right;
  line-height: 1.1rem;
}
.block-0 .top-texts p:nth-of-type(2) {
  right: 50%;
  font-size: 0.9rem;
  top: 36%;
  left: 5%;
  width: 40%;
  text-align: right;
  line-height: 0.7rem;
}
.block-0 .top-texts p:nth-of-type(3) {
  right: 50%;
  font-size: 0.9rem;
  line-height: 0.7rem;
  top: 27%;
  left: 30%;
  width: 40%;
  text-align: right;
}
.block-0 .top-texts p:nth-of-type(4) {
  font-size: 1.1rem;
  line-height: 1.1rem;
  top: 36%;
  right: 30px;
  width: 40%;
  text-align: right;
}
.block-0 .top-texts p:nth-of-type(5) {
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-align: left;
  width: 30%;
  right: 0;
  bottom: 40%;
}

main .block-1 .contents {
  display: flex;
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  color: #1a1a1a;
}
main .block-1 .contents .img-wrapper {
  padding: 0 30px;
  width: 50%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
main .block-1 .contents .text-contents {
  flex-grow: 1;
  width: 50%;
}
main .block-1 .contents .text-contents h2 {
  font-size: 2.5rem;
  letter-spacing: -0.5px;
  font-feature-settings: "palt" 1;
  margin-bottom: 30px;
}
main .block-1 .contents .text-contents h2 span.text-space {
  letter-spacing: -1.2em;
  /* 適宜調整 */
}
main .block-1 .contents .text-contents h2 span.medium {
  font-size: 1.55rem;
  display: block;
}
main .block-1 .contents .text-contents h2 span.font-change {
  font-family: Koulen-Regular;
}
main .block-1 .contents .text-contents p {
  font-family: var(--hiragino-medium);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
main .block-1 .start {
  position: relative;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
}
main .block-1 .start p {
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  font-style: italic;
  color: #fff;
  position: absolute;
  z-index: 0;
  left: -50px;
  bottom: 0;
  font-size: 11rem;
  line-height: 9rem;
  display: block;
}
main .block-1 .start h3 {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  letter-spacing: -0.5px;
  width: 50%;
  margin-left: auto;
  padding: 40px 0;
  color: #000;
}
main .block-2 {
  background-color: #fff;
  background-image: url("../../img/trainer/block2-background.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
main .block-2 .contents {
  width: 90%;
  margin: 50px 0;
  margin-top: 100px;
  margin-right: auto;
  display: flex;
  margin: 0 auto;
}
main .block-2 .contents .imgs {
  display: block;
  width: 45%;
  position: relative;
}
main .block-2 .contents .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  top: -100px;
}
main .block-2 .text-contents {
  width: 55%;
  padding: 50px 40px;
  box-sizing: border-box;
}
main .block-2 .text-contents h2 {
  color: #ffff63;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
main .block-2 .text-contents p {
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #f2f2f2;
  margin-bottom: 30px;
}
main .block-2 .text-contents .limit-people {
  color: #000c49;
  font-size: 0.6rem;
  white-space: nowrap;
}
main .block-2 .text-contents .limit-people span {
  display: inline-block;
}
main .block-2 .text-contents .limit-people .span-1 {
  background-color: #fff;
  padding: 5px;
  border-radius: 999px 0 0 999px;
  margin-right: 3px;
}
main .block-2 .text-contents .limit-people .span-2 {
  background-color: #fff;
  padding: 5px;
  border-radius: 0 999px 999px 0;
}
main .block-3 {
  background-color: #fff;
}
main .block-3 .contents {
  position: relative;
}
main .block-3 .contents .img-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  display: block;
}
main .block-3 .contents .img-wrapper img {
  width: 15%;
  max-width: 132px;
}
main .block-3 .contents .text-contents {
  position: relative;
  width: 80%;
  margin-left: auto;
  color: #000;
}
main .block-3 .contents .text-contents h2 {
  font-size: 3.5rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  margin-bottom: 50px;
}
main .block-3 .contents .text-contents h2 .medium {
  font-size: 2rem;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  display: block;
}
main .block-3 .contents .text-contents h2 .large {
  display: block;
}
main .block-3 .contents .text-contents h2 .large span {
  font-family: ヒラギノ角ゴシックW0;
  font-weight: 100;
}
main .block-3 .contents .text-contents .abs-text {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-align: right;
}
main .block-3 .block-3-01 {
  width: 90%;
  margin-left: auto;
  background-image: url("../../img/trainer/block3-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
}
main .block-3 .block-3-01 .text-wrap {
  width: 90%;
  margin-left: auto;
}
main .block-3 .block-3-01 .text-wrap .num {
  font-size: 6rem;
  line-height: 4rem;
  font-family: FuturaCyrillicLight;
  font-weight: 100;
}
main .block-3 .block-3-01 .text-wrap .first-text {
  font-family: var(--hiragino-medium);
  font-weight: 500;
}
main .block-3 .block-3-01 h3 {
  position: relative;
  z-index: 1;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  font-size: 4rem;
  font-feature-settings: "palt" 1;
  color: #fff;
}
main .block-3 .block-3-01 h3 .medium {
  font-size: 3rem;
  display: block;
}
main .block-3 .block-3-01 h3 .medium span {
  font-family: ヒラギノ角ゴシックW0;
  font-weight: 100;
}
main .block-3 .block-3-01 .half-background {
  position: relative;
  top: -30px;
  width: 55%;
  padding: 50px 20px 20px 10%;
  box-sizing: border-box;
  background-color: #33333344;
  display: inline-block;
}
main .block-3 .block-3-01 .half-background p {
  font-size: 16px;
  line-height: 20px;
}
main .block-3 .block-3-01-images {
  display: flex;
  width: 80%;
  margin: 50px auto;
  column-gap: 30px;
}
main .block-3 .block-3-01-images div {
  width: 33.3%;
}
main .block-3 .block-3-01-images div img {
  width: 100%;
  object-fit: cover;
}
main .block-3 .block-3-01-images.sp {
  display: none;
}
main .block-3 .block-3-01-pr {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 100px;
}
main .block-3 .block-3-01-pr .left-border {
  border-left: solid 20px #000c49;
  padding: 0 30px;
  width: 50%;
}
main .block-3 .block-3-01-pr .left-border h3 {
  font-family: var(--hiragino-medium);
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 0.9rem;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #000;
}
main .block-3 .block-3-01-pr .left-border p {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000;
}
main .block-3 .block-3-02 {
  width: 90%;
  margin-right: auto;
  background-image: url("../../img/trainer/block3-02.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
main .block-3 .block-3-02 .text-wrap {
  width: 90%;
  margin-left: auto;
}
main .block-3 .block-3-02 .text-wrap .num {
  font-size: 6rem;
  line-height: 4rem;
  font-family: FuturaCyrillicLight;
  font-weight: 100;
  text-align: right;
  margin-right: 20px;
}
main .block-3 .block-3-02 .text-wrap .first-text-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 20px;
}
main .block-3 .block-3-02 .text-wrap .first-text {
  font-family: var(--hiragino-medium);
  font-weight: 500;
  line-height: 1.1rem;
  font-size: 2vw;
}
main .block-3 .block-3-02 h2 {
  position: relative;
  z-index: 1;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  font-size: 4rem;
  font-feature-settings: "palt" 1;
  display: flex;
  justify-content: end;
  color: #fff;
}
main .block-3 .block-3-02 h2 .medium {
  font-size: 3rem;
  display: block;
}
main .block-3 .block-3-02 h2 .medium span {
  font-family: ヒラギノ角ゴシックW0;
  font-weight: 100;
}
main .block-3 .block-3-02 .half-background {
  position: relative;
  top: -30px;
  width: 55%;
  margin-left: auto;
  padding: 50px 20px 20px 20px;
  box-sizing: border-box;
  background-color: #33333344;
}
main .block-3 .block-3-02 .half-background p {
  font-size: 16px;
  line-height: 22px;
}
main .block-3 .block-3-02-images {
  display: flex;
  width: 80%;
  margin: 50px auto;
  gap: 30px;
}
main .block-3 .block-3-02-images div {
  width: 33.3%;
}
main .block-3 .block-3-02-images div img {
  width: 100%;
  object-fit: cover;
}
main .block-3 .block-3-02-images.sp {
  display: none;
}
main .block-3 .block-3-02-pr {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 100px;
}
main .block-3 .block-3-02-pr .left-border {
  border-left: solid 20px #a33a34;
  padding: 0 30px;
  width: 50%;
}
main .block-3 .block-3-02-pr .left-border h3 {
  font-family: var(--hiragino-medium);
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 0.9rem;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #000;
}
main .block-3 .block-3-02-pr .left-border p {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000;
}
main .block-3 .block-3-03 {
  width: 90%;
  margin-left: auto;
  background-image: url("../../img/trainer/block3-03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
}
main .block-3 .block-3-03 .text-wrap {
  width: 90%;
  margin-left: auto;
}
main .block-3 .block-3-03 .text-wrap .num {
  font-size: 6rem;
  line-height: 4rem;
  font-family: FuturaCyrillicLight;
  font-weight: 100;
}
main .block-3 .block-3-03 .text-wrap .first-text {
  font-family: var(--hiragino-medium);
  font-weight: 500;
}
main .block-3 .block-3-03 h2 {
  position: relative;
  z-index: 1;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  font-size: 4rem;
  font-feature-settings: "palt" 1;
  color: #fff;
}
main .block-3 .block-3-03 h2 .medium {
  font-size: 3rem;
  display: block;
}
main .block-3 .block-3-03 h2 .medium span {
  font-family: ヒラギノ角ゴシックW0;
  font-weight: 100;
}
main .block-3 .block-3-03 .half-background {
  position: relative;
  top: -30px;
  width: 55%;
  padding: 50px 20px 20px 10%;
  box-sizing: border-box;
  background-color: #33333344;
  display: inline-block;
}
main .block-3 .block-3-03 .half-background p {
  font-size: 16px;
  line-height: 22px;
}
main .block-3 .block-3-03-images {
  display: flex;
  width: 80%;
  margin: 50px auto;
  column-gap: 30px;
}
main .block-3 .block-3-03-images div {
  width: 33.3%;
}
main .block-3 .block-3-03-images div img {
  width: 100%;
  object-fit: cover;
}
main .block-3 .block-3-03-images.sp {
  display: none;
}
main .block-3 .block-3-03-pr {
  display: flex;
  width: 80%;
  margin: 0 auto;
  column-gap: 30px;
  margin-bottom: 100px;
}
main .block-3 .block-3-03-pr .left-border {
  border-left: solid 20px #207446;
  padding: 0 30px;
  width: 50%;
}
main .block-3 .block-3-03-pr .left-border h3 {
  font-family: var(--hiragino-medium);
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 0.9rem;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #000;
}
main .block-3 .block-3-03-pr .left-border p {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000;
}
main .block-4 {
  background-color: #fff;
}
main .block-4 .contents {
  position: relative;
}
main .block-4 .contents .img-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
main .block-4 .contents .img-wrapper img {
  width: 15%;
  max-width: 132px;
}
main .block-4 .contents .text-contents {
  position: relative;
  width: 80%;
  margin-left: auto;
  color: #000;
}
main .block-4 .contents .text-contents h2 {
  font-size: 3.5rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  margin-bottom: 30px;
}
main .block-4 .contents .text-contents h2 .medium {
  font-size: 2rem;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  display: block;
}
main .block-4 .contents .text-contents h2 .large {
  display: flex;
  align-items: center;
}
main .block-4 .contents .text-contents h2 .large .medium {
  font-size: 2.5rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  display: inline-block;
}
main .block-4 .contents .text-contents h2 .large span {
  font-family: ヒラギノ角ゴシックW0;
  font-weight: 100;
}
main .block-4 .contents .text-contents p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  width: 85%;
}
main .block-4 .image-loop-scroll {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1800px;
}
main .block-4 .image-loop-scroll ul {
  padding: 0;
  width: 200vw;
  display: flex;
  flex-shrink: 0;
  min-width: 900px;
}
main .block-4 .image-loop-scroll ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
main .block-4 .image-loop-scroll ul:last-child {
  animation: slide2 60s linear infinite;
}
main .block-4 .image-loop-scroll ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  list-style: none;
  text-align: center;
}
main .block-4 .image-loop-scroll ul li img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
main .block-4 .trainer-intern-list {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}
main .block-4 .trainer-intern-list h3 {
  font-family: var(--hiragino-medium);
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  color: #000;
}
main .block-4 .trainer-intern-list h3:before,
main .block-4 .trainer-intern-list h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}
main .block-4 .trainer-intern-list h3:before {
  margin-right: 1rem;
}
main .block-4 .trainer-intern-list h3:after {
  margin-left: 1rem;
}
main .block-4 .trainer-intern-list .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
}
main .block-4 .trainer-intern-list .inner ul li {
  width: 25%;
  font-size: 12px;
}
main .block-4 .trainer-intern-list .inner ul li.large {
  width: 40%;
}
main .block-4 .trainer-intern-list .inner ul:after {
  content: "";
  width: 30%;
}
main .block-5 .contents {
  position: relative;
  background-color: #f2f2f2;
  padding: 100px 0;
  padding-bottom: 1px;
}
main .block-5 .contents .img-wrapper {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 2;
}
main .block-5 .contents .img-wrapper img {
  width: 15%;
  max-width: 132px;
}
main .block-5 .contents .text-contents {
  position: relative;
  width: 80%;
  margin-left: auto;
  color: #000;
}
main .block-5 .contents .text-contents h2 {
  font-size: 3.5rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  margin-bottom: 30px;
}
main .block-5 .contents .text-contents h2 .medium {
  font-size: 2rem;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  display: block;
}
main .block-5 .contents .text-contents h2 .large {
  display: flex;
  align-items: center;
}
main .block-5 .contents .text-contents h2 .large .medium {
  font-size: 2.5rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  display: inline-block;
}
main .block-5 .contents .text-contents h2 .large span {
  font-family: ヒラギノ角ゴシックW0;
  font-weight: 100;
}
main .block-5 .contents .text-contents p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  width: 85%;
}
main .block-5 .contents .curriculums {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 40px auto;
}
main .block-5 .contents .curriculums .curriculum-1 {
  padding: 80px 40px;
  border: solid 3px #000;
  text-align: center;
  font-family: var(--hiragino-medium);
  font-weight: 500;
  width: 30%;
}
main .block-5 .contents .curriculums .curriculum-2 {
  text-align: center;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  font-size: 2.8rem;
  width: 10%;
}
main .block-5 .contents .curriculums .curriculum-3 {
  width: 60%;
}
main .block-5 .contents .curriculums .curriculum-3 p {
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
main .block-5 .contents .curriculums .curriculum-3 ul {
  padding: 0;
}
main .block-5 .contents .curriculums .curriculum-3 ul li {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
  padding: 3px 10px;
  margin: 5px 0;
}
main .block-5 .contents .pickups {
  display: flex;
  width: 80%;
  margin: 80px auto;
  column-gap: 30px;
}
main .block-5 .contents .pickups .pickup {
  position: relative;
  width: 33.3%;
}
main .block-5 .contents .pickups .pickup img {
  width: 100%;
  object-fit: cover;
}
main .block-5 .contents .pickups .pickup .circle {
  position: absolute;
  display: grid;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  height: 80px;
  width: 80px;
  color: #fff;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  align-content: center;
  background-color: #7dccb7;
  border-radius: 999px;
}
main .block-5 .contents .pickups .pickup h3 {
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 25px;
  margin: 10px 0;
  color: #000;
}
main .block-5 .contents .pickups .pickup p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
main .block-6 {
  overflow: hidden;
  background-color: #fff;
}
main .block-6 .contents {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 100px auto;
  column-gap: 50px;
  row-gap: 50px;
}
main .block-6 .contents .block-6-inner {
  width: calc(50% - 25px);
}
main .block-6 .contents .block-6-inner .large {
  font-size: 3.3rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  color: #000;
  line-height: 1.1;
}
main .block-6 .contents .block-6-inner .medium {
  font-size: 2rem;
  margin: 10px 0;
  color: #000;
  line-height: 1.1;
  display: block;
  font-weight: bold;
}
main .block-6 .contents .block-6-inner h2 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-family: var(--hiragino-medium);
  font-weight: 500;
  color: #000;
}
main .block-6 .contents .block-6-inner p {
  font-size: 16px;
  line-height: 27px;
  color: #000;
}
main .block-6 .contents .block-6-inner.human {
  background-image: url(../../img/trainer/block6-background.png);
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
main .block-6 .contents .block-6-inner.human .img-abs {
  position: absolute;
}
main .block-6 .contents .block-6-inner.human .img-abs.text {
  left: 0;
  top: 0;
}
main .block-6 .contents .block-6-inner.human .img-abs.text img {
  width: 80%;
  object-fit: contain;
}
main .block-6 .contents .block-6-inner.human .img-abs.human {
  right: -50px;
  bottom: 0;
  display: flex;
  justify-content: end;
  height: 100%;
}
main .block-6 .contents .block-6-inner.human .img-abs.human img {
  object-fit: contain;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts {
  height: 100%;
  align-content: end;
  display: grid;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text {
  padding: 20px;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text h3 {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .description {
  width: 50%;
  font-feature-settings: "palt" 1;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1rem;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 27px;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name {
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 20px;
  font-size: 0;
  width: 48%;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .course {
  font-size: 0.6rem;
  line-height: 0.6rem;
  padding: 5px 10px;
  background-color: #32348d;
  color: #fff;
  display: inline-block;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher {
  padding: 10px;
  color: #000;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher p {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher p small {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher p span {
  margin: 0 2px;
  font-size: 1.2rem;
  font-family: var(--hiragino-medium);
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
}
main .block-7 .contents {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}
main .block-7 .contents .block-7-text-img {
  text-align: center;
}
main .block-7 .contents .block-7-text-img img {
  display: inline-block;
}
main .block-7 .contents h2 {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
main .block-7 .contents h2 .small {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
main .block-7 .contents .read {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--hiragino-medium);
  font-weight: 500;
}
main .block-7 .contents .read + .read {
  margin-bottom: 20px;
  margin-top: 0;
}
main .block-7 .contents .read br {
  display: none;
}
main .block-7 .contents .licenses {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
main .block-7 .contents .licenses .license {
  position: relative;
  text-align: center;
  width: 45%;
}
main .block-7 .contents .licenses .license span {
  font-size: 3.3rem;
  font-family: var(--hiragino-very-bold);
  font-weight: 800;
  color: #32348d;
  display: block;
  line-height: 1.1;
}
main .block-7 .contents .licenses .license span.impact {
  font-family: impact;
  letter-spacing: 2px;
}
main .block-7 .contents .licenses .license h3 {
  margin: 20px 0;
  font-family: var(--hiragino-medium);
  font-weight: 500;
  background-color: #000;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
main .block-7 .contents .licenses .license span.small {
  margin: 0;
  font-size: 1rem;
  border-bottom: solid 1px #000;
  color: #3e3a39;
  line-height: 1.5;
}
main .block-7 .contents .licenses .license p {
  line-height: 0.7rem;
  font-family: var(--hiragino-medium);
  font-weight: 500;
  color: #32348d;
}
main .block-7 .contents .licenses .license p small {
  font-size: 0.7rem;
}
main .block-7 .contents .licenses .license img {
  display: inline-block;
}
main .block-7 .contents .licenses .license .logo {
  width: 65%;
  margin: 10px auto;
}
main .block-7 .contents .licenses .license .block7-click {
  width: 25%;
  max-width: 135px;
  position: absolute;
  right: -10px;
  bottom: 10px;
  transition: 0.3s;
  transform-origin: center;
}
main .block-7 .contents .licenses .license .block7-click:hover {
  scale: 1.2;
}
main .block-7 .contents .licenses .multiple {
  width: 10%;
  scale: 1.3;
}
main .block-7 .contents .merit-content .merit-title {
  font-size: 1.5rem;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
main .block-7 .contents .merit-content .merit-title rt {
  font-size: 0.5rem;
}
main .block-7 .contents .merit-content .merits {
  display: flex;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  padding: 20px 0;
}
main .block-7 .contents .merit-content .merits .merit {
  width: 33.3%;
  border-right: solid 2px #000;
  padding: 20px;
}
main .block-7 .contents .merit-content .merits .merit h4 {
  text-align: center;
  color: #32348d;
  font-size: 25px;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  margin-bottom: 20px;
  font-feature-settings: "palt" 1;
}
main .block-7 .contents .merit-content .merits .merit span {
  margin: 10px;
  text-align: center;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
}
main .block-7 .contents .merit-content .merits .merit .logo {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
main .block-7 .contents .merit-content .merits .merit .logo img {
  display: inline-block;
}
main .block-7 .contents .merit-content .merits .merit p {
  font-size: 16px;
  line-height: 20px;
}
main .block-7 .contents .merit-content .merits .merit:last-child {
  border-right: none;
}
main .block-8 .contents {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}
main .block-8 .contents .block-8-text-img {
  text-align: center;
}
main .block-8 .contents .block-8-text-img img {
  display: inline-block;
}
main .block-8 .contents h2 {
  text-align: center;
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
}
main .block-8 .contents .fields-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #32348d;
  padding: 30px 0;
}
main .block-8 .contents .fields-wrap .fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  width: 80%;
  margin: 0 auto;
}
main .block-8 .contents .fields-wrap .fields .field {
  width: calc(25% - 15px);
}
main .block-8 .contents .fields-wrap .fields .field h3 {
  font-feature-settings: "palt" 1;
  font-family: var(--hiragino-medium);
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  align-content: center;
  margin-top: 10px;
}
main .block-8 .contents .fields-wrap .fields .field h3 span {
  display: inline-block;
  font-size: 0.4rem;
}
main .block-9 {
  background-color: #fff;
}
main .block-9 .contents {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}
main .block-9 .contents .block-9-text-img {
  text-align: center;
}
main .block-9 .contents .block-9-text-img img {
  display: inline-block;
}
main .block-9 .contents h2 {
  text-align: center;
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
}
main .block-9 .contents .voice {
  margin-bottom: 30px;
}
main .block-9 .contents .voice .message-title {
  font-family: var(--hiragino-medium);
  font-weight: 500;
}
main .block-9 .contents .voice .message-flex {
  display: flex;
}
main .block-9 .contents .voice .message-flex .img-wrap {
  width: 50%;
}
main .block-9 .contents .voice .message-flex .img-wrap img {
  height: 100%;
  object-fit: cover;
}
main .block-9 .contents .voice .message-flex .text {
  padding: 50px 25px;
  background-color: #000;
  color: #fff;
  width: 50%;
  position: relative;
}
main .block-9 .contents .voice .message-flex .text .click-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  width: fit-content;
  max-width: 20%;
  margin: 0 auto;
  text-align: center;
  transform-origin: center;
  transition: 0.2s;
}
main .block-9 .contents .voice .message-flex .text .click-wrap img {
  display: inline-block;
}
main .block-9 .contents .voice .message-flex .text .click-wrap:hover {
  scale: 1.2;
}
main .block-9 .contents .voice .message-flex .text p {
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: justify;
}
main .block-9 .contents .voice .message-flex .text .name {
  margin-bottom: 5px;
}
main .block-9 .contents .voice .message-flex .text .name span {
  font-size: 1rem;
  line-height: 0.8rem;
}
main .block-9 .contents .voice .message-flex .text .other {
  margin-bottom: 30px;
}
main .block-10 {
  background-image: url(../../img/trainer/block10-background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -100px;
}
main .block-10 .contents {
  width: 80%;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 40px;
  margin-bottom: -100px;
}
main .block-10 .contents span.top-text {
  color: #e8f774;
  font-family: var(--hiragino-bold);
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  background: linear-gradient(transparent 40%, #000c49 40%);
  width: fit-content;
  margin: 0 auto;
  display: block;
}
main .block-10 .contents .title-image {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
main .block-10 .contents .title-image img {
  display: inline-block;
}
main .block-10 .contents .banner1 {
  text-align: center;
  margin-bottom: 20px;
}
main .block-10 .contents .banner1 img {
  display: inline-block;
  transition: 0.3s;
  transform-origin: center;
}
main .block-10 .contents .banner1 img:hover {
  scale: 1.1;
}
main .block-10 .contents .banner1.sp {
  display: none;
}
main .block-10 .contents .banner2 {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  width: 80%;
  margin: 0 auto;
}
main .block-10 .contents .banner2 .img-wrap {
  margin: 0 auto;
}
main .block-10 .contents .banner2 img {
  display: inline-block;
  transition: 0.3s;
}
main .block-10 .contents .banner2 img:hover {
  scale: 1.1;
}
main .documents-button {
  display: none;
}

.block-11 {
  background-color: #fff;
}
.block-11 .contents {
  width: 80%;
  margin: 0 auto;
}
.block-11 .contents .banner {
  padding: 50px 0;
  text-align: center;
}
.block-11 .contents .banner.-add {
  padding-top: unset;
  max-width: 1300px;
  margin: 0 auto;
}
.block-11 .contents .banner img {
  display: inline-block;
  transition: 0.3s;
}
.block-11 .contents .banner img:hover {
  scale: 1.1;
}
.block-11 .contents .banner.sp {
  display: none;
}
.block-11 .contents .logo {
  width: 25%;
  margin: 10px auto;
}
.block-11 .contents p {
  text-align: center;
  font-size: 8px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1800px) {
  .block-0 .top-title p {
    font-size: 180px;
  }
  .block-0 .top-title .top-jusei span.small {
    font-size: 36px;
  }
  .block-0 .top-title .top-jusei span.name {
    font-size: 100px;
  }
  .block-0 .top-texts p:nth-of-type(1) {
    font-size: 40px;
    top: 18%;
    left: 0;
    width: 40%;
    text-align: right;
    line-height: 40px;
  }
  .block-0 .top-texts p:nth-of-type(2) {
    right: 50%;
    font-size: 32px;
    line-height: 32px;
    top: 36%;
    left: 5%;
    width: 40%;
    text-align: right;
  }
  .block-0 .top-texts p:nth-of-type(3) {
    right: 50%;
    font-size: 32px;
    line-height: 32px;
    top: 27%;
    left: 30%;
    width: 40%;
    text-align: right;
  }
  .block-0 .top-texts p:nth-of-type(4) {
    font-size: 40px;
    line-height: 40px;
    top: 36%;
    right: 30px;
    width: 40%;
    text-align: right;
  }
  .block-0 .top-texts p:nth-of-type(5) {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    width: 30%;
    right: 0;
    bottom: 30%;
  }
}
@media screen and (min-width: 1700px) {
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .description {
    max-width: 350px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 800px) {
  .block-0 {
    background-image: url("../../img/trainer/top-background-img-sp.png");
    background-size: 100% 95%;
    background-repeat: no-repeat;
    position: relative;
    font-style: italic;
    padding-bottom: 140px;
    background-color: #f2f2f2;
  }
  .block-0 .header-block-1 .logo-wrap {
    width: 80%;
  }
  .block-0 .header-block-1 .logo-wrap .top-logo {
    width: 100%;
    max-width: 400px;
  }
  .block-0 .header-block-1 .top-right-buttons {
    display: none;
  }
  .block-0 .top-people-image {
    width: 100%;
    top: 50%;
  }
  .block-0 .top-title {
    bottom: 40px;
  }
  .block-0 .top-title p {
    position: relative;
    bottom: 20px;
    font-size: 7.5rem;
    left: unset;
  }
  .block-0 .top-title .top-jusei {
    position: relative;
    right: unset;
    bottom: unset;
  }
  .block-0 .top-title .top-jusei span.small {
    margin-left: 6%;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 5px 20px;
  }
  .block-0 .top-title .top-jusei span.name {
    text-align: center;
    font-size: 4.5rem;
  }
  .block-0 .top-texts p:nth-of-type(1) {
    font-size: 1.2rem;
    top: calc(10% - 50px);
    right: 0;
    left: unset;
    width: 50%;
    text-align: left;
    line-height: 1.1rem;
  }
  .block-0 .top-texts p:nth-of-type(2) {
    right: unset;
    font-size: 1.2rem;
    top: calc(36% - 60px);
    left: 0;
    width: 50%;
    text-align: right;
    line-height: 0.9rem;
  }
  .block-0 .top-texts p:nth-of-type(3) {
    font-size: 1.2rem;
    line-height: 0.9rem;
    top: calc(27% - 60px);
    left: 0;
    width: 30%;
  }
  .block-0 .top-texts p:nth-of-type(4) {
    font-size: 1.2rem;
    line-height: 0.9rem;
    top: calc(32% - 60px);
    right: 0;
    width: 50%;
    text-align: right;
  }
  .block-0 .top-texts p:nth-of-type(5) {
    font-size: 1.2rem;
    line-height: 0.9rem;
    text-align: left;
    width: 30%;
    right: 0;
    bottom: calc(35% + 60px);
  }

  main .block-1 .contents {
    flex-direction: column;
  }
  main .block-1 .contents .img-wrapper {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  main .block-1 .contents .img-wrapper img {
    display: inline-block;
  }
  main .block-1 .contents .text-contents {
    flex-grow: 1;
    width: 80%;
    margin: 30px auto;
  }
  main .block-1 .contents .text-contents h2 {
    font-size: 4.5rem;
    font-family: var(--hiragino-w6);
    font-weight: 600;
  }
  main .block-1 .contents .text-contents h2 span.medium {
    font-size: 2.3rem;
  }
  main .block-1 .start h3 {
    font-family: var(--hiragino-bold);
    font-weight: 700;
    width: 100%;
  }
  main .block-1 .start p {
    left: -10px;
  }
  main .block-2 {
    padding: 0;
    background-image: url("../../img/trainer/block2-background-sp.png");
    background-size: 100% 100%;
  }
  main .block-2 .contents {
    flex-direction: column;
    top: -100px;
    margin-bottom: -100px;
  }
  main .block-2 .contents .imgs {
    width: 100%;
    position: relative;
    top: -100px;
  }
  main .block-2 .contents .imgs img {
    top: unset;
  }
  main .block-2 .text-contents {
    width: 100%;
    padding: 0px;
    position: relative;
    top: -125px;
    z-index: 3;
  }
  main .block-2 .text-contents h2 {
    color: #ffff63;
    font-family: var(--hiragino-bold);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  main .block-2 .text-contents p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 30px;
  }
  main .block-2 .text-contents .limit-people {
    font-size: 16px;
    white-space: unset;
  }
  main .block-2 .text-contents .limit-people .span-1 {
    border-radius: 5px 5px 0 0;
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
  main .block-2 .text-contents .limit-people .span-2 {
    border-radius: 0 0 5px 5px;
    display: block;
  }
  main .block-3 {
    position: relative;
    z-index: 1;
  }
  main .block-3 .contents {
    margin: 20px 0;
  }
  main .block-3 .contents .text-contents {
    position: relative;
    margin-left: unset;
    width: 80%;
    margin-left: auto;
  }
  main .block-3 .contents .text-contents h3 {
    font-size: 3.8rem;
    letter-spacing: -1px;
    white-space: nowrap;
    font-family: var(--hiragino-bold);
    font-weight: 700;
    margin-bottom: 20px;
  }
  main .block-3 .contents .text-contents h3 .medium {
    font-family: var(--hiragino-w6);
    font-weight: 600;
  }
  main .block-3 .contents .text-contents .abs-text {
    position: inherit;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    right: unset;
    bottom: unset;
    margin-bottom: 20px;
    font-feature-settings: "palt" 1;
  }
  main .block-3 .block-3-01 {
    width: 100%;
    padding-top: 80%;
    margin-left: unset;
    background-image: url("../../img/trainer/block3-01-sp.png");
    background-position: top;
  }
  main .block-3 .block-3-01 .text-wrap {
    width: 90%;
    margin: 0 auto;
  }
  main .block-3 .block-3-01 .text-wrap p {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  main .block-3 .block-3-01 .text-wrap .num {
    font-size: 15rem;
    line-height: 12rem;
    font-weight: 100;
  }
  main .block-3 .block-3-01 h3 {
    font-size: 8rem;
    font-family: var(--hiragino-bold);
    font-weight: 700;
  }
  main .block-3 .block-3-01 h3 .medium {
    font-size: 7rem;
  }
  main .block-3 .block-3-01 .half-background {
    width: 100%;
    padding: 50px 5% 20px 5%;
  }
  main .block-3 .block-3-01-images {
    display: none;
  }
  main .block-3 .block-3-01-images.sp {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1800px;
    gap: 0;
  }
  main .block-3 .block-3-01-images.sp ul {
    padding: 0;
    width: 200vw;
    display: flex;
    flex-shrink: 0;
    min-width: 900px;
  }
  main .block-3 .block-3-01-images.sp ul:first-child {
    animation: slide1 60s -30s linear infinite;
  }
  main .block-3 .block-3-01-images.sp ul:last-child {
    animation: slide2 60s linear infinite;
  }
  main .block-3 .block-3-01-images.sp ul li {
    display: inline-block;
    width: 100%;
    min-width: 150px;
    list-style: none;
    text-align: center;
  }
  main .block-3 .block-3-01-images.sp ul li img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  main .block-3 .block-3-01-pr {
    width: 90%;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }
  main .block-3 .block-3-01-pr .left-border {
    border-left: solid 15px #000c49;
    padding: 0 20px;
    width: 100%;
  }
  main .block-3 .block-3-01-pr .left-border h3 {
    font-size: 20px;
    margin-bottom: 20px;
    white-space: unset;
  }
  main .block-3 .block-3-01-pr .left-border p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
  }
  main .block-3 .block-3-02 {
    width: 100%;
    padding-top: 80%;
    margin-left: unset;
    background-image: url("../../img/trainer/block3-02-sp.png");
    background-position: top;
  }
  main .block-3 .block-3-02 .text-wrap {
    width: 90%;
    margin: 0 auto;
  }
  main .block-3 .block-3-02 .text-wrap .first-text-flex {
    margin-right: 0;
  }
  main .block-3 .block-3-02 .text-wrap .first-text-flex .first-text {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-left: 10px;
    flex-grow: 1;
    white-space: nowrap;
  }
  main .block-3 .block-3-02 .text-wrap p {
    font-size: 1rem;
  }
  main .block-3 .block-3-02 .text-wrap .num {
    font-size: 15rem;
    line-height: 12rem;
    font-weight: 100;
  }
  main .block-3 .block-3-02 h2 {
    font-size: 8rem;
    font-family: var(--hiragino-bold);
    font-weight: 700;
  }
  main .block-3 .block-3-02 .half-background {
    width: 100%;
    padding: 50px 5% 20px 5%;
  }
  main .block-3 .block-3-02-images {
    display: none;
  }
  main .block-3 .block-3-02-images.sp {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1800px;
    gap: 0;
  }
  main .block-3 .block-3-02-images.sp ul {
    padding: 0;
    width: 200vw;
    display: flex;
    flex-shrink: 0;
    min-width: 900px;
  }
  main .block-3 .block-3-02-images.sp ul:first-child {
    animation: slide1 60s -30s linear infinite;
  }
  main .block-3 .block-3-02-images.sp ul:last-child {
    animation: slide2 60s linear infinite;
  }
  main .block-3 .block-3-02-images.sp ul li {
    display: inline-block;
    width: 100%;
    min-width: 150px;
    list-style: none;
    text-align: center;
  }
  main .block-3 .block-3-02-images.sp ul li img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  main .block-3 .block-3-02-pr {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
    width: 90%;
  }
  main .block-3 .block-3-02-pr .left-border {
    border-left: solid 15px #a33a34;
    padding: 0 20px;
    width: 100%;
  }
  main .block-3 .block-3-02-pr .left-border h3 {
    font-size: 20px;
    margin-bottom: 20px;
    white-space: unset;
  }
  main .block-3 .block-3-02-pr .left-border p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
  }
  main .block-3 .block-3-03 {
    width: 100%;
    padding-top: 80%;
    margin-left: unset;
    background-image: url("../../img/trainer/block3-03.webp");
    background-position: top;
  }
  main .block-3 .block-3-03 .text-wrap {
    width: 90%;
    margin: 0 auto;
  }
  main .block-3 .block-3-03 .text-wrap p {
    font-size: 2.1rem;
    line-height: 2rem;
  }
  main .block-3 .block-3-03 .text-wrap .num {
    font-size: 15rem;
    line-height: 12rem;
    font-weight: 100;
  }
  main .block-3 .block-3-03 h2 {
    font-size: 8rem;
    font-family: var(--hiragino-bold);
    font-weight: 700;
  }
  main .block-3 .block-3-03 h2 .medium,
  main .block-3 .block-3-03 h2 .sp-medium{
    font-size: 7rem;
  }
  main .block-3 .block-3-03 .half-background {
    width: 100%;
    padding: 50px 5% 20px 5%;
  }
  main .block-3 .block-3-03-images {
    display: none;
  }
  main .block-3 .block-3-03-images.sp {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1800px;
    gap: 0;
  }
  main .block-3 .block-3-03-images.sp ul {
    padding: 0;
    width: 200vw;
    display: flex;
    flex-shrink: 0;
    min-width: 900px;
  }
  main .block-3 .block-3-03-images.sp ul:first-child {
    animation: slide1 60s -30s linear infinite;
  }
  main .block-3 .block-3-03-images.sp ul:last-child {
    animation: slide2 60s linear infinite;
  }
  main .block-3 .block-3-03-images.sp ul li {
    display: inline-block;
    width: 100%;
    min-width: 150px;
    list-style: none;
    text-align: center;
  }
  main .block-3 .block-3-03-images.sp ul li img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  main .block-3 .block-3-03-pr {
    width: 90%;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }
  main .block-3 .block-3-03-pr .left-border {
    border-left: solid 15px #207446;
    padding: 0 20px;
    width: 100%;
  }
  main .block-3 .block-3-03-pr .left-border h3 {
    font-size: 20px;
    margin-bottom: 20px;
    white-space: unset;
  }
  main .block-3 .block-3-03-pr .left-border p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
  }
  main .block-4 .contents .text-contents h2 {
    font-family: var(--hiragino-bold);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    font-size: 3rem;
  }
  main .block-4 .contents .text-contents h2 .medium {
    font-family: var(--hiragino-medium);
    font-weight: 500;
  }
  main .block-4 .contents .trainer-intern-list {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  main .block-4 .contents .trainer-intern-list h4 {
    font-size: 18px;
  }
  main .block-4 .contents .trainer-intern-list .inner ul {
    flex-direction: column;
  }
  main .block-4 .contents .trainer-intern-list .inner ul li {
    width: 100%;
    font-size: 12px;
  }
  main .block-4 .contents .trainer-intern-list .inner ul li.large {
    width: 100%;
  }
  main .block-4 .contents .trainer-intern-list .inner ul:after {
    content: "";
    width: 30%;
  }
  main .block-5 .contents {
    padding: 50px 0;
    padding-bottom: 0;
  }
  main .block-5 .contents .img-wrapper {
    top: 50px;
  }
  main .block-5 .contents .text-contents {
    position: relative;
    width: 80%;
    margin-left: auto;
  }
  main .block-5 .contents .text-contents h2 {
    font-family: var(--hiragino-bold);
    font-weight: 700;
  }
  main .block-5 .contents .text-contents h2 .medium {
    font-family: var(--hiragino-medium);
    font-weight: 500;
  }
  main .block-5 .contents .curriculums {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 80%;
    margin: 40px auto;
  }
  main .block-5 .contents .curriculums .curriculum-1 {
    padding: 20px 40px;
    width: 90%;
  }
  main .block-5 .contents .curriculums .curriculum-1 p {
    font-size: 18px;
    line-height: 20px;
  }
  main .block-5 .contents .curriculums .curriculum-2 {
    width: 100%;
  }
  main .block-5 .contents .curriculums .curriculum-2 p {
    font-size: 5rem;
  }
  main .block-5 .contents .curriculums .curriculum-3 {
    width: 90%;
  }
  main .block-5 .contents .curriculums .curriculum-3 p {
    font-size: 18px;
  }
  main .block-5 .contents .curriculums .curriculum-3 ul {
    padding: 0;
  }
  main .block-5 .contents .curriculums .curriculum-3 ul li {
    font-size: 16px;
    padding: 3px 10px;
    margin: 5px 0;
  }
  main .block-5 .contents .pickups {
    flex-direction: column;
    row-gap: 80px;
  }
  main .block-5 .contents .pickups .pickup {
    width: 100%;
  }
  main .block-5 .contents .pickups .pickup h3 {
    font-family: var(--hiragino-medium);
    font-weight: 500;
  }
  main .block-6 .contents {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 50px auto;
    column-gap: unset;
    row-gap: 50px;
  }
  main .block-6 .contents .block-6-inner {
    width: 100%;
  }
  main .block-6 .contents .block-6-inner .large {
    font-family: var(--hiragino-bold);
    font-weight: 700;
    font-size: 7rem;
  }
  main .block-6 .contents .block-6-inner .medium {
    font-size: 4rem;
    margin: 10px 0;
  }
  main .block-6 .contents .block-6-inner h2 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-family: var(--hiragino-medium);
    font-weight: 500;
    margin-bottom: 30px;
  }
  main .block-6 .contents .block-6-inner p {
    font-size: 16px;
    line-height: 27px;
  }
  main .block-6 .contents .block-6-inner.human {
    background-image: url(../../img/trainer/block6-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
  }
  main .block-6 .contents .block-6-inner.human .img-abs.human {
    right: -75px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts {
    height: 100%;
    align-content: end;
    display: grid;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text {
    padding: 20px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text h3 {
    width: 70%;
    font-size: 1.75rem;
    line-height: 2.3rem;
    white-space: nowrap;
    font-family: var(--hiragino-w6);
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .description {
    width: 70%;
    font-size: 15px;
    line-height: 22px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 27px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name {
    position: relative;
    z-index: 3;
    width: fit-content;
    margin-top: 20px;
    bottom: 0;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .course {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px;
    background-color: #32348d;
    color: #fff;
    display: inline-block;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher {
    padding: 10px;
    padding-right: 50px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher p {
    font-size: 16px;
    line-height: 16px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher p small {
    font-size: 10px;
    line-height: 10px;
  }
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .member-name .teacher p span {
    margin: 0 2px;
    font-size: 18px;
    font-family: var(--hiragino-medium);
    font-weight: 500;
    letter-spacing: 2px;
  }
  main .block-7 .contents {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    padding-bottom: 0;
  }
  main .block-7 .contents .block-7-text-img {
    text-align: center;
  }
  main .block-7 .contents .block-7-text-img img {
    display: inline-block;
  }
  main .block-7 .contents h2 {
    text-align: center;
    font-size: 24px;
    margin: 0;
  }
  main .block-7 .contents .read br {
    display: unset;
  }
  main .block-7 .contents .licenses {
    display: flex;
    flex-direction: column;
  }
  main .block-7 .contents .licenses .license {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: solid 3px #ccc;
  }
  main .block-7 .contents .licenses .license span {
    font-size: 7rem;
    font-family: var(--hiragino-bold);
    font-weight: 700;
    color: #32348d;
    display: block;
  }
  main .block-7 .contents .licenses .license span.impact {
    font-family: impact;
    font-weight: 100;
    letter-spacing: 2px;
  }
  main .block-7 .contents .licenses .license h3 {
    margin: 20px 0;
    font-family: var(--hiragino-medium);
    font-weight: 500;
    background-color: #000;
    border-radius: 9999px;
    color: #fff;
    font-size: 2rem;
  }
  main .block-7 .contents .licenses .license span.small {
    margin: 0;
    font-size: 16px;
    border-bottom: solid 1px #000;
  }
  main .block-7 .contents .licenses .license p {
    line-height: 0.7rem;
    font-family: var(--hiragino-medium);
    font-weight: 500;
    color: #32348d;
  }
  main .block-7 .contents .licenses .license p small {
    font-size: 1.5rem;
  }
  main .block-7 .contents .licenses .multiple {
    z-index: 1;
    width: 15%;
    scale: 0.9;
  }
  main .block-7 .contents .merit-content {
    margin: 50px 0;
  }
  main .block-7 .contents .merit-content .merit-title {
    font-size: 25px;
    font-family: var(--hiragino-w6);
    font-weight: 600;
    margin-bottom: 20px;
  }
  main .block-7 .contents .merit-content .merit-title rt {
    font-size: 0.5rem;
  }
  main .block-7 .contents .merit-content .merits {
    display: flex;
    flex-direction: column;
    border-top: solid 2px #000;
    border-bottom: none;
    padding: 20px 0;
  }
  main .block-7 .contents .merit-content .merits .merit {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #000;
    padding: 20px;
  }
  main .block-7 .contents .merit-content .merits .merit h4 {
    text-align: center;
    color: #32348d;
    font-size: 20px;
    font-family: var(--hiragino-w6);
    font-weight: 600;
    margin-bottom: 20px;
    font-feature-settings: "palt" 1;
  }
  main .block-7 .contents .merit-content .merits .merit span {
    margin: 10px;
    text-align: center;
    font-family: var(--hiragino-bold);
    font-weight: 700;
    font-size: 18px;
  }
  main .block-7 .contents .merit-content .merits .merit .logo {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
  main .block-7 .contents .merit-content .merits .merit .logo img {
    display: inline-block;
  }
  main .block-7 .contents .merit-content .merits .merit p {
    font-size: 16px;
    line-height: 20px;
  }
  main .block-7 .contents .merit-content .merits .merit:last-child {
    border-right: none;
  }
  main .block-8 .contents {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  main .block-8 .contents h2 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
  }
  main .block-8 .contents .fields-wrap .fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    width: 90%;
    margin: 0 auto;
  }
  main .block-8 .contents .fields-wrap .fields .field {
    width: calc(50% - 15px);
  }
  main .block-8 .contents .fields-wrap .fields .field h3 {
    font-size: 14px;
    line-height: 14px;
  }
  main .block-8 .contents .fields-wrap .fields .field h3 span {
    display: inline-block;
    font-size: 8px;
    line-height: 14px;
  }
  main .block-9 .contents {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  main .block-9 .contents .block-9-text-img {
    text-align: center;
  }
  main .block-9 .contents .block-9-text-img img {
    display: inline-block;
  }
  main .block-9 .contents .voice {
    margin-bottom: 30px;
  }
  main .block-9 .contents .voice .message-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  main .block-9 .contents .voice .message-flex {
    display: flex;
    flex-direction: column;
  }
  main .block-9 .contents .voice .message-flex .img-wrap {
    width: 100%;
  }
  main .block-9 .contents .voice .message-flex .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  main .block-9 .contents .voice .message-flex .text {
    padding: 30px 15px;
    background-color: #000;
    color: #fff;
    width: 100%;
    position: relative;
  }
  main .block-9 .contents .voice .message-flex .text .click-wrap {
    position: absolute;
    right: 5px;
    top: 5px;
    width: fit-content;
    max-width: 14%;
    margin: 0 auto;
    text-align: center;
    transform-origin: center;
    transition: 0.2s;
  }
  main .block-9 .contents .voice .message-flex .text .click-wrap img {
    display: inline-block;
  }
  main .block-9 .contents .voice .message-flex .text .click-wrap:hover {
    scale: 1.2;
  }
  main .block-9 .contents .voice .message-flex .text p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
  }
  main .block-9 .contents .voice .message-flex .text .name {
    margin-bottom: 5px;
  }
  main .block-9 .contents .voice .message-flex .text .name span {
    font-size: 18px;
    line-height: 18px;
  }
  main .block-9 .contents .voice .message-flex .text .other {
    margin-bottom: 30px;
  }
  main .block-10 {
    background-image: url(../../img/trainer/block10-background-sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: -50px;
  }
  main .block-10 .contents {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: -100px;
  }
  main .block-10 .contents span.top-text {
    color: #e8f774;
    font-family: var(--hiragino-bold);
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    background: linear-gradient(transparent 40%, #000c49 40%);
    width: fit-content;
    margin: 0 auto;
  }
  main .block-10 .contents .title-image {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
  }
  main .block-10 .contents .title-image img {
    display: inline-block;
  }
  main .block-10 .contents .banner1.pc {
    display: none;
  }
  main .block-10 .contents .banner1.sp {
    display: block;
    margin: 30px 0;
  }
  main .block-10 .contents .banner2 {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    margin-bottom: 70px;
  }
  main .block-10 .contents .banner2 .img-wrap {
    margin: 0 auto;
  }
  main .block-10 .contents .banner2 img {
    display: inline-block;
    transition: 0.3s;
  }
  main .block-10 .contents .banner2 img:hover {
    scale: 1.1;
  }
  main .documents-button {
    display: flex;
    position: sticky;
    bottom: 0;
  }
  main .documents-button a {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 50%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    font-family: var(--hiragino-medium);
    font-weight: 500;
    transition: 0.2s;
  }
  main .documents-button a:hover {
    padding: 20px 10px;
  }
  main .documents-button .document {
    width: 50%;
  }
  main .documents-button .document a {
    color: #fff;
    background-color: #7dccb7;
  }
  main .documents-button .oc {
    width: 50%;
  }
  main .documents-button .oc a {
    white-space: nowrap;
    overflow: hidden;
    color: #000c49;
    background-color: #ffff00;
  }

  .block-11 .contents {
    width: 90%;
    margin: 0 auto;
  }
  .block-11 .contents .banner {
    padding: 30px 0;
    text-align: center;
  }
  .block-11 .contents .banner.-add {
    padding-top: unset;
    max-width: 620px;
    margin: 0 auto;
  }
  .block-11 .contents .banner.pc {
    display: none;
  }
  .block-11 .contents .banner.sp {
    display: block;
  }
  .block-11 .contents .logo {
    width: 50%;
    max-width: 300px;
  }
  .block-11 .contents p {
    text-align: center;
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  .break-none-600 {
    display: none;
  }

  .break-sp {
    display: unset;
  }
}
@media (max-width: 400px) {
  .break-pc {
    display: none;
  }

  .break-400 {
    display: unset;
  }

  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .description {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 300px) {
  main .block-6 .contents .block-6-inner.human .block-6-inner-texts .bottom-text .description {
    font-size: 10px;
    line-height: 12px;
  }
}

/* ADD_20250711 */
.add-section {
  padding: 0 0 4rem;
}
.add-wrap {
  /* max-width: 640px; */
  width: 100%;
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 の比率（9÷16×100） */
  overflow: hidden;
}

#trainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  /* .add-wrap {
    width: 90%;
  } */
  .add-section {
    padding: 0 0 10rem;
  }
}

/* ========== mv ========== */
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 1300 / 600;
}
.mv__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__text {
  text-align: center;
  white-space: nowrap;
  padding-bottom: calc(30 / 1300 * 100vw);
}
.mv__renewal {
  font-family: "Impact", sans-serif;
  font-size: calc(37 / 1300 * 100vw);
  line-height: calc(48 / 37);
  color: #fff;
  text-shadow: 2px 3px 0 black;
  letter-spacing: 3.7px;
}
.mv__date {
  font-family: "Inter", sans-serif;
  font-size: calc(93 / 1300 * 100vw);
  line-height: calc(135 / 127);
  color: #fff;
  text-shadow: 2px 5px 0 black;
  letter-spacing: calc(1.395 / 93 * 1em);
  margin-top: calc(-10 / 1300 * 100vw);
  font-weight: bold;
}
.mv__date-num {
  font-family: "Impact", sans-serif;
  font-size: calc(127 / 1300 * 100vw);
  letter-spacing: calc(1.905 / 127 * 1em);
}
.mv__course {
  font-size: calc(52 / 1300 * 100vw);
  line-height: calc(67 / 52);
  color: #fff500;
  text-shadow: 2px 5px 0 black;
  letter-spacing: -2.444px;
  font-weight: bold;
}
.mv__course-lg {
  font-size: calc(63 / 1300 * 100vw);
}
@media (max-width: 740px) {
  .mv {
    aspect-ratio: 375 / 300;
  }
  .mv__text {
    padding-bottom: 0;
  }
  .mv__renewal {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(21 / 16);
    text-shadow: 1px 2px 0 black;
    letter-spacing: 1.6px;
  }
  .mv__date {
    font-size: calc(42 / 375 * 100vw);
    line-height: calc(60 / 57);
    text-shadow: 1px 3px 0 black;
    letter-spacing: 0.63px;
    margin-top: 0;
  }
  .mv__date-num {
    font-size: calc(57 / 375 * 100vw);
  }
  .mv__course {
    font-size: calc(23 / 375 * 100vw);
    line-height: calc(30 / 28);
    text-shadow: 1px 3px 0 black;
    letter-spacing: -1.081px;
  }
  .mv__course-lg {
    font-size: calc(28 / 375 * 100vw);
  }
}

/* ========== course ========== */
.course {
  padding: 20px 0 75px;
  color: #000;
}
.course__inner {
  max-width: 80%;
  margin: 0 auto;
}
.course__title {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  word-break: auto-phrase;
}
.course__title-sub {
  display: block;
  font-size: min(calc(36 / 1300 * 100vw), 50px);
  line-height: calc(43 / 36);
}
.course__title-main {
  display: block;
  font-size: min(calc(60 / 1300 * 100vw), 80px);
  line-height: calc(79 / 60);
}
.course__lead {
  margin-top: 54px;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: min(calc(36 / 1300 * 100vw), 50px);
  word-break: auto-phrase;
  line-height: calc(43 / 36);
}
.course__lead-accent {
  color: #004ba2;
}
.course__color-blue {
  color: #004ba2;
}
.course__image {
  margin-top: 56px;
  text-align: center;
}
.course__image img {
  width: 100%;
  height: auto;
}
.course__btn-wrap {
  margin-top: 32px;
  text-align: center;
  border: 1px solid #000;
  max-width: 432px;
  margin-inline: auto;
  padding: 2px;
  height: 72px;
}
a.course__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.course__btn::after {
  content: "";
  position: absolute;
  inset: 50% 20px auto auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.course__btn:before {
  content: "";
  position: absolute;
  background: #004ba2;
  inset: 0;
  z-index: -1;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}
.course__btn:hover {
  opacity: 0.8;
}
.course__cards {
  margin-top: 112px;
  display: flex;
  gap: 40px;
}
.course__card {
  flex: 1;
}
.course__card-image img {
  width: 100%;
  height: auto;
}
.course__card-body {
  margin-top: 30px;
  padding-left: 30px;
  border-left: 20px solid #004ba2;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  color: #000;
}
.course__card-title {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: calc(43 / 36);
  text-wrap: auto;
}
.course__card-heading {
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: calc(30 / 22);
}
.course__card-text {
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(30 / 16);
}

@media (max-width: 740px) {
  .course {
    padding: calc(30 / 320 * 100vw) var(--inner-padding-sp) calc(50 / 375 * 100vw);
  }
  .course__inner {
    max-width: 100%;
  }
  .course__title-sub {
    font-size: calc(14 / 375 * 100vw);
  }
  .course__title-main {
    font-size: calc(19 / 375 * 100vw);
  }
  .course__lead {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
  .course__image {
    margin-top: calc(24 / 375 * 100vw);
  }
  .course__btn-wrap {
    margin-top: calc(20 / 375 * 100vw);
    max-width: 100%;
    height: calc(48 / 375 * 100vw);
  }
  a.course__btn {
    font-size: calc(13 / 375 * 100vw);
  }
  .course__btn::after {
    right: calc(12 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
  .course__btn:before {
    clip-path: polygon(calc(14 / 320 * 100vw) 0, 100% 0, 100% calc(100% - calc(14 / 320 * 100vw)), calc(100% - calc(14 / 320 * 100vw)) 100%, 0 100%, 0 calc(14 / 320 * 100vw));
  }
  .course__cards {
    margin-top: calc(40 / 375 * 100vw);
    flex-direction: column;
    gap: calc(30 / 375 * 100vw);
  }
  .course__card-body {
    margin-top: calc(16 / 375 * 100vw);
    padding-left: calc(12 / 375 * 100vw);
    border-left-width: calc(10 / 375 * 100vw);
  }
  .course__card-title {
    font-size: calc(18 / 375 * 100vw);
  }
  .course__card-heading {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .course__card-text {
    margin-top: calc(4 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}
