@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(250, 250, 250, .9);
  background-color: #111111;
}

main {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.c-blue {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-blue {
    z-index: -1;
  }
}
.c-blue.-blue1 {
  left: unset;
  width: 15.625rem;
  right: -4%;
  top: 1%;
}
.c-blue.-blue2 {
  width: 18.75rem;
  left: -5%;
  top: 23%;
}
.c-blue.-blue3 {
  width: 17.5625rem;
  right: 0%;
  top: 51%;
  left: unset;
}
.c-blue.-blue4 {
  width: 12.5rem;
  left: 0%;
  top: 72%;
}

.c-company_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-company_list {
    grid-column-gap: 0.875rem;
    grid-row-gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-company_list-under5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 2.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-company_list-under5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-company__listItem-under5 {
  width: 16.3541666667%;
}
@media screen and (max-width: 767px) {
  .c-company__listItem-under5 {
    width: auto;
    width: 46.8656716418%;
  }
}

.c-main_titleContents {
  text-align: center;
}

.c-main-title {
  margin-top: 0.625rem;
  font-size: 3.75rem;
  position: relative;
  color: white;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-main-title {
    font-size: 2.5rem;
    margin-top: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-main-title.-company::after {
    top: 110%;
  }
}

.c-main-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  width: 30%;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(27%, rgba(255, 255, 255, .3)), color-stop(50%, rgb(35, 51, 211)), color-stop(75%, rgba(255, 255, 255, .3)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .3) 27%, rgb(35, 51, 211) 50%, rgba(255, 255, 255, .3) 75%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .c-main-title::after {
    top: 56px;
  }
}

.c-main-subtitle {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-main-subtitle {
    font-size: 1rem;
  }
}

.p-about {
  padding-top: 2.1875rem;
}

.p-about-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-about-text.-en {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-text.-en {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-about-text {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
    text-align: justify;
  }
}

.p-access-map {
  position: relative;
  width: 100%;
  height: 469px;
}
.p-access-map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access-text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2.5rem;
  font-weight: 300;
}
.p-access-text.-en {
  font-family: "Inter", sans-serif;
}

.p-access-buildingName {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-access-buildingName {
    font-size: 1.25rem;
  }
}

.p-access-address {
  font-size: 1rem;
  margin-top: 3.125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-access-address {
    font-size: 0.8125rem;
  }
}

.p-access-btn {
  display: block;
  max-width: 47.5rem;
  margin: 0 auto;
  background: rgba(250, 250, 250, .9);
  color: #0F161E;
  font-size: 1rem;
  padding: 1rem 0;
  margin-top: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.coming-soon {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgba(250, 250, 250, .9);
  margin-top: 1.25rem;
}

.p-event__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5365853659%;
  padding: 3.75rem 4.375rem;
  background: rgba(250, 250, 250, .9);
  border: 1px sold #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-event__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 1.25rem;
  }
}

.p-event-logo {
  width: 34.1463414634%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-event-logo {
    width: 83.5820895522%;
  }
}

.p-event__text {
  width: 57.3170731707%;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  color: #000000;
}
.p-event__text.-en {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-event__text {
    width: 100%;
    text-align: justify;
    font-size: 0.875rem;
  }
}

.p-event__btn {
  display: block;
  max-width: 29.375rem;
  text-align: center;
  color: #0F161E;
  background: rgba(250, 250, 250, .9);
  font-size: 1rem;
  padding: 0.8125rem 0;
  margin-top: 1.875rem;
  cursor: pointer;
  border: 1px solid #000000;
}

.p-footer {
  padding: 8.75rem 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 0 1.875rem;
  }
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    -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;
  }
}

.p-footer__menueList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-right: 70px;
}
.p-footer__menueList.-en li {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__menueList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    margin-right: 0;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-footer__logo {
  width: 6.9375rem;
}

.p-footer__privacy {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  margin-top: 1.875rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: right;
  color: rgba(255, 255, 255, .5);
}

.p-footer__line {
  border: 1px solid rgba(255, 255, 255, .1);
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__line {
    margin-top: 1.875rem;
  }
}

.p-footer__cpopy {
  font-family: "Inter", sans-serif;
  margin: 1.25rem auto 0;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, .5);
  font-size: 0.75rem;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .p-footer__cpopy {
    text-align: center;
  }
}

.p-fv {
  padding: 8.625rem 3.75rem 8.3125rem;
  background: url("../../assets/images/fv-bg.jpg") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url("../../assets/images/fv-bgSp.jpg") no-repeat center center/cover;
    padding: 4.375rem 1.25rem 4.375rem;
  }
}
.p-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(40%, rgba(17, 17, 17, 0)));
  background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0) 40%);
  z-index: 1;
}
.p-fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.4375rem;
  height: 13rem;
  z-index: 5;
  background: url("../../assets/images/fv-blue.png") no-repeat center center/cover;
}

.p-fv_inner {
  position: relative;
  z-index: 10;
}

.p-fv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv-contents {
    -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;
    gap: 0.625rem;
    max-width: 258px;
    margin: 0 auto;
  }
}

.p-fv_left {
  width: 30rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv_left {
    width: 16.25rem;
    padding-left: 0;
  }
}

.p-fv_right {
  width: 33.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv_right {
    width: 100%;
  }
}

.p-fv_right-logo {
  width: 9rem;
  margin-top: 1.875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv_right-logo {
    width: 5.5625rem;
  }
}

.p-fv_right-title {
  font-size: 1.5rem;
  margin-top: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: rgba(250, 250, 250, .9);
}
.p-fv_right-title.-en {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fv_right-title {
    font-size: 0.9375rem;
    margin-top: 0;
    text-align: center;
  }
}

.p-fv__right-img {
  margin-top: 1.875rem;
  width: 30.8125rem;
}
.p-fv__right-img.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__right-img.u-mobile {
    display: block;
  }
}
.p-fv__right-img.-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__right-img.-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__right-img {
    width: 16.125rem;
  }
}

.p-fv__right-text {
  font-size: 1rem;
  margin-top: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: rgba(250, 250, 250, .9);
}
.p-fv__right-text.-en {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fv__right-text {
    font-size: 0.625rem;
    text-align: center;
  }
}

.p-fv__frame {
  margin-left: auto;
}

.p-fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 1rem 1.25rem;
  background-color: #2638e6;
  color: white;
  width: 20.625rem;
  height: 3.125rem;
  margin-top: 3.125rem;
}
.p-fv__btn.-en {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-top: 2.5rem;
    width: 16.125rem;
    padding: 0 0.625rem;
    font-size: 0.8125rem;
    gap: 0.625rem;
  }
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(246, 246, 246, .6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 2.5rem;
  margin: 1.75rem 1.25rem 0;
  position: fixed;
  z-index: 500;
  width: calc(100% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    padding: 0.5625rem 1.25rem;
    margin: 0 0;
    display: block;
    background: #A1A1A1;
  }
  .p-header.is-active .p-header__contents {
    right: 0;
  }
  .p-header.is-active .p-header__bar1 {
    top: 0.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-header.is-active .p-header__bar2 {
    display: none;
  }
  .p-header.is-active .p-header__bar3 {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.p-header__logo {
  width: 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 4.5rem;
  }
}

.p-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__contents {
    position: fixed;
    top: 0;
    right: -1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    padding-top: 9.375rem;
    -webkit-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
    background: #A1A1A1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-header__mene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  gap: 1.875rem;
  margin: 0 auto;
}
.p-header__mene.-en li {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-header__mene {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
}

.p-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.p-header__btn {
  display: block;
  background: #2638E6;
  color: white;
  padding: 0.75rem 1.25rem;
  min-height: 2.5rem;
}
.p-header__btn.-en {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    text-align: center;
  }
}

.p-header__btnEnglish {
  color: white;
  background: #111111;
  padding: 0.75rem 1.4375rem;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-header__btnEnglish {
    text-align: center;
  }
}

.p-header__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__icon {
    display: block;
    position: fixed;
    top: 0.5625rem;
    right: 1.25rem;
    min-width: 2.5rem;
    z-index: 300;
    text-align: center;
    -webkit-transition: -webkit-transform 2s ease 0s;
    transition: -webkit-transform 2s ease 0s;
    transition: transform 2s ease 0s;
    transition: transform 2s ease 0s, -webkit-transform 2s ease 0s;
    width: 3rem;
    height: 3rem;
    background: #2638E6;
  }
}

.p-header__bars {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header__bar1,
.p-header__bar2,
.p-header__bar3 {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 0.15625rem;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.p-header__bar2 {
  top: 0.4375rem;
}

.p-header__bar3 {
  top: 0.875rem;
}

.p-overview-box.-en {
  font-family: "Inter", sans-serif;
}
.p-overview-box.-en li {
  min-height: 11.875rem;
}

.p-overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, .5);
  min-height: 9.5rem;
}
.p-overview-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-overview-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 15.375rem;
  }
}

.p-overview-item_title {
  width: 43.75%;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-overview-item_title.-en {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-overview-item_title {
    width: 100%;
  }
}

.p-overview-item_text {
  width: 50%;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview-item_text {
    width: 100%;
  }
}

.p-overview__link {
  text-decoration: underline;
}

.p-sponsor-list.-en li {
  font-family: "Inter", sans-serif;
}

.p-sponsor-item {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-sponsor-item:not(:first-child) {
  margin-top: 1.875rem;
}

.p-sponsor-line {
  border: solid 1px white;
  margin-top: 1.25rem;
}

.p-sponsor_listWrap {
  margin-top: 2.5rem;
}

.p-theme__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
  gap: 6.25%;
}
.p-theme__item.-en {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.p-theme__item.-en.-flexReverse {
  text-align: left;
}
.p-theme__item.-flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-theme__item.-flexReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-theme__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    gap: 1.875rem;
  }
}

.p-theme__itemTexts {
  width: 37.5%;
}
.p-theme__itemTexts.-en {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-theme__itemTexts {
    width: 100%;
  }
}

.p-theme__itemNumber {
  font-size: 1.25rem;
  color: #9EA6F4;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
}

.p-theme__itemTitle {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-theme__itemTitle.-en {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-theme__itemTitle.-en {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-theme__itemTitle {
    font-size: 1.25rem;
  }
}

.p-theme__itemText {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-theme__itemText {
    font-size: 1rem;
  }
}

.p-theme__itemImg {
  width: 56.25%;
}
@media screen and (max-width: 767px) {
  .p-theme__itemImg {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
