* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}
*,
::before,
::after {
  box-sizing: border-box;
}
*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}
:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
h1 {
  font-size: 2em;
}
:where(ul, ol) {
  list-style-position: inside;
}
:where(ul, ol)[role="list"] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
:where(
    a[href],
    area,
    button,
    input,
    label[for],
    select,
    summary,
    textarea,
    [tabindex]:not([tabindex*="-"])
  ) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
:focus {
  border-color: #fcc800 !important;
  outline: none;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  ),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  )[disabled] {
  cursor: not-allowed;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus {
  outline: none;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/dest/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/dest/fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/dest/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-display: swap;
  src: url("/dest/fonts/urbanist-normal-400.woff2") format("woff2");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  font-display: swap;
  src: url("/dest/fonts/urbanist-normal-500.woff2") format("woff2");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  font-display: swap;
  src: url("/dest/fonts/urbanist-normal-600.woff2") format("woff2");
}
* {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  color: #000;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  text-align: center;
}
html {
  scroll-padding-top: 95px;
  scroll-behavior: smooth;
}
dd {
  font-size: min(spvw(12), 13px);
  letter-spacing: ls(1.4);
}
.sp-active {
  display: inline-block !important;
}
.sp-active-with-flex {
  display: flex !important;
}
.sp-active-with-grid {
  display: grid !important;
}
.sp-active-with-inlineGrid {
  display: inline-grid !important;
}
.sp-active-with-block {
  display: block !important;
}
.tab-active-with-flex {
  display: none !important;
}
.tab-active-with-grid {
  display: none !important;
}
.tab-active-with-inlineGrid {
  display: none !important;
}
.tab-active-with-block {
  display: none !important;
}
.pc-active {
  display: none !important;
}
.pc-active-with-flex {
  display: none !important;
}
.pc-active-with-grid {
  display: none !important;
}
.pc-active-with-inlineGrid {
  display: none !important;
}
.pc-active-with-block {
  display: none !important;
}
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flex--column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.c-flex--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.c-breadcrumb {
  justify-content: flex-start;
  -moz-column-gap: min(5.3333333333vw, 20px);
  column-gap: min(5.3333333333vw, 20px);
}
.c-breadcrumb__item--text {
  font-size: min(2.9333333333vw, 11px);
  line-height: 1;
  letter-spacing: calc(0.275 / 16 * 1rem);
  color: #bbb;
}
.c-breadcrumb__item.c-breadcrumb--link {
  position: relative;
}
.c-breadcrumb__item.c-breadcrumb--link::after {
  content: "＞";
  position: absolute;
  top: 50%;
  font-size: min(2.9333333333vw, 11px);
  transform: translateY(-50%);
  right: max(-4.2666666667vw, -16px);
}
.c-breadcrumb__item.c-breadcrumb--link > * {
  color: #000;
}
.c-subtitle {
  margin-top: min(21.3333333333vw, 120px);
  padding-top: min(5.3333333333vw, 20px);
  border-top: min(0.5333333333vw, 2px) solid #fcc800;
}
.c-subtitle--head {
  align-items: flex-start;
}
.c-subtitle small {
  color: #fcc800;
  font-family: "Urbanist", sans-serif;
  font-size: min(5.0666666667vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: calc(2.85 / 16 * 1rem);
}
.c-subtitle small span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.c-subtitle--title {
  font-size: min(6.4vw, 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.6 / 16 * 1rem);
  margin-top: min(2.1333333333vw, 10px);
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  overscroll-behavior: contain;
}
@supports (-webkit-touch-callout: none) {
  body.no-scroll {
    position: fixed;
    inset: 0;
  }
}
.c-arrow--base {
  width: min(10.1333333333vw, 40px);
  height: min(10.1333333333vw, 40px);
  overflow: visible;
}
.c-arrow__circle {
  stroke-dasharray: 113.097335526;
  stroke-dashoffset: 113.097335526;
  transition: stroke-dashoffset 0.6s ease-in-out, opacity 0.6s ease-in-out,
    stroke 0.2s ease, stroke-width 0.2s ease;
  opacity: 1;
  color: #fff;
}
.l-header {
  background-color: hsla(0, 0%, 100%, 0.15);
  width: 100%;
  height: min(10.9333333333vw, 84px);
  position: fixed;
  top: 0;
  z-index: 998;
}
.l-header:has(.l-header__nav.open) .l-header__container {
  z-index: 999;
  background-color: #fff !important;
}
.l-header.scrollActive .l-header__container {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.l-header:has(.l-header__pc-nav-dropdown:hover) .l-header__container {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.l-header__container {
  width: 100%;
  height: min(10.9333333333vw, 84px);
  padding: 0 min(4vw, 40px);
  justify-content: space-between;
  z-index: -1;
  transition: background-color 0.3s ease-in;
}
.l-header__logo {
  width: min(36.8vw, 220px);
  aspect-ratio: 138/25;
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header__menu {
  row-gap: min(1.0666666667vw, 6px);
  width: min(10.1333333333vw, 38px);
  height: min(4.5333333333vw, 17px);
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.l-header__menu-bar {
  background-color: #000;
  height: min(0.2666666667vw, 1px);
  width: inherit;
  transition: all 0.3s ease-in;
}
.l-header__menu-bar:nth-of-type(2) {
  width: min(7.4666666667vw, 28px);
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(1) {
  transform: translateY(min(1.3333333333vw, 6.75px));
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(2) {
  opacity: 0;
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(3) {
  transform: translateY(max(-1.3333333333vw, -6.75px));
}
.l-header__nav {
  opacity: 0;
  visibility: hidden;
  height: calc(100dvh - min(10.9333333333vw, 84px));
  max-height: 100dvh;
  z-index: -1;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in,
    visibility 0.3s ease-in;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: min(10.6666666667vw, 50px);
  transform: translateX(-100%);
  transform-origin: left center;
  will-change: transform, opacity, height;
  pointer-events: none;
}
.l-header__nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 998;
  overflow-y: auto;
  transform: translateX(0);
  pointer-events: auto;
}
.l-header__nav.open > * {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-out;
}
.l-header__nav > * {
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.l-header__nav-link li {
  margin: 0 auto;
  width: min(100vw, 415px);
  padding: min(3.3333333333vw, 15px) min(5.3333333333vw, 40px);
  border-bottom: 1px solid #e2e2e2;
  row-gap: min(4vw, 18.75px);
}
.l-header__nav-link li a {
  width: 100%;
  display: inline-block;
  color: #000;
  line-height: 1;
  font-weight: 500;
  font-size: min(4vw, 16px);
  letter-spacing: calc(0.375 / 16 * 1rem);
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  -moz-column-gap: min(2.1333333333vw, 10px);
  column-gap: min(2.1333333333vw, 10px);
}
.l-header__nav-link li a .c-arrow--base {
  width: min(5.3333333333vw, 30px);
  height: min(5.3333333333vw, 30px);
  aspect-ratio: 1/1;
}
.l-header__nav-link li a .c-arrow--base circle {
  transition: stroke 0.6s ease-in-out, fill 0.6s ease-in-out;
}
.l-header__nav-link li a .c-arrow--base .c-arrow__circle {
  transition: stroke-dashoffset 0.6s ease-in-out, opacity 0.6s ease-in-out,
    stroke 0.2s ease, stroke-width 0.2s ease, fill 0.6s ease-in-out;
}
.l-header__nav-link li a .c-arrow--base .c-arrow__arrow {
  transition: fill 0.6s ease-in-out;
}
.l-header__nav-link li a .c-arrow__arrow {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(15px, 15px) scale(1.7);
}
.l-header__nav-link li .l-header__nav-link--title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: inherit;
}
.l-header__nav-link li .l-header__nav-link--area {
  -moz-column-gap: min(0.8vw, 4.5px);
  column-gap: min(0.8vw, 4.5px);
}
.l-header__nav-link li .l-header__nav-link--area > a {
  height: min(34.6666666667vw, 140px);
  position: relative;
}
.l-header__nav-link li .l-header__nav-link--area > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.l-header__nav-link
  li
  .l-header__nav-link--area
  > a
  .l-header__nav-link--area-text {
  width: 100%;
  height: 100%;
  padding: min(2.6666666667vw, 10px);
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__nav-link
  li
  .l-header__nav-link--area
  > a
  .l-header__nav-link--area-text
  p {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: inherit;
}
.l-header__nav-area {
  width: 100%;
  height: min(79.7333333333vw, 299px);
  aspect-ratio: 375/299;
  align-items: center;
}
.l-header__nav-area-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.l-header__pc-nav {
  justify-content: flex-end;
  -moz-column-gap: min(2.7272727273vw, 30px);
  column-gap: min(2.7272727273vw, 30px);
  row-gap: min(0.1818181818vw, 4px);
  max-width: 657px;
}
.l-header__pc-nav li a {
  font-size: min(1.3636363636vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.375 / 16 * 1rem);
}
.l-header__pc-nav li a:hover {
  color: #1d2088;
}
.l-header__pc-nav-dropdown {
  position: relative;
}
.l-header__pc-nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -100%;
  width: 300%;
  height: calc(min(10.9333333333vw, 84px) + 20px);
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.l-header__pc-nav-dropdown:hover::after {
  pointer-events: auto;
}
.l-header__pc-nav-trigger {
  font-size: min(1.3636363636vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.375 / 16 * 1rem);
  cursor: pointer;
  transition: color 0.3s ease-in;
}
.l-header__pc-nav-trigger:hover {
  color: #1d2088;
}
.l-header__pc-nav-menu {
  position: fixed;
  top: min(10.9333333333vw, 84px);
  left: 0;
  width: 100vw;
  padding-top: 15px;
  padding-right: min(2.6041666667vw, 40px);
  padding-bottom: min(3.90625vw, 50px);
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 8px;
  column-gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.l-header__pc-nav-dropdown:hover .l-header__pc-nav-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__pc-nav-menu-item {
  position: relative;
  display: block;
  width: min(25.34765625vw, 292px);
  height: min(15.625vw, 180px);
  overflow: hidden;
  box-shadow: 0 min(0.2604166667vw, 4px) min(1.5625vw, 12px) rgba(0, 0, 0, 0.15);
  transition: transform 0.31s ease-in, box-shadow 0.3s ease-in;
}
.l-header__pc-nav-menu-item:hover {
  scale: 1.02;
  transition: scale 0.6s ease-in-out;
  box-shadow: 0 min(0.5208333333vw, 6px) min(2.0833333333vw, 16px)
    rgba(0, 0, 0, 0.2);
}
.l-header__pc-nav-menu-item:hover .c-arrow__circle {
  stroke-dashoffset: 0;
  opacity: 1;
}
.l-header__pc-nav-menu-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.l-header__pc-nav-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: min(1.5625vw, 20px);
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: min(1.0416666667vw, 10px);
  column-gap: min(1.0416666667vw, 10px);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3)
  );
}
.l-header__pc-nav-menu-overlay p {
  color: #fff;
  font-size: min(1.8229166667vw, 15px);
  line-height: 1;
  letter-spacing: calc(0.375 / 16 * 1rem);
}
.l-header__pc-nav-menu-overlay .c-arrow--base {
  width: min(3.90625vw, 35px);
  height: min(3.90625vw, 35px);
}
.l-header__pc-nav {
  display: none;
}
.l-footer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(8vw, 40px);
}
.l-footer__logo {
  padding: min(9.3333333333vw, 50px) 0;
}
.l-footer__logo img {
  width: min(49.0666666667vw, 226px);
  aspect-ratio: 184/22;
}
.l-footer__list {
  width: 100%;
  background: #f4f4f4;
  padding: min(8vw, 36px) min(5.3333333333vw, 20px);
  row-gap: min(10.6666666667vw, 40px);
  -moz-column-gap: min(6.6666666667vw, 25px);
  column-gap: min(6.6666666667vw, 25px);
}
.l-footer__list-wrap {
  -moz-column-gap: min(6.6666666667vw, 25px);
  column-gap: min(6.6666666667vw, 25px);
}
.l-footer__list-wrap--individual {
  justify-content: flex-start;
}
.l-footer__sns {
  display: flex;
  gap: min(4vw, 15px);
}
.l-footer__sns li {
  width: min(13.3333333333vw, 60px);
  aspect-ratio: 1/1;
}
.l-footer__sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-footer__link {
  font-size: min(3.7333333333vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.35 / 16 * 1rem);
}
.l-footer__link:hover {
  color: #1d2088;
}
.l-footer__link--long {
  row-gap: min(4vw, 15px);
}
.l-footer__link--long:hover {
  color: unset;
}
.l-footer__link--long:hover:hover {
  cursor: unset;
}
.l-footer__link--long a {
  color: #666;
  font-size: min(3.7333333333vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.35 / 16 * 1rem);
}
.l-footer__link--long a:hover {
  color: #1d2088;
}
.l-footer__copyright {
  padding: min(8vw, 40px) 0;
}
.l-footer__copyright copyright {
  font-family: "Urbanist", sans-serif;
  font-size: min(2.9333333333vw, 12px);
  font-weight: 700;
  line-height: 1;
}
.c-backtop {
  position: fixed;
  bottom: min(3.2vw, 16px);
  right: min(3.2vw, 20px);
  z-index: 9999;
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
.c-backtop > .c-arrow--base {
  background-color: #fff;
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
main {
  margin-top: min(10.9333333333vw, 84px);
  padding-top: min(8vw, 60px);
  background-color: #fff;
}
.c-breadcrumb {
  margin-top: min(4vw, 20px);
}
.p-fv {
  width: 100%;
}
.p-fv__wrapper {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
  row-gap: min(16vw, 60px);
}
.p-fv__message {
  width: min(31.7333333333vw, 154px);
  height: min(8.5333333333vw, 40px);
}
.p-fv__title {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
  align-items: flex-start;
  row-gap: min(2.1333333333vw, 8px);
}
.p-fv__title--en {
  font-family: "Urbanist", sans-serif;
  font-size: min(10.6666666667vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(0.625 / 16 * 1rem);
}
.p-fv__title--ja {
  font-size: min(4.5333333333vw, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.425 / 16 * 1rem);
}
.p-fv__image {
  width: min(100%, 1366px);
  margin: 0 auto;
}
.p-fv__image--wrapper {
  width: min(94.6666666667vw, 1223px);
  margin-top: min(4vw, 40px);
  margin-left: auto;
}
.p-fv__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-fv__item {
  width: inherit;
  height: inherit;
}
.p-fv__item--title {
  position: absolute;
  top: 53.5%;
  right: 2.133%;
  width: min(72.2666666667vw, 340px);
  aspect-ratio: 271/71;
  z-index: 4;
}
.p-fv__item--title img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-fv__item--imgArea {
  position: relative;
}
.p-fv__item--imgArea img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-message__container {
  width: min(89.3333333333vw, 1080px);
  margin: min(16vw, 100px) auto 0;
}
.p-message__text {
  font-size: min(4.2666666667vw, 18px);
  line-height: 2.12;
  letter-spacing: calc(0.8 / 16 * 1rem);
}
.l-container {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
}
.p-schedules {
  padding-bottom: min(2.6666666667vw, 20px);
}
.p-schedules__content {
  width: min(89.3333333333vw, 900px);
  margin: 0 auto;
}
.p-schedules__gantt {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 48px;
}
.p-schedules__gantt-years {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.p-schedules__gantt-year {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding-bottom: 6px;
}
.p-schedules__gantt-year:first-child {
  flex: 7;
}
.p-schedules__gantt-year:last-child {
  flex: 2;
}
.p-schedules__gantt-months {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.p-schedules__gantt-months > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 8px 0;
  border-right: 1px solid #fff;
}
.p-schedules__gantt-months > div:last-child {
  border-right: none;
}
.p-schedules__gantt-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-schedules__gantt-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.3636363636vw, 17px);
  font-weight: 500;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  height: 52px;
  padding: 0 48px 0 20px;
  clip-path: polygon(
    0 0,
    calc(100% - 32px) 0,
    100% 50%,
    calc(100% - 32px) 100%,
    0 100%
  );
}
.p-schedules__gantt-bar--company {
  background: #ffd6d0;
  color: #333;
  width: 66.6666666667%;
  margin-left: 33.3333333333%;
  order: 3;
}
.p-schedules__gantt-bar--blue {
  background: #1a237e;
  color: #fff;
  width: 100%;
  order: 2;
}
.p-schedules__gantt-bar--yellow {
  background: #fcc800;
  color: #222;
  width: 100%;
  order: 1;
}
.p-course__content {
  margin-top: min(16vw, 60px);
  padding: min(10.6666666667vw, 60px) 0;
}
.p-course__inner {
  width: min(88vw, 780px);
  margin: 0 auto;
}
.p-course__heading {
  text-align: center;
  line-height: 1.16667;
  font-weight: 500;
  font-size: min(4.8vw, 20px);
}
.p-course__heading img {
  margin: 0 auto min(2.6666666667vw, 10px);
}
.p-course__heading span {
  display: block;
  font-size: min(5.3333333333vw, 24px);
  font-weight: 700;
  margin-top: min(2.6666666667vw, 10px);
}
.p-course__desc {
  display: grid;
  gap: min(5.3333333333vw, 20px);
  text-align: left;
  margin-top: min(10.6666666667vw, 60px);
  letter-spacing: calc(0.4 / 16 * 1rem);
}
.p-course__desc p {
  line-height: 1.875;
}
.p-course__section {
  margin-top: min(16vw, 60px);
}
.p-course__title {
  text-align: left;
  border-top: 2px solid #fcc800;
  font-size: min(4.8vw, 18px);
  font-weight: 500;
  padding-top: min(4.8vw, 18px);
}
.p-course__list {
  display: grid;
  gap: min(2.6666666667vw, 20px);
  margin-top: min(5.3333333333vw, 20px);
}
.p-course__list li {
  display: flex;
  align-items: center;
  gap: min(2.6666666667vw, 10px);
}
.p-course__list li::before {
  content: "";
  display: inline-block;
  width: min(5.0666666667vw, 19px);
  height: min(5.0666666667vw, 19px);
  background: url("/dest/img/recruit/graduate/internship/icon-check.svg")
    no-repeat center center;
  background-size: contain;
}
.p-course__sales {
  margin-top: min(5.3333333333vw, 20px);
  counter-reset: my-counter;
  display: grid;
  gap: min(5.3333333333vw, 20px);
}
.p-course__salesItem {
  letter-spacing: calc(0.4 / 16 * 1rem);
}
.p-course__salesItem span {
  display: block;
  font-weight: 500;
  margin-bottom: min(5.3333333333vw, 10px);
  text-indent: -1em;
  padding-left: 1em;
}
.p-course__salesItem span::before {
  counter-increment: my-counter;
  content: counter(my-counter) ". ";
}
.p-course__salesLayout {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
.p-course__salesLayout p {
  line-height: 1.875;
}
.p-course__salesLayout img {
  width: 100%;
}
.p-course__program {
  counter-reset: my-counter;
  border-bottom: #fff solid 1px;
  margin-top: min(5.3333333333vw, 20px);
}
.p-course__program li {
  display: grid;
  grid-template-columns: min(6.4vw, 24px) 1fr;
  gap: min(2.6666666667vw, 10px) min(10.6666666667vw, 40px);
  padding: min(2.6666666667vw, 10px) 0;
  border-top: #fff solid 1px;
}
.p-course__program li::before {
  font-family: "Urbanist", sans-serif;
  text-align: center;
  font-size: min(5.3333333333vw, 20px);
  font-weight: 600;
  color: #fcc800;
  counter-increment: my-counter;
  content: "0" counter(my-counter);
}
.p-course__program li span {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: min(3.2vw, 12px);
}
.p-course__program li span::before {
  content: "";
  display: inline-block;
  width: min(1.6vw, 6px);
  height: min(1.6vw, 6px);
  border-radius: 50%;
  background-color: #fcc800;
}
.p-course__programText {
  display: block;
  grid-column: 2/3;
  margin-left: min(4.8vw, 18px);
}
.p-course__programText p {
  font-size: min(3.7333333333vw, 14px);
  line-height: 1.42857;
}
.p-course__programBox {
  display: grid;
  gap: min(2.6666666667vw, 20px);
  font-size: min(3.7333333333vw, 14px);
  margin-left: min(4.8vw, 18px);
  grid-column: 2/3;
}
.p-course__programBox p {
  line-height: 1.8;
}
.p-course__programBox img {
  margin-top: max(-8vw, -30px);
}
.p-course__dl {
  display: grid;
  grid-template-columns: min(21.3333333333vw, 200px) 1fr;
  gap: min(5.3333333333vw, 30px) min(1.3333333333vw, 5px);
  margin-top: min(5.3333333333vw, 20px);
}
.p-course__dl dt,
.p-course__dl dd {
  padding-bottom: min(5.3333333333vw, 30px);
  font-size: min(3.7333333333vw, 16px);
}
.p-course__dl dt {
  font-weight: 500;
  border-bottom: 1px solid #fcc800;
}
.p-course__dl dd {
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.875;
  letter-spacing: calc(0.35 / 16 * 1rem);
}
.p-course__btnToggle {
  margin-top: min(6.4vw, 32px);
  text-align: center;
}
.p-course__btnToggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(3.2vw, 12px);
  min-width: min(37.3333333333vw, 140px);
  padding: min(3.7333333333vw, 16px) min(5.3333333333vw, 24px);
  border-bottom: 1px solid #e2e2e2;
  font-size: min(4.2666666667vw, 16px);
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.p-course__btnToggle a::after {
  content: "";
  width: min(1.8666666667vw, 7px);
  height: min(1.8666666667vw, 7px);
  background-color: #000;
  clip-path: path(
    "M0 0L3.5 7L7 0C5.993 0.763719 4.76385 1.1771 3.5 1.1771C2.23615 1.1771 1.007 0.763719 0 0Z"
  );
}
.p-course__btnToggle a span:first-child {
  display: inline;
}
.p-course__btnToggle a span:last-child {
  display: none;
}
.p-course__btnToggle a.is-open::after {
  transform: rotate(180deg);
}
.p-course__btnToggle a.is-open span:first-child {
  display: none;
}
.p-course__btnToggle a.is-open span:last-child {
  display: inline;
}
.p-course__btnToggle a:hover {
  background-color: #f5f5f5;
}
.p-voices__content {
  margin-top: min(10.6666666667vw, 60px);
}
.p-voices__content .splide__pagination__page {
  background: #ccc;
}
.p-voices__content .splide__pagination__page.is-active {
  background: #1d2088;
  transform: scale(1);
}
.p-voices__content .splide__slide {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.p-voices__content .splide__slide.is-active {
  opacity: 1;
}
.p-voices__item {
  background: var(--Primary100, #1d2088);
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: min(8vw, 40px);
}
.p-voices__item p,
.p-voices__item h3,
.p-voices__item span {
  color: #fff;
}
.p-voices__item--01 {
  border-radius: 60px 0 0 0;
}
.p-voices__item--02 {
  border-radius: 0 0 60px 0;
}
.p-voices__item--03 {
  border-radius: 0 60px 0 0;
}
.p-voices__item--04 {
  border-radius: 0 0 0 60px;
}
.p-voices__item--05 {
  border-radius: 60px 0 0 0;
}
.p-voices__item--06 {
  border-radius: 0 0 60px 0;
}
.p-voices__itemHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(10.6666666667vw, 40px);
}
.p-voices__itemTitle {
  font-family: "Urbanist", sans-serif;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 600;
  line-height: 2.22;
  letter-spacing: calc(2.1 / 16 * 1rem);
}
.p-voices__itemTitle span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: min(10.6666666667vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(6 / 16 * 1rem);
}
.p-voices__itemDesc p {
  line-height: 1.875;
  letter-spacing: calc(0.4 / 16 * 1rem);
}
.p-form {
  margin-top: min(42.6666666667vw, 160px);
  padding-top: min(16vw, 60px);
  background-color: #f4f4f4;
}
.p-form .c-heading {
  text-align: center;
  margin-bottom: min(16vw, 60px);
}
.p-form .c-heading__tag {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #fcc800;
  letter-spacing: calc(3.6 / 16 * 1rem);
  font-size: min(6.4vw, 24px);
}
.p-form .c-heading__label {
  font-weight: 500;
  font-size: min(8vw, 30px);
  letter-spacing: calc(0.75 / 16 * 1rem);
}
.p-form__content {
  overflow: hidden;
}
.p-form__content .snow-monkey-form {
  margin-bottom: min(8vw, 30px);
}
.smf-progress-tracker {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin: 0 auto min(10.6666666667vw, 48px);
  width: min(88vw, 500px);
}
.smf-progress-tracker__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.6666666667vw, 12px);
  border-bottom: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.smf-progress-tracker__item[aria-current="false"] {
  opacity: 0.5;
}
.smf-progress-tracker__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: min(6.4vw, 26px);
  left: inherit;
  right: max(-13.3333333333vw, -75px);
  width: min(26.6666666667vw, 150px);
  height: 4px;
  background-image: linear-gradient(to right, #bbb 4px, transparent 4px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-color: rgba(0, 0, 0, 0);
}
.smf-progress-tracker__item::before {
  display: none;
}
.smf-progress-tracker__item__number {
  font-family: "Urbanist", sans-serif;
  width: min(12.8vw, 52px);
  height: min(12.8vw, 52px);
  border-radius: 50%;
  background-color: #bbb;
  color: #fff;
  font-size: min(4.2666666667vw, 18px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.smf-progress-tracker__item__number::before {
  content: "0";
  display: inline;
  font-family: "Urbanist", sans-serif;
  font-size: min(5.0666666667vw, 19px);
}
.smf-progress-tracker__item[aria-current="true"]
  .smf-progress-tracker__item__number {
  background-color: #fcc800;
  color: #222;
}
.smf-progress-tracker__item__text {
  margin: 0;
  color: #bbb;
  font-size: min(4.8vw, 18px);
  font-weight: 500;
}
.smf-item__label__text {
  font-size: min(4vw, 16px);
  font-weight: 500;
  color: #252b2a;
  display: flex;
  align-items: center;
  gap: min(2.1333333333vw, 8px);
}
.smf-item__label__text em {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-size: min(2.9333333333vw, 12px);
  font-weight: 600;
  line-height: 1;
  padding: min(0.8vw, 3px) min(1.6vw, 6px);
  border-radius: 2px;
  flex-shrink: 0;
  background: #fcc800;
  color: #222;
}
.smf-item__label__text em.is-optional {
  background: #fff;
  color: #666;
  border-radius: 2px;
  border: 1px solid #666;
}
.smf-item__label__text em::before {
  display: none;
}
.p-form-inner {
  background-color: #f0f0f0;
  padding: min(16vw, 60px) min(6.1333333333vw, 23px) min(2.6666666667vw, 10px);
}
.smf-form {
  background-color: #fff;
  padding: min(8vw, 60px) min(5.3333333333vw, 150px);
}
.smf-form input::-moz-placeholder,
.smf-form select::-moz-placeholder,
.smf-form textarea::-moz-placeholder {
  color: #aaa;
}
.smf-form input::placeholder,
.smf-form select::placeholder,
.smf-form textarea::placeholder {
  color: #aaa;
}
.smf-form input:focus,
.smf-form select:focus,
.smf-form textarea:focus {
  outline: none;
  border: 1px solid #fcc800 !important;
  box-shadow: none;
}
.smf-form .smf-item__col--label {
  margin-bottom: min(3.2vw, 14px);
}
.smf-form .smf-select-control {
  width: 100%;
  position: relative;
}
.smf-form .smf-select-control::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: min(6.4vw, 24px);
  top: 50%;
  transform: translateY(-50%);
  width: min(1.8666666667vw, 7px);
  height: min(1.8666666667vw, 7px);
  background-color: #000;
  clip-path: path(
    "M0 0L3.5 7L7 0C5.993 0.763719 4.76385 1.1771 3.5 1.1771C2.23615 1.1771 1.007 0.763719 0 0Z"
  );
}
.smf-form .smf-select-control .smf-select-control__control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: min(4.2666666667vw, 18px) min(13.8666666667vw, 52px)
    min(4.2666666667vw, 18px) min(4.8vw, 20px);
  font-size: min(4vw, 15px);
  line-height: 1.6;
  border-radius: 5px;
}
.smf-form .smf-select-control .smf-select-control__control.has-value {
  color: #131313;
}
.smf-form .smf-select-control .smf-select-control__control option {
  color: #131313;
}
.smf-form .smf-text-control .smf-text-control__control {
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: min(4.2666666667vw, 18px) min(4.8vw, 20px);
  font-size: min(4vw, 15px);
  line-height: 1.6;
  border-radius: 5px;
}
.smf-form .smf-item + .smf-item {
  margin-top: min(12.8vw, 52px);
}
.smf-form .smf-item__description {
  margin-top: min(2.6666666667vw, 10px);
  font-size: min(3.7333333333vw, 15px);
  color: #555;
}
.smf-form .smf-item__description a {
  color: #1d2088;
  text-decoration: underline;
}
.smf-form .smf-checkbox-control {
  color: #131313;
  font-size: min(3.7333333333vw, 15px);
  gap: 0;
}
.smf-form .smf-checkbox-control__control {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: min(4.8vw, 18px);
  height: min(4.8vw, 18px);
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
  margin: min(1.0666666667vw, 4px) min(2.1333333333vw, 10px) 0 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.smf-form .smf-checkbox-control__control:checked {
  background-color: #fcc800;
  border-color: #fcc800;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.smf-form .smf-checkbox-control__control:focus-visible {
  outline: 2px solid #fcc800;
  outline-offset: 2px;
}
.smf-form .p-consensus {
  margin-top: min(8vw, 30px);
}
.smf-form .custom-error-message {
  position: relative;
  color: #d94242;
  font-size: min(3.4666666667vw, 14px);
  margin-top: min(1.6vw, 6px);
}
.smf-action {
  background-color: #fff;
  text-align: center;
  padding: 0 0 min(16vw, 60px);
}
.smf-action .smf-button-control__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1d2088;
  color: #fff;
  border-radius: min(0.8vw, 3px);
  padding: min(4vw, 15px) min(3.7333333333vw, 14px);
  font-weight: 500;
  border: none;
  outline: none;
  font-size: min(3.7333333333vw, 14px);
  line-height: 2.25em;
  letter-spacing: 0.05em;
  max-width: min(78.6666666667vw, 295px);
  width: min(76vw, 285px);
}
.smf-action .smf-button-control__control:hover {
  border: none;
}
.smf-action .smf-button-control__control[disabled] {
  opacity: 0.3;
  color: #fff;
  cursor: not-allowed;
}
.smf-action .smf-button-control__control::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: min(5.3333333333vw, 20px);
  background: url(../../img/common/icon_arrowc_white.svg) no-repeat center
    center;
  background-size: contain;
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
}
.smf-complete-content {
  text-align: center;
}
.smf-complete-content .wp-block-heading {
  font-size: min(4.8vw, 18px);
  font-weight: bold;
  margin-bottom: min(10.6666666667vw, 40px);
}
.smf-complete-content p {
  font-size: min(4vw, 15px);
  margin: min(5.3333333333vw, 20px) 0 0;
}
.p-internship__cta {
  text-align: center;
  margin: min(16vw, 60px) 0 0;
}
.p-internship__cta--item {
  height: 100%;
  font-size: min(4.5333333333vw, 20px);
  gap: min(2.6666666667vw, 10px);
  justify-content: center;
  transition: all 0.6s ease-in-out;
  background-color: #1d2088;
  width: min(88vw, 330px);
  height: min(25.6vw, 96px);
  margin: 0 auto 0;
  padding: 0 min(5.3333333333vw, 26px);
}
.p-internship__cta--item p {
  color: #fff;
  font-weight: 500;
}
.p-internship__cta--item .c-arrow__circle {
  stroke: #fff;
  fill: #1d2088;
}
.p-internship__cta--item .c-arrow__arrow {
  fill: #fff;
}
.p-internship__cta--item .c-arrow--base circle,
.p-internship__cta--item .c-arrow--base .c-arrow__circle {
  transition: all 0.6s ease-in-out;
}
.p-internship__cta--item:hover {
  transition: all 0.6s ease-in-out;
  background-color: #1d2088;
  opacity: 0.8;
}
.p-internship__cta--item:hover .p-mid__link--text > * {
  transition: all 0.6s ease-in-out;
}
.p-internship__cta--item:hover .p-mid__link--text p {
  color: #fff;
}
.p-internship__cta--item:hover .p-mid__link--text small {
  color: #fff;
}
.p-internship__cta--item:hover .c-arrow--base circle,
.p-internship__cta--item:hover .c-arrow--base .c-arrow__circle {
  stroke: #fff;
  fill: #1d2088;
}
.p-internship__cta-text {
  margin-top: min(5.3333333333vw, 25px);
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: calc(0.5 / 16 * 1rem);
}
.p-internship__cta-bnr {
  display: flex;
  justify-content: center;
  margin-top: min(8vw, 30px);
  gap: min(2.6666666667vw, 20px);
}
.p-internship__cta-bnr li {
  width: min(43.2vw, 224px);
}
.p-internship__cta-bnr li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.15s;
  }
}
@media (min-width: 768px) {
  .sp-active {
    display: none !important;
  }
  .sp-active-with-flex {
    display: none !important;
  }
  .sp-active-with-grid {
    display: none !important;
  }
  .sp-active-with-inlineGrid {
    display: none !important;
  }
  .sp-active-with-block {
    display: none !important;
  }
  .tab-active {
    display: inline-block !important;
  }
  .tab-active-with-flex {
    display: flex !important;
  }
  .tab-active-with-grid {
    display: grid !important;
  }
  .tab-active-with-inlineGrid {
    display: inline-grid !important;
  }
  .tab-active-with-block {
    display: block !important;
  }
  .l-header {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
  }
  .l-header__pc-nav {
    display: flex;
  }
  .l-footer__list-wrap--individual {
    position: relative;
  }
  .l-footer__list-wrap--individual::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(max(-6.6666666667vw, -25px) / 2);
    width: 1px;
    height: 15px;
    background-color: #000;
  }
  .p-fv__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-fv__item--title {
    top: 44%;
    width: min(44.2708333333vw, 393px);
  }
}
@media (min-width: 1100px) {
  .tab-active {
    display: none !important;
  }
  .tab-active-with-flex {
    display: none !important;
  }
  .tab-active-with-grid {
    display: none !important;
  }
  .tab-active-with-inlineGrid {
    display: none !important;
  }
  .tab-active-with-block {
    display: none !important;
  }
  .pc-active {
    display: inline-block !important;
  }
  .pc-active-with-flex {
    display: flex !important;
  }
  .pc-active-with-grid {
    display: grid !important;
  }
  .pc-active-with-inlineGrid {
    display: inline-grid !important;
  }
  .pc-active-with-block {
    display: block !important;
  }
  .c-subtitle small {
    letter-spacing: calc(3.6 / 16 * 1rem);
  }
  .c-subtitle--title {
    letter-spacing: calc(0.75 / 16 * 1rem);
  }
  .c-arrow--base.--big {
    width: 54px;
    height: 54px;
  }
  .p-fv__wrapper {
    row-gap: 40px;
  }
  .p-fv__item--title {
    top: 53.5%;
  }
  .p-message__text {
    line-height: 1.666;
  }
  .l-container {
    width: 1080px;
  }
  .p-course__content {
    background-color: #f4f4f4;
  }
  .p-course__desc {
    text-align: center;
  }
  .p-course__salesLayout {
    flex-direction: row;
    align-items: center;
    gap: min(5.3333333333vw, 40px);
  }
  .p-course__salesLayout img {
    width: 280px;
  }
  .p-course__programBox {
    display: flex;
    grid-column: 2/3;
  }
  .p-form-inner {
    padding: min(16vw, 60px) min(21.3333333333vw, 80px)
      min(5.3333333333vw, 20px);
  }
  .smf-action .smf-button-control__control {
    width: 100%;
    cursor: pointer;
    padding: min(4vw, 15px);
    transition: opacity 0.3s ease;
  }
  .smf-action
    .smf-button-control__control:not(
      .smf-action .smf-button-control__control[disabled]
    ):hover {
    opacity: 0.8;
  }
  .p-internship__cta--item {
    padding: 0 20px;
    width: min(34.5454545455vw, 380px);
    height: min(9.0909090909vw, 100px);
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-arrow__circle {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@media (max-width: 375px) {
  .l-footer__head {
    flex-direction: column;
    gap: min(5.3333333333vw, 20px);
  }
  .l-footer__logo {
    padding-bottom: 0;
  }
  .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
  .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
@media (max-width: 768px) {
  .p-schedules__gantt {
    flex-direction: row;
    align-items: stretch;
    margin-top: min(8.5333333333vw, 48px);
  }
  .p-schedules__gantt-years {
    flex-direction: column;
    flex-shrink: 0;
    width: 13.3333333333vw;
  }
  .p-schedules__gantt-year {
    justify-content: center;
    align-items: center;
    font-size: min(3.7333333333vw, 14px);
    padding-right: min(1.0666666667vw, 4px);
    padding-left: min(1.0666666667vw, 4px);
    padding-bottom: 0;
  }
  .p-schedules__gantt-months {
    flex-direction: column;
    flex-shrink: 0;
    width: min(16vw, 60px);
    height: min(105.6vw, 468px);
    margin-bottom: 0;
  }
  .p-schedules__gantt-months > div {
    align-items: center;
    font-size: min(3.4666666667vw, 13px);
    padding: 0;
    background-color: #f4f4f4;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .p-schedules__gantt-months > div:last-child {
    border-bottom: none;
  }
  .p-schedules__gantt-bars {
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    gap: min(2.1333333333vw, 10px);
    padding-left: min(2.1333333333vw, 10px);
  }
  .p-schedules__gantt-bar {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: min(3.4666666667vw, 13px);
    height: auto;
    padding: 14px 0 20px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 20px),
      50% 100%,
      0 calc(100% - 20px)
    );
  }
  .p-schedules__gantt-bar--company {
    width: auto;
    height: min(70.6666666667vw, 265px);
    min-width: 17.0666666667vw;
    margin-left: 0;
    margin-top: min(35.2vw, 156px);
    order: 0;
  }
  .p-schedules__gantt-bar--blue {
    width: auto;
    height: min(105.6vw, 468px);
    min-width: 17.0666666667vw;
    order: 0;
  }
  .p-schedules__gantt-bar--yellow {
    width: auto;
    height: min(105.6vw, 468px);
    min-width: 17.0666666667vw;
    order: 0;
  }
}
@media (min-width: 375px) {
  .p-course__programBox img {
    grid-row: 1/2;
    margin-top: 0;
  }
}
