@charset "UTF-8";
/* variable */
/* mixin */
/*base*/
html {
  font-size: 62.5%;
  scroll-padding-top: 2rem;
}
@media screen and (width >= 1024px) {
  html {
    scroll-padding-top: 15rem;
  }
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: scroll;
  min-height: 100vh;
  color: #222;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳＰゴシック", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

:focus:not(:focus-visible) {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (width < 1024px) {
  a[href*="tel:"] {
    cursor: pointer;
  }
}

img {
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding-left: 2.5rem;
}

input,
select,
textarea {
  padding: 0;
  font-size: 1.6rem;
}

input::-ms-reveal {
  visibility: hidden;
}

input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer;
}

textarea {
  resize: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

select {
  cursor: pointer;
}

hr {
  border: none;
  margin: 1rem 0;
}

rt {
  padding: 0.2rem;
  text-align: center;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
@media screen and (width >= 1024px) {
  .l-header {
    position: fixed;
    top: clamp(2rem, 3vw, 5rem);
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header--explanation {
    top: 4rem;
  }
}

.l-wrapper {
  overflow: hidden;
}
.l-wrapper--explanation {
  padding-block: 8rem 4rem;
}
@media screen and (width >= 1024px) {
  .l-wrapper--explanation {
    padding-block: 15rem 8rem;
  }
}

.c-marker-text {
  display: inline;
  margin-inline: -0.25em;
  padding-inline: 0.25em;
  background: linear-gradient(transparent 61%, #ffef5d 61%, #ffef5d 100%);
}
.c-marker-text--brand-color {
  color: #004195;
}

.c-dot-text {
  display: inline-block;
  position: relative;
}
.c-dot-text::before {
  content: "・";
  position: absolute;
  top: -20%;
  left: 50%;
  font-size: 1em;
  transform: translateX(-50%);
  line-height: 1;
}
.c-dot-text--green::before {
  color: #00aa43;
}
.c-dot-text--pc-yellow::before {
  display: none;
}
@media screen and (width >= 1024px) {
  .c-dot-text--pc-yellow::before {
    display: block;
    color: #ffef5d;
  }
}

.c-brand-color-text {
  color: #004195;
}

.c-robot-text {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳＰゴシック", sans-serif;
}

.c-noto-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳＰゴシック", sans-serif;
}

.c-yellow-wave-text {
  text-decoration: #ffef5d wavy underline;
}

.c-link {
  color: #1364ef;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (width >= 600px) {
  .c-link:hover {
    text-decoration: underline;
  }
}
@media screen and (width >= 600px) {
  .c-link--no-underline:hover {
    text-decoration: none;
  }
}
.c-link--intext {
  text-decoration: underline;
}
@media screen and (width >= 600px) {
  .c-link--intext:hover {
    text-decoration: none;
  }
}
.c-link[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  margin-left: 0.5rem;
  background: url(../../assets/img/cmn/cmn_icon_other-window.svg) no-repeat center/cover;
}
.c-link[href^=http]::after {
  height: 13px;
  width: 13px;
  background: url(../../assets/img/cmn/cmn_icon_external-site.svg) no-repeat center/cover;
}
.c-link[href*=".pdf"]::after {
  height: 2.1rem;
  width: 1.8rem;
  margin-bottom: 0.3rem;
  margin-left: 1rem;
  vertical-align: middle;
  background: url(../../assets/img/cmn/cmn_icon_pdf.svg) no-repeat center/cover;
}
.c-link[href^="https://www.wdb-g.com/"]::after {
  height: 12px;
  width: 12px;
  margin-left: 0.5rem;
  vertical-align: baseline;
  background: url(../../assets/img/cmn/cmn_icon_other-window.svg) no-repeat center/cover;
}
.c-link--black {
  color: #222;
}
.c-link--black:hover {
  color: #222;
}
.c-link--black[target=_blank]::after {
  background: url(../../assets/img/cmn/cmn_icon_other-window-black.svg) no-repeat center/cover;
}
.c-link--black[href^=http]::after {
  background: url(../../assets/img/cmn/cmn_icon_external-site-black.svg) no-repeat center/cover;
}
.c-link--black[href^="https://www.wdb-g.com/"]::after {
  height: 12px;
  margin-left: 0.5rem;
  width: 12px;
  vertical-align: baseline;
  background: url(../../assets/img/cmn/cmn_icon_other-window-black.svg) no-repeat center/cover;
}

.c-background {
  position: relative;
}
.c-background::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-background--01::before {
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/top/index_bg_01.svg);
  z-index: 1;
}
@media screen and (width >= 1024px) {
  .c-background--01::before {
    left: -37rem;
    width: 35rem;
    height: 35rem;
  }
}
.c-background--02::before {
  top: 50%;
  right: -12rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/top/index_bg_02.svg);
  z-index: 1;
}
@media screen and (width >= 1024px) {
  .c-background--02::before {
    right: -37rem;
    width: 35rem;
    height: 35rem;
  }
}
.c-background--03::before {
  top: 200rem;
  left: -16rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/top/index_bg_03.svg);
  z-index: 1;
}
@media screen and (width >= 1024px) {
  .c-background--03::before {
    left: -25rem;
  }
}
.c-background--03::after {
  content: "";
  position: absolute;
  top: 350rem;
  right: -12rem;
  display: block;
  width: 20rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/top/index_bg_04.svg);
}
@media screen and (width >= 1024px) {
  .c-background--03::after {
    top: 400rem;
    right: -25rem;
  }
}
.c-background--04::before {
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/top/index_bg_05.svg);
  z-index: 1;
}
@media screen and (width >= 1024px) {
  .c-background--04::before {
    top: -10rem;
    left: -30rem;
    width: 30rem;
    height: 30rem;
  }
}
.c-background--04::after {
  content: "";
  position: absolute;
  bottom: 10rem;
  right: 0;
  width: 20rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/top/index_bg_06.svg);
  z-index: 1;
}
@media screen and (width >= 1024px) {
  .c-background--04::after {
    right: -30rem;
    bottom: 2rem;
    width: 30rem;
    height: 30rem;
  }
}

.p-header-wrapper {
  margin-inline: auto;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .p-header-wrapper {
    width: calc(100% - 4rem);
    max-width: 160rem;
  }
  .p-header-wrapper--explanation {
    max-width: 96rem;
  }
}

.p-header {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  height: 8rem;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .p-header {
    border-radius: 4.5rem;
    margin-inline: auto;
    padding: min(1vw, 2rem) min(4vw, 6rem);
    height: clamp(7rem, 6vw, 9rem);
    box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
  .p-header--explanation {
    height: 7rem;
    padding-block: 1rem;
  }
}

.p-header__logo {
  width: 13.7rem;
}
@media screen and (width >= 1024px) {
  .p-header__logo {
    width: 18.7rem;
  }
  .p-header__logo--explanation {
    width: 15.6rem;
  }
}

.p-header__logo-wrapper {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (width >= 1024px) {
  .p-header__logo-wrapper {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }
  .p-header__logo-wrapper--explanation {
    gap: 1rem;
  }
}

.p-header__logo-text {
  color: #004195;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (width >= 1024px) {
  .p-header__logo-text {
    font-size: 1.8rem;
  }
  .p-header__logo-text--explanation {
    font-size: 1.4rem;
  }
}

.p-header__link-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
}

.p-header-button {
  display: none;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  border-radius: 3rem;
  padding: 1rem 4rem;
  background-color: #f27100;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: background-color 0.25s;
}
@media (any-hover: hover) {
  .p-header-button:hover {
    background-color: #f5a04B;
  }
  .p-header-button:hover .p-header-button__icon::after {
    border-color: #f5a04B;
  }
}
@media screen and (width >= 1024px) {
  .p-header-button {
    display: inline-flex;
  }
  .p-header-button--explanation {
    font-size: 1.6rem;
  }
}

.p-header-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.p-header-button__icon::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #f27100;
  border-right: 2px solid #f27100;
  margin-left: -0.2rem;
  height: 0.6rem;
  width: 0.6rem;
  transform: rotate(45deg);
  transition: border-color 0.2s;
}

.p-link {
  color: #1364ef;
}
@media (any-hover: hover) {
  .p-link:hover {
    text-decoration: underline;
  }
}
.p-link--header {
  color: #222;
  font-weight: bold;
  font-size: 1.2rem;
  transition: opacity 0.2s;
}
@media screen and (width >= 600px) {
  .p-link--header {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .p-link--header:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-link--arrow {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
}
.p-link--arrow::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  height: 0.6rem;
  width: 0.6rem;
  background-image: none;
  transform: rotate(45deg);
}

.p-mainvisual-area {
  position: relative;
}

.p-mainvisual-pc {
  display: none;
}
@media screen and (width >= 1024px) {
  .p-mainvisual-pc {
    display: block;
  }
}

.p-mainvisual-sp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(62rem, 100svh, 80rem);
  width: 100%;
  background: url(../img/top/index_main_sp.webp) no-repeat center center/cover;
}
.p-mainvisual-sp::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (width >= 600px) {
  .p-mainvisual-sp {
    height: clamp(85rem, 100svh, 100rem);
  }
}
@media screen and (width >= 1024px) {
  .p-mainvisual-sp {
    display: none;
  }
}

.p-mainvisual-sp__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-mainvisual-sp__catch {
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #0070c3;
}
@media screen and (width >= 600px) {
  .p-mainvisual-sp__catch {
    font-size: 1.5rem;
  }
}

.p-mainvisual-sp__title-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-mainvisual-sp__title {
  padding-inline: 2rem;
  margin-top: 3rem;
  margin-right: -2rem;
  width: 100%;
  max-width: 60rem;
}

.p-mainvisual-pc__img {
  display: block;
  width: 100%;
}

.p-mainvisual-sp__text {
  padding-inline: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (width >= 600px) {
  .p-mainvisual-sp__text {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}

.p-mainvisual-sp__illustration {
  margin-top: 1rem;
  padding-inline: 1rem;
  width: 100%;
  max-width: 90rem;
}
@media screen and (width >= 600px) {
  .p-mainvisual-sp__illustration {
    padding-inline: 4rem;
  }
}

.p-mainvisual-movie-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  margin-inline: auto;
  padding-inline: 3rem;
  padding-bottom: 6rem;
  width: min(100%, 40rem);
}
@media screen and (width >= 1024px) {
  .p-mainvisual-movie-box {
    position: absolute;
    right: 10rem;
    bottom: 7rem;
    row-gap: 1rem;
    padding-inline: 0;
    padding-bottom: 0;
    width: min(22.5%, 40rem);
  }
}

.p-mainvisual-movie-box__text {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-mainvisual-movie-box__button {
  position: relative;
  border-radius: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (any-hover: hover) {
  .p-mainvisual-movie-box__button:hover .p-mainvisual-movie-box__button-inner {
    opacity: 0.6;
  }
}

.p-mainvisual-movie-box__button-inner {
  transition: opacity 0.25s;
}

.p-mainvisual-movie-box__time {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  padding: 0.2rem 0.8rem;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 14px;
  font-feature-settings: "palt";
  line-height: 1.2;
}

.p-catch-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
@media screen and (width >= 1024px) {
  .p-catch-area {
    row-gap: 8rem;
  }
}

.p-catch-area__title-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (width >= 1024px) {
  .p-catch-area__title-box {
    row-gap: 3rem;
  }
}

.p-catch-area__sub-title {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  font-weight: bold;
}
.p-catch-area__sub-title::after {
  content: "";
  display: block;
  border-bottom: 1px solid #222;
  height: 1px;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .p-catch-area__sub-title {
    row-gap: 1.5rem;
    font-size: 2rem;
  }
}

.p-catch-area__main-title {
  color: #004195;
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: bold;
  text-align: center;
}

.p-catch-area__content {
  width: 100%;
}

.p-catch-area__content-text {
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 2.2;
}
.p-catch-area__content-text + .p-catch-area__content-text {
  margin-top: 4rem;
}
@media screen and (width >= 1024px) {
  .p-catch-area__content-text {
    font-size: 1.8rem;
    text-align: center;
  }
}

.p-recommend-point-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 6rem;
}
@media screen and (width >= 1024px) {
  .p-recommend-point-area {
    row-gap: 3rem;
    margin-top: 8rem;
  }
}

.p-recommend-point-area__title {
  position: relative;
  display: inline-block;
  padding-inline: 0.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-recommend-point-area__title::before, .p-recommend-point-area__title::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  display: block;
  width: 3px;
  height: 22.5px;
  border-right: 3px solid #222;
}
.p-recommend-point-area__title::before {
  left: 0;
  transform: rotate(-30deg);
}
.p-recommend-point-area__title::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (width >= 1024px) {
  .p-recommend-point-area__title {
    font-size: 2.8rem;
  }
}

.p-recommend-point-area__content {
  width: 100%;
}

.p-recommend-point-list {
  display: grid;
  gap: 1rem;
  margin-inline: auto;
  max-width: 40rem;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .p-recommend-point-list {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
}

.p-recommend-point-list__item {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  justify-content: center;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #f5f9ff;
}
@media screen and (width >= 1024px) {
  .p-recommend-point-list__item {
    flex-direction: column;
    row-gap: 3rem;
    padding: 6.5rem 2rem;
  }
}

.p-recommend-point-list__img-box {
  flex-shrink: 0;
  width: 5rem;
}
@media screen and (width >= 1024px) {
  .p-recommend-point-list__img-box {
    width: 10rem;
  }
}

.p-recommend-point-list__img {
  width: 100%;
}

.p-recommend-point-list__text {
  font-weight: bold;
  min-width: 18rem;
}
@media screen and (width >= 1024px) {
  .p-recommend-point-list__text {
    font-size: 2.4rem;
    text-align: center;
  }
}

.p-course-area-title-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 4rem;
}
.p-course-area-title-box + * {
  margin-top: 4rem;
}
@media screen and (width >= 1024px) {
  .p-course-area-title-box + * {
    margin-top: 5rem;
  }
}
@media screen and (width >= 1024px) {
  .p-course-area-title-box {
    row-gap: 2rem;
    padding-top: 6rem;
  }
}

.p-course-area-sub-title {
  position: relative;
  display: inline-block;
  padding-inline: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
}
.p-course-area-sub-title::before, .p-course-area-sub-title::after {
  content: "";
  position: absolute;
  bottom: 25%;
  display: block;
  width: 2px;
  height: 1.25em;
  border-right: 2px solid #222;
}
.p-course-area-sub-title::before {
  left: 0;
  transform: rotate(-15deg);
}
.p-course-area-sub-title::after {
  right: 0;
  transform: rotate(15deg);
}
@media screen and (width >= 1024px) {
  .p-course-area-sub-title {
    font-size: 2.4rem;
  }
  .p-course-area-sub-title::before, .p-course-area-sub-title::after {
    height: 1em;
  }
}

.p-course-area-main-title {
  position: relative;
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.p-curriculum-title-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}
.p-curriculum-title-box + * {
  margin-top: 4rem;
}
@media screen and (width >= 1024px) {
  .p-curriculum-title-box + * {
    margin-top: 6rem;
  }
}

.p-curriculum-main-title {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (width >= 1024px) {
  .p-curriculum-main-title {
    font-size: 5rem;
  }
}

.p-curriculum-sub-title {
  color: #999;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (width >= 1024px) {
  .p-curriculum-sub-title {
    font-size: 2rem;
  }
}

.p-curriculum-list {
  display: grid;
  gap: 6rem;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .p-curriculum-list {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-curriculum-list__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (width >= 1024px) {
  .p-curriculum-list__item {
    row-gap: 4rem;
  }
}

.p-curriculum-list__item-title {
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  width: 100%;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.8rem);
  font-weight: bold;
  text-align: center;
}
.p-curriculum-list__item-title--portable {
  background-color: #045fd4;
}
.p-curriculum-list__item-title--career {
  background-color: #00aa43;
}
.p-curriculum-list__item-title--practice {
  background-color: #f19408;
}

.p-curriculum-list__item-img {
  height: 14.5rem;
  width: auto;
}

.p-curriculum-skill-list-wrapper {
  width: 100%;
}

.p-curriculum-skill-list-title {
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.p-curriculum-skill-list-title--portable {
  color: #045fd4;
}
.p-curriculum-skill-list-title--career {
  color: #00aa43;
}
.p-curriculum-skill-list-title--practice {
  color: #f19408;
}
@media screen and (width >= 1024px) {
  .p-curriculum-skill-list-title {
    font-size: 2rem;
  }
}

.p-curriculum-skill-list__item {
  font-weight: bold;
}
.p-curriculum-skill-list__item--middle-category + .p-curriculum-skill-list__item--middle-category {
  margin-top: 3rem;
}

.p-curriculum-content + .p-curriculum-content {
  margin-top: 4rem;
}
@media screen and (width >= 1024px) {
  .p-curriculum-content + .p-curriculum-content {
    margin-top: 6rem;
  }
}

.p-color-box {
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff2b1;
}
@media screen and (width >= 1024px) {
  .p-color-box {
    padding: 2rem;
  }
}

.p-color-box__text {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (width >= 1024px) {
  .p-color-box__text {
    font-size: 2.4rem;
  }
}

.p-course-tab-list {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  padding-bottom: 2rem;
}
@media screen and (width >= 1024px) {
  .p-course-tab-list {
    column-gap: 4rem;
    padding-bottom: 3rem;
  }
}

.p-course-tab-list__item {
  width: min(50%, 50rem);
}

.p-course-tab-list-button {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 1.5rem 2.5rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (width >= 1024px) {
  .p-course-tab-list-button {
    flex-direction: row;
    gap: 1rem;
    border-radius: 6rem;
    padding: 4rem 2rem;
  }
}
.p-course-tab-list-button.is-active .p-course-svg-text {
  fill: #fff;
}
.p-course-tab-list-button.is-active .p-course-tab-list-button__text {
  border: 1px solid #fff;
  color: #fff;
}
.p-course-tab-list-button.is-active::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  border-top: 1.4rem solid transparent;
  border-right: 1.12rem solid transparent;
  border-left: 1.12rem solid transparent;
  height: 1.4rem;
  width: 2.24rem;
  transform: translateX(-50%);
}
@media screen and (width >= 1024px) {
  .p-course-tab-list-button.is-active::after {
    bottom: -2rem;
    border-top: 2.5rem solid transparent;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    height: 2.5rem;
    width: 4rem;
  }
}
@media (any-hover: hover) {
  .p-course-tab-list-button:hover .p-course-svg-text {
    fill: #fff;
  }
  .p-course-tab-list-button:hover .p-course-tab-list-button__text {
    border: 1px solid #fff;
    color: #fff;
  }
}
.p-course-tab-list-button--five-days.is-active {
  background-color: #144c9a;
}
.p-course-tab-list-button--five-days.is-active .p-course-tab-list-button__text {
  background-color: #144c9a;
}
.p-course-tab-list-button--five-days.is-active::after {
  border-top-color: #144c9a;
}
@media (any-hover: hover) {
  .p-course-tab-list-button--five-days:hover {
    background-color: #144c9a;
  }
  .p-course-tab-list-button--five-days:hover .p-course-tab-list-button__text {
    background-color: #144c9a;
  }
}
.p-course-tab-list-button--one-day.is-active {
  background-color: #0f9443;
}
.p-course-tab-list-button--one-day.is-active .p-course-tab-list-button__text {
  background-color: #0f9443;
}
.p-course-tab-list-button--one-day.is-active::after {
  border-top-color: #0f9443;
}
@media (any-hover: hover) {
  .p-course-tab-list-button--one-day:hover {
    background-color: #0f9443;
  }
  .p-course-tab-list-button--one-day:hover .p-course-tab-list-button__text {
    background-color: #0f9443;
  }
}

.p-course-tab-list-button__img {
  width: 100%;
  max-width: 11.1rem;
}
@media screen and (width >= 1024px) {
  .p-course-tab-list-button__img {
    width: auto;
    max-width: none;
  }
}

.p-course-tab-list-button__text {
  border: 1px solid #eee;
  border-radius: 2rem;
  padding-inline: 1rem;
  background-color: #eee;
  color: #666;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
  transition: background-color 0.1s, border-color 0.1s, color 0.1s;
}
@media screen and (width >= 1024px) {
  .p-course-tab-list-button__text {
    padding: 0.5rem 2rem;
    font-size: 1.4rem;
  }
}

.p-course-svg-text {
  fill: #666;
  transition: fill 0.1s;
}

.p-course-card {
  position: relative;
  display: none;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 3rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 2;
}
.p-course-card.is-visible {
  display: block;
}

.p-course-header {
  padding-top: 2rem;
  padding-inline: 2rem;
  text-align: center;
}
.p-course-header--five-days {
  background-image: linear-gradient(180deg, #144c9a 0%, #144c9a 18rem, transparent 18rem);
}
@media screen and (width >= 600px) {
  .p-course-header--five-days {
    background-image: linear-gradient(180deg, #144c9a 0%, #144c9a 22rem, transparent 22rem);
  }
}
@media screen and (width >= 1024px) {
  .p-course-header--five-days {
    background-image: none;
    background-color: #144c9a;
  }
}
.p-course-header--one-day {
  background-image: linear-gradient(180deg, #0f9443 0%, #0f9443 18rem, transparent 18rem);
}
@media screen and (width >= 600px) {
  .p-course-header--one-day {
    background-image: linear-gradient(180deg, #0f9443 0%, #0f9443 22rem, transparent 22rem);
  }
}
@media screen and (width >= 1024px) {
  .p-course-header--one-day {
    background-image: none;
    background-color: #0f9443;
  }
}
@media screen and (width >= 600px) {
  .p-course-header {
    padding-top: 4rem;
    padding-inline: 4rem;
  }
}
@media screen and (width >= 1024px) {
  .p-course-header {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 4rem 8rem;
    padding: 6rem;
  }
}

.p-course-header__sub-title {
  display: inline;
  grid-area: 1/1/2/3;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .p-course-header__sub-title {
    display: inline-block;
    grid-area: 1/1/2/3;
    font-size: 2.8rem;
    border-bottom: 4px solid #fff;
    padding-bottom: 1rem;
  }
}

.p-course-header__main-title {
  margin-top: 2rem;
  margin-inline: auto;
  width: min(100%, 24.2rem);
}
@media screen and (width >= 1024px) {
  .p-course-header__main-title {
    grid-area: 2/1/3/2;
    margin-top: 0;
    width: auto;
  }
}

.p-course-header__overview-list {
  grid-area: 2/2/3/3;
  padding-top: 4rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
@media screen and (width >= 600px) {
  .p-course-header__overview-list {
    padding-top: 6rem;
  }
}
@media screen and (width >= 1024px) {
  .p-course-header__overview-list {
    padding-top: 0;
    font-size: 2rem;
    font-weight: normal;
  }
}
.p-course-header__overview-list--five-days {
  color: #144c9a;
}
@media screen and (width >= 1024px) {
  .p-course-header__overview-list--five-days {
    color: #fff;
  }
}
.p-course-header__overview-list--one-day {
  color: #0f9443;
}
@media screen and (width >= 1024px) {
  .p-course-header__overview-list--one-day {
    color: #fff;
  }
}

.p-course-header__overview-list-item {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.p-course-contents-area {
  padding: 4rem 2rem 2rem;
}
@media screen and (width >= 600px) {
  .p-course-contents-area {
    padding: 4rem;
  }
}
@media screen and (width >= 1024px) {
  .p-course-contents-area {
    padding: 6rem 10rem;
  }
}

.p-course-anchor-link-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
.p-course-anchor-link-box + * {
  margin-top: 8rem;
}
@media screen and (width >= 1024px) {
  .p-course-anchor-link-box + * {
    margin-top: 10rem;
  }
}
@media screen and (width >= 1024px) {
  .p-course-anchor-link-box {
    row-gap: 3rem;
  }
}

.p-course-introduction + .p-course-introduction {
  margin-top: 16rem;
}

.p-course-anchor-link-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .p-course-anchor-link-list {
    flex-direction: row;
  }
}

.p-course-anchor-link-list__item {
  display: flex;
  justify-content: center;
}
@media screen and (width >= 1024px) {
  .p-course-anchor-link-list__item {
    display: block;
  }
}

.p-anchor-link-button {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  justify-content: center;
  border: 1px solid #1d64be;
  border-radius: 5rem;
  padding: 1rem 2rem;
  width: min(100%, 29.5rem);
  color: #1d64be;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.p-anchor-link-button::after {
  content: "";
  display: inline-block;
  height: 0.7rem;
  width: 1.4rem;
  border-top: 0.7rem solid #1d64be;
  border-right: 0.7rem solid transparent;
  border-left: 0.7rem solid transparent;
}
@media screen and (width >= 1024px) {
  .p-anchor-link-button {
    border-radius: 3rem;
    width: auto;
    line-height: 1.8;
  }
}

@media screen and (width >= 1024px) {
  .p-course-recommend-point-area {
    border-radius: 0.8rem;
    padding: 3rem 7rem;
  }
  .p-course-recommend-point-area--five-days {
    border: 3px solid #3f83d9;
  }
  .p-course-recommend-point-area--one-day {
    border: 3px solid #21be5f;
  }
}

.p-course-recommend-point-area__title-box + * {
  margin-top: 2rem;
}
@media screen and (width >= 1024px) {
  .p-course-recommend-point-area__title-box + * {
    margin-top: 3rem;
  }
}

.p-course-recommend-point-area__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-course-recommend-point-area__content {
  width: 100%;
}

.p-course-recommend-point-list {
  display: grid;
  gap: 1rem;
  margin-inline: auto;
  padding-inline: 1rem;
  width: 100%;
  max-width: 40rem;
}
@media screen and (width >= 1024px) {
  .p-course-recommend-point-list {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 0;
    max-width: none;
  }
}

.p-course-recommend-point-list__item {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1rem 2rem;
}
.p-course-recommend-point-list__item--five-days {
  background-color: #eff5ff;
}
.p-course-recommend-point-list__item--one-day {
  background-color: #ebfef2;
}
@media screen and (width >= 600px) {
  .p-course-recommend-point-list__item {
    justify-content: center;
  }
}
@media screen and (width >= 1024px) {
  .p-course-recommend-point-list__item {
    padding: 2rem;
  }
}

.p-course-recommend-point-list__img {
  flex-shrink: 0;
  width: 3rem;
}

.p-course-recommend-point-list__text {
  font-weight: bold;
}
@media screen and (width >= 600px) {
  .p-course-recommend-point-list__text {
    min-width: 20rem;
  }
}
@media screen and (width >= 1024px) {
  .p-course-recommend-point-list__text {
    min-width: auto;
  }
}

.p-course-introduction-content {
  margin-top: 6rem;
}
.p-course-introduction-content--program-details {
  display: grid;
  gap: 2rem;
}
@media screen and (width >= 1024px) {
  .p-course-introduction-content--program-details {
    gap: 2rem 4rem;
    grid-template-columns: 65fr 45fr;
  }
}

.p-course-introduction-header + * {
  margin-top: 4rem;
}

.p-course-introduction-header__img-box {
  display: flex;
  justify-content: center;
}

.p-course-introduction-content__header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.p-course-introduction-content__header + * {
  margin-top: 2rem;
}
@media screen and (width >= 1024px) {
  .p-course-introduction-content__header--program-details {
    grid-area: 1/1/2/2;
  }
}
.p-course-introduction-content__header--program-details + * {
  margin-top: 0;
}
@media screen and (width >= 1024px) {
  .p-course-introduction-content__header {
    align-items: center;
    flex-direction: row;
    column-gap: 2rem;
  }
}

.p-course-introduction-content__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-legend-list {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (width >= 1024px) {
  .p-legend-list--with-title::before {
    content: "";
    display: block;
    border-right: 1px solid #ccc;
    width: 1px;
    height: 2.5rem;
  }
}
@media screen and (width >= 1024px) {
  .p-legend-list {
    font-size: 1.6rem;
  }
}

.p-legend-list__item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: bold;
}
.p-legend-list__item::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.p-legend-list__item--portable::before {
  background-color: #045fd4;
}
.p-legend-list__item--career::before {
  background-color: #00aa43;
}
.p-legend-list__item--practice::before {
  background-color: #f19408;
}

.p-content-notice-list {
  margin-top: 1rem;
}

.p-content-notice-list__item {
  font-size: 1.4rem;
}
@media screen and (width >= 1024px) {
  .p-content-notice-list__item {
    text-align: right;
  }
}

.p-definition-list {
  display: grid;
  row-gap: 0.5rem;
}
@media screen and (width >= 1024px) {
  .p-definition-list--program-details {
    grid-area: 2/1/3/2;
  }
}
@media screen and (width >= 1024px) {
  .p-definition-list {
    column-gap: 2rem;
    grid-template-columns: 10rem auto;
  }
}

.p-definition-list__title {
  font-weight: bold;
}
@media screen and (width >= 1024px) {
  .p-definition-list__title {
    font-weight: normal;
  }
}

@media screen and (width >= 1024px) {
  .p-program-details-img-box {
    grid-area: 1/2/4/3;
    max-width: 45rem;
  }
}

.p-program-details-img {
  border-radius: 2rem;
}

.p-schedule-table__header--five-days {
  background-color: #286ac5;
}
.p-schedule-table__header--one-day {
  background-color: #0eb44f;
}

.p-schedule-table-shadow {
  position: relative;
  margin-right: -2rem;
}
.p-schedule-table-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 13rem;
  height: 100%;
  box-shadow: 0.3rem 0 0.6rem rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 1;
}
@media screen and (width >= 600px) {
  .p-schedule-table-shadow {
    margin-right: -4rem;
  }
}
@media screen and (width >= 1024px) {
  .p-schedule-table-shadow {
    margin-right: 0;
  }
  .p-schedule-table-shadow::before {
    display: none;
  }
}

.p-schedule-table-wrapper {
  padding-right: 2rem;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
}
@media screen and (width >= 600px) {
  .p-schedule-table-wrapper {
    padding-right: 4rem;
  }
}
@media screen and (width >= 1024px) {
  .p-schedule-table-wrapper {
    padding-right: 0;
  }
}

.p-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-schedule-table--five-days {
  min-width: 55rem;
}
.p-schedule-table--one-day {
  min-width: 80rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table {
    min-width: auto;
  }
}

.p-schedule-table__title {
  padding-block: 1rem;
  padding-right: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
.p-schedule-table__title--sticky {
  position: sticky;
  left: 0;
  padding-left: 2rem;
  z-index: 2;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--sticky {
    padding-left: 4rem;
  }
}
.p-schedule-table__title--five-days-place, .p-schedule-table__title--one-day-place {
  width: 13rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--five-days-place, .p-schedule-table__title--one-day-place {
    width: 26rem;
  }
}
.p-schedule-table__title--five-days-place {
  background-color: #286ac5;
}
.p-schedule-table__title--one-day-place {
  background-color: #0eb44f;
}
.p-schedule-table__title--five-days-date, .p-schedule-table__title--one-day-date {
  padding-left: 2rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--five-days-date, .p-schedule-table__title--one-day-date {
    padding-left: 0;
  }
}
.p-schedule-table__title--one-day-date {
  width: 14rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--one-day-date {
    width: 16rem;
  }
}
.p-schedule-table__title--one-day-curriculum {
  width: auto;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--one-day-curriculum {
    width: 36rem;
  }
}
.p-schedule-table__title--five-days-time, .p-schedule-table__title--one-day-time {
  width: 13rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--five-days-time, .p-schedule-table__title--one-day-time {
    width: 15rem;
  }
}
.p-schedule-table__title--five-days-people, .p-schedule-table__title--one-day-people {
  width: 8rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title--five-days-people, .p-schedule-table__title--one-day-people {
    width: 15rem;
  }
}
@media screen and (width >= 1024px) {
  .p-schedule-table__title {
    padding-block: 1.5rem;
    padding-right: 4rem;
  }
}

.p-schedule-table__data {
  padding-block: 1rem;
  padding-right: 2rem;
}
.p-schedule-table__data--join-top {
  padding-bottom: 1rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data--join-top {
    padding-bottom: 2rem;
  }
}
.p-schedule-table__data--join-middle {
  position: relative;
  padding-block: 1rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data--join-middle {
    padding-block: 2rem;
  }
}
.p-schedule-table__data--join-bottom {
  position: relative;
  padding-top: 1rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data--join-bottom {
    padding-top: 2rem;
  }
}
.p-schedule-table__data--sticky {
  position: sticky;
  left: 0;
  padding-left: 2rem;
  z-index: 2;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data--sticky {
    padding-left: 4rem;
  }
}
.p-schedule-table__data--five-days-date, .p-schedule-table__data--one-day-date {
  padding-left: 2rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data--five-days-date, .p-schedule-table__data--one-day-date {
    padding-left: 0;
  }
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data {
    padding-block: 3rem;
    padding-right: 4rem;
  }
}

.p-schedule-table__data-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.p-schedule-table__data-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  height: 1px;
}
.p-schedule-table__data-inner--one-day-date {
  margin-left: 2rem;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data-inner--one-day-date {
    margin-left: 0;
  }
}
.p-schedule-table__data-inner--border-long::after {
  width: calc(100% + 4rem);
  background: repeating-linear-gradient(90deg, #999, #999 2px, transparent 2px, transparent 4px) left top/100% 1px repeat-x;
}
.p-schedule-table__data-inner--border-long-strong::after {
  width: calc(100% + 4rem);
  background: repeating-linear-gradient(90deg, #444, #444 2px, transparent 2px, transparent 4px) left top/100% 1px repeat-x;
}
.p-schedule-table__data-inner--border-short::after {
  width: 80%;
  background: repeating-linear-gradient(90deg, #999, #999 2px, transparent 2px, transparent 4px) left top/100% 1px repeat-x;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data-inner--border-short::after {
    width: 60%;
  }
}
.p-schedule-table__data-inner--border-short-strong::after {
  width: 80%;
  background: repeating-linear-gradient(90deg, #444, #444 2px, transparent 2px, transparent 4px) left top/100% 1px repeat-x;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__data-inner--border-short-strong::after {
    width: 60%;
  }
}

.p-schedule-table__body .p-schedule-table__data--sticky {
  background-color: #fff;
  z-index: 1;
}
.p-schedule-table__body:nth-of-type(even) {
  background-color: #f9f9f9;
}
.p-schedule-table__body:nth-of-type(even) .p-schedule-table__data--sticky {
  background-color: #f9f9f9;
  z-index: 1;
}

.p-schedule-table__place-text {
  font-weight: bold;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__place-text {
    font-size: 1.8rem;
  }
}

.p-schedule-table__place-detail-text {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (width >= 1024px) {
  .p-schedule-table__place-detail-text {
    font-size: 1.4rem;
  }
}

.p-schedule-catch {
  display: block;
  border: 2px solid #1d64be;
  border-radius: 0.6rem;
  padding: 1rem;
  color: #1d64be;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .p-schedule-catch {
    padding: 2rem;
    font-size: 2rem;
  }
}

.p-schedule-curriculum-list__item {
  display: flex;
  column-gap: 1rem;
}
.p-schedule-curriculum-list__item + .p-schedule-curriculum-list__item {
  margin-top: 0.5rem;
}

.p-schedule-curriculum-icon {
  flex-shrink: 0;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  width: 13.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.p-schedule-curriculum-icon--portable {
  color: #045fd4;
  border: 1px solid #045fd4;
}
.p-schedule-curriculum-icon--career {
  color: #00aa43;
  border: 1px solid #00aa43;
}
.p-schedule-curriculum-icon--practice {
  color: #f19408;
  border: 1px solid #f19408;
}

.p-schedule-curriculum-list__text {
  white-space: nowrap;
}

.p-course-tab-area {
  margin-top: 8rem;
}

.p-entry-section {
  background-color: #fffacc;
}

.p-entry-section-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  row-gap: 2.5rem;
  z-index: 2;
}
@media screen and (width >= 1024px) {
  .p-entry-section-inner {
    grid-template-columns: 23fr 63fr 20fr;
    justify-items: normal;
    column-gap: 3rem;
  }
}

.p-entry-area-img-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-inline: 1rem;
  width: 100%;
  max-height: 15.5rem;
}
.p-entry-area-img-box--man {
  grid-area: 2/1/3/2;
}
@media screen and (width >= 1024px) {
  .p-entry-area-img-box--man {
    grid-area: 1/1/2/2;
  }
}
.p-entry-area-img-box--woman {
  grid-area: 2/2/3/3;
}
@media screen and (width >= 1024px) {
  .p-entry-area-img-box--woman {
    grid-area: 1/3/2/4;
  }
}
@media screen and (width >= 1024px) {
  .p-entry-area-img-box {
    padding-inline: 0;
    max-height: none;
  }
}

.p-entry-area-img-box__img {
  width: auto;
  height: 100%;
}
.p-entry-area-img-box__img--man {
  aspect-ratio: 230/280;
}
.p-entry-area-img-box__img--woman {
  aspect-ratio: 198/280;
}
@media screen and (width >= 1024px) {
  .p-entry-area-img-box__img {
    width: 100%;
    height: auto;
  }
}

.p-entry-area-content-box {
  grid-area: 1/1/2/32;
}
@media screen and (width >= 1024px) {
  .p-entry-area-content-box {
    grid-area: 1/2/2/3;
  }
}

.p-entry-area-content-box__text {
  font-weight: bold;
  text-align: center;
}

@media screen and (width >= 1024px) {
  .p-entry-area-content-box {
    padding-bottom: 10rem;
  }
}

.p-entry-area-content-box__button-box {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .p-entry-area-content-box__button-box {
    margin-top: 4rem;
    padding-inline: 2rem;
  }
}

.p-entry-area-content-box__navisite-box {
  margin-top: 4rem;
}
@media screen and (width >= 1024px) {
  .p-entry-area-content-box__navisite-box {
    margin-top: 6rem;
  }
}

.p-entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  border-radius: 4rem;
  padding: 1.5rem 3rem;
  width: 100%;
  max-width: 33.5rem;
  background-color: #f27100;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  transition: background-color 0.25s;
}
.p-entry-button--fixed-footer {
  column-gap: 1rem;
  padding: 1.5rem 2rem;
  max-width: 33.5rem;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
}
.p-entry-button--explanation {
  column-gap: 1rem;
  padding: 1.5rem 2rem;
  max-width: 33.5rem;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
}
@media (any-hover: hover) {
  .p-entry-button:hover {
    background-color: #f5a04B;
  }
  .p-entry-button:hover .p-entry-button__icon::after {
    border-color: #f5a04B;
  }
}
@media screen and (width >= 1024px) {
  .p-entry-button {
    column-gap: 2rem;
    border-radius: 7rem;
    padding: 3rem 4rem;
    max-width: none;
    font-size: 4rem;
  }
  .p-entry-button--explanation {
    column-gap: 1rem;
    padding: 1.5rem 2rem;
    max-width: 33.5rem;
    font-size: 1.6rem;
  }
}

.p-entry-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.p-entry-button__icon::after {
  content: "";
  display: inline-block;
  border-top: 3px solid #f27100;
  border-right: 3px solid #f27100;
  margin-left: -0.25rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(45deg);
  transition: border-color 0.2s;
}
@media screen and (width >= 1024px) {
  .p-entry-button__icon::after {
    border-top: 4px solid #f27100;
    border-right: 4px solid #f27100;
    height: 1.5rem;
    width: 1.5rem;
  }
}
.p-entry-button__icon--fixed-footer {
  height: 1.6rem;
  width: 1.6rem;
}
.p-entry-button__icon--fixed-footer::after {
  border-top: 2px solid #f27100;
  border-right: 2px solid #f27100;
  height: 0.7rem;
  width: 0.7rem;
}
.p-entry-button__icon--explanation {
  height: 1.6rem;
  width: 1.6rem;
}
.p-entry-button__icon--explanation::after {
  border-top: 2px solid #f27100;
  border-right: 2px solid #f27100;
  height: 0.7rem;
  width: 0.7rem;
}
@media screen and (width >= 1024px) {
  .p-entry-button__icon {
    height: 4rem;
    width: 4rem;
  }
  .p-entry-button__icon--explanation {
    height: 1.6rem;
    width: 1.6rem;
  }
  .p-entry-button__icon--explanation::after {
    border-top: 2px solid #f27100;
    border-right: 2px solid #f27100;
    height: 0.7rem;
    width: 0.7rem;
  }
}

.p-entry-area-content-box__navisite-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (width >= 1024px) {
  .p-entry-area-content-box__navisite-list {
    flex-direction: row;
    column-gap: 2rem;
  }
}

.p-entry-area-content-box__navisite-list-item {
  max-width: 26rem;
}
@media screen and (width >= 1024px) {
  .p-entry-area-content-box__navisite-list-item {
    max-width: none;
  }
}

.p-banner-title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (width >= 600px) {
  .p-banner-title {
    text-align: center;
  }
}

.p-banner__img {
  border-radius: 4px;
}

.p-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
  height: 7rem;
  width: 100%;
  z-index: 300;
}
@media screen and (width >= 1024px) {
  .p-fixed-footer {
    display: none;
  }
}

.p-footer-contact-box {
  position: relative;
  padding-block: 4rem;
  background-color: #144c9a;
  z-index: 2;
}
@media screen and (width >= 1024px) {
  .p-footer-contact-box {
    padding-block: 10rem;
  }
}

.p-footer-contact-box__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-footer-contact-box__title + * {
  margin-top: 4rem;
}
@media screen and (width >= 1024px) {
  .p-footer-contact-box__title {
    font-size: 4rem;
  }
}

.p-footer-contact-box__content {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .p-footer-contact-box__content {
    text-align: left;
  }
}

.p-footer-contact-box__content-title {
  display: inline;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.p-footer-contact-box__content-title + * {
  margin-top: 2.5rem;
}
@media screen and (width >= 1024px) {
  .p-footer-contact-box__content-title {
    display: inline-block;
    border-bottom: 4px solid #fff;
    padding-bottom: 1rem;
    padding-inline: 1rem;
    width: fit-content;
    font-size: 2rem;
    line-height: normal;
    text-align: center;
  }
}

.p-footer-contact-list {
  display: grid;
  gap: 1rem 2.5rem;
  grid-template-columns: 11rem auto;
  text-align: left;
}

.p-footer-contact-list__title,
.p-footer-contact-list__data {
  color: #fff;
  font-weight: bold;
}
@media screen and (width >= 1024px) {
  .p-footer-contact-list__title,
  .p-footer-contact-list__data {
    font-size: 1.8rem;
  }
}

.p-footer-contact-list__time {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

.p-footer-contact-list__data--tell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.p-footer-contact-list__link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-footer-contact-list__link:hover {
    text-decoration: none;
  }
}

.p-footer-company-box {
  padding-block: 8rem;
}
@media screen and (width >= 1024px) {
  .p-footer-company-box {
    padding-block: 10rem;
  }
}

.p-footer-company-box__title + * {
  margin-top: 4rem;
}

.p-footer-company-list {
  display: grid;
  row-gap: 5rem;
}
@media screen and (width >= 1024px) {
  .p-footer-company-list {
    gap: 6rem 10rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-footer-company-list__item-title {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #001752;
}

.p-footer-company-list__item-comapany {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (width >= 1024px) {
  .p-footer-company-list__item-comapany {
    font-size: 2.4rem;
  }
}

.p-footer-company-list__item-work {
  font-weight: bold;
}
.p-footer-company-list__item-work--thin {
  letter-spacing: -0.1rem;
}

.p-footer-company-info-list {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: 3.5rem auto;
}

.p-footer-company-list__item-content > * + * {
  margin-top: 1rem;
}

.p-footer-company-list__item-logo--wdb {
  width: 6rem;
}
@media screen and (width >= 1024px) {
  .p-footer-company-list__item-logo--wdb {
    width: 8rem;
  }
}
.p-footer-company-list__item-logo--kougaku {
  width: 7.5rem;
}
@media screen and (width >= 1024px) {
  .p-footer-company-list__item-logo--kougaku {
    width: 10rem;
  }
}
.p-footer-company-list__item-logo--eureka {
  margin-top: -0.5rem;
  width: 7.5rem;
}
@media screen and (width >= 1024px) {
  .p-footer-company-list__item-logo--eureka {
    width: 10rem;
  }
}
.p-footer-company-list__item-logo--nezot {
  width: 4rem;
}
@media screen and (width >= 1024px) {
  .p-footer-company-list__item-logo--nezot {
    width: 5.5rem;
  }
}

.p-footer-term-box {
  border-top: 1px solid #ccc;
  padding-block: 2rem 7rem;
}
@media screen and (width >= 1024px) {
  .p-footer-term-box {
    padding-block: 6rem;
  }
}

.p-footer-term-box-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (width >= 1024px) {
  .p-footer-term-box-inner {
    align-items: flex-end;
    column-gap: 5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer-term-box__logo-box {
  order: 2;
  margin-top: 3rem;
  width: 6rem;
}
@media screen and (width >= 1024px) {
  .p-footer-term-box__logo-box {
    order: 1;
    margin-top: 0;
    width: 9rem;
  }
}

.p-footer-term-box__logo {
  width: 100%;
}

.p-footer-submenu {
  order: 1;
  width: 100%;
}

.p-footer-submenu-container {
  padding: 3rem;
  font-size: 1.2rem;
  margin-bottom: 6rem;
}

.p-footer-submenu__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (width >= 1024px) {
  .p-footer-submenu__list {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 50rem;
  }
}
@media screen and (width >= 1280px) {
  .p-footer-submenu__list {
    max-width: none;
  }
}

.p-footer-submenu__list-item {
  text-align: center;
}

@media screen and (width >= 1024px) {
  .p-footer-submenu__list-item:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-bottom: -0.25rem;
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid #666;
  }
}

.p-footer-submenu__target {
  font-size: 1.4rem;
}

.p-footer-term-box__copyright {
  order: 3;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (width >= 1024px) {
  .p-footer-term-box__copyright {
    margin-top: 2rem;
  }
}

.p-footer-company-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 2rem;
}

.p-footer-term-box__term-list-box {
  display: contents;
}
@media screen and (width >= 1024px) {
  .p-footer-term-box__term-list-box {
    display: block;
    order: 2;
  }
}

/* modal-movie */
.p-modal-movie {
  position: relative;
  border: 1px solid #ccc;
}

.p-modal-movie--notice {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  padding: 1.6rem;
  background-color: #cbcbcb;
}

.p-modal-movie__notice-text {
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 1080px) {
  .p-modal-movie__notice-text {
    font-size: 3.3rem;
  }
}
.p-modal-movie-title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-modal-movie__modal-open,
.p-modal-close {
  cursor: pointer;
}

.p-modal-movie__modal-open {
  display: block;
}

/* 教職員向けページ */
.p-movie-page-title {
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-movie-page-title::before {
  content: "";
  display: block;
  border-left: 5px solid #0852a0;
  border-radius: 0.25rem;
  margin-block: 0.5rem;
  margin-right: 1rem;
}
@media screen and (width >= 1024px) {
  .p-movie-page-title {
    font-size: 2.4rem;
  }
}

.p-explanation-wrapper > * + * {
  margin-top: 2.5rem;
}
@media screen and (width >= 1024px) {
  .p-explanation-wrapper > * + * {
    margin-top: 5rem;
  }
}

.p-explanation-infomation-box__item + .p-explanation-infomation-box__item {
  margin-top: 2rem;
}
@media screen and (width >= 1024px) {
  .p-explanation-infomation-box__item + .p-explanation-infomation-box__item {
    margin-top: 3rem;
  }
}

.p-explanation-infomation-box__text + .p-explanation-infomation-box__text {
  margin-top: 1.5rem;
}

.p-explanation-infomation-box__heading {
  font-weight: bold;
}

.p-explanation-infomation-box__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (width >= 1024px) {
  .p-explanation-infomation-box__button-wrapper {
    justify-content: flex-start;
  }
}

.p-internship-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-inline: -1rem;
}

@media screen and (width >= 1024px) {
  .p-internship-button-wrapper {
    justify-content: left;
    margin-inline: 0;
  }
}
.p-internship-button {
  border-radius: 23px;
  border: 1px solid #0852a0;
  padding: 1rem;
  background-color: #fff;
  color: #144c9a;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-internship-button:hover {
    opacity: 0.7;
  }
}
.p-internship-button--pdf {
  border-radius: 3.5rem;
  padding: 1.2rem 1rem 0.8rem;
  width: 100%;
  max-width: 34.5rem;
}
@media print, screen and (min-width: 1000px) {
  .p-internship-button--pdf {
    width: fit-content;
  }
}
.p-internship-button--pdf::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-top: -0.4rem;
  background: url(../img/cmn/cmn_icon_pdf.svg) no-repeat center center;
  vertical-align: middle;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-internship-button--pdf:hover {
    opacity: 0.7;
  }
}

.p-movie__time {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #000;
  padding: 0.2rem 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 14px;
  font-feature-settings: "palt";
}

.p-primary-section + .p-primary-section {
  margin-top: 10rem;
}
@media screen and (width >= 1024px) {
  .p-primary-section + .p-primary-section {
    margin-top: 16rem;
  }
}
.p-primary-section--color {
  padding-bottom: 6rem;
  background-color: #fffacc;
}
@media screen and (width >= 1024px) {
  .p-primary-section--color {
    padding-bottom: 8rem;
  }
}

.p-container {
  margin-inline: auto;
  padding-inline: 2rem;
  width: 100%;
  max-width: 62rem;
}
@media screen and (width >= 1024px) {
  .p-container {
    max-width: 134rem;
  }
}
@media screen and (width >= 1024px) {
  .p-container--thin {
    padding-inline: 3rem;
    max-width: 116rem;
  }
}
@media screen and (width >= 1024px) {
  .p-container--explanation {
    padding-inline: 3rem;
    max-width: 102rem;
  }
}

.p-card {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 3rem rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (width >= 600px) {
  .p-card {
    padding: 4rem;
  }
}
@media screen and (width >= 1024px) {
  .p-card {
    padding: 8rem 10rem 10rem;
  }
}

/* movie */
.c-modal-open,
.c-modal-close {
  cursor: pointer;
}

/* 動画用のモーダル 閉じるボタン */
.p-video-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  z-index: 800;
}

.p-video-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.p-video-modal.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}

.p-video-modal-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.p-video-modal-overlay--black {
  opacity: 1;
}

.p-video-modal-container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 100dvh;
}

/* PC表示 */
@media screen and (width >= 600px) {
  .p-video-modal-container {
    width: 70%;
    max-width: none;
  }
}

.p-video-modal-header {
  padding: 1rem 0;
  color: #fff;
  font-family: "Noto Sans JP";
  text-align: right;
}

/* MediaKind */
/* iPhoneの場合のみUI非表示 */
.bmpui-ui-controlbar.is-iphone,
.bmpui-ui-titlebar.is-iphone,
.bmpui-image.is-iphone {
  display: none;
}

/* iPhoneの場合のみ再生ボタンの範囲を調整（デフォルトUIのスキップが使えるように） */
.bmpui-container-wrapper .bmpui-ui-playbacktoggle-overlay.is-iphone,
.bmpui-container-wrapper .bmpui-ui-playbacktoggle-overlay.is-iphone .bmpui-ui-hugeplaybacktogglebutton {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  height: 5rem;
  width: 5rem;
}

.bitmovinplayer-container {
  margin: 0 auto !important;
  min-width: auto !important;
  min-height: auto !important;
}

@media print, screen and (min-width: 1080px) {
  .bitmovinplayer-container {
    max-width: none !important;
  }
}
.u-d-sp-tab {
  display: block;
}
@media screen and (width >= 1024px) {
  .u-d-sp-tab {
    display: none;
  }
}

.u-d-pc-inline {
  display: none;
}
@media screen and (width >= 1024px) {
  .u-d-pc-inline {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */