@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-x: hidden;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", sans-serif;
  color: #18256F;
  letter-spacing: 0.1em;
}

body.home {
  width: 100%;
  background-color: #f3f3f6;
  letter-spacing: 0.1em;
}

body.home h2 {
  line-height: 1.7;
  letter-spacing: 0.1em;
}

body.home h3 {
  letter-spacing: 0.1em;
  font-weight: bold;
}

body.home a:hover {
  color: #FFF;
}

img {
  width: 100%;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.text-wrapper {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

#main.front-page {
  background-image: url("../img/bg_wrap.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
  width: 100%;
}

#drawer {
  display: none;
}

/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  display: none;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/

.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 0;
}

/*ボタン内側*/

.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #18256F;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

body.drawer-opened .openbtn span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 60%;
}

body.drawer-opened .openbtn span:nth-of-type(2) {
  opacity: 0;
}

body.drawer-opened .openbtn span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 60%;
}

.tel {
  border-top: 1px solid #FFF;
  padding-top: 20px;
  width: 90%;
  margin: auto;
}

body #drawer {
  display: none;
}

#overlay {
  opacity: 0;
}

footer.footer {
  padding: 0;
  max-width: 100%;
}

.footer__inner {
  max-width: 530px;
  margin: 156px auto 128px;
  position: relative;
  padding-top: 71px;
}

.footer__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #C7CADB;
  width: 80%;
  height: 1px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav ul li a {
  font-size: 13px;
}

.footer__nav ul li + li {
  margin-left: 25px;
}

body.home .footer__nav ul li a {
  color: #18256f;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom__link {
  width: 50%;
  height: 80px;
  display: inline-block;
  color: #18256f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.bottom__link span {
  position: relative;
  color: #18256f;
  font-size: 18px;
}

.bottom__link span::before {
  position: absolute;
  content: "";
  background-image: url("../img/search_white.png");
  width: 47px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottom__link.blue {
  background-color: #18256f;
}

.bottom__link.blue span {
  color: #fff;
}

.bottom__link.blue span::before {
  background-image: url("../img/search_blue.png");
}

header.js-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
  position: absolute;
  z-index: 9998;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.header__inner .col {
  margin-left: auto;
}

.header__logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  margin-left: auto;
}

.header__nav ul li + li {
  margin-left: 45px;
}

.header__nav ul li a {
  color: #fff;
}

body.home .header__nav ul li a:hover {
  color: #fff;
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__items a {
  color: white;
  font-size: 24px;
}

.nav__items li + li {
  margin-left: 40px;
}

.contact__btn {
  width: 156px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 32px rgba(82, 113, 185, 0.16);
          box-shadow: 0px 8px 32px rgba(82, 113, 185, 0.16);
  color: #18256f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__btn span {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  padding: 0 6.25rem;
  margin: 0 auto;
}

.about {
  width: 100%;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__title {
  font-size: 24px;
  font-weight: 700;
  color: #c73c3c;
}

.arrivals {
  padding: 130px 0 0;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

.main__card {
  width: 49%;
  position: relative;
  display: inline-block;
}

.main__card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px 0px 15px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 45, 51, 0)), to(#2c2d33));
  background: linear-gradient(rgba(44, 45, 51, 0) 0%, #2c2d33 100%);
}

.card__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 90%;
  z-index: 3;
  font-size: 0.8125rem;
  margin-bottom: 23px;
}

.card__text p,
time {
  color: #fff;
  margin-bottom: 0;
}

.card__text p:first-child {
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
}

.card__text p:last-child {
  margin-top: 16px;
}

.sub__cards {
  width: 49%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.sub__card {
  position: relative;
  border-radius: 0px 0px 24px 24px;
}

.sub__card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px 0px 15px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 45, 51, 0)), to(#2c2d33));
  background: linear-gradient(rgba(44, 45, 51, 0) 0%, #2c2d33 100%);
}

body.home a.more:hover {
  color: #fff;
}

a.more {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: #18256f;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 56px;
  font-size: 16px;
}

.more.more__arrival {
  margin-bottom: 130px;
}

a.more::after {
  position: absolute;
  content: "";
  background-image: url("../img/vector_white.png");
  width: 17px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.e-learning {
  padding: 130px 0;
  background-color: #e7e7ef;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.new-items .e-learning {
  background-color: #e7e7ef;
  padding: 4rem 0;
}

.feature {
  padding-top: 147px;
}

.heading p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  font-weight: bold;
}

.heading p::before {
  position: absolute;
  content: "";
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: 0px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0086e8), to(#4f61c6));
  background: linear-gradient(#0086e8 0%, #4f61c6 100%);
}

body.home .heading h2 {
  line-height: 1.5;
}

.heading h2 {
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 1.2em;
  margin-top: 13px;
  margin-bottom: 20px;
}

.heading span {
  display: block;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
}

p.feature__text {
  margin-top: 50px;
}

.feature__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature__content {
  width: 30%;
  text-align: left;
}

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

.sub__heading h3 {
  font-size: 20px;
  margin: 10px 0 29px;
}

.sub__heading p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 10px;
  color: #2e70d3;
  font-size: 12px;
}

.sub__heading p::before {
  position: absolute;
  content: "";
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  left: 0px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0086e8), to(#4f61c6));
  background: linear-gradient(#0086e8 0%, #4f61c6 100%);
}

.fv {
  background-image: url("../img/main.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222;
  height: 740px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.fv__wrap {
  padding: 500px 0 100px 100px;
  color: #18256F;
  position: absolute;
}

.fv__wrap p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  font-weight: bold;
}

.fv__wrap p::before {
  position: absolute;
  content: "";
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: 0px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0086e8), to(#4f61c6));
  background: linear-gradient(#0086e8 0%, #4f61c6 100%);
}

.fv__title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  margin-top: 28px;
  line-height: 1.325;
  font-weight: bold;
}

.fv__title span {
  font-size: 3.125rem;
}

.fv__title span {
  margin-left: -20px;
}

.fv__text__inner {
  position: relative;
}

.fv__text__inner::after {
  position: absolute;
  content: "";
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: 0px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0086e8), to(#4f61c6));
  background: linear-gradient(#0086e8 0%, #4f61c6 100%);
}

.news {
  padding: 85px 0 0px;
}

.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__top h2 {
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  margin: 0;
}

.news__top h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  border-bottom: 2px solid #18256F;
  width: 40%;
  height: 2px;
}

a.news__more {
  position: relative;
  border-bottom: 1px solid #18256F;
  display: inline-block;
  max-width: 106px;
  width: 100%;
  font-size: 14px;
}

a.news__more::after {
  position: absolute;
  content: "";
  background-image: url("../img/vector_blue.png");
  width: 13px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news__topics {
  border-top: 1px solid #C7CADB;
  margin-top: 64px;
}

.news__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #C7CADB;
  padding: 32px 0;
}

.news__time time {
  color: #18256f;
  width: 15%;
  font-size: 11px;
}

.news__time {
  width: 15%;
  font-size: 11px;
  min-width: 100px;
}

.news__title {
  width: 85%;
  font-size: 14px;
  margin-left: 20px;
}

.training {
  background-image: url("../img/bg.svg");
  background-position-y: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 140px;
  margin-top: 150px;
}

.training__inner {
  display: grid;
  grid-template-rows: 1fr 3fr;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
}

.training__card {
  background: #F6F6F6;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 5px #ccc;
          box-shadow: 0 2px 5px #ccc;
  max-width: 420px;
  width: 100%;
  border: 1px solid transparent;
  max-height: 560px;
}

.card01 {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 100px;
}

.card02 {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 100px;
  margin-left: auto;
}

p.training__card-text {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.training__card-content {
  padding: 30px 28px;
  text-align: left;
  position: relative;
  min-height: 216px;
}

.training__card-content .sub__heading {
  text-align: left;
}

.training__card-content .sub__heading p {
  margin: 0 auto 0 0;
}

.training__card-content .sub__heading h3 {
  margin: 10px 0 20px;
}

.vector {
  width: 40px;
  margin-left: auto;
  margin-top: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.training__cards {
  display: contents;
}

.works {
  text-align: center;
  padding: 43px 0 32px;
  background-color: #fff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.works p {
  margin-bottom: 30px;
  font-size: 24px;
}

.works__img {
  width: 100%;
}

.works__img img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 2.962962963vw;
  }

  .pc {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .contact__btn {
    margin-left: 0;
  }

  .inner {
    padding: 0 1.25rem;
  }

  .card__text {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .card__text p:first-child {
    padding-bottom: 10px;
  }

  .card__text p:last-child {
    margin-top: 10px;
  }

  .sub__heading h3 {
    font-size: 1.3rem;
    margin: 10px 0 20px;
  }

  .feature__content p {
    font-size: 16px;
  }

  .heading h2 {
    font-size: 4rem;
    letter-spacing: 1.2em;
    margin-top: 13px;
  }

  .heading p {
    font-size: 0.8rem;
  }

  .heading span {
    margin-top: 15px;
    font-size: 2rem;
  }

  p.feature__text {
    margin-top: 25px;
    font-size: 16px;
  }

  .fv__wrap {
    padding: 500px 0 20px 40px;
  }

  .fv__title {
    font-size: 2rem;
  }

  .news__top h2 {
    font-size: 1.2rem;
  }

  .training {
    background-position-y: 90%;
    padding-bottom: 140px;
    margin-top: 150px;
  }

  .inner.training__inner {
    display: block;
  }

  .training__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }

  p.training__card-text {
    font-size: 16px;
  }

  .training__card {
    background: #F6F6F6;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 5px #ccc;
            box-shadow: 0 2px 5px #ccc;
    border: 1px solid transparent;
    max-height: 100%;
  }

  .card01 {
    margin-left: 0px;
  }

  .card02 {
    margin-top: 0px;
    margin-left: 30px;
  }

  .training__card-content {
    padding: 15px 14px;
  }

  .vector {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  body.drawer-opened #page,
  body.drawer-opened #header {
    left: -240px;
  }

  body.drawer-opened .fixed-content {
    left: -240px;
  }

  body #drawer {
    display: block;
    right: -120%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100vh;
  }

  body #drawer ul {
    height: 100vh;
    display: grid;
    place-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }

  body #drawer ul li {
    text-align: center;
  }

  body #drawer ul a {
    margin-top: 30px;
    font-size: 1.2rem;
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  }

  body #drawer ul li + li {
    margin-top: 30px;
  }

  body.drawer-opened #drawer {
    position: fixed;
    z-index: 9998;
    right: 0;
    width: 100%;
    display: block;
    background-color: #E7E7EF;
  }

  body.drawer-opened #drawer ul li a {
    z-index: 9999;
  }

  body.drawer-opened {
    overflow: hidden;
  }
}

@media screen and (max-width: 992px) {
  .contact__btn {
    width: 100%;
    height: 60px;
  }
}

@media screen and (max-width: 540px) {
  .contact__btn span {
    font-size: 1.5rem;
  }

  body #drawer ul a {
    font-size: 2rem;
  }

  .footer__inner {
    margin: 100px auto 108px;
    position: relative;
    max-width: 80%;
  }

  .footer__nav ul {
    display: block;
    text-align: center;
    padding-left: 0;
  }

  .footer__nav ul li + li {
    margin-left: 0;
    margin-top: 30px;
  }

  .footer__nav ul li a {
    font-size: 13px;
  }

  .footer__bottom {
    display: block;
  }

  .bottom__link {
    width: 100%;
  }

  .header__inner {
    padding: 0 15px;
  }

  .inner {
    padding: 0 37px;
  }

  .arrivals {
    padding-top: 100px;
  }

  .cards {
    display: block;
  }

  .card__text {
    font-size: 10px;
  }

  .main__card {
    width: 100%;
  }

  .sub__cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
  }

  .feature {
    padding-top: 100px;
  }

  .feature__circle {
    width: 80%;
    margin: auto;
  }

  .heading p {
    font-size: 1.2rem;
  }

  .heading h2 {
    font-size: 3rem;
    letter-spacing: 1.2em;
    margin-top: 13px;
  }

  .sub__heading h3 {
    font-size: 1.5rem;
  }

  .heading span {
    font-size: 1.5rem;
  }

  .feature__contents {
    display: block;
  }

  .feature__content {
    width: 100%;
  }

  .feature__content p {
    font-size: 12px;
  }

  p.feature__text {
    font-size: 12px;
  }

  .fv__wrap {
    padding: 400px 0 20px 20px;
  }

  .fv__title {
    font-size: 2.3rem;
  }

  .main-image-area .fv__text {
    left: 5%;
  }

  .news__topic {
    display: block;
  }

  .news__top h2 {
    font-size: 1.8rem;
  }

  .news__time {
    width: 100%;
  }

  .news__title {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }

  .training__cards {
    display: block;
  }

  .card02 {
    margin-top: 30px;
    margin-left: 0;
  }

  .training__card {
    max-width: 100%;
  }

  .training {
    background-size: cover;
    background-position-x: center;
    padding-bottom: 80px;
  }

  .vector {
    bottom: 20px;
    right: 30px;
  }

  .works p {
    font-size: 16px;
  }
}

.group-add-item
.item_custom_field,
.group-add-item
.item_custom_field th,
.group-add-item
.item_custom_field td,
.group-add-item
.item_custom_field tr,
.group-add-item
.item_custom_field tbody
{
  display: block;

}
.group-add-item
.item_custom_field th{
  font-weight: bold !important;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.carousel-inner .caption{
  display:none;
}
.copyright{
  text-align: center;
  color:#666!important;
  margin-bottom: 80px!important;;
}
@media screen and (min-width: 992px) {
  .item-category .card .card-body, .new-items .card .card-body, .front-page .widget_basic_item_list .card .card-body, .general-widget-area .widget_basic_item_list .card .card-body, .member-favorite .card .card-body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 1.1rem;
    font-size: 18px;
    background-color: #333;
    border-bottom-right-radius: var(--grid-image-rounded-size, 12px);
    border-bottom-left-radius: var(--grid-image-rounded-size, 12px);
  }
  .item-category .card .card-body .card-title, .new-items .card .card-body .card-title, .front-page .widget_basic_item_list .card .card-body .card-title, .general-widget-area .widget_basic_item_list .card .card-body .card-title, .member-favorite .card .card-body .card-title {
    font-size: 1.2rem;
  }
  .item-category .card-body .card-text .tax, .new-items .card-body .card-text .tax, .front-page .widget_basic_item_list .card-body .card-text .tax, .general-widget-area .widget_basic_item_list .card-body .card-text .tax, .member-favorite .card-body .card-text .tax, #content>.widget_basic_item_list .card-body .card-text .tax {
    color: #fff;
  }
  /*# sourceMappingURL=style.css.map */
}

.inquiry-wrap{

}

.inquiry-wrap .item-ttl{
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.inquiry-wrap .item-name{
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.dl-doc{
  background-color: #2aabd2;
  color: #fff !important;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration:none!important;
  font-weight: bold;
}
.dl-doc i{
  margin-right: 5px;
  color: #fff;
}
.application-wrap{
  background-color: #f3f8ff;
  padding: 10px;
  border: 1px solid #c6dbe7;
}

.application-wrap .ttl{
  font-size: 18px!important;
  padding: 10px;
  background-color: #aed6db;
  color: #fff;
}
.application-wrap dl{}
.application-wrap dl dt{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.application-wrap dl dd{
  margin-top: 10px;
}

.application-wrap dl dd a{
  text-decoration: underline;
  font-weight: bold;
  color: #2aabd2;
}
.mitsumori .frm{
  
}
.mitsumori .frm label{
display: inline-block;
  padding: 10px;
  background-color: #999;
  color: #fff;
  margin-right: 10px;
}

/* 企業研修プログラム */
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.training-program {
  background-image: url("../img/fv.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 768px) {
  .training-program{
    background-image: url("../img/fv-sp.jpg");
  }
}

@supports (background-image: url(../img/fv.webp)){
  .training-program{
      background-image: url(../img/fv.webp);
  }
}

@supports (background-image: url(../img/fv-sp.webp)){
  @media (max-width: 768px){
  .training-program{
        background-image: url(../img/fv-sp.webp);
      }
  }
}
.training-program__inner {
  max-width: 1240px;
  padding-block: 53px;
}

@media (max-width: 768px) {
  .training-program__inner {
    padding-block: 35px;
    padding-inline: 37px;
  }
}

.training-program__logo {
  width: 148px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .training-program__logo {
    width: 96px;
  }
}

.training-program__wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 43px;
}

@media (max-width: 768px) {
  .training-program__wrapper {
    flex-direction: column;
    gap: 18px;
    margin-top: 31px;
  }
}

.training-program__title {
  font-size: 46px;
  line-height: calc(66/54);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #004D9E;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .training-program__title {
    font-size: 31px;
    line-height: calc(41/33);
  }
}

.training-program__text {
  margin-top: 22px;
  font-size: 19px;
  line-height: calc(33/19);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .training-program__text {
    font-size: 13px;
    line-height: calc(21/13);
  }
}

.training-program__stats {
  margin-top: 36px;
  display: grid;
  gap: 16px;
}

@media (max-width: 768px) {
  .training-program__stats {
    margin-top: 23px;
    gap: 10px;
  }
}

.training-program__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #0080C9, #004D9E);
  border-radius: 17px;
  width: 343px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .training-program__stat {
    width: 263px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
    .training-program__stat:nth-child(1) {
      gap: 6px;
    }
}

/*@media (max-width: 768px) {
    .training-program__stat:nth-child(2) {
      gap: 22px;
    }
}*/

.training-program__stat-label {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0em;
  margin-right: 0.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .training-program__stat-label {
    font-size: 15px;
  }
}

.training-program__stat-label span {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-program__stat-label span {
    font-size: 9px;
  }
}

.training-program__stat-value {
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .training-program__stat-value {
    font-size: 12px;
  }
}

.training-program__stat-value span {
  font-size: 54px;
  line-height: calc(99/54);
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-program__stat-value span {
    font-size: 37px;
  }
}

.training-program__image {
  max-width: 600px;
  width: 100%;
}

.training-program__cta {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 63px;
}

@media (max-width: 768px) {
  .training-program__cta {
    position: relative;
    top: initial;
    right: initial;
    width: 301px;
    max-width: 100%;
    margin-top: 50px;
    margin-inline: auto;
  }
}

.training-program__cta-link {
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: calc(23/13);
  letter-spacing: 0.05em;
  font-weight: 700;
  background: linear-gradient(to right, #004D9E, #0080C9);
  border-radius: 20px 0 0 20px;
  padding-inline: 40px;
  padding-block: 25px;
}

@media (max-width: 768px) {
  .training-program__cta-link {
    writing-mode: horizontal-tb;
    border-radius: 10px;
    padding-block: 10px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #0080C9, #004D9E);
  }
}

/* お悩みありませんか？ */
.trouble {
  background-color: #E9EDEF;
  padding-top: 37px;
}

@media (max-width: 768px) {
  .trouble {
    padding-top: 34px;
  }
}

.trouble__inner {
  max-width: 1240px;
}

.trouble__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}

@media (max-width: 768px) {
    .trouble__wrapper {
      flex-direction: column;
      gap: 20px;
  }
}

.trouble__lead {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(45/28);
  letter-spacing: 0.1em;
  color: #333333;
}

@media (max-width: 768px) {
  .trouble__lead {
    font-size: 20px;
  }
}

.trouble__catch {
  margin-top: 20px;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(45/28);
  letter-spacing: 0.1em;
  font-weight: 900;
  background: linear-gradient(180deg, #0080C9, #004D9E); /* 背景色にグラデーションを指定 */
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
  position: relative;
}

@media (max-width: 768px) {
  .trouble__catch {
    font-size: 28px;
    margin-top: initial;
  }
}

.trouble__catch::after {
  content: "";
  position: absolute;
  background-image: url(../img/reason-title.svg);
  width: 200px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.trouble__title {
  margin-top: 25px;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(45/28);
  letter-spacing: 0.1em;
  color: #333333;
  padding-right: 7px;
}

@media (max-width: 768px) {
  .trouble__title {
    font-size: 20px;
    margin-top: 14px;
  }
}

.trouble__visual {
  width: 809px;
  max-width: 100%;
}

/* 4つの理由 */
.reason {
  background-image: url("../img/reason-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: 100px 176px;
}

@media (max-width: 768px) {
  .reason{
    background-image: url("../img/reason-bg-sp.jpg");
    padding-block: 65px 98px;
  }
}

@supports (background-image: url(../img/reason-bg.webp)){
  .reason{
      background-image: url(../img/reason-bg.webp);
  }
}

@supports (background-image: url(../img/reason-bg-sp.webp)){
  @media (max-width: 768px){
  .reason{
        background-image: url(../img/reason-bg-sp.webp);
      }
  }
}
.reason__inner {
  max-width: 1240px;
}

.reason__title {
  position: relative;
  padding-top: 37px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 54px;
  line-height: calc(72/54);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .reason__title {
    padding-top: 23px;
    font-size: 35px;
    line-height: calc(46/35);
  }
}
.reason__title::before {
  content: "";
  position: absolute;
  background-image: url(../img/reason-title.svg);
  width: 250px;
  height: 5px;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .reason__title::before {
    width: 162px;
  }
}

.reason__list {
  margin-top: 87px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 53px;
}

@media (max-width: 768px) {
  .reason__list {
    margin-top: 50px;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
}

.reason__item {
  position: relative;
  background-image: url(../img/reason-item.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.reason__number {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #0080C9, #004D9E);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: calc(57/31);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

@media (max-width: 768px) {
  .reason__number {
    width: 39px;
    height: 39px;
    left: -12px;
    font-size: 21px;
  }
}

.reason__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 42px 29px;
  gap: 18px;
}

@media (max-width: 768px) {
  .reason__content {
    padding-block: 27px 18px;
  }
}

.reason__content img {
  width: 60px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .reason__content img {
    width: 38px;
  }
}

.reason__heading {
  position: absolute;
  top: -10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 17px;
  line-height: calc(22/17);
  letter-spacing: 0.05em;
  background-color: #fff;
  padding-inline: 20px;
}

@media (max-width: 768px) {
  .reason__heading {
    font-size: 11px;
  }
}

.reason__heading::after {
  content: "";
  position: absolute;
  background-image: url(../img/reason-heading.svg);
  background-repeat: no-repeat;
  background-position: center top;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 9px;
}

.reason__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 21px;
  line-height: calc(30/21);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .reason__text {
    font-size: 14px;
  }
}

.reason__highlight {
  color: #004D9E;
}

/* 選べる研修スタイル */
.training-style {
  background-image: url("../img/style-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: 100px;
}

@media (max-width: 768px) {
  .training-style{
    background-image: url("../img/style-bg-sp.jpg");
    padding-block: 65px 60px;
  }
}

@supports (background-image: url(../img/style-bg.webp)){
  .training-style{
      background-image: url(../img/style-bg.webp);
  }
}

@supports (background-image: url(../img/style-bg-sp.webp)){
  @media (max-width: 768px){
  .training-style{
        background-image: url(../img/style-bg-sp.webp);
      }
  }
}

.training-style__inner {
  max-width: 1240px;
}

.training-style__title {
  position: relative;
  padding-top: 37px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 54px;
  line-height: calc(72/54);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-style__title {
    padding-top: 23px;
    font-size: 35px;
    line-height: calc(46/35);
  }
}

.training-style__title::before {
  content: "";
  position: absolute;
  background-image: url(../img/reason-title.svg);
  width: 250px;
  height: 5px;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .training-style__title::before {
    width: 162px;
  }
}

.training-style__lead {
  margin-top: 38px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: calc(32/18);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-style__lead {
    font-size: 11px;
    letter-spacing: -0.05em;
    margin-top: 20px;
  }
}

.training-style__block {
  background-color: #fff;
  margin-top: 84px;
  padding-block: 50px 22px;
  padding-inline: 130px 95px;
  position: relative;
}

@media (max-width: 768px) {
  .training-style__block {
    margin-top: 47px;
    padding-block: 37px 14px;
    padding-inline: 28px 32px;
    border-radius: 25px;
  }
}

.training-style__block.training-style__block--e-learning {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .training-style__block.training-style__block--e-learning {
    margin-top: 70px;
    border-radius: initial;
  }
}

.training-style__block-header {
  position: absolute;
  top: -27px;
  left: 70px;
  background-image: url(../img/title-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: 8px;
}

@media (max-width: 768px) {
  .training-style__block-header {
    left: 50%;
    transform: translateX(-50%);
  }
}

.training-style__block-title {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: calc(47/30);
  letter-spacing: 0em;
  font-weight: 500;
  width: 525px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .training-style__block-title {
    width: 295px;
    font-size: 17px;
  }
}

.training-style__block-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: calc(32/20);
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .training-style__block-text {
    font-size: 12px;
  }
}
.training-style__block-body {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .training-style__block-body {
    flex-direction: column;
    gap: 24px;
    margin-top: 7px;
  }
}

.training-style__item {
  width: 50%;
}

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

.training-style__item-image {
  aspect-ratio: 370/240;
}

.training-style__item-image img {
  object-fit: cover;
  height: 100%;
  border-radius: 25px;
}

.training-style__item-title {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  color: #004D9E;
  font-size: 24px;
  line-height: calc(37/24);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-style__item-title {
    font-size: 15px;
  }
}

.training-style__item-text {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: calc(24/15);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-style__item-text {
    font-size: 10px;
    margin-top: 4px;
  }
}

.training-style__block-footer {
  width: 246px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 25px;
  border-radius: 18px;
  border: 1px solid #004D9E;
}

@media (max-width: 768px) {
  .training-style__block-footer {
    width: 159px;
  }
}

.training-style__btn {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #004D9E;
  font-size: 16px;
  line-height: calc(30/16);
  font-weight: 900;
}

.training-style__block-wrapper {
  display: flex;
  align-items: center;
  gap: 74px;
}

@media (max-width: 768px) {
  .training-style__block-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
}

.training-style__block-wrapper .training-style__item-image {
  aspect-ratio: 376/250;
  width: 40%;
}

@media (max-width: 768px) {
  .training-style__block-wrapper .training-style__item-image {
    aspect-ratio: 243/162;
    width: 100%;
  }
}

/*.training-style__block-wrapper .training-style__block-text {
  font-size: 12px;
}*/

/* コース・プラン */
.course-plan {
  background-image: url("../img/course-plan-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 100px;
}

@media (max-width: 768px) {
  .course-plan{
    background-image: url("../img/course-plan-bg-sp.jpg");
    padding-block: 65px 60px;
  }
}

@supports (background-image: url(../img/course-plan-bg.webp)){
  .course-plan{
      background-image: url(../img/course-plan-bg.webp);
  }
}

@supports (background-image: url(../img/course-plan-bg-sp.webp)){
  @media (max-width: 768px){
  .course-plan{
        background-image: url(../img/course-plan-bg-sp.webp);
      }
  }
}

.course-plan__inner {
  max-width: 1240px;
}

.course-plan__title {
  position: relative;
  padding-top: 37px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 54px;
  line-height: calc(72/54);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .course-plan__title {
    padding-top: 23px;
    font-size: 35px;
    line-height: calc(46/35);
  }
}

.course-plan__title::before {
  content: "";
  position: absolute;
  background-image: url(../img/reason-title.svg);
  width: 250px;
  height: 5px;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .course-plan__title::before {
    width: 162px;
  }
}

.course-plan__group-training {
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  margin-top: 105px;
  padding-block: 68px 51px;
  padding-inline: 71px;
}

@media (max-width: 768px) {
  .course-plan__group-training {
    border-radius: 25px;
    margin-top: 48px;
    padding-block: 42px 28px;
    padding-inline: 27px;
  }
}

.course-plan__heading {
  position: absolute;
  top: -27px;
  left: 70px;
  padding-block: 8px;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: calc(47/30);
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 525px;
  max-width: 100%;
  background-image: url(../img/title-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .course-plan__heading {
    width: 251px;
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.course-plan__columns {
  display: flex;
  align-items: flex-start;
  gap: 73px;
}

@media (max-width: 768px) {
  .course-plan__columns {
    flex-direction: column;
    gap: 18px;
  }
}

.course-plan__column {
  width: 50%;
}

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

.course-plan__column:nth-child(2) {
  border-left: 2px dotted #808080;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .course-plan__column:nth-child(2) {
    border-left: initial;
    border-top: 2px dotted #808080;
    padding-left: initial;
    padding-top: 18px;
  }
}

.course-plan__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 21px;
  line-height: calc(29/22);
  letter-spacing: 0.05em;
  font-weight: 700;
  border-left: 4px solid #004D9E;
  padding-left: 14px;
}

@media (max-width: 768px) {
  .course-plan__text {
    font-size: 15px;
    padding-left: 9px;
  }
}
.course-plan__text span {
  color: #004D9E;
  font-weight: 900;
}

.course-plan__list {
  margin-top: 30px;
  display: grid;
  gap: 25px;
}

@media (max-width: 768px) {
  .course-plan__list {
    margin-top: 19px;
    gap: 16px;
  }
}

.course-plan__column:nth-child(2) .course-plan__list {
  gap: 16px;
}

@media (max-width: 768px) {
  .course-plan__column:nth-child(2) .course-plan__list {
    gap: 11;
  }
}

.course-plan__item {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 19px;
  line-height: calc(28/19);
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}

@media (max-width: 768px) {
  .course-plan__item {
    font-size: 12px;
  }
}

.course-plan__item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  background-color: #004D9E;
}

@media (max-width: 768px) {
  .course-plan__item::before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}

.course-plan__item span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: calc(24/16);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .course-plan__item span {
    font-size: 11px;
  }
}

.course-plan__customize-message {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: calc(23/16);
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .course-plan__customize-message {
    margin-top: 21px;
    font-size: 10px;
  }
}

.course-plan__pc-requirement {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: calc(23/16);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .course-plan__pc-requirement {
    margin-top: 7px;
    font-size: 9px;
  }
}

.course-plan__example {
  position: relative;
  background-color: #EBEBEB;
  border-radius: 32px;
  padding-block: 108px 14px;
  padding-inline: 41px;
  margin-top: 95px;
}

@media (max-width: 768px) {
  .course-plan__example {
    border-radius: 15px;
    padding-block: 90px 12px;
    padding-inline: 25px;
    margin-top: 57px;
  }
}

.course-plan__example-head {
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right bottom, #0080C9, #004D9E);
  padding-block: 21px 16px;
  clip-path: polygon(5% 0, 95% 0, 100% 18%, 100% 82%, 95% 100%, 5% 100%, 0 82%, 0 18%);
  width: 783px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .course-plan__example-head {
    top: -30px;
    width: 230px;
    padding-block: 8px 11px;
  }
}

.course-plan__example-heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: calc(33/26);
  letter-spacing: 0em;
  font-weight: 900;
}

@media (max-width: 768px) {
  .course-plan__example-heading {
    font-size: 13px;
  }
}

.course-plan__example-heading span {
  background-color: #fff;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #004D9E;
  font-size: 19px;
  line-height: calc(27/19);
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-inline: 19px;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .course-plan__example-heading span {
    display: block;
    width: fit-content;
    padding-inline: 10px;
    font-size: 10px;
    margin-right: initial;
    margin-inline: auto;
    display: block;        /* 横並びから改行にする */
    margin-bottom: 8px;    /* 下に余白 */
  }
}

.course-plan__example-purpose {
  margin-top: 12px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: calc(33/19);
  letter-spacing: 0.05em;
  font-weight: 700;
}

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

.course-plan__example-note {
  margin-top: 8px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: calc(26/15);
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .course-plan__example-note {
    margin-top: 4px;
    font-size: 8px;
  }
}

.course-plan__flow {
}

.course-plan__flow-notice {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: calc(26/15);
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .course-plan__flow-notice {
    font-size: 9px;
  }
}

.course-plan__flow-notice span {
  color: #004D9E;
}

.course-plan__flow-image {
  margin-top: 22px;
}

@media (max-width: 768px) {
  .course-plan__flow-image {
    margin-top: 14px;
  }
}

.course-plan__supplement {
  margin-top: 17px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #1E1E1E;
  font-size: 13px;
  line-height: calc(23/13);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .course-plan__supplement {
    margin-top: 14px;
    font-size: 9px;
    text-align-last: left;
  }
}

.course-plan__e-learning {
  margin-top: 100px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  padding-block: 68px 51px;
  padding-inline: 71px;
}

@media (max-width: 768px) {
  .course-plan__e-learning {
    margin-top: 60px;
    border-radius: 25px;
    padding-block: 43px 25px;
    padding-inline: 33px;
  }
}

.course-plan__e-learning-title {
  position: absolute;
  top: -27px;
  left: 70px;
  padding-block: 8px;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: calc(47/30);
  letter-spacing: 0em;
  font-weight: 500;
  width: 525px;
  max-width: 100%;
  background-image: url(../img/title-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .course-plan__e-learning-title {
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
    width: 295px;
  }
}

.course-plan__e-learning-lead {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 21px;
  line-height: calc(29/22);
  letter-spacing: 0.05em;
  font-weight: 700;
  border-left: 4px solid #004D9E;
  padding-left: 14px;
  max-width: 781px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .course-plan__e-learning-lead {
    font-size: 15px;
    padding-left: 9px;
  }
}

.course-plan__e-learning-lead span {
  color: #004D9E;
  font-weight: 900;
}

.course-plan__e-learning-features {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 781px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .course-plan__e-learning-features {
    margin-top: 11px;
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

.course-plan__e-learning-feature {
  padding: 23px 34px;
  background: linear-gradient(to right bottom, #0080C9, #004D9E);
  clip-path: polygon(5% 0, 95% 0, 100% 18%, 100% 82%, 95% 100%, 5% 100%, 0 82%, 0 18%);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: calc(26/18);
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 768px) {
  .course-plan__e-learning-feature {
    padding: 7px 45px;
    font-size: 12px;
  }
}

.course-plan__e-learning-plans {
  margin-top: 41px;
  max-width: 781px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .course-plan__e-learning-plans {
    margin-top: 20px;
  }
}

.course-plan__e-learning-plan {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-block: 16px;
}

@media (max-width: 768px) {
  .course-plan__e-learning-plan {
    flex-direction: column;
    gap: 5px;
    padding-block: 9px;
  }
}

.course-plan__e-learning-plan:nth-child(2) {
  border-block: 2px dotted #808080;
}

.course-plan__e-learning-plan-title {
  border: 1px solid #004D9E;
  border-radius: 6px;
  width: 200px;
  max-width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #004D9E;
  font-size: 20px;
  line-height: calc(28/20);
  letter-spacing: 0.05em;
  font-weight: 900;
}

@media (max-width: 768px) {
  .course-plan__e-learning-plan-title {
    width: 90%;
    font-size: 13px;
  }
}

.course-plan__e-learning-plan-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #1E1E1E;
  font-size: 16px;
  line-height: calc(28/17);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .course-plan__e-learning-plan-text {
    font-size: 11px;
    text-align: center;
  }
}

.course-plan__e-learning-example {
  position: relative;
  background-color: #EBEBEB;
  border-radius: 32px;
  padding-block: 131px 37px;
  padding-inline: 41px;
  margin-top: 105px;
}

@media (max-width: 768px) {
  .course-plan__e-learning-example {
    border-radius: 15px;
    padding-block: 111px 25px;
    padding-inline: 33px;
    margin-top: 63px;
  }
}

.course-plan__e-learning-flow {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 33px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow {
    flex-direction: column;
    gap: 21px;
  }
}

.course-plan__e-learning-flow-column {
  background-color: #fff;
  border-radius: 23px;
  border: 2px solid #004D9E;
  padding-block: 23px 26px;
  padding-inline: 55px;
  width: 50%;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-column {
    border-radius: 15px;
    padding-block: 16px;
    padding-inline: 24px;
    width: 100%;
  }
}

.course-plan__e-learning-flow-title {
  font-family: "Noto Sans JP", sans-serif;
  color: #004D9E;
  font-size: 24px;
  line-height: calc(39/24);
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-title {
    font-size: 15px;
  }
}

.course-plan__e-learning-flow-list {
  margin-top: 22px;
  display: grid;
  gap: 8px;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-list {
    margin-top: 10px;
    gap: 4px;
  }
}

.course-plan__e-learning-flow-item {
  font-family: "Noto Sans JP", sans-serif;
  color: #1E1E1E;
  font-size: 17px;
  line-height: calc(32/17);
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-item {
    font-size: 11px;
  }
}

.course-plan__e-learning-flow-item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  background-color: #004D9E;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-item::before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}

.course-plan__e-learning-flow-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-plus {
    width: 48px;
    height: 48px;
  }
}

.course-plan__e-learning-flow-option {
  background-color: #004D9E;
  border-radius: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: calc(29/15);
  letter-spacing: 0.05em;
  font-weight:700;
  width: 146px;
  max-width: 100%;
  text-align: center;
  display: block;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .course-plan__e-learning-flow-option {
    font-size: 11px;
    width: 95px;
  }
}

.course-plan__e-learning-supplement {
  margin-top: 17px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #1E1E1E;
  font-size: 13px;
  line-height: calc(23/13);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .course-plan__e-learning-supplement {
    margin-top: 10px;
    font-size: 9px;
    text-align-last: left;
  }
}

/* お客様企業の声 */
.voice {
  margin-block: 68px 50px;
}

@media (max-width: 768px) {
  .voice {
    margin-block: 36px 44px;
  }
}

.voice__inner {
  max-width: 1240px;
}

.voice__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 42px;
  line-height: calc(79/42);
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .voice__title {
    font-size: 21px;
  }
}

.voice__title::before,
.voice__title::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 33px;
}

@media (max-width: 768px) {
  .voice__title::before,
  .voice__title::after {
    width: 15px;
    height: 17px;
  }
}

.voice__title::before {
  background-image: url(../img/voice-icon-left.svg);
  left: -60px;
}

@media (max-width: 768px) {
  .voice__title::before {
    left: -24px;
  }
}
.voice__title::after {
  background-image: url(../img/voice-icon-right.svg);
  right: -60px;
}

@media (max-width: 768px) {
  .voice__title::after {
    right: -24px;
  }
}

.voice__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

@media (max-width: 768px) {
  .voice__list {
    margin-top: 17px;
    grid-template-columns: 1fr;
  }
}

.voice__item {
  border: 3px solid #004D9E;
  border-radius: 28px;
  padding-block: 50px;
  padding-inline: 20px;
}

@media (max-width: 768px) {
  .voice__item {
    padding-block: 27px 31px;
  }
}

.voice__item-head {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.voice__icon {
  width: 100px;
  max-width: 100%;
}

.voice__headline {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 17px;
  line-height: calc(32/17);
  letter-spacing: -0.04em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #004D9E;
}

.voice__text {
  margin-top: 28px;
  font-size: 14px;
  line-height: calc(26/14);
  letter-spacing: -0.05em;
  color: #333333;
  font-weight: 500;
}

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

.voice__note {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  line-height: calc(36/14);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .voice__note {
    margin-top: 20px;
    font-size: 9px;
  }
}

/* お問い合わせ */
.cta {
  background: linear-gradient(to right bottom, #0080C9, #004D9E);
  padding-block: 30px;
}

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

.cta__inner {
  max-width: 1240px;
}

.cta__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

@media (max-width: 768px) {
  .cta__wrapper {
    flex-direction: column;
    gap: 6px;
  }
}

.cta__image {
  max-width: 407px;
  width: 100%;
  aspect-ratio: 407/271;
}

@media (max-width: 768px) {
  .cta__image {
    aspect-ratio: 264/176;
  }
}

.cta__image img {
  object-fit: cover;
  height: 100%;
  border-radius: 25px;
}

.cta__content {
}

.cta__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: calc(48/28);
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cta__text {
    font-size: 18px;
  }
}

.cta__buttons {
  margin-top: 35px;
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .cta__buttons {
    margin-top: 23px;
    gap: 7px;
  }
}

.cta__button {
  display: block;
  width: 226px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #004D9E;
  font-size: 18px;
  line-height: calc(30/16);
  font-weight: 900;
  text-align: center;
  padding-block: 6px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .cta__button {
    width: 146px;
    font-size: 10px;
  }
}

/* フッター */
.training-footer {
  margin-block: 55px 52px;
}

@media (max-width: 768px) {
  .training-footer {
    margin-block: 24px;
  }
}

.training-footer__inner {
  max-width: 1240px;
}

.training-footer__logo {
  width: 359px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .training-footer__logo {
    width: 233px;
  }
}

.training-footer__info {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .training-footer__info {
    margin-top: 21px;
  }
}

.training-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: calc(22/15);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-footer__address {
    font-size: 10px;
  }
}

.training-footer__tel {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: calc(22/15);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-footer__tel {
    font-size: 10px;
  }
}

.training-footer__copy {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: calc(22/12);
  letter-spacing: 0.05em;
  font-weight: 500;
}

.training-footer__copy small {
  color: #333333;
}

@media (max-width: 768px) {
  .training-footer__copy {
    margin-top: 19px;
    font-size: 9px;
  }
}

.floating {
  position: fixed;

}

/* 企業研修ページの見出しをBlack化 */
.training-program__title,
.reason__title,
.training-style__title,
.course-plan__title,
.training-style__block-title,
.course-plan__heading,
.course-plan__e-learning-title,
.training-style__item-title,
.trouble__title,
.trouble__lead {
  font-weight: 900 !important; /* Black */
}

/* reason__heading を bold に */
.reason__heading,
.reason__text,
.reason__number{
  font-weight: 700 !important; /* Bold に上書き */
}

sup {
  font-size: 0.6em;     /* 小さく */
  vertical-align: super; /* 上付き */
  color: #fff;
}
