@charset "UTF-8";
/*--------------------- Mixins -----------------------*/
@media screen and (min-width: 769px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}

#in202504[lang=zh-CN],
[data-lang=zh-CN] {
  font-family: "Noto Sans SC", sans-serif;
}

#in202504[lang=zh-TW],
[data-lang=zh-TW] {
  font-family: "Noto Sans TC", sans-serif;
}

#in202504[lang=ko],
[data-lang=ko] {
  font-family: "Noto Sans KR", sans-serif;
}

#in202504 {
  margin-top: 116px !important;
  padding: 0;
  box-sizing: border-box;
  color: #241E18;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4 !important;
  -webkit-text-size-adjust: 100%;
  font-size: min(3.5vw, 1rem);
}
@media screen and (max-width: 768px) {
  #in202504 {
    margin-top: 100px !important;
  }
}
#in202504 * {
  box-sizing: border-box;
}
#in202504 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#in202504 a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #in202504 .p-section {
    width: 1200px;
    margin: 8em auto;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .p-section {
    margin: 4em 0;
    padding: 0 1.25em;
  }
}
#in202504 .p-section__title {
  text-align: center;
  font-weight: bold;
  color: #008833;
  font-size: 2.5em;
  padding-bottom: 0.25em;
  position: relative;
  margin-bottom: 1em;
}
#in202504 .p-section__title::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.1em;
  background-color: #FF6600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#in202504 .p-hero {
  display: flex;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero {
    flex-direction: column-reverse;
  }
}
#in202504 .p-hero__textWrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__textWrap {
    width: 100%;
    margin: 0 0 2em;
    padding-top: 2em;
  }
}
#in202504 .p-hero__textInner {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__textInner {
    width: 90%;
  }
}
#in202504 .p-hero__title {
  font-weight: bold;
  color: #008833;
  font-size: 3em;
  padding-bottom: 0.25em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__title {
    text-align: center;
  }
}
#in202504 .p-hero__title::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.1em;
  background-color: #FF6600;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#in202504 .p-hero__desc {
  font-size: 1em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__desc {
    text-align: center;
  }
}
#in202504 .p-hero__link {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__link {
    width: 100%;
  }
}
#in202504 .p-hero__mv {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__mv {
    width: 100%;
  }
}
#in202504 .p-card {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  background-color: #F8F8F8;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #in202504 .p-card {
    border-radius: 14px;
  }
}
#in202504 .p-card--coming::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Coming\aSoon";
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  white-space: pre;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #in202504 .p-card--coming::before {
    font-size: 3em;
  }
}
#in202504 .p-card__img:hover {
  opacity: 0.8;
}
#in202504 .p-card a {
  color: #241E18;
}
#in202504 .p-card__textWrap {
  padding: 1.5em 1em 1.5em;
  display: grid;
  grid-template-rows: auto 1fr;
}
#in202504 .p-card__textWrap-videos {
  padding: 1.5em 1em 1.5em;
  display: grid;
  grid-template-rows: 1fr auto;
}
#in202504 .p-card__title {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #in202504 .p-card__title {
    font-size: 1.35em;
  }
}
#in202504 .p-card__desc {
  margin-top: 1em;
}
#in202504 .p-slide__item {
  margin: 0.925em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-slide__item {
    margin: 0.5em;
  }
}
#in202504 .p-slide__btnWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #in202504 .p-slide__btnWrap {
    display: none;
  }
}
#in202504 .p-slide__arrows {
  position: absolute;
  top: -70px;
  right: 50px;
}
#in202504 .p-slide .slick-prev {
  left: -70px;
}
#in202504 .p-slide .slick-prev::before {
  content: "";
  display: block;
  font-size: 50px;
  color: #008833;
  border: solid 2px #008833;
  border-radius: 50%;
  /* 円形 */
  width: 60px;
  /* 円のサイズ */
  height: 60px;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#in202504 .p-slide .slick-prev::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  /* 矢印の幅 */
  height: 10px;
  /* 矢印の高さ */
  border-top: 2px solid #008833;
  /* 矢印の太さ */
  border-left: 2px solid #008833;
  /* 矢印の太さ */
  transform: translate(-50%, -50%) rotate(-45deg);
  /* 矢印の位置と角度 */
  top: 50%;
  left: 50%;
}
#in202504 .p-slide .slick-next::before {
  content: "";
  position: absolute;
  display: block;
  font-size: 50px;
  color: #008833;
  border: solid 2px #008833;
  border-radius: 50%;
  /* 円形 */
  width: 60px;
  /* 円のサイズ */
  height: 60px;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#in202504 .p-slide .slick-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  /* 矢印の幅 */
  height: 10px;
  /* 矢印の高さ */
  border-top: 2px solid #008833;
  /* 矢印の太さ */
  border-right: 2px solid #008833;
  /* 次の矢印 */
  transform: translate(-50%, -50%) rotate(45deg);
  /* 矢印の位置と角度 */
  top: 50%;
  left: 50%;
}
#in202504 .p-gridArea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.85em;
  grid-template-rows: auto;
  margin: 0 0.5em;
}
#in202504 .p-gridArea a {
  color: #241E18;
}
@media screen and (max-width: 768px) {
  #in202504 .p-gridArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
#in202504 .c-btn {
  font-size: 1.15em;
  font-weight: 500;
  text-align: center;
  position: relative;
  border-radius: 999px;
  padding: 0.6em 3.5em;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #in202504 .c-btn {
    padding: 0.75em 3em;
  }
}
#in202504 .c-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) scale(0.3) rotate(45deg);
}
#in202504 .c-btn--green {
  background-color: #008833;
  color: #fff;
  border: solid 0.05em #008833;
}
#in202504 .c-btn--green:hover {
  background-color: #F2F2F2;
  color: #008833;
}
#in202504 .c-btn--green::after {
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#in202504 .c-btn--green:hover::after {
  border-color: #008833;
}
#in202504 .c-btn--white {
  border: solid 0.05em #008833;
  background-color: #fff;
  color: #008833;
}
#in202504 .c-btn--white:hover {
  background-color: #F2F2F2;
}
#in202504 .c-btn--white::after {
  border-top: 0.2em solid #008833;
  border-right: 0.2em solid #008833;
}
#in202504 .u-note {
  width: 100%;
  margin: 1em auto 0;
  position: relative;
}
#in202504 .u-note li {
  font-size: 0.9em !important;
  text-indent: -1em;
  padding: 0 0 0 1em;
  position: relative;
  text-align: left;
  color: #8E8E8E;
}
#in202504 .u-note li::before {
  content: "*";
}
#in202504 .u-nw {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #in202504 .u-dispPC {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #in202504 .u-dispPC {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .u-dispSP {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  #in202504 .u-dispSP {
    display: none !important;
  }
}

.iframeWrap_in202504 {
  aspect-ratio: 16/9;
  max-width: 800px;
  padding-top: 1em;
}
@media screen and (min-width: 769px) {
  .iframeWrap_in202504 {
    padding: 1.25em 1em 1em 1em;
  }
}

.iframe_in202504 {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=in202504.css.map */