@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

a, button {
  color: currentColor;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.56;
  background-color: #999;
}
body.on {
  overflow: hidden;
}

.font-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.lang-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.lang-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  display: none;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1370px) {
  #wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 0;
  }
}

.indention {
  display: inline-block;
}

.area-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg-loading.jpg");
  background-size: cover;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .area-loading {
    background-image: url("../images/bg-loading-sp.jpg");
  }
}
.area-loading__logo {
  width: 351px;
  position: absolute;
  top: calc(50% - 16px);
  left: 7.0138888889%;
}
@media screen and (max-width: 768px) {
  .area-loading__logo {
    width: 175px;
    left: 7.6%;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 47px;
  left: 101px;
}
@media screen and (max-width: 1450px) {
  .header {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 21px;
    left: 30px;
  }
}
.header.on {
  mix-blend-mode: difference;
  top: 20px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .header.on {
    left: 27px;
  }
}
.header.on .header__logo01 {
  opacity: 0;
}
.header.on .header__logo02 {
  opacity: 1;
}
.header__logo {
  position: relative;
  width: 172px;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 140px;
    height: 32px;
  }
}
.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    max-width: 140px;
    width: 140px;
  }
}
.header__logo .header__logo01 {
  opacity: 1;
}
.header__logo .header__logo02 {
  opacity: 0;
}

#wrapper .small.header {
  top: 47px;
  left: 101px;
}
@media screen and (max-width: 1450px) {
  #wrapper .small.header {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .small.header {
    top: 21px;
    left: 30px;
  }
}

.btn-fixed {
  position: fixed;
  top: 31px;
  right: 34px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .btn-fixed {
    top: 12px;
    right: 31px;
  }
}
.btn-fixed__lang {
  display: flex;
  align-items: center;
}
.btn-fixed__lang li:not(:first-of-type) {
  position: relative;
}
.btn-fixed__lang li:not(:first-of-type)::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btn-fixed__btn {
  display: block;
  padding: 10px 8px;
  font-size: 1.8rem;
  font-weight: 500;
}
.btn-fixed__btn.on {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .btn-fixed__menu {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .btn-fixed__menu.on::before {
    top: calc(50% - 1px);
    left: 50%;
    transform: translateX(-50%) rotate(20deg);
  }
}
@media screen and (max-width: 768px) {
  .btn-fixed__menu.on::after {
    top: calc(50% - 1px);
    left: 50%;
    transform: translateX(-50%) rotate(-20deg);
  }
}
@media screen and (max-width: 768px) {
  .btn-fixed__menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: calc(50% - 5px);
    transform: translateX(-50%);
    transition: 0.2s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .btn-fixed__menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: calc(50% - 5px);
    transform: translateX(-50%);
    transition: 0.2s ease-out;
  }
}

.footer {
  padding: 20px 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 15px 15px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    display: block;
    justify-content: center;
    text-align: center;
  }
}
.footer__link {
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 1.3rem;
  }
}
.footer__link.lang-jp {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__link.lang-jp {
    font-size: 1.2rem;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .footer__copyright {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.1rem;
    margin-top: 6px;
  }
}

.menu-pc {
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 45;
}
@media screen and (max-width: 1370px) {
  .menu-pc {
    left: 10px;
  }
}
.menu-pc__text {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.menu-pc__list {
  margin-top: 20px;
}
.menu-pc__list li:not(:first-of-type) {
  margin-top: 22px;
}
.menu-pc__list li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.menu-pc__list li a.on {
  background-color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__inner {
    background-color: rgba(217, 217, 217, 0.9);
    padding: 100px 32px 25px;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__inner > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__list a {
    display: inline-block;
    padding: 13px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__lang {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__lang li:not(:first-of-type) {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__lang li:not(:first-of-type)::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .menu-sp__btn {
    display: block;
    padding: 10px 8px 11px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.main-bg__pc, .main-bg__sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .main-bg__pc, .main-bg__sp {
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
  }
}
.main-bg video, .main-bg iframe, .main-bg img {
  min-width: 100vw;
  min-height: 100vh;
  width: auto !important;
  height: 56.25vw !important;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .main-bg video, .main-bg iframe, .main-bg img {
    min-width: 100%;
    height: auto !important;
    aspect-ratio: inherit;
  }
}

.main-bg__sp {
  background-image: url("../images/bg-loading-sp.jpg");
  background-size: cover;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 30px;
  }
}

.mv {
  padding: 120px 0;
  height: 100vh;
  min-height: 500px;
  position: relative;
}
.mv .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    padding: 0;
  }
}
.mv__text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__text {
    max-width: 84%;
    flex-wrap: wrap;
    gap: 2.6666666667vw 0;
  }
}
.mv__text-item01 {
  width: 9.9193548387%;
  margin-right: 0.2419354839%;
}
@media screen and (max-width: 768px) {
  .mv__text-item01 {
    width: 20.3174603175%;
    margin-right: 0.4761904762%;
  }
}
.mv__text-item02 {
  width: 8.5483870968%;
  margin-right: 1.5322580645%;
}
@media screen and (max-width: 768px) {
  .mv__text-item02 {
    width: 17.3015873016%;
    margin-right: 3.1746031746%;
  }
}
.mv__text-item03 {
  width: 7.4193548387%;
  margin-right: 0.6451612903%;
}
@media screen and (max-width: 768px) {
  .mv__text-item03 {
    width: 15.0793650794%;
    margin-right: 1.4285714286%;
  }
}
.mv__text-item04 {
  width: 7.0967741935%;
  margin-right: 0.4032258065%;
}
@media screen and (max-width: 768px) {
  .mv__text-item04 {
    width: 14.2857142857%;
    margin-right: 0.7936507937%;
  }
}
.mv__text-item05 {
  width: 5.8870967742%;
  margin-right: 1.5322580645%;
}
@media screen and (max-width: 768px) {
  .mv__text-item05 {
    width: 11.9047619048%;
    margin-right: 3.1746031746%;
  }
}
.mv__text-item06 {
  width: 5.8870967742%;
  margin-right: 3.6290322581%;
}
@media screen and (max-width: 768px) {
  .mv__text-item06 {
    width: 11.9047619048%;
    margin-right: 0;
  }
}
.mv__text-item07 {
  width: 6.0483870968%;
  margin-right: 1.1290322581%;
}
@media screen and (max-width: 768px) {
  .mv__text-item07 {
    width: 12.2222222222%;
    margin-right: 2.380952381%;
  }
}
.mv__text-item08 {
  width: 8.3064516129%;
  margin-right: 0.564516129%;
}
@media screen and (max-width: 768px) {
  .mv__text-item08 {
    width: 16.8253968254%;
    margin-right: 1.746031746%;
  }
}
.mv__text-item09 {
  width: 10.3225806452%;
  margin-right: 1.1290322581%;
}
@media screen and (max-width: 768px) {
  .mv__text-item09 {
    width: 20.7936507937%;
    margin-right: 2.2222222222%;
  }
}
.mv__text-item10 {
  width: 7.0967741935%;
  margin-right: 1.2096774194%;
}
@media screen and (max-width: 768px) {
  .mv__text-item10 {
    width: 14.2857142857%;
    margin-right: 2.380952381%;
  }
}
.mv__text-item11 {
  width: 5.4032258065%;
  margin-right: 0.7258064516%;
}
@media screen and (max-width: 768px) {
  .mv__text-item11 {
    width: 10.9523809524%;
    margin-right: 1.2698412698%;
  }
}
.mv__text-item12 {
  width: 5.8870967742%;
}
@media screen and (max-width: 768px) {
  .mv__text-item12 {
    width: 11.9047619048%;
  }
}

.area-top {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .area-top {
    bottom: 28px;
  }
}
.area-top .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .area-top .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 84%;
  }
}
.area-top__body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .area-top__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.area-top__title {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area-top__title {
    font-size: 2rem;
  }
}
.area-top__text {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: start;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .area-top__text {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .area-top__text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.area-top__text02 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .area-top__text02 {
    font-size: 1.3rem;
    text-align: left;
  }
}

.section .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section .inner {
    flex-direction: column;
    gap: 34px;
  }
}
.section__title {
  font-size: 3rem;
  letter-spacing: 0.012em;
  flex: 0 0 239px;
  position: relative;
  top: -8px;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .section__title {
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 2.3rem;
    flex: 0 0 auto;
    top: 0;
  }
}
.section__body {
  width: calc(100% - 239px);
}
@media screen and (max-width: 1100px) {
  .section__body {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .section__body {
    width: 100%;
  }
}
.section__area-bg {
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section__area-bg {
    padding: 38px 14px;
  }
}
.section__area-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 81, 81, 0.3);
  mix-blend-mode: overlay;
  z-index: -1;
}

.area-concept {
  margin-top: 193px;
}
@media screen and (max-width: 768px) {
  .area-concept {
    margin-top: 100px;
  }
}
.area-concept__text {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .area-concept__text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.area-concept__text.lang-jp {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .area-concept__text.lang-jp {
    font-size: 1.5rem;
  }
}

.area-designer {
  margin-top: 191px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .area-designer {
    margin-top: 100px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .area-designer .inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .area-designer .section__title {
    padding-left: 11px;
  }
}
.area-designer .section__area-bg {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .area-designer .section__area-bg {
    padding-bottom: 50px;
  }
}
.area-designer h3 {
  margin-top: 80px;
  margin-bottom: 38px;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .area-designer h3 {
    font-size: 2.3rem;
    margin-top: 70px;
    margin-bottom: 25px;
  }
}
.area-designer h3:first-of-type {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .area-designer h3:first-of-type {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.area-designer__text {
  line-height: 1.36;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .area-designer__text {
    font-size: 1.8rem;
    line-height: 1.28;
  }
}
.area-designer__text .small {
  font-size: 1.7rem;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .area-designer__text .small {
    font-size: 1.3rem;
  }
}
.area-designer__text a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .area-designer__text a {
    font-size: 1.7rem;
  }
}
@media (any-hover: hover) {
  .area-designer__text a:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .area-designer__text a:hover .icon-arrow {
    background-image: url("../images/icon-btn-hover.svg");
  }
}
.area-designer__text a .icon-arrow {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  transition: 0.3s;
  background-image: url("../images/icon-btn.svg");
  background-size: cover;
}

.area-venue {
  margin-top: 180px;
  margin-bottom: 187px;
}
@media screen and (max-width: 768px) {
  .area-venue {
    margin-top: 80px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .area-venue .inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .area-venue .section__title {
    padding-left: 13px;
  }
}
.area-venue__box {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .area-venue__box {
    flex-direction: column;
    gap: 38px;
  }
}
.area-venue__img {
  flex: 0 0 380px;
}
@media screen and (max-width: 768px) {
  .area-venue__img {
    width: 100%;
    flex: 0 0 auto;
  }
}
.area-venue__box-body {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .area-venue__box-body {
    display: block;
    line-height: 1.28;
  }
}
.area-venue__box-body h3 {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .area-venue__box-body h3 {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.area-venue__text {
  margin-top: 1em;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .area-venue__text {
    margin-bottom: 36px;
  }
}
.area-venue__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .area-venue__btn {
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  .area-venue__btn:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .area-venue__btn:hover .area-venue__btn-icon {
    background-image: url("../images/icon-btn-hover.svg");
  }
}
.area-venue__btn-icon {
  flex: 0 0 54px;
  height: 54px;
  background-image: url("../images/icon-btn.svg");
  background-size: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .area-venue__btn-icon {
    flex: 0 0 35px;
    height: 35px;
  }
}
.area-venue__bottom {
  margin-top: 99px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .area-venue__bottom {
    margin-top: 80px;
    flex-direction: column;
    gap: 25px;
  }
}
.area-venue__bg01 {
  width: calc(100% - 347px);
  padding: 41px 50px;
}
@media screen and (max-width: 1000px) {
  .area-venue__bg01 {
    width: 100%;
    padding: 25px 15px;
  }
}
.area-venue__bg01 dt {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area-venue__bg01 dt {
    font-size: 2.3rem;
  }
}
.area-venue__bg01 dd {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.87;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .area-venue__bg01 dd {
    margin-top: 38px;
    line-height: 1.28;
  }
}
.area-venue__bg01 dd > span {
  display: flex;
  gap: 0.3em;
}
@media screen and (max-width: 768px) {
  .area-venue__bg01 dd > span {
    display: block;
  }
}
.area-venue__bg01 dd > span > span {
  flex: 0 0 auto;
}
.area-venue__bg02 {
  padding: 0;
  flex: 0 0 297px;
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  .area-venue__bg02 {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
  }
}
.area-venue__bg02 .area-venue__btn {
  font-size: 3rem;
  letter-spacing: 0.04em;
  padding: 25px 50px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area-venue__bg02 .area-venue__btn {
    font-size: 2.3rem;
    padding: 25px 15px;
  }
}

.credit {
  margin-top: 180px;
  margin-bottom: 187px;
}
@media screen and (max-width: 768px) {
  .credit {
    margin-top: 80px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .credit h2 {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .credit .inner {
    padding: 0 16px;
  }
}
.credit .area-venue__bottom-text {
  font-size: 1.8rem;
  line-height: 1.87;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .credit .area-venue__bottom-text {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.credit .area-venue__bottom-text > span {
  display: flex;
  gap: 0.3em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .credit .area-venue__bottom-text > span {
    display: block;
  }
}
.credit .area-venue__bottom-text > span > span {
  flex: 0 0 auto;
}

.mid-img {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .mid-img {
    margin-bottom: 16vw;
  }
}
.mid-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/615;
}
@media screen and (max-width: 768px) {
  .mid-img img {
    aspect-ratio: 375/201;
  }
}

.img-section {
  padding: 0;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .img-section {
    margin-bottom: 31.4666666667vw;
  }
}
.img-section .inner {
  position: relative;
  max-width: initial;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}
.img-section .inner .img-01 {
  position: relative;
  z-index: 50;
  width: 34.7222222222vw;
  margin-left: 8.8888888889vw;
  margin-bottom: 8.5416666667vw;
}
@media screen and (max-width: 768px) {
  .img-section .inner .img-01 {
    width: 60vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 19.2vw;
  }
}
.img-section .inner .img-01 img {
  width: 100%;
  height: auto;
}
.img-section .inner .img-02 {
  position: relative;
  z-index: 50;
  width: 48.6111111111vw;
  margin-left: auto;
  margin-right: 6.8055555556vw;
  margin-bottom: 6.3888888889vw;
}
@media screen and (max-width: 768px) {
  .img-section .inner .img-02 {
    width: 86.6666666667vw;
    margin-left: 3.4666666667vw;
    margin-right: auto;
    margin-bottom: 31.2vw;
  }
}
.img-section .inner .img-02 img {
  width: 100%;
  height: auto;
}
.img-section .inner .img-03 {
  position: relative;
  z-index: 50;
  width: 34.7222222222vw;
  margin-left: 16.25vw;
}
@media screen and (max-width: 768px) {
  .img-section .inner .img-03 {
    width: 66.6666666667vw;
    margin-left: 23.4666666667vw;
    margin-bottom: 31.4666666667vw;
  }
}
.img-section .inner .img-03 img {
  width: 100%;
  height: auto;
}
.img-section .inner .img-04 {
  position: absolute;
  top: 4.9305555556vw;
  right: 3.0555555556vw;
  width: 14.7916666667vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .img-section .inner .img-04 {
    top: 12.2666666667vw;
    right: 3.2vw;
    width: 22.6666666667vw;
  }
}
.img-section .inner .img-04 img {
  width: 100%;
  height: auto;
}
.img-section .inner .img-05 {
  position: absolute;
  top: 40.6944444444vw;
  left: 6.9444444444vw;
  width: 14.7916666667vw;
}
@media screen and (max-width: 768px) {
  .img-section .inner .img-05 {
    top: 130.6666666667vw;
    left: 9.6vw;
    width: 22.6666666667vw;
  }
}
.img-section .inner .img-05 img {
  width: 100%;
  height: auto;
}

.area-approach {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .area-approach {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .area-approach .inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .area-approach h2 {
    padding: 0 14px;
  }
}
.area-approach__area-bg {
  padding: 80px 70px;
}
@media screen and (max-width: 768px) {
  .area-approach__area-bg {
    padding: 50px 14px 55px;
  }
}
.area-approach__img {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .area-approach__img {
    padding-left: 30px;
  }
}
.area-approach__img img {
  width: 100%;
  height: auto;
}
.area-approach h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 55px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area-approach h3 {
    font-size: 2.2rem;
    margin-bottom: 23px;
  }
}
.area-approach__text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 126px;
}
@media screen and (max-width: 768px) {
  .area-approach__text {
    font-size: 1.6rem;
    margin-bottom: 85px;
    letter-spacing: 0.03em;
  }
}
.area-approach__text:last-child {
  margin-bottom: 0;
}
.area-research-process {
  margin-bottom: 185px;
}
@media screen and (max-width: 768px) {
  .area-research-process {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .area-research-process .inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .area-research-process h2 {
    padding: 0 14px;
  }
}
.area-research-process__area-bg {
  padding: 52px 45px 60px 57px;
}
@media screen and (max-width: 768px) {
  .area-research-process__area-bg {
    padding: 44px 10px 60px 15px;
  }
}
.area-research-process__text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .area-research-process__text {
    font-size: 1.6rem;
    margin-bottom: 45px;
  }
}
.area-research-process__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .area-research-process__img {
    padding-right: 10px;
  }
}
.area-research-process__img img {
  width: 100%;
  height: auto;
}

.area-research-process-img {
  padding: 0;
  margin-bottom: 113px;
}
.area-research-process-img .inner {
  position: relative;
  z-index: 10;
  max-width: initial;
  padding: 3.8194444444vw 0 15.2777777778vw;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner {
    padding: 0;
  }
}
.area-research-process-img .inner .img-01 {
  position: relative;
  z-index: 50;
  width: 34.7222222222vw;
  height: auto;
  margin-left: 7.7083333333vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-01 {
    width: 66.6666666667vw;
    margin-left: 6.6666666667vw;
    margin-bottom: 35.4666666667vw;
  }
}
.area-research-process-img .inner .img-01 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-02 {
  position: relative;
  z-index: 50;
  width: 48.6111111111vw;
  height: auto;
  margin-right: 13.8888888889vw;
  margin-left: auto;
  margin-bottom: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-02 {
    width: 86.6666666667vw;
    margin-left: 4.5333333333vw;
    margin-bottom: 17.3333333333vw;
  }
}
.area-research-process-img .inner .img-02 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-03 {
  position: relative;
  z-index: 50;
  width: 41.6666666667vw;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-03 {
    width: 53.3333333333vw;
    margin-bottom: 33.3333333333vw;
  }
}
.area-research-process-img .inner .img-03 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-04 {
  position: relative;
  z-index: 50;
  width: 34.7222222222vw;
  height: auto;
  margin-top: -4.8611111111vw;
  margin-left: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-04 {
    width: 66.6666666667vw;
    margin-top: 0;
    margin-left: 16.5333333333vw;
    margin-bottom: 40vw;
  }
}
.area-research-process-img .inner .img-04 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-05 {
  position: relative;
  z-index: 50;
  width: 41.6666666667vw;
  height: auto;
  margin-top: -8.3333333333vw;
  margin-left: auto;
  margin-right: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-05 {
    width: 80vw;
    margin-top: 0;
    margin-right: initial;
    margin-left: 0;
  }
}
.area-research-process-img .inner .img-05 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-06 {
  position: absolute;
  width: 14.7916666667vw;
  height: auto;
  top: 0;
  right: 8.5416666667vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-06 {
    width: 22.6666666667vw;
    top: 31.4666666667vw;
    right: 4.5333333333vw;
  }
}
.area-research-process-img .inner .img-06 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-07 {
  position: absolute;
  width: 22.1527777778vw;
  height: auto;
  top: 53.0555555556vw;
  left: 4.5833333333vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-07 {
    width: 33.8666666667vw;
    top: 155.2vw;
    right: 4.5333333333vw;
  }
}
.area-research-process-img .inner .img-07 img {
  width: 100%;
  height: auto;
}
.area-research-process-img .inner .img-08 {
  position: absolute;
  width: 14.7916666667vw;
  height: auto;
  bottom: 0;
  left: 31.25vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-research-process-img .inner .img-08 {
    width: 22.6666666667vw;
    top: 275.2vw;
    left: initial;
    right: 4vw;
  }
}
.area-research-process-img .inner .img-08 img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=base.css.map */