@charset "UTF-8";

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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background: #fff;
}

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

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  padding: 0 25px;
}

.l-section--bg {
  background: #ededed;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.p-banner {
  background-image: url("../images/section-bg02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.25rem 0 3.875rem;
}

.c-banner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-banner {
    padding: 5.13vw 0;
  }
}

.c-occupation {
  padding: 6.25rem 0 6.25rem;
}

.c-occupation .c-occupation__head {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.125rem;
}

.c-occupation .c-occupation__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5625rem;
  font-size: 4.375rem;
  line-height: 1.0714285714;
  letter-spacing: 0em;
  font-weight: 900;
}

.c-occupation__title .accent {
  color: #dc3129;
}

.c-occupation__sub-title {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
  background: #dc3129;
  padding: 0.875rem;
  margin-top: 1rem;
  -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  text-align: center;
}

.c-occupation__annotation {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: right;
  margin-top: 0.3125rem;
}

.c-occupation__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.3125rem;
}

.c-occupation__contents {
  width: 100%;
}

.c-occupation__image {
  width: 100%;
  max-width: 30.625rem;
  margin-inline: auto;
}

.c-occupation__image img {
  aspect-ratio: 490 / 326;
}

.c-occupation__date {
  margin-top: 3.125rem;
}

.c-occupation__date-title {
  color: #fff;
  background: #dc3129;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  padding: 1.25rem;
  text-align: center;
}

.c-occupation__date-items {
  background: #fff;
  padding: 2.5rem 2.03125rem;
}

.c-occupation__date-item {
  gap: 3.75rem;
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  padding: 1.125rem;
}

.c-occupation__date-item:not(:first-of-type) {
  border-top: none;
}

.c-occupation .c-occupation__date-box {
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8125rem;
}

.c-occupation__date-box:first-of-type:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -1.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0.3125rem;
  background: #3c3c3c;
}

.c-occupation__date-dl {
  gap: 0.6875rem;
}

.c-occupation__date-th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.625rem;
  height: 4.625rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
  background: #3c3c3c;
  border-radius: 0.625rem;
}

.c-occupation .c-occupation__date-td {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.3125rem;
}

.c-occupation__date-td span {
  display: inline-block;
}

.c-occupation__date-td .year {
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #3c3c3c;
}

.c-occupation__date-td .day {
  font-family: "Oswald", sans-serif;
  font-size: 3.9375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #3c3c3c;
}

.c-occupation__date-td .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  font-size: 1.375rem;
  line-height: 1.7727272727;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
  background: #3c3c3c;
  border-radius: 50%;
  padding-bottom: 0.125rem;
}

.c-occupation__date-btn a,
.c-occupation__date-btn span {
  display: inline-block;
  min-width: 7.5rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #3c3c3c;
  background: #fff;
  border: 4px solid #3c3c3c;
  border-radius: 1.5rem;
  padding: 0.625rem;
  text-align: center;
}

.c-occupation__date-btn--black a,
.c-occupation__date-btn--black span {
  color: #fff;
  background: #3c3c3c;
}

.c-occupation__date-box:nth-of-type(even) .c-occupation__date-th {
  background: #dc3129;
}

.c-occupation__date-box:nth-of-type(even) .year {
  color: #dc3129;
}

.c-occupation__date-box:nth-of-type(even) .day {
  color: #dc3129;
}

.c-occupation__date-box:nth-of-type(even) .week {
  background: #dc3129;
}

.c-occupation__date-box .c-occupation__date-btn a {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #dc3129;
  border-radius: 0;
  border: 3px solid #dc3129;
}

.c-occupation__what,
.c-occupation__flow {
  background: #fff;
  margin-top: 1.875rem;
}

.c-occupation__what-title,
.c-occupation__flow-title {
  position: relative;
  color: #fff;
  background: #dc3129;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  padding: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.c-occupation__what-more,
.c-occupation__flow-more {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-occupation__what-more span,
.c-occupation__flow-more span {
  display: inline-block;
}

.c-occupation__what-more .text,
.c-occupation__flow-more .text {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}

.c-occupation__what-more .arrow,
.c-occupation__flow-more .arrow {
  width: 1.4375rem;
  margin-top: 0.1875rem;
}

.c-occupation__what-body,
.c-occupation__flow-body {
  display: none;
}

.c-occupation__what-body.is-active,
.c-occupation__flow-body.is-active {
  display: block;
}

.c-occupation__what-body-inner,
.c-occupation__flow-body-inner {
  width: 100%;
  max-width: calc(1015px + 4rem);
  margin-inline: auto;
  padding: 2.5rem 2rem 2.5rem;
}

.c-occupation .c-occupation__what-body-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2rem;
  border-bottom: 1px solid #dc3129;
  padding-inline: 2rem;
  margin-top: 1.625rem;
}

.c-occupation__what-body-tab {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  background: #fff;
  padding: 0.75rem;
  text-align: center;
  cursor: pointer;
}

.c-occupation__what-body-tab:first-of-type,
.c-occupation__what-body-tab:nth-of-type(even) {
  border: 1px solid #fff;
  border-top: 3px solid #fff;
  border-bottom: none;
  background: #ededed;
}

.c-occupation__what-body-tab:first-of-type.current,
.c-occupation__what-body-tab:nth-of-type(even).current {
  color: #dc3129;
  border: 1px solid #dc3129;
  border-top: 3px solid #dc3129;
  border-bottom: none;
  background: #fff;
}

.c-occupation__what-body-tab:first-of-type::before,
.c-occupation__what-body-tab:nth-of-type(even)::before {
  display: none;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
}

.c-occupation__what-body-tab:first-of-type.current::before,
.c-occupation__what-body-tab:nth-of-type(even).current::before {
  display: block;
}

.c-occupation__what-table table,
.c-occupation__flow-table table {
  display: none;
  width: 100%;
  border-collapse: collapse;
}

.c-occupation__what-table table.current {
  display: table;
}

.c-occupation__flow-table table {
  display: table;
}

.c-occupation__what-table th,
.c-occupation__flow-table th {
  width: 22%;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 900;
  background: #fff5f5;
  border: 1px solid #cccccc;
  padding: 1rem 1.125rem;
  text-align: left;
  vertical-align: top;
}

.c-occupation__what-table td,
.c-occupation__flow-table td {
  width: 78%;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  border: 1px solid #cccccc;
  padding: 1rem 1.125rem;
}

.c-occupation__flow-table td ul {
  width: 100%;
  max-width: 44.125rem;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.75rem;
}

.c-occupation__flow-table td ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 700;
  border-radius: 1.875rem;
  border: 3px solid #000;
  background: #fff;
  padding: 0.875rem;
  text-align: center;
}

.c-occupation__flow-table td ul .current {
  color: #fff;
  border: 3px solid #dc3129;
  background: #dc3129;
}

.c-occupation__flow-table td ul li::before {
  content: "";
  width: 1.4375rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/triangle-right-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-occupation__flow-table td ul li:last-of-type::before {
  display: none;
}

.c-occupation__banner {
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .c-occupation {
    padding: 12.82vw 0;
  }

  .c-occupation .c-occupation__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .c-occupation .c-occupation__title {
    font-size: 8.97vw;
  }

  .c-occupation .c-occupation__title .number {
    font-size: 10.26vw;
  }

  .c-occupation__sub-title {
    flex-direction: column;
    gap: 0;
    font-size: 4.62vw;
    margin-top: 2.56vw;
    padding: 1.28vw 2.56vw 1.79vw;
  }

  .c-occupation__annotation {
    font-size: 2.56vw;
    margin-top: 0.77vw;
  }

  .c-occupation__text {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }

  .c-occupation__image {
    max-width: 100%;
    margin-top: 7.69vw;
  }

  .c-occupation__date {
    margin-top: 7.69vw;
  }

  .c-occupation__date-title {
    font-size: 4.1vw;
    padding: 4.36vw 2.56vw;
  }

  .c-occupation__date-items {
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    padding: 3.33vw 2.82vw;
  }

  .c-occupation__date-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .c-occupation .c-occupation__date-box {
    gap: 6.41vw;
    padding: 1.15vw 3.33vw 1.15vw 5.13vw;
  }

  .c-occupation__date-box:first-of-type {
    border-bottom: 1px solid #cccccc;
  }

  .c-occupation__date-box:first-of-type:before {
    display: none;
  }

  .c-occupation__date-dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2.56vw;
  }

  .c-occupation__date-th {
    width: 9.49vw;
    height: 9.49vw;
    font-size: 2.56vw;
  }

  .c-occupation .c-occupation__date-td {
    gap: 0.51vw;
  }

  .c-occupation__date-td .year {
    font-size: 3.33vw;
  }

  .c-occupation__date-td .day {
    font-size: 8.72vw;
  }

  .c-occupation__date-td .week {
    width: 5.64vw;
    height: 5.64vw;
    font-size: 3.08vw;
    padding-bottom: 0;
  }

  .c-occupation__date-btn a,
  .c-occupation__date-btn span {
    width: 24.36vw;
    min-width: auto;
    font-size: 3.08vw;
    border: 2px solid #3c3c3c;
    padding: 1.41vw;
  }

  .c-occupation__date-box .c-occupation__date-btn a {
    font-size: 3.08vw;
  }

  .c-occupation__what,
  .c-occupation__flow {
    margin-top: 5.13vw;
  }

  .c-occupation__what-title,
  .c-occupation__flow-title {
    font-size: 4.1vw;
    line-height: 1.3333333333;
    padding: 1.03vw 2.56vw;
  }

  .c-occupation__what-more,
  .c-occupation__flow-more {
    right: 2.05vw;
  }

  .c-occupation__what-more .text,
  .c-occupation__flow-more .text {
    font-size: 3.59vw;
  }

  .c-occupation__what-more .arrow,
  .c-occupation__flow-more .arrow {
    width: 3.64vw;
    margin-top: 0.77vw;
  }

  .c-occupation .c-occupation__what-body-tabs {
    gap: 6.67vw;
    padding: 0 3.33vw;
    margin-top: 2.82vw;
  }

  .c-occupation__what-body-tab:first-of-type,
  .c-occupation__what-body-tab:nth-of-type(even) {
    font-size: 4.1vw;
    font-weight: 700;
    padding: 2.05vw 2.56vw;
  }

  .c-occupation__what-body-inner,
  .c-occupation__flow-body-inner {
    padding: 9.36vw 3.33vw 4.49vw;
  }

  .c-occupation__what-table th,
  .c-occupation__flow-table th {
    width: 38%;
    font-size: 3.85vw;
    line-height: 1.5;
    padding: 4.1vw 2.05vw;
  }

  .c-occupation__what-table td,
  .c-occupation__flow-table td {
    width: 62%;
    font-size: 3.59vw;
    line-height: 2;
    padding: 4.1vw 3.21vw;
  }

  .c-occupation__flow-table td ul {
    width: 80%;
    grid-template-columns: 1fr;
    gap: 4.74vw;
  }

  .c-occupation__flow-table td ul li {
    font-size: 3.59vw;
    border-radius: 1.875rem;
    padding: 2.05vw 2.56vw;
  }

  .c-occupation__flow-table td ul li::before {
    width: 3.54vw;
    height: 3.08vw;
    top: auto;
    bottom: -5vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .c-occupation__banner {
    margin-top: 5.13vw;
  }
}

.p-brochure {
  background: #cccccc;
  padding: 6.25rem 0;
}

.p-brochure__inner {
  width: 100%;
  max-width: 1550px;
  margin-inline: auto;
  padding-inline: 25px;
}

.p-brochure__title {
  font-family: "Oswald", sans-serif;
  font-size: 11.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: right;
}

.p-brochure__title .accent {
  color: #dc3129;
}

.p-brochure__sub-title {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #666464;
  text-align: right;
}

.p-brochure__swiper-wrapper {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
  margin-top: 6.25rem;
}

.p-brochure .swiper-button-prev {
  left: -3.375rem;
}

.p-brochure .swiper-button-next {
  right: -3.375rem;
}

.p-brochure .swiper-button-prev::before,
.p-brochure .swiper-button-next::before {
  content: "";
  width: 2.3125rem;
  height: 2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-brochure .swiper-button-prev::before {
  left: 0;
  background-image: url("../images/swiper-button-prev.svg");
}

.p-brochure .swiper-button-next::before {
  right: -0.625rem;
  background-image: url("../images/swiper-button-next.svg");
}

.p-brochure .swiper-button-prev::after,
.p-brochure .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-brochure {
    padding: 12.82vw 0;
  }

  .p-brochure__title {
    font-size: 20.51vw;
  }

  .p-brochure__sub-title {
    font-size: 3.33vw;
    margin-top: 0.77vw;
  }

  .p-brochure__swiper-wrapper {
    width: 100%;
    max-width: 92%;
    margin-inline: auto;
    margin-top: 7.69vw;
  }

  .p-brochure .swiper-button-prev {
    left: -5.64vw;
  }

  .p-brochure .swiper-button-next {
    right: -6.67vw;
  }

  .p-brochure .swiper-button-prev::before,
  .p-brochure .swiper-button-next::before {
    width: 4.62vw;
    height: 4.1vw;
  }

  .p-brochure .swiper-button-next::before {
    right: 0;
  }
}

.p-data {
  background: #ededed;
  padding: 6.5625rem 0;
}

.p-data__main {
  position: relative;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  z-index: 1;
}

.p-data__main .big {
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-data__main .middle {
  display: inline-block;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  padding-left: 0.625rem;
}

.p-data__main .number {
  display: inline-block;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  padding-left: 0.625rem;
}

.p-data__main .accent {
  color: #dc3129;
}

.p-data__annotation {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #707070;
  margin-top: 0.3125rem;
}

.p-data__main-image {
  position: absolute;
  width: 100%;
  max-width: 28.8125rem;
  margin-inline: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

.p-data__inner02 {
  max-width: 1105px;
}

.p-data__sub {
  margin-top: 6.5rem;
}

.p-data__text {
  font-size: 1.5625rem;
  line-height: 3.36;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-data__text .big {
  display: inline-block;
  font-size: 2.8125rem;
  line-height: 1.0666666667;
  letter-spacing: 0em;
  font-weight: 900;
  padding-inline: 0.3125rem;
}

.p-data__text .accent {
  color: #dc3129;
}

.p-data__text .pl-none {
  padding-left: 0;
}

.p-data__text span {
  visibility: hidden;
}

.p-data__text span.cursor::after {
  content: "|";
  -webkit-animation: blink 0.85s steps(2) infinite;
  animation: blink 0.85s steps(2) infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-data__text span.cursor.fadeout::after {
  -webkit-animation: fadeout 2s forwards;
  animation: fadeout 2s forwards;
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-data {
    padding: 5.13vw 0 12.82vw;
  }

  .p-data__main {
    font-size: 11.79vw;
    text-align: center;
  }

  .p-data__main-title-image {
    margin-top: 5.64vw;
  }

  .p-data__annotation {
    font-size: 3.59vw;
    margin-top: 2.31vw;
    text-align: right;
  }

  .p-data__main-image {
    width: 84.16%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 2.82vw;
  }

  .p-data__sub {
    margin-top: 5.13vw;
  }

  .p-data__text {
    font-size: 5.13vw;
    line-height: 2.2;
  }

  .p-data__text .big {
    font-size: 6.67vw;
    padding-inline: 0.26vw;
  }
}

.p-drawer__icon {
  position: absolute;
  position: fixed;
  width: 2.5rem;
  aspect-ratio: 1;
  top: 1.875rem;
  right: 1.0625rem;
  border-radius: 50%;
  background: #dc3129;
  cursor: pointer;
  z-index: 1000;
}

.p-drawer__icon-bars {
  position: relative;
  display: block;
  top: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.0625rem;
  z-index: 1000;
}

.p-drawer__icon-bar1,
.p-drawer__icon-bar2,
.p-drawer__icon-bar3 {
  position: absolute;
  width: 1.5rem;
  height: 0.1875rem;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 0.3125rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-drawer__icon-bar1 {
  top: 0;
}

.p-drawer__icon-bar2 {
  top: 0.4625rem;
}

.p-drawer__icon-bar3 {
  top: 0.9375rem;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1 {
  width: 1.5rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-drawer__icon.is-active .p-drawer__icon-bar2 {
  display: none;
}

.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  width: 1.5rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-drawer__icon.is-active {
  background: #fff;
  z-index: 251;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1,
.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  background: #dc3129;
}

.p-drawer__contents {
  width: 34.375%;
  min-width: 400px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background: #dc3129;
  padding: 10.25rem 1.25rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: auto;
  pointer-events: none;
  overflow-y: scroll;
  z-index: 250;
}

.p-drawer__contents.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__content-item {
  position: relative;
  text-align: center;
  text-align: center;
}

.p-drawer__content-item:not(:first-of-type) {
  margin-top: 3rem;
}

.p-drawer__content-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
}

.p-drawer__content-item a .en {
  font-size: 2.0625rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-drawer__content-item a .ja {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-drawer__content-banner {
  width: 100%;
  max-width: 25.4375rem;
  margin-inline: auto;
  margin-top: 3rem;
}

#overlay {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#overlay.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .p-drawer__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-drawer__contents {
    width: 68.72%;
    min-width: auto;
    padding: 25.64vw 2.56vw;
  }

  .p-drawer__content-item:not(:first-of-type) {
    margin-top: 7.69vw;
  }

  .p-drawer__content-item a .en {
    font-size: 4.1vw;
  }

  .p-drawer__content-item a .ja {
    font-size: 3.08vw;
  }

  .p-drawer__content-banner {
    max-width: 80.7%;
    margin-top: 6.15vw;
  }
}

.p-entry {
  position: relative;
  color: #fff;
  background: #ededed;
  padding: 2.125rem 0 9.375rem;
  z-index: 1;
}

.p-entry::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #dc3129;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  z-index: -1;
}

.p-entry__inner {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
}

.p-entry__head {
  gap: 3.125rem;
}

.p-entry__head-title {
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 900;
  text-align: center;
}

.p-entry__head-title .big {
  font-size: 2.1875rem;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-entry__head-btns {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}

.p-entry__head-btn a {
  position: relative;
  display: block;
  background: #fff;
  padding: 2.1rem 0.625rem 1.09375rem;
  text-align: center;
}

.p-entry__head-btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0.23125rem;
  left: 0.23125rem;
  background: transparent;
  border-right: 3.71625rem solid transparent;
  border-bottom: 3.71625rem solid #dc3129;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
}

.p-entry__head-btn-number {
  position: absolute;
  top: 0.4625rem;
  left: 0.4625rem;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
  z-index: 2;
}

.p-entry__head-btn-title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #000;
}

.p-entry__head-btn-arrow {
  display: block;
  width: 1.0625rem;
  margin-inline: auto;
  margin-top: 0.675rem;
}

.p-entry__body {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  gap: 0.625rem;
  margin-top: 1.875rem;
}

.p-entry__body-catch {
  -webkit-box-flex: 0.278;
  -ms-flex: 0.278;
  flex: 0.278;
}

.p-entry__body-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-entry__body-contents-title {
  font-size: 2.8125rem;
  line-height: 1.0888888889;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-entry__body-contents-title .border {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0.625rem 1rem;
  margin-right: 0.8125rem;
}

.p-entry__body-contents-cta {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  gap: 1.5rem;
  margin-top: 1.25rem;
}

.p-entry__body-contents-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-entry__body-contents-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-entry__body-contents-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.375rem;
  line-height: 1.0526315789;
  letter-spacing: 0em;
  font-weight: 700;
  color: #dc3129;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 #cccccc;
  box-shadow: 5px 5px 0 #cccccc;
  padding: 0.75rem;
  text-align: center;
}

.p-entry__title {
  text-align: center;
  margin-top: 1.25rem;
}

.p-entry__title-sub {
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-entry__title-main {
  font-size: 2.9375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  margin-top: 1.25rem;
}

.p-entry__title-main .big {
  font-size: 5.5625rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .p-entry {
    padding: 5.13vw 0 17.95vw;
  }

  .p-entry::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  }

  .p-entry__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.1vw;
  }

  .p-entry__head-title {
    font-size: 5vw;
  }

  .p-entry__head-title .big {
    font-size: 8.97vw;
  }

  .p-entry__head-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.05vw;
  }

  .p-entry__head-btn {
    width: calc(50% - 1.03vw);
  }

  .p-entry__head-btn a {
    padding: 5.13vw 2.56vw 2.82vw;
  }

  .p-entry__head-btn a::before {
    top: 0.62vw;
    left: 0.62vw;
    border-right: 10.77vw solid transparent;
    border-bottom: 10.77vw solid #dc3129;
  }

  .p-entry__head-btn-number {
    top: 1.28vw;
    left: 1.28vw;
    font-size: 3.85vw;
  }

  .p-entry__head-btn-title {
    font-size: 3.59vw;
    font-weight: 700;
  }

  .p-entry__head-btn-arrow {
    width: 3.08vw;
  }

  .p-entry__body {
    margin-top: 1.28vw;
  }

  .p-entry__body-catch {
    width: 100%;
    max-width: 33.8%;
    margin-inline: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .p-entry__body-contents-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 6.28vw;
    line-height: 1.5;
  }

  .p-entry__body-contents-title .border {
    padding: 1.03vw 2.82vw 1.54vw;
    margin-right: 0;
  }

  .p-entry__body-contents-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 1.54vw;
  }

  .p-entry__body-contents-text {
    font-size: 4.1vw;
    margin-top: 1.54vw;
    line-height: 1.5;
    text-align: center;
  }

  .p-entry__body-contents-btn {
    width: 70.8%;
    margin-top: 5.13vw;
  }

  .p-entry__title {
    margin-top: 5.13vw;
  }

  .p-entry__title-sub {
    font-size: 5.13vw;
  }

  .p-entry__title-main {
    font-size: 5.13vw;
    margin-top: 1.28vw;
  }

  .p-entry__title-main .big {
    font-size: 8.97vw;
  }
}

.p-feature {
  background-image: url("../images/section-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 6.5625rem;
}

.p-feature__title {
  font-size: 4.375rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 900;
  text-align: center;
}

.p-feature__title .big {
  font-size: 6.125rem;
  line-height: 1.1020408163;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-feature__title .number {
  font-size: 11.875rem;
  line-height: 1.0736842105;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-feature__title .accent {
  color: #dc3129;
}

.p-feature__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.625rem;
  text-align: center;
}

.p-feature__swiper-wrapper {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 2.5rem;
  overflow: hidden;
}

.p-feature__swiper--pc {
  width: 107.6%;
  left: -3.8%;
  cursor: pointer;
}

.p-feature__swiper--pc .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .p-feature {
    padding: 12.82vw 0;
  }

  .p-feature__title {
    font-size: 8.97vw;
  }

  .p-feature__title .big {
    font-size: 12.82vw;
  }

  .p-feature__title .number {
    font-size: 28.21vw;
  }

  .p-feature__text {
    font-size: 3.59vw;
    margin-top: 4.1vw;
    text-align: left;
  }

  /* スライダー */
  .p-feature__swiper-wrapper {
    position: relative;
    display: block;
    margin-top: 3.85vw;
    overflow: hidden;
  }

  .p-feature__swiper-wrapper--bottom {
    margin-top: 1.28vw;
  }

  .p-feature__swiper--top,
  .p-feature__swiper--bottom {
    white-space: nowrap;
    overflow: hidden;
  }

  .swiper-wrapper--top,
  .swiper-wrapper--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .p-feature__swiper--top .swiper-wrapper,
  .p-feature__swiper--bottom .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .p-feature__swiper--top .swiper-slide,
  .p-feature__swiper--bottom .swiper-slide {
    width: 28.3vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.p-feature02 {
  background: #ededed;
  padding: 6.5625rem 0;
}

.p-feature02 .p-feature02__inner {
  width: 100%;
  max-width: 1740px;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3.125rem;
  padding-inline: 20px;
}

.p-feature02__title {
  font-size: 4.375rem;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-feature02__title .big {
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-feature02__title .number {
  font-size: 11.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-feature02__title .accent {
  color: #dc3129;
}

.p-feature02__sub-title {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 900;
  color: #666464;
  margin-top: 1rem;
}

.p-feature02__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-feature02__youtube {
  position: relative;
  width: 100%;
  max-width: 55.625rem;
  margin-inline: auto;
  border-radius: 0.8125rem;
  aspect-ratio: 890/499;
  overflow: hidden;
}

.p-feature02__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .p-feature02 {
    padding: 12.82vw 0;
  }

  .p-feature02 .p-feature02__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
  }

  .p-feature02__title {
    font-size: 8.97vw;
  }

  .p-feature02__title .big {
    font-size: 12.82vw;
  }

  .p-feature02__title .number {
    font-size: 28.21vw;
  }

  .p-feature02__sub-title {
    font-size: 5.13vw;
    margin-top: 2.56vw;
  }

  .p-feature02__text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }
}

.p-footer {
  background: #000;
  padding: 4.0625rem 0 1.875rem;
}

.p-footer__logo img {
  width: 100%;
  max-width: 14.5rem;
  margin-inline: auto;
}

.p-footer__nav {
  color: #fff;
  padding-inline: 2.5rem;
  margin-top: 2.5rem;
}

.p-footer__list:nth-of-type(1) {
  margin-right: 8.4375rem;
}

.p-footer__list:nth-of-type(2) {
  margin-right: 11.875rem;
}

.p-footer__list:nth-of-type(3) {
  margin-right: 4.375rem;
}

.p-footer__list a span {
  display: block;
}

.p-footer__list a .en {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-footer__list a .ja {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  margin-top: 0.625rem;
}

.p-footer__sub-lists {
  gap: 3.75rem;
  color: #fff;
  margin-top: 4.125rem;
}

.p-footer__sub-list a,
.p-footer__copyright {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 12.82vw 0 5.13vw;
  }

  .p-footer__logo img {
    width: 64.4%;
    max-width: 232px;
  }

  .p-footer__nav {
    margin-top: 5.13vw;
  }

  .p-footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.67vw;
  }

  .p-footer__list {
    text-align: center;
  }

  .p-footer__list:nth-of-type(1),
  .p-footer__list:nth-of-type(2),
  .p-footer__list:nth-of-type(3) {
    margin-right: 0;
  }

  .p-footer__list a .en {
    font-size: 4.1vw;
  }

  .p-footer__list a .ja {
    font-size: 3.08vw;
    margin-top: 1.79vw;
  }

  .p-footer__sub-lists {
    margin-top: 11.54vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.05vw;
  }

  .p-footer__sub-list a,
  .p-footer__copyright {
    font-size: 2.56vw;
  }
}

.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 1.4375rem 0 1.26875rem;
  z-index: 30;
}

.p-header .p-header__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-header__inner {
  padding: 0 2.0625rem 0 1.0625rem;
}

.p-header__head {
  gap: 0.9375rem;
}

.p-header__logo {
  width: 100%;
  max-width: 14.5rem;
  margin-inline: auto;
}

.p-header__title {
  font-size: 2rem;
  line-height: 1.0625;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-header__cta {
  gap: 16px;
  padding-right: 3.4375rem;
}

.p-header__btn-title {
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.625rem 0;
}

.p-header__btn {
  position: relative;
  z-index: 251;
}

.p-header__btn a {
  display: inline-block;
  min-width: 9rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.04;
  letter-spacing: 0em;
  font-weight: 700;
  color: #dc3129;
  background: #fff;
  border: 2px solid #dc3129;
  padding: 0.46875rem 0.53125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 0.625rem 0;
  }

  .p-header__inner {
    padding: 0 1.54vw 0 2.31vw;
  }

  .p-header .p-header__head {
    width: 39%;
    max-width: 232px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.3125rem;
  }

  .p-header__logo {
    max-width: 25.64vw;
    margin-left: 0;
  }

  .p-header__title {
    font-size: 2.82vw;
    padding-left: 3px;
  }

  .p-header__btn a {
    min-width: 7.9375rem;
    font-size: 1.1875rem;
    line-height: 1.0526315789;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 0.5rem 0.53125rem;
  }

  .p-header__cta {
    padding-right: 3.8125rem;
  }
}

.p-internship {
  background: #ededed;
  padding: 6.25rem 0;
}

.p-internship__title {
  font-family: "Oswald", sans-serif;
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

.p-internship__title .big {
  font-size: 11.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-internship__title .accent {
  color: #dc3129;
}

.p-internship__sub-title {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #666464;
  margin-top: 1.25rem;
  text-align: center;
}

.p-internship__catch {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #dc3129;
  padding: 1.25rem 0;
  margin-top: 1rem;
  text-align: center;
}

.p-internship__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1.875rem;
  text-align: center;
}

.p-internship__swiper {
  padding-bottom: 0.3125rem;
}

.p-internship__swiper-wrapper {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 2.5rem;
}

.p-internship__swiper .swiper-slide {
  width: 287px;
  height: auto;
}

.p-internship .swiper-button-prev,
.p-internship .swiper-button-next {
  top: auto;
  bottom: -3.875rem;
}

.p-internship .swiper-button-prev {
  left: 46.5%;
  left: calc(50% - 2rem);
}

.p-internship .swiper-button-next {
  left: auto;
  right: 46.5%;
  right: calc(50% - 2rem);
}

.p-internship .swiper-button-prev::before,
.p-internship .swiper-button-next::before {
  content: "";
  width: 2.3125rem;
  height: 2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-internship .swiper-button-prev::before {
  left: 0;
  background-image: url("../images/swiper-button-prev.svg");
}

.p-internship .swiper-button-next::before {
  right: -0.625rem;
  background-image: url("../images/swiper-button-next.svg");
}

.p-internship .swiper-button-prev::after,
.p-internship .swiper-button-next::after {
  display: none;
}

.p-internship__card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: -0.3125rem 0.3125rem 0 #b6b6b6;
  box-shadow: -0.3125rem 0.3125rem 0 #b6b6b6;
  padding: 1rem;
  text-align: center;
}

.p-internship__card-sub-title {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #666464;
}

.p-internship__card-sub-title::before {
  content: "";
  width: 100%;
  height: 0.4375rem;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/internship-card-sub-title-decoration.svg");
  background-repeat: no-repeat;
}

.p-internship__card-title {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.9375rem;
}

.p-internship__card-title span {
  display: inline-block;
  font-size: 1rem;
}

.p-internship__decoration {
  display: block;
  width: 2rem;
  margin-inline: auto;
  margin-left: 0;
  margin-top: 1rem;
}

.p-internship__decoration--r {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.3125rem;
}

.p-internship__card-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.3125rem;
  text-align: left;
}

.p-internship__card-faculty {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1rem;
}

.p-internship__items {
  margin-top: 6.875rem;
}

.p-internship__item {
  gap: 3.125rem;
}

.p-internship__item:not(:first-of-type) {
  margin-top: 3.125rem;
}

.p-internship__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-internship__item-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-internship .p-internship__item-sub-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.4375rem;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-internship__item-sub-title .text {
  margin-top: 1rem;
}

.p-internship__item-sub-title .number {
  font-family: "Oswald", sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-internship__item-sub-title .accent {
  color: #dc3129;
}

.p-internship__item-title {
  font-size: 4.25rem;
  line-height: 1.0294117647;
  letter-spacing: 0em;
  font-weight: 900;
  margin-top: 1rem;
}

.p-internship__item-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1rem;
}

.p-internship__item-image {
  width: 100%;
  max-width: 24.9375rem;
  margin-inline: auto;
}

.p-internship__anchor {
  margin-top: 3.65625rem;
}

.p-internship__anchor-sub-title {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #dc3129;
  text-align: center;
}

.p-internship__anchor-title {
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  margin-top: 1rem;
  text-align: center;
}

.p-internship__anchor-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.5rem;
}

.p-internship__anchor-btn a {
  position: relative;
  display: block;
  color: #fff;
  background: #dc3129;
  padding: 2.9375rem 0.625rem 1.4375rem;
  text-align: center;
}

.p-internship__anchor-btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0.3125rem;
  left: 0.3125rem;
  background: transparent;
  border-right: 5rem solid transparent;
  border-bottom: 5rem solid white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
}

.p-internship__anchor-btn-number {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #dc3129;
  z-index: 2;
}

.p-internship__anchor-btn-title {
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-internship__anchor-btn-text {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.8125rem;
}

.p-internship__anchor-btn-arrow {
  display: block;
  width: 1.4375rem;
  margin-inline: auto;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-internship {
    padding: 12.82vw 0;
  }

  .p-internship__title {
    font-size: 12.82vw;
  }

  .p-internship__title .big {
    font-size: 20.51vw;
  }

  .p-internship__sub-title {
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  .p-internship__catch {
    font-size: 4.62vw;
    line-height: 1.3888888889;
    padding: 4.1vw 7.69vw;
    margin-top: 4.62vw;
  }

  .p-internship__text {
    font-size: 3.59vw;
    margin-top: 5.13vw;
    text-align: left;
  }

  .p-internship__swiper-wrapper {
    margin-top: 7.69vw;
  }

  .p-internship__card {
    padding: 3.85vw 3.08vw;
  }

  .p-internship__card-sub-title {
    font-size: 3.33vw;
  }

  .p-internship__card-sub-title::before {
    max-width: 100px;
    height: 1.44vw;
    bottom: -3.08vw;
  }

  .p-internship__card-title {
    font-size: 4.62vw;
    margin-top: 3.33vw;
  }

  .p-internship__card-title span {
    font-size: 3.59vw;
  }

  .p-internship__decoration {
    width: 6.67vw;
    margin-top: 3.49vw;
  }

  .p-internship__decoration--r {
    margin-top: 0.26vw;
  }

  .p-internship__card-text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  .p-internship__card-faculty {
    font-size: 3.59vw;
    margin-top: 3.59vw;
  }

  .p-internship__items {
    margin-top: 26.92vw;
  }

  .p-internship__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
  }

  .p-internship__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-internship__item:not(:first-of-type) {
    margin-top: 7.69vw;
  }

  .p-internship__item-sub-title .number {
    font-size: 10.26vw;
  }

  .p-internship .p-internship__item-sub-title {
    font-size: 5.13vw;
  }

  .p-internship__item-title {
    font-size: 8.97vw;
    margin-top: 3.08vw;
    gap: 4.1vw;
  }

  .p-internship__item-text {
    font-size: 3.59vw;
    margin-top: 3.08vw;
  }

  .p-internship__item-image {
    max-width: 100%;
  }

  .p-internship__anchor {
    background: #DC3129;
    padding: 12.82vw 0;
    margin-top: 0;
  }

  .p-internship__anchor-sub-title {
    font-size: 5vw;
    font-weight: 900;
    line-height: 1.1111111111;
    color: #fff;
  }

  .p-internship__anchor-title {
    font-size: 8.97vw;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    margin-top: 2.56vw;
  }

  .p-internship__btns {
    margin-top: 5.13vw;
  }

  .p-internship__btn img {
    width: 86.11%;
    margin-left: 0;
    margin-right: auto;
  }

  .p-internship__btn:not(:first-of-type) {
    margin-top: -7.18vw;
  }

  .p-internship__btn:nth-of-type(even) img {
    margin-left: auto;
    margin-right: 0;
  }
}

.p-interview {
  padding: 5.375rem 0 8.3125rem;
}

.p-interview .p-interview__inner {
  width: 100%;
  max-width: 1740px;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3.25rem;
  padding-inline: 20px;
}

.p-interview__sub-title {
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

.p-interview__sub-title .accent {
  color: #dc3129;
}

.p-interview__title {
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #dc3129;
}

.p-interview__title .number {
  font-size: 11.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #000;
}

.p-interview__title .big {
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #000;
}

.p-interview__catch {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 900;
  color: #666464;
  margin-top: 0.625rem;
}

.p-interview__catch .point {
  display: inline-block;
}

.p-interview__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1rem;
}

.p-interview__swiper-box {
  width: 52%;
}

.p-interview__swiper-wrapper {
  position: relative;
}

.p-interview .swiper-slide {
  cursor: pointer;
}

.p-interview .swiper-button-prev,
.p-interview .swiper-button-next {
  top: auto;
  bottom: -3.875rem;
}

.p-interview .swiper-button-prev {
  left: 46.5%;
  left: calc(50% - 2rem);
}

.p-interview .swiper-button-next {
  left: auto;
  right: 46.5%;
  right: calc(50% - 2rem);
}

.p-interview .swiper-button-prev::before,
.p-interview .swiper-button-next::before {
  content: "";
  width: 2.3125rem;
  height: 2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-interview .swiper-button-prev::before {
  left: 0;
  background-image: url("../images/swiper-button-prev.svg");
}

.p-interview .swiper-button-next::before {
  right: -0.625rem;
  background-image: url("../images/swiper-button-next.svg");
}

.p-interview .swiper-button-prev::after,
.p-interview .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-interview {
    padding: 12.82vw 0 25.64vw;
  }

  .p-interview .p-interview__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.13vw;
  }

  .p-interview__title {
    color: #000;
    font-size: 7.69vw;
  }

  .p-interview__title .accent {
    color: #dc3129;
  }

  .p-interview__title .big {
    font-size: 11.54vw;
  }

  .p-interview__title .number {
    font-size: 24.36vw;
    vertical-align: text-bottom;
  }

  .p-interview__sub-title {
    font-size: 7.69vw;
    color: #dc3129;
    text-align: right;
    margin-top: 1.28vw;
  }

  .p-interview__catch {
    font-size: 5.13vw;
    margin-top: 1.54vw;
    text-align: right;
  }

  .p-interview__text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  .p-interview__swiper-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-message {
  background-image: url(../images/section-bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
}

.p-message__inner {
  width: 100%;
  max-width: 1550px;
  margin-inline: auto;
  padding-inline: 25px;
}

.p-message__title {
  font-family: "Oswald", sans-serif;
  font-size: 11.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-message__title .accent {
  color: #dc3129;
}

.p-message__sub-title {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #666464;
}

.p-message__body {
  width: 100%;
  max-width: 73.75rem;
  margin-inline: auto;
  background: #ededed;
  padding: 5rem 3.125rem 3.125rem 3.125rem;
  margin-top: 4rem;
}

.p-message__greeting {
  gap: 1.25rem;
  padding: 0 2.1875rem 0 4.0625rem;
}

.p-message__image {
  width: 100%;
  max-width: 18.75rem;
  margin-inline: auto;
}

.p-message__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-message__texts-title {
  font-size: 2.1875rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 900;
  color: #cb4133;
}

.p-message .p-message__texts-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.375rem;
  margin-top: 3.5625rem;
}

.p-message__texts-representative {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-message__texts-name {
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.p-message__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
  background: #fff;
  padding: 3.125rem;
}

.p-message__banner {
  margin-top: 6.25rem;
}

@media screen and (max-width: 768px) {
  .p-message {
    padding: 12.82vw 0;
  }

  .p-message__title {
    font-size: 20.51vw;
  }

  .p-message__sub-title {
    font-size: 3.33vw;
    margin-top: 0.77vw;
  }

  .p-message__body {
    margin-top: 7.69vw;
    padding: 15.9vw 3.85vw 4.36vw;
  }

  .p-message__greeting {
    position: relative;
    gap: 0;
    padding: 0;
  }

  .p-message__image {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .p-message__texts-title {
    font-size: 3.85vw;
    line-height: 1.75;
  }

  .p-message .p-message__texts-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.77vw;
    margin-top: 3.59vw;
  }

  .p-message__texts-representative {
    font-size: 2.56vw;
  }

  .p-message__texts-name {
    font-size: 3.08vw;
    padding-right: 1.79vw;
  }

  .p-message__texts {
    text-align: right;
    padding-bottom: 2.56vw;
  }

  .p-message__text {
    font-size: 3.59vw;
    line-height: 1.7142857143;
    padding: 3.85vw;
  }

  .p-message__banner {
    margin-top: 12.82vw;
  }
}

.p-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.p-modal__content {
  position: fixed;
  width: 80%;
  max-width: 1080px;
  margin-inline: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-modal__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 560/315;
  overflow: hidden;
}

.p-modal__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-modal__close {
  position: absolute;
  top: -3.125rem;
  right: -3.125rem;
  color: white;
  font-size: 1.875rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-modal__content {
    position: fixed;
    width: 90%;
  }

  .p-modal__close {
    top: -12.82vw;
    right: 0;
    font-size: 5.13vw;
    font-weight: 700;
  }
}

.p-mv {
  position: relative;
  background: #ededed;
}

.p-mv__video {
  aspect-ratio: 1500/825;
}

.p-mv__video-wrap {
  text-align: right;
}

.p-mv__video {
  width: 100%;
  max-width: 78.125%;
  margin-left: auto;
  margin-right: 0;
  aspect-ratio: 1500/825;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.p-mv .vsc-controller {
  display: none !important;
}

.p-mv__contents {
  position: absolute;
  width: 100%;
  max-width: 37.29%;
  bottom: 2.3125rem;
  left: 5.9375rem;
  z-index: 1;
}

#scroll-down {
  position: relative;
  margin-top: -2.625rem;
  text-align: center;
}

.arrow-down {
  display: block;
  margin-left: 3.0625rem;
  width: 0.9375rem;
  height: 2.5rem;
}

#scroll-title {
  position: absolute;
  left: 1.875rem;
  top: -3.4375rem;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #cb4133;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#scroll-down::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 5.625rem;
  bottom: 0.625rem;
  left: 3.3125rem;
  background: #cb4133;
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

#paschka {
  display: block;
  color: white;
  font-family: helvetica neue, helvetica, arial;
  font-size: 32px;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #000;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
  width: 40px;
  text-align: center;
  border-radius: 5%;
  bottom: 20px;
  right: 20px;
}

#paschka:hover {
  background: #232323;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .p-mv__video {
    top: -1px;
    height: 100dvh;
    max-width: 100%;
  }

  .p-mv__contents {
    max-width: 86.15%;
    bottom: 19.49vw;
    left: 0;
  }

  #scroll-title {
    top: auto;
    bottom: 6.67vw;
    left: calc(50% - 2.56vw);
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    font-size: 2.56vw;
  }

  #scroll-down::before {
    height: 2.5rem;
    bottom: 0.875rem;
    height: 10.26vw;
    bottom: 3.59vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-occupation01,
.p-occupation03,
.p-occupation05,
.p-occupation07 {
  background-image: url("../images/section-bg02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-occupation02,
.p-occupation04,
.p-occupation06 {
  background: #EDEDED;
}

/* .p-occupation03 .c-occupation__text {
  margin-top: 1.25rem;
} */

.p-program {
  background: #CCCCCC;
  padding: 3.75rem 0 0;
}

.p-program .p-program__inner {
  width: 100%;
  max-width: 1740px;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
  padding-inline: 20px;
}

.p-program__contents {
  width: 100%;
  max-width: 47.5rem;
  margin-inline: auto;
}

.p-program__title {
  font-family: "Oswald", sans-serif;
  font-size: 11.875rem;
  line-height: 1.0736842105;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-program__title .accent {
  color: #DC3129;
}

.p-program__sub-title {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #666464;
}

.p-program__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 4.625rem;
  padding-bottom: 6.25rem;
}

.p-program__image {
  width: 100%;
  max-width: 53.125rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-program {
    padding: 12.82vw 0 0;
  }

  .p-program .p-program__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.28vw;
  }

  .p-program__title {
    font-size: 20.51vw;
  }

  .p-program__sub-title {
    font-size: 3.33vw;
    margin-top: 4.1vw;
  }

  .p-program__text {
    font-size: 3.59vw;
    margin-top: 1.54vw;
    padding-bottom: 0;
  }
}

.u-target {
  opacity: 0;
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.u-target.SlideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none;
  }
}

.u-is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-is-sp {
    display: block;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-is-br {
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */