@charset "UTF-8";

/* 昨年の流用 */
/* インタビュー */
.s22-job-interview-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 254px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-sort {
    max-width: 420px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .s22-job-interview-sort {
    max-width: 100%;
  }
}

.s22-job-interview-sort-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 122px;
}

.s22-job-interview-sort-item:nth-of-type(even) {
  margin-left: 10px;
}

.s22-job-interview-sort-item:nth-of-type(n + 3) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-sort-item {
    width: 200px;
  }

  .s22-job-interview-sort-item:nth-of-type(even) {
    margin-left: 20px;
  }

  .s22-job-interview-sort-item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .s22-job-interview-sort-item {
    margin-top: 0 !important;
  }

  .s22-job-interview-sort-item:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}

.s22-job-interview-sort-btn {
  width: 100%;
  display: block;
  text-align: center;
  border: thin solid #575757;
  color: #575757;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 40px;
  height: 36px;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.92857142rem;
  letter-spacing: 0.025em;
  line-height: 1.92308;
}

.s22-job-interview-sort-btn:hover,
.s22-job-interview-sort-btn:focus,
.s22-job-interview-sort-btn[aria-pressed=true] {
  background: #575757;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-sort-btn {
    height: 50px;
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}

.s22-job-interview-list {
  padding: 45px 0 0;
  margin: 0 auto;
  max-width: 940px;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-list {
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.s22-job-interview-item {
  width: 100%;
}

.s22-job-interview-item[data-occupation="1"] .s22-job-interview-item-occupation::before {
  border-color: #4977bb transparent transparent transparent;
}

.s22-job-interview-item[data-occupation="2"] .s22-job-interview-item-occupation::before {
  border-color: #00857a transparent transparent transparent;
}

.s22-job-interview-item[data-occupation="3"] .s22-job-interview-item-occupation::before {
  border-color: #ab5997 transparent transparent transparent;
}

.s22-job-interview-item:nth-of-type(n + 2) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46.6%;
  }

  .s22-job-interview-item:nth-of-type(even) {
    margin-left: 6.8%;
  }

  .s22-job-interview-item:nth-of-type(2) {
    margin-top: 0;
  }

  .s22-job-interview-item:nth-of-type(n + 3) {
    margin-top: 6.8%;
  }
}

@media screen and (min-width: 1024px) {
  .s22-job-interview-item {
    width: 440px;
  }

  .s22-job-interview-item:nth-of-type(even) {
    margin-left: 60px;
  }

  .s22-job-interview-item:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}

.s22-job-interview-item-imgbox {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.s22-job-interview-item-imgbox img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.s22-job-interview-item-occupation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.s22-job-interview-item-occupation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 63px 92px 0 0;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-item-occupation::before {
    border-width: 80px 120px 0 0;
  }
}

.s22-job-interview-item-occupation-text {
  color: #ffffff;
  position: relative;
  display: block;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  padding: 14px 12px;
  font-size: 12px;
  font-size: 0.85714285rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-item-occupation-text {
    font-size: 16px;
    font-size: 1.14285714rem;
    font-family: 'SST W55 Bold', sans-serif;
    font-weight: 400;
    padding: 16px 14px;
  }
}

.s22-job-interview-item-textbox {
  padding-top: 20px;
  font-size: 13px;
  font-size: 0.92857142rem;
}

.s22-job-interview-item-textbox p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .s22-job-interview-item-textbox {
    padding-top: 20px;
  }
}

.s22-job-interview-item-name {
  font-size: 18px;
  font-size: 1.28571428rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.s22-job-interview-item-division {
  margin-top: 10px;
}

.s22-job-interview-link,
.s22-job-interview-link:visited,
.s22-job-interview-link:hover,
.s22-job-interview-link:focus {
  color: #575757 !important;
  text-decoration: none !important;
}

.s22-job-interview-link:hover,
.s22-job-interview-link:focus {
  outline: none;
  text-decoration: none !important;
}

.s22-job-interview-link:hover .s22-job-interview-item-imgbox img,
.s22-job-interview-link:focus .s22-job-interview-item-imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* desktour */
.s22-modal[aria-hidden=false] .s22-modal-overlay {
  visibility: visible;
  opacity: 1;
}

.s22-modal-overlay,
.s22-modal-container {
  will-change: transform;
}

.s22-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999;
  overflow-y: auto;
  white-space: nowrap;
  display: block !important;
  text-align: center;
}

.s22-modal-overlay::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.s22-modal-container {
  padding: 63px !important;
  max-width: 604px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 63px !important;
}

@media screen and (min-width: 768px) {
  .s22-modal-container {
    max-width: 820px;
    padding: 80px 160px !important;
  }
}

.s22-modal-content {
  position: relative;
  white-space: normal;
  text-align: left;
}

.s22-modal-close {
  position: absolute;
  right: 0;
  top: -23px;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .s22-modal-close {
    top: 0;
    right: -41px;
    width: 21px;
    height: 21px;
  }
}

.s22-modal-close img {
  display: block;
}

.s22-modal-imgbox {
  width: 100%;
  position: relative;
}

.s22-modal-imgbox-label {
  z-index: 1;
}

.s22-modal-textbox {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox {
    margin-top: 50px;
  }
}

.s22-modal-textbox.s22-not-carousel {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox.s22-not-carousel {
    margin-top: 70px;
  }
}

.s22-modal-textbox-title {
  font-size: 18px;
  font-size: 1.2858rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox-title {
    font-size: 20px;
    font-size: 1.4286rem;
  }
}

.s22-modal-textbox-text {
  font-size: 13px;
  font-size: 0.9286rem;
  line-height: 1.69231;
  margin-top: 15px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox-text {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.71429;
  }
}

.s22-modal-carousel {
  position: relative;
}

.s22-modal-carousel .slick-list {
  border-radius: 20px;
  overflow: hidden;
}

.s22-modal-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffe200;
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  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;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-arrow {
    width: 42px;
    height: 42px;
  }
}

.s22-modal-carousel .slick-arrow:hover,
.s22-modal-carousel .slick-arrow:focus {
  outline: none;
}

.s22-modal-carousel .slick-arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-arrow::before {
    width: 8px;
    height: 16px;
  }
}

.s22-modal-carousel .slick-prev {
  left: -13px;
}

.s22-modal-carousel .slick-prev:hover,
.s22-modal-carousel .slick-prev:focus {
  -webkit-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-prev {
    left: -72px;
  }
}

.s22-modal-carousel .slick-prev::before {
  background-image: url("../images/icon-carousel-arrow-left-b.svg");
}

.s22-modal-carousel .slick-next {
  right: -13px;
}

.s22-modal-carousel .slick-next:hover,
.s22-modal-carousel .slick-next:focus {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-next {
    right: -72px;
  }
}

.s22-modal-carousel .slick-next::before {
  background-image: url("../images/icon-carousel-arrow-right-b.svg");
}

.s22-modal-carousel-dots .slick-dots {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel-dots .slick-dots {
    padding: 10px 0;
  }
}

.s22-modal-carousel-dots .slick-dots button {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel-dots .slick-dots button {
    width: 40px;
    height: 40px;
  }
}

.s22-modal-carousel-dots .slick-dots button .slick-dot {
  background: transparent;
  border: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel-dots .slick-dots button .slick-dot {
    top: 15px;
    left: 15px;
  }
}

.s22-modal-carousel-dots .slick-dots button:hover .slick-dot,
.s22-modal-carousel-dots .slick-dots button:focus .slick-dot {
  background: #ffffff;
}

.s22-modal-carousel-dots .slick-dots li.slick-active button .slick-dot {
  background: #ffffff;
}

.s22-desktour-modal-container {
  padding: 52px;
  max-width: 724px;
}

@media screen and (min-width: 768px) {
  .s22-desktour-modal-container {
    padding: 160px;
    max-width: 940px;
  }
}

.s22-desktour-modal-imgbox-label {
  position: absolute;
  left: -16px;
  top: -16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffe200;
  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;
}

@media screen and (min-width: 768px) {
  .s22-desktour-modal-imgbox-label {
    left: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
  }
}

.s22-desktour-modal-imgbox-label-top,
.s22-desktour-modal-imgbox-label-bottom {
  font-family: "Montserrat", sans-serif;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 1;
  color: #343434;
}

.s22-desktour-modal-imgbox-label-top {
  font-size: 8px;
  font-size: 0.5715rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .s22-desktour-modal-imgbox-label-top {
    font-size: 11px;
    font-size: 0.7858rem;
  }
}

.s22-desktour-modal-imgbox-label-bottom {
  font-size: 23px;
  font-size: 1.6429rem;
}

@media screen and (min-width: 768px) {
  .s22-desktour-modal-imgbox-label-bottom {
    font-size: 32px;
    font-size: 2.2858rem;
  }
}

.s22-desktour-content {
  position: relative;
}

.s22-desktour-content-start {
  width: 79px;
  width: 21.0667vw;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
}

@media screen and (min-width: 768px) {
  .s22-desktour-content-start {
    width: 102px;
    width: 7.4671vw;
    position: absolute;
    left: 0;
    top: -66px;
    top: -4.8316vw;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1366px) {
  .s22-desktour-content-start {
    width: 102px;
    top: -66px;
  }
}

.s22-desktour-list {
  list-style: none;
  padding: 0;
  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;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.s22-desktour-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45.45%;
  margin: 2.275%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .s22-desktour-item {
    margin: 0.84%;
    width: 23.32%;
  }
}

.s22-desktour-btn {
  overflow: hidden;
  border-radius: 50%;
  display: block;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  color: #575757;
}

@media screen and (min-width: 768px) {

  .s22-desktour-btn:hover .s22-desktour-btn-bg img,
  .s22-desktour-btn:focus .s22-desktour-btn-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.s22-desktour-btn-bg {
  overflow: hidden;
  border-radius: 50%;
}

.s22-desktour-btn-bg img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.s22-desktour-btn-content {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgba(255, 226, 0, 0.8);
  padding-top: 8px;
}

.s22-desktour-btn-num {
  color: #343434;
}

.s22-desktour-btn-num span {
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
}

.s22-desktour-btn-num-top {
  font-size: 6px;
  font-size: 1.6vw;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .s22-desktour-btn-num-top {
    font-size: 11px;
    font-size: 0.8053vw;
  }
}

@media screen and (min-width: 1366px) {
  .s22-desktour-btn-num-top {
    font-size: 11px;
    font-size: 0.7858rem;
  }
}

.s22-desktour-btn-num-bottom {
  font-size: 17px;
  font-size: 4.5334vw;
}

@media screen and (min-width: 768px) {
  .s22-desktour-btn-num-bottom {
    font-size: 32px;
    font-size: 2.3427vw;
  }
}

@media screen and (min-width: 1366px) {
  .s22-desktour-btn-num-bottom {
    font-size: 32px;
    font-size: 2.2858rem;
  }
}

.s22-desktour-btn-name {
  margin-top: 10px;
  margin-top: 2.6667vw;
  font-size: 14px;
  font-size: 3.7334vw;
}

@media screen and (min-width: 768px) {
  .s22-desktour-btn-name {
    margin-top: 15px;
    margin-top: 1.0981vw;
    font-size: 18px;
    font-size: 1.3178vw;
  }
}

@media screen and (min-width: 1366px) {
  .s22-desktour-btn-name {
    font-size: 18px;
    font-size: 1.2858rem;
  }
}

.s22-order-sp {
  position: relative;
}

.s22-order-sp-1,
.s22-order-sp-2,
.s22-order-sp-3,
.s22-order-sp-4,
.s22-order-sp-5,
.s22-order-sp-6,
.s22-order-sp-7,
.s22-order-sp-8,
.s22-order-sp-9,
.s22-order-sp-10,
.s22-order-sp-11,
.s22-order-sp-12 {
  position: relative;
}

.s22-order-sp-1::before,
.s22-order-sp-3::before,
.s22-order-sp-5::before,
.s22-order-sp-7::before,
.s22-order-sp-9::before,
.s22-order-sp-11::before {
  position: absolute;
  content: "";
  display: block;
  right: -10%;
  width: 10%;
  height: 6%;
  background: #ffe200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.s22-order-sp-2::after,
.s22-order-sp-3::after,
.s22-order-sp-6::after,
.s22-order-sp-7::after,
.s22-order-sp-10::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -11%;
  width: 6%;
  height: 12%;
  background: #ffe200;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.s22-order-sp-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.s22-order-sp-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.s22-order-sp-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.s22-order-sp-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.s22-order-sp-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.s22-order-sp-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.s22-order-sp-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.s22-order-sp-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.s22-order-sp-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.s22-order-sp-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.s22-order-sp-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.s22-order-sp-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 768px) {

  .s22-order-1::before,
  .s22-order-1::after,
  .s22-order-2::before,
  .s22-order-2::after,
  .s22-order-3::before,
  .s22-order-3::after,
  .s22-order-4::before,
  .s22-order-4::after,
  .s22-order-5::before,
  .s22-order-5::after,
  .s22-order-6::before,
  .s22-order-6::after,
  .s22-order-7::before,
  .s22-order-7::after,
  .s22-order-8::before,
  .s22-order-8::after,
  .s22-order-9::before,
  .s22-order-9::after,
  .s22-order-10::before,
  .s22-order-10::after,
  .s22-order-11::before,
  .s22-order-11::after,
  .s22-order-12::before,
  .s22-order-12::after {
    content: none;
  }

  .s22-order-1::before,
  .s22-order-2::before,
  .s22-order-3::before,
  .s22-order-5::before,
  .s22-order-6::before,
  .s22-order-7::before,
  .s22-order-9::before,
  .s22-order-10::before,
  .s22-order-11::before {
    position: absolute;
    content: "";
    display: block;
    right: -7.2%;
    width: 10%;
    height: 6%;
    background: #ffe200;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .s22-order-4::after,
  .s22-order-5::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -11%;
    width: 6%;
    height: 12%;
    background: #ffe200;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .s22-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .s22-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .s22-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .s22-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .s22-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .s22-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .s22-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .s22-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .s22-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .s22-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .s22-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .s22-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

.s22-modal[aria-hidden=false] .s22-modal-overlay {
  visibility: visible;
  opacity: 1;
}

.s22-modal-overlay,
.s22-modal-container {
  will-change: transform;
}

.s22-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999;
}

.s22-modal-container {
  padding: 63px;
  max-width: 604px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s22-modal-container {
    padding: 160px;
    max-width: 820px;
  }
}

.s22-modal-content {
  position: relative;
}

.s22-modal-close {
  position: absolute;
  right: 0;
  top: -23px;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .s22-modal-close {
    top: 0;
    right: -41px;
    width: 21px;
    height: 21px;
  }
}

.s22-modal-close img {
  display: block;
}

.s22-modal-imgbox {
  width: 100%;
  position: relative;
}

.s22-modal-imgbox-label {
  z-index: 1;
}

.s22-modal-textbox {
  text-align: center;
  color: #ffffff;
}

.s22-modal-textbox.s22-not-carousel {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox.s22-not-carousel {
    margin-top: 30px;
  }
}

.s22-modal-textbox-title {
  font-size: 18px;
  font-size: 1.2858rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox-title {
    font-size: 20px;
    font-size: 1.4286rem;
  }
}

.s22-modal-textbox-text {
  font-size: 13px;
  font-size: 0.9286rem;
  line-height: 1.69231;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .s22-modal-textbox-text {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.71429;
  }
}

.s22-modal-carousel {
  position: relative;
}

.s22-modal-carousel .slick-list {
  border-radius: 20px;
  overflow: hidden;
}

.s22-modal-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffe200;
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  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;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-arrow {
    width: 42px;
    height: 42px;
  }
}

.s22-modal-carousel .slick-arrow:hover,
.s22-modal-carousel .slick-arrow:focus {
  outline: none;
}

.s22-modal-carousel .slick-arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-arrow::before {
    width: 8px;
    height: 16px;
  }
}

.s22-modal-carousel .slick-prev {
  left: -13px;
}

.s22-modal-carousel .slick-prev:hover,
.s22-modal-carousel .slick-prev:focus {
  -webkit-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-prev {
    left: -72px;
  }
}

.s22-modal-carousel .slick-prev::before {
  background-image: url("../images/icon-carousel-arrow-left-b.svg");
}

.s22-modal-carousel .slick-next {
  right: -13px;
}

.s22-modal-carousel .slick-next:hover,
.s22-modal-carousel .slick-next:focus {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel .slick-next {
    right: -72px;
  }
}

.s22-modal-carousel .slick-next::before {
  background-image: url("../images/icon-carousel-arrow-right-b.svg");
}

.s22-modal-carousel-dots .slick-dots {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel-dots .slick-dots {
    padding: 10px 0;
  }
}

.s22-modal-carousel-dots .slick-dots button {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel-dots .slick-dots button {
    width: 40px;
    height: 40px;
  }
}

.s22-modal-carousel-dots .slick-dots button .slick-dot {
  background: transparent;
  border: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .s22-modal-carousel-dots .slick-dots button .slick-dot {
    top: 15px;
    left: 15px;
  }
}

.s22-modal-carousel-dots .slick-dots button:hover .slick-dot,
.s22-modal-carousel-dots .slick-dots button:focus .slick-dot {
  background: #ffffff;
}

.s22-modal-carousel-dots .slick-dots li.slick-active button .slick-dot {
  background: #ffffff;
}

.s22-ourfashion-modal-carousel .slick-arrow {
  background: #f225b3;
}

.s22-ourfashion-modal-carousel .slick-prev {
  left: -42px;
}

.s22-ourfashion-modal-carousel .slick-prev:hover,
.s22-ourfashion-modal-carousel .slick-prev:focus {
  -webkit-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-modal-carousel .slick-prev {
    left: -72px;
  }
}

.s22-ourfashion-modal-carousel .slick-prev::before {
  background-image: url("../images/icon-carousel-arrow-left-w.svg");
}

.s22-ourfashion-modal-carousel .slick-next {
  right: -42px;
}

.s22-ourfashion-modal-carousel .slick-next:hover,
.s22-ourfashion-modal-carousel .slick-next:focus {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-modal-carousel .slick-next {
    right: -72px;
  }
}

.s22-ourfashion-modal-carousel .slick-next::before {
  background-image: url("../images/icon-carousel-arrow-right-w.svg");
}

.s22-ourfashion-modal-imgbox-label {
  position: absolute;
  left: 15px;
  top: 15px;
}

.s22-ourfashion-modal-imgbox-label-top,
.s22-ourfashion-modal-imgbox-label-bottom {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: #f225b3;
}

.s22-ourfashion-modal-imgbox-label-top {
  font-size: 6px;
  font-size: 0.4286rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-modal-imgbox-label-top {
    font-size: 12px;
    font-size: 0.8572rem;
  }
}

.s22-ourfashion-modal-imgbox-label-bottom {
  font-size: 32px;
  font-size: 2.2858rem;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-modal-imgbox-label-bottom {
    font-size: 55px;
    font-size: 3.9286rem;
  }
}

.s22-ourfashion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  width: 105%;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-list {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.s22-ourfashion-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%;
  margin: 2.5%;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-item {
    width: 18.28%;
    margin: 0.86% !important;
  }
}

.s22-ourfashion-btn {
  width: 100%;
  display: block;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  color: #575757;
}

.s22-ourfashion-btn:hover,
.s22-ourfashion-btn:focus {
  outline: none;
}

.s22-ourfashion-btn:hover .s22-ourfashion-btn-content,
.s22-ourfashion-btn:focus .s22-ourfashion-btn-content {
  background: rgba(145, 3, 96, 0.8);
}

.s22-ourfashion-btn:hover .s22-ourfashion-btn-num span,
.s22-ourfashion-btn:focus .s22-ourfashion-btn-num span {
  color: #ffffff;
}

.s22-ourfashion-btn:hover .s22-ourfashion-btn-name,
.s22-ourfashion-btn:focus .s22-ourfashion-btn-name {
  visibility: visible;
  opacity: 1;
}

.s22-ourfashion-btn-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-btn-content {
    background: rgba(145, 3, 96, 0);
  }
}

.s22-ourfashion-btn-num {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-btn-num {
    top: 1.6666666667vw;
    left: 1.6666666667vw;
  }
}

@media screen and (min-width: 1200px) {
  .s22-ourfashion-btn-num {
    top: 20px;
    left: 20px;
  }
}

.s22-ourfashion-btn-num span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  text-align: left;
  color: #f225b3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.s22-ourfashion-btn-num-top {
  letter-spacing: 0.02em;
  font-size: 5px;
  font-size: 0.3572rem;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-btn-num-top {
    font-size: 10px;
    font-size: 0.8333333333vw;
  }
}

@media screen and (min-width: 1200px) {
  .s22-ourfashion-btn-num-top {
    font-size: 10px;
    font-size: 0.71428571rem;
  }
}

.s22-ourfashion-btn-num-bottom {
  margin-top: 3px;
  font-size: 21px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-btn-num-bottom {
    font-size: 38px;
    font-size: 3.1666666667vw;
  }
}

@media screen and (min-width: 1200px) {
  .s22-ourfashion-btn-num-bottom {
    font-size: 38px;
    font-size: 2.71428571rem;
  }
}

.s22-ourfashion-btn-name {
  display: none;
}

@media screen and (min-width: 768px) {
  .s22-ourfashion-btn-name {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}

.s24-ourfashion-sort {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort {
    padding-bottom: 80px;
  }
}

.s24-ourfashion-sort-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 952px;
  max-height: 160px;
  position: relative;
  overflow: hidden;
}

.s24-ourfashion-sort-list.is-open {
  max-height: none;
}

.s24-ourfashion-sort-list.is-open+.s24-ourfashion-sort-list-opener {
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  bottom: 20px;
}

.s24-ourfashion-sort-list.is-open::before {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort-list {
    max-height: none;
  }
}

.s24-ourfashion-sort-list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort-list::before {
    display: none;
  }
}

.s24-ourfashion-sort-list-opener {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
  border: 0;
  margin: 0;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort-list-opener {
    display: none;
  }
}

.s24-ourfashion-sort-list-opener img {
  display: block;
}

.s24-ourfashion-sort-heading {
  text-align: center;
  color: #db06a2;
  margin-bottom: 20px;
}

.s24-ourfashion-sort-heading-en {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.14285714rem;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort-heading-en {
    font-size: 20px;
    font-size: 1.42857142rem;
  }
}

.s24-ourfashion-sort-heading-small {
  margin-bottom: 0;
  font-size: 10px;
  font-size: 0.71428571rem;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort-heading-small {
    font-size: 11px;
    font-size: 0.78571428rem;
  }
}

.s24-ourfashion-sort input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.s24-ourfashion-sort input[type=checkbox]:hover+label,
.s24-ourfashion-sort input[type=checkbox]:focus+label {
  border-color: #db06a2;
}

.s24-ourfashion-sort input[type=checkbox]:checked+label {
  background: #db06a2;
  border-color: #db06a2;
  color: #fff;
}

.s24-ourfashion-sort label {
  display: block;
  padding: 10px;
  cursor: pointer;
  border: thin solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 6px 16px;
  margin: 6px;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-sort label {
    font-size: 11px;
    font-size: 0.78571428rem;
  }
}

.s24-ourfashion-error {
  text-align: center;
  font-size: 16px;
  font-size: 1.14285714rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .s24-ourfashion-error {
    font-size: 18px;
    font-size: 1.28571428rem;
    padding-top: 80px;
  }
}

/* faq */
.s22-faq-content:not(:last-of-type):not(:first-of-type) {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .s22-faq-content:not(:last-of-type):not(:first-of-type) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.s22-faq-content:first-of-type {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .s22-faq-content:first-of-type {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}

.s22-faq-content:last-of-type {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .s22-faq-content:last-of-type {
    padding-top: 40px;
  }
}

.s22-faq-item {
  border-radius: 10px;
  background: #f2f2f2;
}

.s22-faq-item:nth-of-type(n + 2) {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .s22-faq-item:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}

.s22-faq-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 17px 20px;
  margin: 0;
  background: transparent;
  border: 0;
  color: #00439c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s22-faq-btn:focus {
  outline: none;
}

.s22-faq-btn:hover,
.s22-faq-btn:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .s22-faq-btn {
    padding: 22px 35px 22px 47px;
  }
}

.s22-faq-btn-title {
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .s22-faq-btn-title {
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}

.s22-faq-btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  position: relative;
  margin-top: 3px;
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .s22-faq-btn-icon {
    width: 16px;
    height: 16px;
    margin-left: 69px;
  }
}

.s22-faq-btn-icon span {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00439c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.s22-faq-btn-icon span:first-of-type {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.s22-faq-btn.open .s22-faq-btn-icon span:first-of-type {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.s22-faq-text {
  padding: 0 50px 17px 20px;
  line-height: 1.76923;
  font-size: 13px;
  font-size: 0.92857142rem;
}

@media screen and (min-width: 768px) {
  .s22-faq-text {
    padding: 0 120px 24px 47px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5625;
  }
}

.s22-faq-text .s22-mod-textlink {
  color: #3865e0;
}

.s22-faq-text .s22-mod-textlink[target=_blank]::after {
  width: 11px;
  height: 11px;
  margin-right: 0.4em;
}

@media screen and (min-width: 768px) {
  .s22-faq-text .s22-mod-textlink[target=_blank]::after {
    width: 13px;
    height: 13px;
  }
}

.s22-faq-text .s22-faq-caption {
  font-size: 0.9em;
}

.s22-modal-hashtag-list {
  list-style: none;
  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;
  padding: 0;
  margin: 0;
}

.s22-modal-hashtag-item {
  font-size: 12px;
  font-size: 0.85714285rem;
  letter-spacing: 0.025em;
  margin: 2px 6px;
}

.s22-modal-hashtag-heading {
  font-size: 12px;
  font-size: 0.85714285rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 16px;
}

/* saiyo 2024 newgrad stylesheet */
#globalHeader #headerWrapper {
  padding-bottom: 0;
  background: #fff;
}

.s24-ng-header {
  position: relative;
  padding-top: 70px;
}

.s24-ng-header-list {
  position: relative;
  height: 85.8666666667vw;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-list {
    height: 25vw;
  }
}

.s24-ng-header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s24-ng-header-main[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

.s24-ng-header-main[aria-hidden=true] .s24-ng-header-inner.is-scroll img {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.s24-ng-header-main[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.s24-ng-header-inner {
  height: 100%;
  overflow: hidden;
}

.s24-ng-header-inner img {
  height: 100%;
  width: auto;
  display: block;
  max-width: none;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  96% {
    -webkit-transform: translateX(calc(-100% + 100vw));
    transform: translateX(calc(-100% + 100vw));
  }

  97% {
    opacity: 1;
  }

  98% {
    -webkit-transform: translateX(calc(-100% + 100vw));
    transform: translateX(calc(-100% + 100vw));
    opacity: 0;
  }

  99% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  96% {
    -webkit-transform: translateX(calc(-100% + 100vw));
    transform: translateX(calc(-100% + 100vw));
  }

  97% {
    opacity: 1;
  }

  98% {
    -webkit-transform: translateX(calc(-100% + 100vw));
    transform: translateX(calc(-100% + 100vw));
    opacity: 0;
  }

  99% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.s24-ng-header-inner.is-scroll img {
  -webkit-animation: scroll infinite 120s ease-out;
  animation: scroll infinite 120s ease-out;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-inner.is-scroll img {
    -webkit-animation: scroll infinite 90s ease-out;
    animation: scroll infinite 90s ease-out;
  }
}

.s24-ng-header-inner.is-scroll.is-paused img {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.s24-ng-header-inner.is-other {
  position: relative;
}

.s24-ng-header-inner.is-other img {
  height: 100%;
}

.s24-ng-header-inner.is-other .s24-ng-header-inner-textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
    height: 20px;
  }
}

.s24-ng-header-inner.is-other .s24-ng-header-inner-textbox-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px 10px;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox-inner {
    padding: 0 20px 20px;
  }
}

.s24-ng-header-inner.is-other .s24-ng-header-heading {
  margin-bottom: 0;
  padding-left: 3.4666666667vw;
  padding-right: 3.4666666667vw;
  padding-top: 3.4666666667vw;
  width: 64vw;
  line-height: 1.17;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading {
    width: 276px;
    padding: 15px 15px 0;
    border-radius: 9px 9px 0 0;
  }
}

@media screen and (min-width: 960px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading {
    width: 368px;
    padding: 20px 20px 0;
    border-radius: 12px 12px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading {
    width: 460px;
    padding: 25px 25px 0;
    border-radius: 15px 15px 0 0;
  }
}

.s24-ng-header-inner.is-other .s24-ng-header-heading span {
  display: block;
}

.s24-ng-header-inner.is-other .s24-ng-header-heading-top {
  height: 6.4vw;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading-top {
    height: 28.2px;
  }
}

@media screen and (min-width: 960px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading-top {
    height: 37.6px;
  }
}

@media screen and (min-width: 1200px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading-top {
    height: 47px;
  }
}

.s24-ng-header-inner.is-other .s24-ng-header-heading-top img {
  height: 100%;
  width: auto;
}

.s24-ng-header-inner.is-other .s24-ng-header-heading-bottom {
  margin-top: 1.0666666667vw;
  color: #000;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading-bottom {
    margin-top: 6px;
    font-size: 14.4px;
    font-size: 1.02857142rem;
  }
}

@media screen and (min-width: 960px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading-bottom {
    margin-top: 8px;
    font-size: 19.2px;
    font-size: 1.37142857rem;
  }
}

@media screen and (min-width: 1200px) {
  .s24-ng-header-inner.is-other .s24-ng-header-heading-bottom {
    margin-top: 10px;
    font-size: 24px;
    font-size: 1.71428571rem;
  }
}

.s24-ng-header-ctrls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-ctrls {
    right: 30px;
  }
}

.s24-ng-header-ctrls.is-show {
  opacity: 1;
  visibility: visible;
}

.s24-ng-header-ctrl {
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
}

.s24-ng-header-ctrl img {
  display: block;
}

.s24-ng-header-ctrl-pause,
.s24-ng-header-ctrl-play {
  display: none;
}

@media screen and (min-width: 768px) {

  .s24-ng-header-ctrl-pause,
  .s24-ng-header-ctrl-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s24-ng-header-ctrl-play {
  margin-left: 4px;
}

.s24-ng-header-ctrl-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .s24-ng-header-ctrl-toggle {
    display: none;
  }
}

.s24-ng-header-ctrl-toggle[data-state=play] img.is-pause {
  display: block;
}

.s24-ng-header-ctrl-toggle[data-state=play] img.is-play {
  display: none;
}

.s24-ng-header-ctrl-toggle[data-state=pause] img.is-pause {
  display: none;
}

.s24-ng-header-ctrl-toggle[data-state=pause] img.is-play {
  display: block;
}

.s24-ng-tm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .s24-ng-tm {
    padding: 0 40px;
  }
}

.s24-ng-tm.is-float {
  position: fixed;
}

.s24-ng-tm-heading-1 {
  background: #dfe6ea;
  border-radius: 3px;
  display: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .s24-ng-tm-heading-1 {
    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;
    height: 25.6px;
    width: 153.6px;
  }
}

@media screen and (min-width: 1200px) {
  .s24-ng-tm-heading-1 {
    height: 32px;
    width: 192px;
  }
}

@media screen and (min-width: 768px) {
  .s24-ng-tm-heading-1 img {
    width: 131.2px;
  }
}

@media screen and (min-width: 1200px) {
  .s24-ng-tm-heading-1 img {
    width: 164px;
  }
}

.s24-ng-tm-heading-2 {
  margin: 0;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 15px;
  font-size: 1.07142857rem;
}

@media screen and (min-width: 768px) {
  .s24-ng-tm-heading-2 {
    margin-left: 18px;
    font-size: 17.6px;
    font-size: 1.25714285rem;
  }
}

@media screen and (min-width: 1200px) {
  .s24-ng-tm-heading-2 {
    font-size: 22px;
    font-size: 1.57142857rem;
  }
}

.s24-ng-tm-btn-mypage {
  display: block;
  margin-left: auto;
  width: 120px;
  height: 42px;
  background: #fff;
  color: #000;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.92857142rem;
  border-radius: 100px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 54px;
}

@media screen and (min-width: 768px) {
  .s24-ng-tm-btn-mypage {
    font-size: 18px;
    font-size: 1.28571428rem;
    width: 172px;
    margin-right: 64px;
  }
}

.s24-ng-tm-btn-mypage:hover,
.s24-ng-tm-btn-mypage:focus,
.s24-ng-tm-btn-mypage:visited {
  color: #000 !important;
  text-decoration: none !important;
}

.s24-ng-tm-btn-mypage:hover,
.s24-ng-tm-btn-mypage:focus {
  background: rgba(255, 255, 255, 0.8);
}

.s24-ng-menu {
  margin: 0 auto;
  padding: 30px 20px;
  /* max-width: 1152px; */
  max-width: 1320px;
}

.s24-ng-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .s24-ng-menu-list {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    justify-content: center;
  }
}

.s24-ng-menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100% - 9px) / 2);
}

.s24-ng-menu-item:nth-of-type(even) {
  margin-left: 9px;
}

.s24-ng-menu-item:nth-of-type(n + 3) {
  margin-top: 9px;
}

@media screen and (min-width: 768px) {
  .s24-ng-menu-item {
    width: calc((100% - 60px) / 7);
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .s24-ng-menu-item:nth-of-type(n + 2) {
    margin-left: 10px !important;
  }

  .s24-ng-menu-item:nth-of-type(n + 4) {
    margin-top: 0 !important;
  }
}

.s24-ng-menu-link {
  height: 59px;
  display: block;
  border-radius: 12px;
  text-decoration: none !important;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .s24-ng-menu-link {
    height: 64px;
  }
}

.s24-ng-menu-link:visited,
.s24-ng-menu-link:hover,
.s24-ng-menu-link:focus {
  color: #000 !important;
  text-decoration: none !important;
}

.s24-ng-menu-link span {
  display: block;
  color: #000 !important;
}

.s24-ng-menu-link-top img {
  display: block;
  height: 14px;
  width: auto;
}

@media screen and (min-width: 360px) {
  .s24-ng-menu-link-top img {
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  .s24-ng-menu-link-top img {
    height: 12px;
  }
}

@media screen and (min-width: 960px) {
  .s24-ng-menu-link-top img {
    height: 16px;
  }
}

.s24-ng-menu-link-bottom {
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.78571428rem;
  line-height: 1;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .s24-ng-menu-link-bottom {
    font-size: 12px;
    font-size: 0.85714285rem;
  }
}

.s24-ng-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .s24-ng-message {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}

.s24-ng-message-heading {
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.64285714rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media screen and (min-width: 360px) {
  .s24-ng-message-heading {
    font-size: 26px;
    font-size: 1.85714285rem;
  }
}

@media screen and (min-width: 768px) {
  .s24-ng-message-heading {
    font-size: 32px;
    font-size: 2.28571428rem;
  }
}

.s24-ng-message-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.92857142rem;
}

@media screen and (min-width: 360px) {
  .s24-ng-message-text {
    font-size: 14px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .s24-ng-message-text {
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}

.s24-ng-message-text:nth-of-type(n + 2) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .s24-ng-message-text:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

#s24-ng-mv-people .s24-ng-header-heading,
#s24-ng-mv-people .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  background: #61bcff;
}

#s24-ng-mv-career-info .s24-ng-header-heading,
#s24-ng-mv-career-info .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  background: #7fdd21;
}

#s24-ng-mv-internship .s24-ng-header-heading,
#s24-ng-mv-internship .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  background: #954ECA;
}


#s24-ng-mv-desk-tour .s24-ng-header-heading,
#s24-ng-mv-desk-tour .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  background: #eabd03;
}

#s24-ng-mv-our-fashion .s24-ng-header-heading,
#s24-ng-mv-our-fashion .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  background: #f225b3;
}

#s24-ng-mv-faq .s24-ng-header-heading,
#s24-ng-mv-faq .s24-ng-header-inner.is-other .s24-ng-header-inner-textbox::after {
  background: #f49310;
}

#s24-ng-mv-faq .s24-ng-header-heading-top {
  height: 7.7333333333vw;
}

@media screen and (min-width: 768px) {
  #s24-ng-mv-faq .s24-ng-header-heading-top {
    height: 34.2px;
  }
}

@media screen and (min-width: 960px) {
  #s24-ng-mv-faq .s24-ng-header-heading-top {
    height: 45.6px;
  }
}

@media screen and (min-width: 1200px) {
  #s24-ng-mv-faq .s24-ng-header-heading-top {
    height: 57px;
  }
}

#s24-ng-mv-faq .s24-ng-header-heading-bottom {
  margin-top: 2px;
}

#s24-ng-menu-newgrad .s24-ng-menu-link {
  background: #666666;
  color: #fff !important;
}

#s24-ng-menu-newgrad .s24-ng-menu-link:hover,
#s24-ng-menu-newgrad .s24-ng-menu-link:focus {
  background: #4d4d4d;
}

#s24-ng-menu-newgrad .s24-ng-menu-link span {
  color: #fff !important;
}

#s24-ng-menu-people .s24-ng-menu-link {
  background: #61bcff;
}

#s24-ng-menu-people .s24-ng-menu-link:hover,
#s24-ng-menu-people .s24-ng-menu-link:focus {
  background: #3a8cc9;
}

#s24-ng-menu-career-info .s24-ng-menu-link {
  background: #7fdd21;
}

#s24-ng-menu-career-info .s24-ng-menu-link:hover,
#s24-ng-menu-career-info .s24-ng-menu-link:focus {
  background: #5eac0f;
}

#s24-ng-menu-internship .s24-ng-menu-link {
  background: #954ECA;
}

#s24-ng-menu-internship .s24-ng-menu-link:hover,
#s24-ng-menu-internship .s24-ng-menu-link:focus {
  background: #6f2fa0;
}

#s24-ng-menu-desk-tour .s24-ng-menu-link {
  background: #eabd03;
}

#s24-ng-menu-desk-tour .s24-ng-menu-link:hover,
#s24-ng-menu-desk-tour .s24-ng-menu-link:focus {
  background: #c49703;
}

#s24-ng-menu-our-fashion .s24-ng-menu-link {
  background: #f225b3;
}

#s24-ng-menu-our-fashion .s24-ng-menu-link:hover,
#s24-ng-menu-our-fashion .s24-ng-menu-link:focus {
  background: #dc0a9a;
}

#s24-ng-menu-faq .s24-ng-menu-link {
  background: #f49310;
}

#s24-ng-menu-faq .s24-ng-menu-link:hover,
#s24-ng-menu-faq .s24-ng-menu-link:focus {
  background: #d06800;
}

#s24-ng-menu-faq .s24-ng-menu-link-top img {
  height: 17px;
}

@media screen and (min-width: 360px) {
  #s24-ng-menu-faq .s24-ng-menu-link-top img {
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  #s24-ng-menu-faq .s24-ng-menu-link-top img {
    height: 19px;
  }
}

#s24-ng-menu-faq .s24-ng-menu-link-bottom {
  margin-top: 5px;
}

/* newgrad child page */
.s24-ngc-content {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-content {
    padding-bottom: 180px;
  }
}

.s24-ngc-content-heading {
  font-size: 20px;
  font-size: 1.42857142rem;
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-content-heading {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.43;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.s24-ngc-ri-mod-bluebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px solid #3865e0;
  border-radius: 40px;
  padding: 35px 10px;
  color: #3865e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 680px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-mod-bluebox {
    border-width: 8px;
    padding: 52px 10px 46px;
    margin: 32px auto 16px;
  }
}

.s24-ngc-ri-mod-bluebox:visited {
  color: #3865e0 !important;
}

.s24-ngc-ri-mod-bluebox:hover,
.s24-ngc-ri-mod-bluebox:focus {
  background: #3865e0 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.s24-ngc-ri-mod-bluebox-bold,
.s24-ngc-ri-mod-bluebox-text {
  margin-bottom: 0;
}

.s24-ngc-ri-mod-bluebox-bold {
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.57142857rem;
  line-height: 1.36;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-mod-bluebox-bold {
    font-size: 26px;
    font-size: 1.85714285rem;
  }
}

.s24-ngc-ri-mod-bluebox-bold span {
  display: block;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-mod-bluebox-bold span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-mod-bluebox-bold span:nth-of-type(2) {
    margin-left: 1em;
  }
}

.s24-ngc-ri-mod-bluebox-text {
  font-size: 16px;
  font-size: 1.14285714rem;
  line-height: 1.88;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-mod-bluebox-text {
    font-size: 20px;
    font-size: 1.42857142rem;
    margin-top: 10px;
  }
}

.s24-ngc-ri-mod-bluebox-caption {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.88;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-mod-bluebox-caption {
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}

.s24-ngc-ri-section {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-section {
    margin-top: 60px;
    padding-bottom: 150px;
  }
}

.s24-ngc-ri-section-heading {
  background: #00439c;
  color: #fff;
  border-radius: 20px;
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  position: relative;
  padding: 18px 0 18px;
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 1.57142857rem;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-section-heading {
    padding: 26px 0 26px;
    font-size: 26px;
    font-size: 1.85714285rem;
    margin-bottom: 80px;
  }
}

.s24-ngc-ri-section-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 19.5px 0 19.5px;
  border-color: #00439c transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-section-heading::before {
    border-width: 24px 26px 0 26px;
  }
}

.s24-ngc-ri-block-heading {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-size: 1.71428571rem;
  line-height: 1.25;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-block-heading {
    font-size: 30px;
    font-size: 2.14285714rem;
  }
}

.s24-ngc-ri-block-heading-wrapper {
  margin: 60px 0 40px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-block-heading-wrapper {
    margin: 80px 0 30px;
  }
}

.s24-ngc-ri-block-heading-wrapper.has-subheading {
  margin: 60px 0 40px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-block-heading-wrapper.has-subheading {
    margin: 80px 0 40px;
  }
}

.s24-ngc-ri-block-heading-wrapper.has-caution {
  margin: 60px 0 20px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-block-heading-wrapper.has-caution {
    margin: 80px 0 30px;
  }
}

.s24-ngc-ri-block-subheading {
  margin: 4px 0 0;
  font-size: 16px;
  font-size: 1.14285714rem;
  letter-spacing: 0.02em;
  line-height: 1.88;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-block-subheading {
    font-size: 18px;
    font-size: 1.28571428rem;
    margin: 8px 0 0;
  }
}

.s24-ngc-ri-block-text {
  margin-bottom: 0;
}

.s24-ngc-ri-block-text.mt {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-block-text.mt {
    margin-bottom: 60px;
  }
}

.s24-ngc-ri-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s24-ngc-ri-list li {
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px 1em 16px;
  background: #f5f5f5;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-list li {
    font-size: 16px;
    font-size: 1.14285714rem;
    /* padding: 30px 1em 24px; */
    padding: 24px 1em 24px;
  }
}

.s24-ngc-ri-list li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.s24-ngc-ri-table-btn {
  border: 0;
  background: #f5f5f5;
  border-radius: 10px;
  display: block;
  width: 100%;
  color: #00439c;
  position: relative;
  padding: 15px 20px 15px 30px;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-table-btn {
    padding: 20px 30px 20px 40px;
    margin-bottom: 40px;
  }
}

.s24-ngc-ri-table-btn::before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 19.5px 0 19.5px;
  border-color: #f5f5f5 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-table-btn::before {
    border-width: 24px 26px 0 26px;
  }
}

.s24-ngc-ri-table-btn:hover,
.s24-ngc-ri-table-btn:focus {
  outline: none;
}

.s24-ngc-ri-table-btn:hover .s24-ngc-ri-table-heading,
.s24-ngc-ri-table-btn:focus .s24-ngc-ri-table-heading {
  text-decoration: underline;
}

.s24-ngc-ri-table-btn-icon::before,
.s24-ngc-ri-table-btn-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: #00439c;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {

  .s24-ngc-ri-table-btn-icon::before,
  .s24-ngc-ri-table-btn-icon::after {
    right: 30px;
    width: 3px;
    height: 20px;
  }
}

.s24-ngc-ri-table-btn-icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.s24-ngc-ri-table-btn.is-opened::before {
  display: block;
}

.s24-ngc-ri-table-btn.is-opened .s24-ngc-ri-table-btn-icon::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.s24-ngc-ri-table-heading {
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-size: 1.42857142rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-table-heading {
    font-size: 24px;
    font-size: 1.71428571rem;
  }
}

.s24-ngc-ri-table-content[aria-hidden=true] {
  display: none;
}

.s24-ngc-ri-table table {
  margin: 0 0 20px;
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-table table {
    margin-bottom: 40px;
  }
}

.s24-ngc-ri-table table tbody tr {
  border-top: 3px solid #fff;
}

.s24-ngc-ri-table table tbody tr:first-of-type th {
  border-radius: 15px 0 0 0;
}

.s24-ngc-ri-table table tbody tr:first-of-type td {
  border-radius: 0 15px 0 0;
}

.s24-ngc-ri-table table tbody tr:last-of-type th {
  border-radius: 0 0 0 15px;
}

.s24-ngc-ri-table table tbody tr:last-of-type td {
  border-radius: 0 0 15px 0;
}

.s24-ngc-ri-table table tbody tr.only-row th {
  border-radius: 15px 0 0 15px;
}

.s24-ngc-ri-table table tbody tr.only-row td {
  border-radius: 0 15px 15px 0;
}

.s24-ngc-ri-table table tbody th,
.s24-ngc-ri-table table tbody td {
  text-align: left;
  padding: 20px 10px;
  border: 0;
  word-wrap: break-word;
  font-size: 12px;
  font-size: 0.85714285rem;
}

@media screen and (min-width: 768px) {

  .s24-ngc-ri-table table tbody th,
  .s24-ngc-ri-table table tbody td {
    font-size: 15px;
    font-size: 1.07142857rem;
    padding: 20px;
  }
}

.s24-ngc-ri-table table tbody th {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  background: #eeeeee;
  width: 34%;
  max-width: 253px;
}

.s24-ngc-ri-table table tbody td {
  background: #f5f5f5;
  width: 66%;
}

.s24-ngc-ri-table table tbody div,
.s24-ngc-ri-table table tbody p,
.s24-ngc-ri-table table tbody span,
.s24-ngc-ri-table table tbody dt,
.s24-ngc-ri-table table tbody dd,
.s24-ngc-ri-table table tbody li,
.s24-ngc-ri-table table tbody h3,
.s24-ngc-ri-table table tbody h4,
.s24-ngc-ri-table table tbody h5,
.s24-ngc-ri-table table tbody h6 {
  margin: 0;
  font-size: inherit;
  line-height: 1.6;
}

.s24-ngc-ri-table table tbody h3,
.s24-ngc-ri-table table tbody h4,
.s24-ngc-ri-table table tbody h5,
.s24-ngc-ri-table table tbody h6 {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
}

.s24-ngc-ri-table table tbody ul,
.s24-ngc-ri-table table tbody ol {
  list-style: none;
  padding: 0;
}

.s24-ngc-ri-table table tbody ul li {
  padding-left: 1em;
  position: relative;
}

.s24-ngc-ri-table table tbody ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.s24-ngc-ri-table table tbody ol {
  counter-reset: num;
}

.s24-ngc-ri-table table tbody ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.s24-ngc-ri-table table tbody ol li::before {
  counter-increment: num;
  content: counter(num) ")";
  margin-right: 0.5em;
}

.s24-ngc-ri-table table thead th {
  background: #00439c;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 15px 10px;
  font-size: 18px;
  font-size: 1.28571428rem;
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  border: 0;
}

@media screen and (min-width: 768px) {
  .s24-ngc-ri-table table thead th {
    font-size: 20px;
    font-size: 1.42857142rem;
    padding: 15px 20px;
  }
}

.s24-ngc-ri-table table thead+tbody tr:first-of-type th,
.s24-ngc-ri-table table thead+tbody tr:first-of-type td {
  border-radius: 0;
}

.s24-ngc-ri-table table thead+tbody tr.only-row:first-of-type th {
  border-radius: 0 0 0 15px;
}

.s24-ngc-ri-table table thead+tbody tr.only-row:first-of-type td {
  border-radius: 0 0 15px 0;
}

.s24-ngc-ri-table table .mt-1 {
  margin-top: 1.5em;
}

.s24-ngc-ri-table table .s24-ngc-ri-table-mt1 {
  margin-top: 1.5em;
}

.s24-ngc-ri-table table .s24-ngc-ri-table-mark::before {
  content: "◆";
}

.s24-ngc-ri-caution {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.71;
}

.s24 .s24-ri-course {
  padding: 30px 0 50px;
}

.s24 .s24-ri-course:last-of-type {
  padding-bottom: 0;
}

.s24 .s24-ri-course-heading {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.57142857rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  color: #00439c;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-heading {
    font-size: 26px;
    font-size: 1.85714285rem;
    margin-bottom: 40px;
  }
}

.s24 .s24-ri-course-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-item:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}

.s24 .s24-ri-course-item-heading {
  font-size: 14px;
  font-size: 1rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-item-heading {
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}

.s24 .s24-ri-course-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #f2f2f2;
  color: #00439c;
  border: 0;
  padding: 17px 20px;
  text-align: left;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-btn {
    padding: 22px 35px 22px 47px;
  }
}

.s24 .s24-ri-course-btn:hover,
.s24 .s24-ri-course-btn:focus {
  text-decoration: underline;
}

.s24 .s24-ri-course-btn.open .s24-ri-course-btn-icon span:first-of-type {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.s24 .s24-ri-course-btn-icon {
  width: 14px;
  height: 14px;
  position: relative;
  margin-top: 3px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-btn-icon {
    width: 16px;
    height: 16px;
    margin-left: 69px;
  }
}

.s24 .s24-ri-course-btn-icon span {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00439c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s24 .s24-ri-course-btn-icon span:first-of-type {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.s24 .s24-ri-course-content {
  text-align: left;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-content {
    margin-top: 40px;
  }
}

.s24 .s24-ri-course-content * {
  font-size: 13px;
  font-size: 0.92857142rem;
  line-height: 1.86;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-content * {
    font-size: 14px;
    font-size: 1rem;
  }
}

.s24 .s24-ri-course-content p {
  margin-bottom: 5px;
}

.s24 .s24-ri-course-content p.mt {
  margin-top: 30px;
}

.s24 .s24-ri-course-content ul {
  margin-bottom: 0;
}

.s24 .s24-ri-course-content h5,
.s24 .s24-ri-course-content h6 {
  font-size: 15px;
  font-size: 1.07142857rem;
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {

  .s24 .s24-ri-course-content h5,
  .s24 .s24-ri-course-content h6 {
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}

.s24 .s24-ri-course-content-block {
  margin-top: 24px;
}

.s24 .s24-ri-course-content-block dl {
  padding: 0;
  margin: 0;
}

.s24 .s24-ri-course-content-block dl div {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-content-block dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s24 .s24-ri-course-content-block dl div dt {
  border-radius: 10px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: thin solid #707070;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-content-block dl div dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    width: 170px;
    height: 80px;
  }
}

.s24 .s24-ri-course-content-block dl div dd {
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-content-block dl div dd {
    margin-top: 0;
    margin-left: 20px;
  }
}

.s24 .s24-ri-course-content-block dl div dd .s24-ri-course-youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s24 .s24-ri-course-content-block dl div dd .s24-ri-course-youtube {
    width: 540px;
  }
}

.s24 .s24-ri-course-content-block dl div dd .s24-ri-course-youtube iframe {
  border-radius: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.s24 .s24-ri-course-content-block dl div dd ul {
  margin-bottom: 0;
  list-style: disc;
}

.s24 .s24-ri-course-content-block dl div dd ul+h5,
.s24 .s24-ri-course-content-block dl div dd ul+h6 {
  margin-top: 34px;
}

.s24 .s24-ri-course-content-block dl div dd p+h5,
.s24 .s24-ri-course-content-block dl div dd p+h6 {
  margin-top: 34px;
}

.s24 .s24-ri-course-content-block dl div dd h5,
.s24 .s24-ri-course-content-block dl div dd h6 {
  margin-top: 0;
  font-size: 14px;
  font-size: 1rem;
}

.newgrad-internship__bnr__item__text {
  margin-top: 10px;
}

.newgrad-internship__bnr {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}

.newgrad-internship__bnr__item__img {
  max-width: 316px;
  width: 100%;
}

.newgrad-internship__bnr__item:hover {
  cursor: pointer;
  opacity: 0.7;
}

.newgrad-internship__bnr__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .newgrad-internship__bnr {
    width: 100%;
    flex-flow: column;
  }

  .newgrad-internship__bnr__item {
    width: 100%;
  }

  .newgrad-internship__bnr__item__text {
    margin-bottom: 0px;
  }
}

.s24-ri-course-content-block__align-center {
  align-items: center;
}

.openhouse__entry-date {
  font-size: 20px;
}

.openhouse {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .openhouse__entry-date {
    font-size: 18px;
  }

  .openhouse {
    margin-bottom: 60px;
  }

}