html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-VariableFont_wght.ttf");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "UdemySansPan";
  src: url("../../award2025/font/UdemySansPan-Bold.otf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "UdemySansPan";
  src: url("../../award2025/font/UdemySansPan-Medium.otf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: calc(clamp(0px, 7.785467128cqw, 90px) * 1);
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: calc(clamp(0px, 4.7577854671cqw, 55px) * 1);
  }
}
html:has(.cmn-global-footer) {
  background-color: #000;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  word-break: break-all;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    container-type: inline-size;
    font-size: calc(clamp(0px, 0.8650519031cqw, 10px) * 1);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(clamp(0px, 2.6666666667cqw, 2.6666666667cqw) * 1);
  }
}
body:has(.cmn-global-footer) {
  background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

b {
  display: contents;
  font-weight: bold;
}
b.type-500 {
  font-weight: 500;
}

em {
  display: contents;
  color: #A435F0;
}
em.color-yellow {
  color: #E9E462;
}

u {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
u.color-purple {
  text-decoration-color: #A435F0;
}
u.type-yellow {
  text-decoration-color: #E9E462;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.cmn-en-jost {
  font-family: "Jost", sans-serif;
  letter-spacing: -0.02em;
}

.cmn-en-open {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.02em;
}

.udemySansPan {
  font-family: "UdemySansPan", sans-serif;
}

picture {
  display: block;
}

main {
  overflow: hidden;
  position: relative;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .header__inner {
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 1.953125vw;
    padding-left: 2.734375vw;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .header .header__inner {
    top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .header .header__inner {
    padding-left: 35px;
  }
}
.header .header__logo {
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 2.7s forwards;
    width: 15.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .header .header__logo {
    width: 194px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    position: absolute;
    width: 40.5333333333vw;
    top: 7.2vw;
    left: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .header .hamburger__wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger__wrap {
    position: fixed;
    right: 17px;
    top: 31px;
    width: 38px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 11;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger {
    display: block;
    width: 30px;
    height: 21px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger__line {
    background: #000;
    width: 100%;
    height: 4px;
    position: absolute;
  }
}
.header .hamburger__line:nth-child(1) {
  top: 0;
  left: 0;
}
.header .hamburger__line:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .hamburger__line:nth-child(3) {
  bottom: 0;
  left: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMenu {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.mainVisual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mainVisual {
    margin: 0 auto;
    overflow: hidden;
  }
  .mainVisual .mainVisual__logo--frame {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 0.5s forwards;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30.9375vw;
    height: 30.9375vw;
    background: url(../../award2025/image/mainVisual__logo--frame.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mainVisual .mainVisual__logo--frame {
    width: 396px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mainVisual .mainVisual__logo--frame {
    height: 396px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__logo {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 1s forwards;
    width: 17.578125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mainVisual .mainVisual__logo {
    width: 225px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .mainVisual .mainVisual__frame img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mainVisual .mainVisual__frame01 {
    animation: fadeIn 0.3s ease-in 1.3s forwards;
  }
  .mainVisual .mainVisual__frame02 {
    animation: fadeIn 0.3s ease-in 1.6s forwards;
  }
  .mainVisual .mainVisual__frame03 {
    animation: fadeIn 0.3s ease-in 1.9s forwards;
  }
  .mainVisual .mainVisual__frame04 {
    animation: fadeIn 0.3s ease-in 2.1s forwards;
  }
  .mainVisual .mainVisual__frame05 {
    animation: fadeIn 0.3s ease-in 2.4s forwards;
  }
}
.mainVisual .mainVisual__pc {
  background: #fff;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__pc {
    display: none;
  }
}
.mainVisual .mainVisual__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__sp {
    display: block;
  }
}

.navi {
  background: #000;
  transform: translateX(100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .navi {
    z-index: 12;
    position: fixed;
    right: 0;
    top: 0;
    width: 168px;
    height: 100vh;
    animation: fadeInMenu 0.3s ease-in 3.2s forwards;
  }
}
@media screen and (max-width: 767px) {
  .navi {
    position: fixed;
    right: 0;
    top: 0;
    width: 44.8vw;
    height: 100%;
    z-index: 12;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .navi.is-active {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 7.2vw;
    height: 7.2vw;
    background: url(../../award2025/image/close.png) no-repeat center/cover;
  }
}
.navi .navi__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .navi .navi__list {
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__list {
    gap: 6.6666666667vw;
    margin-top: 16vw;
    margin-bottom: 8vw;
  }
}
.navi .navi__item {
  text-align: center;
}
.navi .navi__item--link {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .navi .navi__item--link {
    font-size: 16px;
  }
  .navi .navi__item--link:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__item--link {
    font-size: 4.2666666667vw;
  }
}
.navi .navi__item--link::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .navi .navi__item--link::after {
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 90px;
    height: 8px;
    background: url(../../award2025/image/navi__item--link.png) no-repeat center/cover;
  }
}
.navi .navi__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .navi .navi__button {
    width: 97px;
    height: 33px;
    font-size: 16px;
    transition: opacity 0.5s ease;
  }
  .navi .navi__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__button {
    font-size: 4.2666666667vw;
    width: 25.8666666667vw;
    height: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .navi .navi__button + .navi__button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__button + .navi__button {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .navi .navi__button01 {
    background: url(../../award2025/image/navi__button01.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__button01 {
    background: url(../../award2025/image/navi__button01.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .navi .navi__button02 {
    background: url(../../award2025/image/navi__button02.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__button02 {
    background: url(../../award2025/image/navi__button02.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .navi .navi__button03 {
    background: url(../../award2025/image/navi__button03.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__button03 {
    background: url(../../award2025/image/navi__button03.sp.png) no-repeat center/cover;
  }
}
.navi .navi__contact {
  display: block;
}
@media screen and (min-width: 768px) {
  .navi .navi__contact {
    margin-top: auto;
    width: 99px;
    transition: opacity 0.5s ease;
  }
  .navi .navi__contact:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .navi .navi__contact {
    margin-top: auto;
    width: 26.1333333333vw;
  }
}

.about .about__inner {
  position: relative;
}
.about .about__title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .about__title {
    width: 575px;
    top: 140px;
    left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__title {
    width: 89.6vw;
    top: 16vw;
    left: 4.8vw;
  }
}
.about .about__text {
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .about__text {
    line-height: 1.625;
    font-size: 24px;
    left: 120px;
    top: 360px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__text {
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.8666666667;
    font-size: 4vw;
    top: 50.6666666667vw;
    left: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__image img {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .greeting {
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .greeting .greeting__inner {
    margin: 0 auto;
    width: 78.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__inner {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .greeting .greeting__flex {
    display: flex;
  }
}
.greeting .greeting__title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__title {
    letter-spacing: 0.08em;
    font-size: 2.5vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__title {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.greeting .greeting__title::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__title::after {
    width: 12.109375vw;
    height: 1.09375vw;
    margin-top: 0.78125vw;
    background: url(../../award2025/image/greeting__title_bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__title::after {
    width: 155px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__title::after {
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__title::after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__title::after {
    width: 41.0666666667vw;
    height: 3.4666666667vw;
    margin-top: 1.3333333333vw;
    background: url(../../award2025/image/greeting__title_bg.sp.png) no-repeat center/cover;
  }
}
.greeting .greeting__image {
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__image {
    margin-right: 3.515625vw;
    width: 30.703125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__image {
    margin-right: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__image {
    width: 393px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__image {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.greeting .greeting__text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__text {
    line-height: 1.8666666667;
    padding-left: 3.125vw;
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__text {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__text {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    line-height: 1.6666666667;
    font-size: 4vw;
  }
}
.greeting .greeting__text + p {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__profile {
    width: 32.421875vw;
    height: 9.140625vw;
    padding-left: 3.125vw;
    padding-top: 0.78125vw;
    margin-top: 2.34375vw;
    background: url(../../award2025/image/greeting__profile.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile {
    width: 415px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile {
    height: 117px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__profile {
    margin-inline: auto;
    margin-top: 8vw;
    width: 95.4666666667vw;
    padding-top: 4vw;
    padding-left: 9.3333333333vw;
    padding-bottom: 9.3333333333vw;
    height: 31.2vw;
    background: url(../../award2025/image/greeting__profile.sp.png) no-repeat center/cover;
  }
}
.greeting .greeting__profile--text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__profile--text {
    line-height: 1.7142857143;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__profile--text {
    line-height: 2;
    font-size: 3.2vw;
  }
}
.greeting .greeting__profile--name {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .greeting .greeting__profile--name {
    font-size: 1.5625vw;
    margin-top: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile--name {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .greeting .greeting__profile--name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__profile--name {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}

.timeTable {
  position: relative;
}
@media screen and (min-width: 768px) {
  .timeTable {
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .timeTable {
    margin-top: 24vw;
  }
}
.timeTable .timeTable__inner {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .timeTable .timeTable__inner {
    padding-top: 5.46875vw;
    padding-bottom: 4.6875vw;
    width: 78.125vw;
    background: url(../../award2025/image/timeTable__bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__inner {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .timeTable .timeTable__inner {
    width: 90.6666666667vw;
    height: 96vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
    background: url(../../award2025/image/timeTable__bg.sp.png) no-repeat center/cover;
  }
}
.timeTable .timeTable__title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .timeTable .timeTable__title {
    width: 36.71875vw;
    left: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__title {
    width: 470px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__title {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .timeTable .timeTable__title {
    width: 79.4666666667vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.timeTable .timeTable__list {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .timeTable .timeTable__list {
    margin-inline: auto;
    width: 52.734375vw;
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__list {
    width: 675px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__list {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .timeTable .timeTable__list {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    font-size: 4vw;
  }
}
.timeTable .timeTable__item {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .timeTable .timeTable__item {
    padding-top: 1.5625vw;
    padding-bottom: 0.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__item {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__item {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .timeTable .timeTable__item {
    display: flex;
    align-items: center;
    min-height: 9.3333333333vw;
  }
}
.timeTable .timeTable__item--time {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .timeTable .timeTable__item--time {
    margin-right: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .timeTable .timeTable__item--time {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .timeTable .timeTable__item--time {
    flex-shrink: 0;
    margin-right: 4vw;
  }
}

.judge button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .judge {
    margin-top: 13.28125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .judge {
    margin-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .judge {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .judge .judge__inner {
    margin-inline: auto;
    width: 78.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .judge .judge__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .judge .judge__inner {
    padding-left: 4.5333333333vw;
    padding-right: 4.5333333333vw;
  }
}
.judge .judge__title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .judge .judge__title {
    width: 20.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .judge .judge__title {
    width: 261px;
  }
}
@media screen and (max-width: 767px) {
  .judge .judge__title {
    width: 47.4666666667vw;
  }
}
.judge .judge__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .judge .judge__list {
    gap: 40px;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .judge .judge__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .judge .judge__list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .judge .judge__item {
    flex-shrink: 1;
    min-width: 307px;
    transition: opacity 0.3s ease;
  }
  .judge .judge__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .judge .judge__item {
    width: 42.6666666667vw;
  }
}

.standard {
  position: relative;
}
@media screen and (min-width: 768px) {
  .standard {
    margin-top: 21.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard {
    margin-top: 280px;
  }
}
@media screen and (max-width: 767px) {
  .standard {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: 78.515625vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    background: url(../../award2025/image/standard__bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__bg {
    width: 1005px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__bg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    padding-top: 20vw;
    padding-bottom: 12vw;
    background: url(../../award2025/image/standard__bg.sp.png) no-repeat center/cover;
  }
}
.standard .standard__title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .standard .standard__title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__title {
    font-size: 6.4vw;
  }
}
.standard .standard__title::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .standard .standard__title::after {
    width: 12.109375vw;
    height: 1.09375vw;
    margin-top: 0.78125vw;
    background: url(../../award2025/image/standard__title_bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__title::after {
    width: 155px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__title::after {
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__title::after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__title::after {
    width: 38.1333333333vw;
    height: 3.4666666667vw;
    margin-top: 1.3333333333vw;
    background: url(../../award2025/image/standard__title_bg.sp.png) no-repeat center/cover;
  }
}
.standard .standard__lead {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .standard .standard__lead {
    font-size: 1.875vw;
    margin-top: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__lead {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__lead {
    text-align: center;
    line-height: 1.45;
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.standard .standard__text {
  text-align: center;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .standard .standard__text {
    font-size: 1.09375vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__text {
    margin-inline: auto;
    width: 89.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__list {
    margin-inline: auto;
    width: 78.125vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__list {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10.6666666667vw;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__item:not(:first-child) {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__item:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__item:nth-child(2) {
    margin-left: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__item:nth-child(2) {
    margin-left: 120px;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__item:nth-child(3) {
    margin-left: 17.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__item:nth-child(3) {
    margin-left: 230px;
  }
}
@media screen and (min-width: 768px) {
  .standard .standard__item--image {
    width: 12.1875vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__item--image {
    width: 156px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__item--image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__item--image {
    width: 25.0666666667vw;
  }
}
.standard .standard__item--text {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .standard .standard__item--text {
    line-height: 1.6388888889;
    font-size: 2.65625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .standard .standard__item--text {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard__item--text {
    text-align: center;
    line-height: 1.8;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.reskilling {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reskilling {
    margin-top: 15.625vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling {
    margin-top: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling {
    margin-top: 42.6666666667vw;
    padding-bottom: 29.3333333333vw;
  }
}
.reskilling .reskilling__title {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__title {
    text-align: center;
    line-height: 1.3;
    font-size: 10.6666666667vw;
  }
}
.reskilling .reskilling__title::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__title::after {
    width: 19.375vw;
    height: 2.578125vw;
    margin-top: 1.171875vw;
    background: url(../../award2025/image/reskilling__title_bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__title::after {
    width: 248px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__title::after {
    height: 33px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__title::after {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__title::after {
    width: 53.3333333333vw;
    height: 6.9333333333vw;
    margin-top: 2.6666666667vw;
    background: url(../../award2025/image/reskilling__title_bg.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__block {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__block {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__block {
    margin-top: 16vw;
  }
}
.reskilling .reskilling__anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__anchor {
    width: 45.3125vw;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 2.1875vw;
    column-gap: 2.1875vw;
    row-gap: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__anchor {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__anchor {
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__anchor {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__anchor {
    -moz-column-gap: 6.1333333333vw;
    column-gap: 6.1333333333vw;
    row-gap: 5.3333333333vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__anchor--top {
    width: 20.78125vw;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__anchor--top {
    width: 266px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__anchor--top {
    width: 74.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__anchor--middle {
    width: 21.484375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__anchor--middle {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__anchor--middle {
    width: 42.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__anchor--bottom {
    width: 15.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__anchor--bottom {
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__anchor--bottom {
    width: 42.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large {
    margin-left: auto;
    margin-right: auto;
    width: 78.125vw;
    margin-top: 3.515625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large {
    padding-left: 4.5333333333vw;
    padding-right: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--item {
    display: flex;
    align-items: center;
  }
}
.reskilling .reskilling__large--item.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--item.reverse .reskilling__large--image {
    margin-left: 4.453125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--item.reverse .reskilling__large--image {
    margin-left: 57px;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--item:not(.reverse) .reskilling__large--image {
    margin-right: 4.453125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--item:not(.reverse) .reskilling__large--image {
    margin-right: 57px;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--item:not(:first-of-type) {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--item:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--item:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--image {
    flex-shrink: 0;
    width: 37.265625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--image {
    width: 477px;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--head {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.3333333333vw;
  }
}
.reskilling .reskilling__large--company {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--company {
    justify-content: center;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.reskilling .reskilling__large--companyName {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--companyName {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--companyName {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--companyName {
    font-size: 4vw;
  }
}
.reskilling .reskilling__large--department {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--department {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--department {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--department {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
.reskilling .reskilling__large--text {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--text {
    font-size: 1.09375vw;
    margin-top: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__large--button {
    width: 9.84375vw;
    margin-top: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--button {
    width: 126px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__large--button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__large--button {
    width: 33.6vw;
    margin-inline: auto;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 78.125vw;
    margin-top: 3.125vw;
    -moz-column-gap: 2.734375vw;
    column-gap: 2.734375vw;
    row-gap: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle {
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle {
    row-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle {
    padding-left: 4.5333333333vw;
    padding-right: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--item {
    width: 32.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--item {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--item:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--head {
    display: flex;
    align-items: center;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--head {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--company {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--company {
    justify-content: center;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.reskilling .reskilling__middle--companyName {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--companyName {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--companyName {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--companyName {
    font-size: 4vw;
  }
}
.reskilling .reskilling__middle--department {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--department {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--department {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--department {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--text {
    font-size: 1.09375vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__middle--button {
    margin-top: 1.5625vw;
    width: 9.84375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__middle--button {
    width: 126px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__middle--button {
    width: 33.6vw;
    margin-inline: auto;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small {
    display: flex;
    flex-wrap: wrap;
    width: 78.125vw;
    margin-top: 3.90625vw;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 5.46875vw;
    column-gap: 5.46875vw;
    row-gap: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small {
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small {
    padding-left: 4.5333333333vw;
    padding-right: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--item {
    width: 32.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--item {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--item:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.reskilling .reskilling__small--flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--head {
    margin-left: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--head {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--head {
    margin-left: 5.3333333333vw;
  }
}
.reskilling .reskilling__small--image {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--image {
    width: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--image {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--image {
    width: 42.6666666667vw;
  }
}
.reskilling .reskilling__small--company {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--company {
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--company {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--company {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--companyName {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--companyName {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--companyName {
    font-size: 3.2vw;
  }
}
.reskilling .reskilling__small--position {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--position {
    margin-top: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--position {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--position {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--department {
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--department {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--department {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--name {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--name {
    font-size: 4.2666666667vw;
  }
}
.reskilling .reskilling__small--text {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__small--text {
    font-size: 1.09375vw;
    margin-top: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__small--text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__small--text {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
.reskilling .reskilling__block--title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__block--title01 {
    width: 43.28125vw;
    margin-top: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__block--title01 {
    width: 554px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__block--title01 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__block--title01 {
    width: 88.8vw;
  }
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__block--title02 {
    width: 31.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__block--title02 {
    width: 409px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__block--title02 {
    width: 83.7333333333vw;
  }
}
.reskilling .reskilling__block--text {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reskilling .reskilling__block--text {
    font-size: 1.25vw;
    margin-top: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__block--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .reskilling .reskilling__block--text {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .reskilling .reskilling__block--text {
    line-height: 1.6;
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .logo01 {
    flex-shrink: 0;
    width: 15.625vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo01 {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo01 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .logo01 {
    width: 53.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .logo02 {
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo02 {
    margin-right: 10px;
  }
}
.logo02 img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .logo02 img {
    height: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo02 img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .logo02 img {
    height: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .logo03 {
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo03 {
    margin-right: 10px;
  }
}
.logo03 img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .logo03 img {
    height: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo03 img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .logo03 img {
    height: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .logo04 img {
    width: auto;
    height: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .logo04 img {
    height: 50px;
  }
}

.coming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .coming {
    height: 365px;
  }
}
@media screen and (max-width: 767px) {
  .coming {
    height: 80vw;
  }
}
.coming .coming__title {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .coming .coming__title {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .coming .coming__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .coming .coming__title {
    font-size: 10.6666666667vw;
  }
}
.coming .coming_soon {
  display: block;
}
@media screen and (min-width: 768px) {
  .coming .coming_soon {
    width: 25vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .coming .coming_soon {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .coming .coming_soon {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .coming .coming_soon {
    width: 72vw;
    margin-top: 10.6666666667vw;
  }
}

.ebook {
  background-color: #007dff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ebook {
    padding-top: 6.25vw;
    padding-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .ebook {
    padding-top: 18.6666666667vw;
    padding-bottom: 24vw;
  }
}
.ebook .ebook__heading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__heading {
    font-size: 3.75vw;
    padding-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__heading {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__heading {
    font-size: 10.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.ebook .ebook__heading::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__heading::after {
    width: 19.375vw;
    height: 1.640625vw;
    background: url(../../award2025/image/ebook__title.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__heading::after {
    width: 248px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__heading::after {
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__heading::after {
    width: 54.1333333333vw;
    height: 4.8vw;
    background: url(../../award2025/image/ebook__title.sp.png) no-repeat center/cover;
  }
}
.ebook .ebook__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__list {
    gap: 7.421875vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__list {
    gap: 95px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__list {
    flex-direction: column;
    align-items: center;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .ebook .ebook__item {
    width: 20.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__item {
    width: 266px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__item {
    width: 64vw;
  }
  .ebook .ebook__item:not(:first-of-type) {
    margin-top: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .ebook .ebook__item a {
    transition: opacity 0.5s ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .ebook .ebook__item a:hover {
    opacity: 0.8;
  }
}
.ebook .ebook__button {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__button {
    margin-top: 2.96875vw;
    width: 10.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__button {
    margin-top: 38px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__button {
    width: 134px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__button {
    width: 35.7333333333vw;
    margin-top: 8vw;
  }
}
.ebook .ebook__figure01 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__figure01 {
    width: 45.15625vw;
    height: 57.65625vw;
    top: 0;
    left: -23.671875vw;
    background: url(../../award2025/image/ebook__figure01.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure01 {
    width: 578px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure01 {
    height: 738px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure01 {
    left: -303px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__figure01 {
    width: 81.6vw;
    height: 113.0666666667vw;
    top: 106.6666666667vw;
    left: -60vw;
    background: url(../../award2025/image/ebook__figure01.sp.png) no-repeat center/cover;
  }
}
.ebook .ebook__figure02 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__figure02 {
    width: 33.28125vw;
    height: 46.171875vw;
    top: -6.5625vw;
    right: -5.078125vw;
    background: url(../../award2025/image/ebook__figure02.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure02 {
    width: 426px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure02 {
    height: 591px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure02 {
    top: -84px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure02 {
    right: -65px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__figure02 {
    width: 73.3333333333vw;
    height: 107.2vw;
    top: -24vw;
    right: -49.3333333333vw;
    background: url(../../award2025/image/ebook__figure02.sp.png) no-repeat center/cover;
  }
}
.ebook .ebook__figure03 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ebook .ebook__figure03 {
    width: 35.859375vw;
    height: 25.9375vw;
    bottom: -5.78125vw;
    right: -4.296875vw;
    background: url(../../award2025/image/ebook__figure03.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure03 {
    width: 459px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure03 {
    height: 332px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure03 {
    bottom: -74px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ebook .ebook__figure03 {
    right: -55px;
  }
}
@media screen and (max-width: 767px) {
  .ebook .ebook__figure03 {
    width: 95.7333333333vw;
    height: 69.0666666667vw;
    bottom: -16.5333333333vw;
    right: -36.5333333333vw;
    background: url(../../award2025/image/ebook__figure03.sp.png) no-repeat center/cover;
  }
}

.column {
  background-color: #f4522d;
}

@media screen and (min-width: 768px) {
  .figure01 {
    position: absolute;
    left: 0;
    top: 16.015625vw;
    width: 51.09375vw;
    height: 52.34375vw;
    background: url(../../award2025/image/figure01.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure01 {
    top: 205px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure01 {
    width: 654px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure01 {
    height: 670px;
  }
}

@media screen and (min-width: 768px) {
  .figure02 {
    position: absolute;
    z-index: 2;
    right: -14.0625vw;
    top: -25.78125vw;
    width: 47.03125vw;
    height: 66.25vw;
    background: url(../../award2025/image/figure02.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure02 {
    right: -180px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure02 {
    top: -330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure02 {
    width: 602px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure02 {
    height: 848px;
  }
}

.figure03 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .figure03 {
    right: -9.765625vw;
    top: -14.84375vw;
    width: 37.5vw;
    height: 46.796875vw;
    background: url(../../award2025/image/figure03.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure03 {
    right: -125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure03 {
    top: -190px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure03 {
    width: 480px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure03 {
    height: 599px;
  }
}
@media screen and (max-width: 767px) {
  .figure03 {
    width: 95.4666666667vw;
    height: 122.9333333333vw;
    top: -66.6666666667vw;
    right: -61.3333333333vw;
    background: url(../../award2025/image/figure03.sp.png) no-repeat top/cover;
  }
}

.figure04 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .figure04 {
    left: -31.25vw;
    top: -42.1875vw;
    width: 51.09375vw;
    height: 81.328125vw;
    background: url(../../award2025/image/figure04.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure04 {
    left: -400px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure04 {
    top: -540px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure04 {
    width: 654px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure04 {
    height: 1041px;
  }
}
@media screen and (max-width: 767px) {
  .figure04 {
    width: 34.6666666667vw;
    height: 48.2666666667vw;
    left: -18.6666666667vw;
    top: -37.3333333333vw;
    background: url(../../award2025/image/figure04.sp.png) no-repeat top/cover;
  }
}

.figure05 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .figure05 {
    right: -14.0625vw;
    top: 3.125vw;
    width: 37.5vw;
    height: 46.796875vw;
    background: url(../../award2025/image/figure05.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure05 {
    right: -180px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure05 {
    top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure05 {
    width: 480px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure05 {
    height: 599px;
  }
}
@media screen and (max-width: 767px) {
  .figure05 {
    right: -17.3333333333vw;
    top: 26.6666666667vw;
    width: 40.5333333333vw;
    height: 52.2666666667vw;
    background: url(../../award2025/image/figure05.sp.png) no-repeat top/cover;
  }
}

@media screen and (min-width: 768px) {
  .figure06 {
    position: absolute;
    z-index: 2;
    left: -28.125vw;
    bottom: 0vw;
    width: 52.890625vw;
    height: 67.890625vw;
    background: url(../../award2025/image/figure06.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure06 {
    left: -360px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure06 {
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure06 {
    width: 677px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure06 {
    height: 869px;
  }
}

@media screen and (min-width: 768px) {
  .figure07 {
    position: absolute;
    z-index: 2;
    left: -25vw;
    top: 111.5625vw;
    width: 40.46875vw;
    height: 53.359375vw;
    background: url(../../award2025/image/figure07.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure07 {
    left: -320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure07 {
    top: 1428px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure07 {
    width: 518px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure07 {
    height: 683px;
  }
}

@media screen and (min-width: 768px) {
  .figure08 {
    position: absolute;
    z-index: 2;
    right: -18.75vw;
    top: 210.9375vw;
    width: 40.46875vw;
    height: 53.359375vw;
    background: url(../../award2025/image/figure08.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure08 {
    right: -240px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure08 {
    top: 2700px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure08 {
    width: 518px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure08 {
    height: 683px;
  }
}

@media screen and (min-width: 768px) {
  .figure09 {
    position: absolute;
    z-index: 2;
    left: -25vw;
    top: 277.34375vw;
    width: 40.46875vw;
    height: 53.359375vw;
    background: url(../../award2025/image/figure09.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure09 {
    left: -320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure09 {
    top: 3550px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure09 {
    width: 518px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure09 {
    height: 683px;
  }
}

@media screen and (min-width: 768px) {
  .figure10 {
    position: absolute;
    z-index: 2;
    right: -18.75vw;
    top: 328.125vw;
    width: 40.46875vw;
    height: 53.359375vw;
    background: url(../../award2025/image/figure10.png) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure10 {
    right: -240px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure10 {
    top: 4200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure10 {
    width: 518px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .figure10 {
    height: 683px;
  }
}

.footer .footer__inner {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__inner {
    height: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .footer .footer__inner {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner {
    height: 22.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__logo {
    width: 16.640625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .footer .footer__logo {
    width: 213px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__logo {
    width: 47.7333333333vw;
  }
}

.modal {
  position: relative;
  outline: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: fixed;
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 100%;
    max-width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    width: 90.6666666667vw;
  }
}
.modal::backdrop {
  background-color: rgba(0, 125, 255, 0.8);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .modal .modal__inner {
    margin-inline: auto;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__inner {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__inner {
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__inner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal__flex {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal__image {
    flex-shrink: 0;
    width: 20.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__image {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__image {
    width: 52.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal__contents {
    margin-left: 3.515625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__contents {
    margin-top: 5.3333333333vw;
  }
}
.modal .modal__contents--position {
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .modal .modal__contents--position {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--position {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__contents--position {
    font-size: 4vw;
  }
}
.modal .modal__contents--name {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .modal .modal__contents--name {
    margin-top: 1.5625vw;
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--name {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__contents--name {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.modal .modal__contents--name::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .modal .modal__contents--name::after {
    width: 12.109375vw;
    height: 1.09375vw;
    background: url(../../award2025/image/modal__contents--name_bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--name::after {
    width: 155px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--name::after {
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__contents--name::after {
    width: 36.2666666667vw;
    height: 3.2vw;
    background: url(../../award2025/image/modal__contents--name_bg.sp.png) no-repeat center/cover;
  }
}
.modal .modal__contents--text {
  font-weight: 500;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .modal .modal__contents--text {
    max-height: 200px;
    margin-top: 1.953125vw;
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--text {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__contents--text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__contents--text {
    max-height: 30vh;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.modal .modal__close {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .modal .modal__close {
    cursor: pointer;
    width: 3.75vw;
    top: 1.5625vw;
    right: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__close {
    width: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__close {
    top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .modal .modal__close {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__close {
    width: 10.1333333333vw;
    top: 4vw;
    right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .modal .splide__arrow {
    width: 1.2em;
    height: 1.2em;
  }
  .modal .splide__arrow svg {
    width: 0.6em;
    height: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .modal .splide__arrow--next {
    right: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .modal .splide__arrow--prev {
    left: 0.8em;
  }
}