@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

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

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

main section {
  position: relative;
}
main section .speaker-slide {
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide {
    margin: 40px auto 0;
  }
}
main section .speaker-slide .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  left: 10px;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-button-prev {
    width: 45px;
    height: 45px;
    left: 5%;
  }
}
main section .speaker-slide .swiper-button-prev:after {
  scale: 0.6;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-button-prev:after {
    scale: 0.4;
  }
}
main section .speaker-slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  right: 10px;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-button-next {
    width: 45px;
    height: 45px;
    right: 5%;
  }
}
main section .speaker-slide .swiper-button-next:after {
  scale: 0.6;
  translate: 2px 0;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-button-next:after {
    scale: 0.4;
  }
}
main section .speaker-slide .swiper-slide {
  width: 250px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-slide {
    max-width: 300px;
    padding: 0;
  }
}
main section .speaker-slide .swiper-slide .coming-soon {
  font-size: 16px;
  width: 100%;
  height: 17vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -12px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-slide .coming-soon {
    padding-top: 130px;
    height: 100%;
    padding-left: 4vw;
  }
}
main section .speaker-slide .swiper-slide .img {
  width: calc(100% - 15px);
}
@media screen and (max-width: 767px) {
  main section .speaker-slide .swiper-slide .img {
    width: 100%;
  }
}
main section .speaker-slide .swiper-slide .img.dummy {
  background: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
main section .speaker-slide .swiper-slide .img.dummy img {
  width: 50%;
}
main section .speaker-slide .swiper-slide h3.name {
  background: url(/2025/common/img/bg_red-line.png) repeat-y left top;
  font-size: 16px;
  font-weight: bold;
  background-color: #eceeef;
  padding: 10px 10px 10px 25px;
  translate: -20px -20px;
  width: calc(100% - 15px);
  display: flex;
  align-items: center;
}
main section .speaker-slide .swiper-slide p.company {
  width: calc(100% - 10px);
  margin-top: -5px;
  font-size: 14px;
  line-height: 1.5;
}
main section .speaker-slide .swiper-slide p.position {
  width: calc(100% - 10px);
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}
main section.template {
  padding: 100px 4%;
}
@media screen and (max-width: 767px) {
  main section.template {
    padding: 60px 5%;
  }
}
main section.template .cont_wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
main section.template .cont_wrapper h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main section.template .cont_wrapper h2 {
    margin-bottom: 45px;
  }
}
main section.template .cont_wrapper h2 .main_ttl {
  font-size: 100px;
  font-weight: bold;
  line-height: 11rem;
}
@media screen and (max-width: 767px) {
  main section.template .cont_wrapper h2 .main_ttl {
    font-size: 45px;
    line-height: 8rem;
  }
}
main section.template .cont_wrapper h2 .main_ttl .red {
  color: var(--clr-red);
  font-weight: bold;
}
main section.template .cont_wrapper h2 .sub_ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  main section.template .cont_wrapper h2 .sub_ttl {
    font-size: 18px;
  }
}
main section.new-kv {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main section.new-kv {
    margin-top: 60px;
  }
}
main section.new-kv img {
  width: 100%;
}
main section.new-kv .bg {
  pointer-events: none;
}
main section.new-kv .logo {
  position: absolute;
  top: 4.5vw;
  left: 29vw;
  width: 21.5vw;
}
@media screen and (max-width: 767px) {
  main section.new-kv .logo {
    top: 42vw;
    left: 20vw;
    width: 58vw;
  }
}
main section.new-kv .txt01 {
  position: absolute;
  top: 37.8vw;
  left: 25vw;
  width: 27vw;
}
@media screen and (max-width: 767px) {
  main section.new-kv .txt01 {
    top: 133vw;
    left: 7vw;
    width: 84vw;
  }
}
main section.new-kv .txt02 {
  position: absolute;
  top: 42.5vw;
  left: 25vw;
  width: 27vw;
}
@media screen and (max-width: 767px) {
  main section.new-kv .txt02 {
    top: 147vw;
    left: 7vw;
    width: 84vw;
  }
}
main section.new-kv .btn {
  position: absolute;
  top: 38vw;
  left: 55vw;
  width: 15vw;
}
@media screen and (max-width: 767px) {
  main section.new-kv .btn {
    top: 170vw;
    left: 5.5vw;
    width: 88vw;
  }
}
main section.new-kv .btn a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  main section.new-kv .btn a:hover {
    opacity: 0.75;
  }
}
main section.kv {
  width: 100%;
  background: url(/2025/index/img/new_kv_bg.jpg) no-repeat center/cover;
  padding: 120px 40px;
  margin-top: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  main section.kv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  main section.kv {
    background: url(/2025/index/img/new_kv_bg_sp.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 767px) {
  main section.kv {
    padding: 40px 4% 60px;
    min-height: 0;
    aspect-ratio: auto;
  }
}
main section.kv .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
main section.kv .kv-slide {
  background-color: #666;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
main section.kv .kv-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
main section.kv .cont_box {
  position: relative;
  z-index: 5;
}
main section.kv .cont_box .kv_ttl {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
main section.kv .cont_box .kv_ttl h1 {
  font-size: 76px;
  font-weight: bold;
  color: var(--clr-white);
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .kv_ttl h1 {
    font-size: 38px;
    line-height: 5rem;
  }
}
main section.kv .cont_box .kv_ttl .sub_txt {
  font-size: 36px;
  color: var(--clr-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .kv_ttl .sub_txt {
    font-size: 22px;
    line-height: 3rem;
  }
}
main section.kv .cont_box .kv_ttl .third_txt {
  font-size: 18px;
  color: var(--clr-white);
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .kv_ttl .third_txt {
    font-size: 12px;
  }
}
main section.kv .cont_box .kv_ttl .rope {
  max-width: 170px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .kv_ttl .rope {
    width: 36%;
    margin: 10 auto 0;
  }
}
main section.kv .cont_box .schedule_box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box {
    margin-top: 10px;
  }
}
main section.kv .cont_box .schedule_box .schedule_txt {
  font-size: 60px;
  font-weight: bold;
  color: var(--clr-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .schedule_txt {
    font-size: 40px;
  }
}
main section.kv .cont_box .schedule_box .schedule_txt span.day {
  font-size: 130px;
  font-weight: bold;
  line-height: 10rem;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .schedule_txt span.day {
    font-size: 75px;
    line-height: 1.1;
  }
}
main section.kv .cont_box .schedule_box .schedule_txt span.week {
  background: var(--clr-blue);
  writing-mode: vertical-rl;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  display: inline;
  padding: 21px 0;
  letter-spacing: 0.3rem;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .schedule_txt span.week {
    font-size: 12px;
    padding: 10px 0;
    margin-left: 5px;
  }
}
main section.kv .cont_box .schedule_box .schedule_txt span.arrow {
  font-size: 30px;
  display: inline;
  vertical-align: text-top;
  padding: 0 10px 0 30px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .schedule_txt span.arrow {
    font-size: 20px;
    display: inline;
    vertical-align: text-top;
    padding: 0 0px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .schedule_txt span.skeleton {
    display: none;
  }
}
main section.kv .cont_box .schedule_box .venue_txt {
  font-size: 22px;
  color: var(--clr-white);
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .venue_txt {
    font-size: 15px;
    text-indent: 0;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .venue_txt.en {
    font-size: 16px;
  }
}
main section.kv .cont_box .schedule_box .venue_txt .venue_ttl {
  font-size: 18px;
  background: var(--clr-red);
  display: inline;
  padding: 0 14px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .schedule_box .venue_txt .venue_ttl {
    font-size: 14px;
    margin-right: 10px;
  }
}
main section.kv .cont_box .end_message {
  margin-top: 60px;
  text-align: center;
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .end_message {
    margin-top: 40px;
    font-size: 20px;
  }
}
main section.kv .cont_box .banner_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .banner_box {
    flex-direction: column;
    gap: 10px;
  }
}
main section.kv .cont_box .banner_box .banner_next {
  max-width: 500px;
  width: 100%;
  border: 1px solid var(--clr-white);
  background: rgba(9, 35, 67, 0.4);
  color: var(--clr-white);
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .banner_box .banner_next {
    font-size: 26px;
    height: 60px;
  }
}
main section.kv .cont_box .banner_box .banner_next.en {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .banner_box .banner_next.en {
    font-size: 20px;
    height: auto;
    width: 100%;
    padding: 10px 0;
  }
}
main section.kv .cont_box .banner_box .banner_link {
  max-width: 340px;
  width: 100%;
  display: inline-block;
}
main section.kv .cont_box .btn_box {
  margin-top: 40px;
}
main section.kv .cont_box .btn_box a {
  background: linear-gradient(to right, #e60013, #e60067);
  border: 2px solid #fff;
  max-width: 500px;
  height: 90px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  main section.kv .cont_box .btn_box a {
    width: 100%;
    height: 70px;
    font-size: 16px;
  }
}
main section.kv .bg_s01 {
  position: absolute;
  max-width: 350px;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  main section.kv .bg_s01 {
    width: 50%;
    opacity: 0.8;
  }
}
main section.kv .bg_s02 {
  position: absolute;
  max-width: 400px;
  width: 100%;
  bottom: 200px;
  right: 0;
}
@media screen and (max-width: 767px) {
  main section.kv .bg_s02 {
    display: none;
  }
}
main section.kv .count_area {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 130px auto 0;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area {
    margin-top: 60px;
  }
}
main section.kv .count_area p.limit {
  position: relative;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area p.limit {
    font-size: 16px;
  }
}
main section.kv .count_area p.limit:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-right: 2rem;
  background-color: var(--clr-white);
}
main section.kv .count_area p.limit:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 2rem;
  background-color: var(--clr-white);
}
main section.kv .count_area p.limit span.lg1 {
  font-size: 1.6em;
}
main section.kv .count_area p.limit span.lg2 {
  font-size: 2.05em;
}
main section.kv .count_area .countdown {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area .countdown {
    gap: 10px;
    padding: 10px 0 0;
  }
}
main section.kv .count_area .countdown p {
  position: relative;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area .countdown p {
    font-size: 14px;
  }
}
main section.kv .count_area .countdown p span {
  display: inline-block;
  font-weight: bold;
  font-size: 114px;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area .countdown p span {
    font-size: 45px;
  }
}
main section.kv .count_area .countdown p span#seconds {
  width: 115px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area .countdown p span#seconds {
    width: 40px;
  }
}
main section.kv .count_area .countdown p.start {
  font-size: 45px;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  main section.kv .count_area .countdown p.start {
    font-size: 38px;
    margin-top: 15px;
  }
}
main section.kv .copyright {
  position: absolute;
  color: var(--clr-white);
  font-size: 13px;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  color: #d3d3d3;
}
@media screen and (max-width: 767px) {
  main section.kv .copyright {
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
}
main section.about {
  margin: 0 auto;
  padding: 100px 0;
  background-color: #edeff0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main section.about {
    padding: 60px 0;
  }
}
main section.about .count_area {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main section.about .count_area {
    margin: 0 0 60px;
  }
}
main section.about .count_area p.limit {
  position: relative;
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section.about .count_area p.limit {
    font-size: 16px;
  }
}
main section.about .count_area p.limit:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-right: 2rem;
  background-color: #000000;
}
main section.about .count_area p.limit:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 2rem;
  background-color: #000000;
}
main section.about .count_area p.limit span.lg1 {
  font-size: 1.6em;
}
main section.about .count_area p.limit span.lg2 {
  font-size: 2.05em;
}
main section.about .count_area .countdown {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section.about .count_area .countdown {
    gap: 10px;
    padding: 10px 0 0;
  }
}
main section.about .count_area .countdown p {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section.about .count_area .countdown p {
    font-size: 14px;
  }
}
main section.about .count_area .countdown p span {
  display: inline-block;
  font-weight: bold;
  font-size: 114px;
}
@media screen and (max-width: 767px) {
  main section.about .count_area .countdown p span {
    font-size: 45px;
  }
}
main section.about .count_area .countdown p span#seconds {
  width: 115px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  main section.about .count_area .countdown p span#seconds {
    width: 40px;
  }
}
main section.about .count_area .countdown p.start {
  font-size: 45px;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  main section.about .count_area .countdown p.start {
    font-size: 38px;
    margin-top: 15px;
  }
}
main section.about .obj01 {
  position: absolute;
  left: calc(50% - 630px);
  translate: 0 -50%;
  top: 700px;
  width: 216px;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section.about .obj01 {
    top: 340px;
    left: calc(50% - 270px);
    scale: 0.4;
  }
}
main section.about .obj02 {
  position: absolute;
  left: calc(50% + 310px);
  translate: 0 -50%;
  top: 750px;
  width: 318px;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section.about .obj02 {
    left: calc(50% + 10px);
    translate: 0 -50%;
    top: 350px;
    width: 318px;
    scale: 0.5;
  }
}
main section.about .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.about .inner hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.about .inner hgroup p {
    font-size: 18px;
  }
}
main section.about .inner hgroup h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  main section.about .inner hgroup h2 {
    font-size: 45px;
  }
}
main section.about .inner hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.about .inner .lead-area {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section.about .inner .lead-area {
    padding-top: 40px;
  }
}
main section.about .inner .lead-area h3 {
  text-align: center;
}
main section.about .inner .lead-area h3 br {
  display: none;
}
@media screen and (max-width: 767px) {
  main section.about .inner .lead-area h3 br {
    display: block;
  }
}
main section.about .inner .lead-area h3 span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main section.about .inner .lead-area h3 span {
    font-size: 24px;
  }
}
main section.about .inner .lead-area h3 span:before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: -35px;
  translate: 0 -50%;
  width: 28px;
  height: 1px;
  background-color: var(--clr-black);
}
main section.about .inner .lead-area h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  translate: 0 -50%;
  width: 28px;
  height: 1px;
  background-color: var(--clr-black);
}
main section.about .inner .lead-area p {
  margin: 30px auto 0;
  max-width: 1070px;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.about .inner .lead-area p {
    font-size: 16px;
  }
}
main section.about .inner .theme-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main section.about .inner .theme-area {
    margin-top: 20px;
  }
}
main section.about .inner .theme-area h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.about .inner .theme-area h3 {
    font-size: 24px;
  }
}
main section.about .inner .theme-area .theme_img_list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  main section.about .inner .theme-area .theme_img_list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
main section.about .inner .theme-area .theme_img_list li {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 16px -10px #b3b3b3;
  padding: 0 !important;
  margin: 0 !important;
}
main section.about .inner .theme-area .theme_img_list li:before {
  display: none;
}
@media screen and (max-width: 767px) {
  main section.about .inner .theme-area .theme_img_list li {
    width: 30%;
  }
}
main section.about .inner .theme-area .theme_img_list li figure {
  position: relative;
}
main section.about .inner .theme-area .theme_img_list li figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
main section.about .inner .theme-area .theme_img_list li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: var(--clr-white);
  text-align: center;
  width: 100%;
  font-size: 20px;
  z-index: 2;
}
@media screen and (max-width: 1460px) {
  main section.about .inner .theme-area .theme_img_list li figure figcaption {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  main section.about .inner .theme-area .theme_img_list li figure figcaption {
    font-size: 2.5vw;
    bottom: 2.5vw;
  }
}
main section.about .inner .theme-area ul.btn_box-list {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  main section.about .inner .theme-area ul.btn_box-list {
    margin-top: 40px;
  }
}
main section.about .inner .theme-area ul.btn_box-list a {
  width: 260px;
}
main section.speakers {
  padding-top: 150px;
  background: url(/2025/index/img/bg_speaker.png) no-repeat top right;
}
@media screen and (max-width: 767px) {
  main section.speakers {
    padding-top: 80px;
  }
}
main section.speakers .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.speakers .inner p.lead {
  margin-top: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main section.speakers .inner p.lead {
    margin-top: 30px;
    font-size: 18px;
    text-align: left;
  }
}
main section.speakers .ttl-wrap hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.speakers .ttl-wrap hgroup p {
    font-size: 18px;
  }
}
main section.speakers .ttl-wrap hgroup h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.speakers .ttl-wrap hgroup h2 {
    font-size: 45px;
  }
}
main section.speakers .ttl-wrap hgroup h2:first-letter {
  color: var(--clr-red);
}
main section.speakers .btn_box-list {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  main section.speakers .btn_box-list {
    margin-top: 30px;
  }
}
main section.speakers .btn_box-list a {
  width: 300px;
}
@media screen and (max-width: 767px) {
  main section.speakers .btn_box-list a {
    margin: 0 auto;
  }
}
main section.investor {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  main section.investor {
    padding-top: 80px;
  }
}
main section.investor .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.investor .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  main section.investor .ttl-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
main section.investor .ttl-wrap hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.investor .ttl-wrap hgroup p {
    font-size: 18px;
  }
}
main section.investor .ttl-wrap hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.investor .ttl-wrap hgroup h2 {
    font-size: 45px;
  }
}
main section.investor .ttl-wrap hgroup h2:first-letter {
  color: var(--clr-red);
}
@media screen and (max-width: 1000px) {
  main section.investor .btn_box-list {
    margin-top: 30px;
  }
}
main section.investor .btn_box-list a {
  width: 300px;
}
@media screen and (max-width: 767px) {
  main section.investor .btn_box-list a {
    margin: 0 auto;
  }
}
main section.investor .investor-slide {
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main section.investor .investor-slide {
    margin-top: 40px;
  }
}
main section.investor .investor-slide .swiper-slide {
  width: 250px;
}
main section.investor .investor-slide .swiper-slide .img.dummy {
  background: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
main section.investor .investor-slide .swiper-slide .img.dummy img {
  width: 111px;
}
main section.investor .investor-slide .swiper-slide h3.name {
  background: url(/2025/common/img/bg_blue-line.png) repeat-y left top;
  font-size: 16px;
  font-weight: bold;
  background-color: #eceeef;
  padding: 10px 10px 10px 25px;
  translate: -20px -20px;
}
main section.keynote {
  width: calc(100% - 80px);
  background-color: #f2f3ff;
  margin: 200px auto 0;
  padding: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  main section.keynote {
    width: 90%;
    margin-top: 80px;
    padding: 60px 0 80px;
  }
}
main section.keynote .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.keynote .inner .feature-box {
  margin-bottom: 60px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main section.keynote .inner .feature-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .feature-box {
    margin-bottom: 30px;
  }
}
main section.keynote .inner .feature-box hgroup {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  main section.keynote .inner .feature-box hgroup {
    width: 100%;
  }
}
main section.keynote .inner .feature-box hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .feature-box hgroup p {
    font-size: 18px;
  }
}
main section.keynote .inner .feature-box hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .feature-box hgroup h2 {
    font-size: 45px;
  }
}
main section.keynote .inner .feature-box hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.keynote .inner .feature-box hgroup h2 .red {
  font-weight: bold;
  color: var(--clr-red);
}
main section.keynote .inner .feature-box hgroup h2 .small {
  font-size: 80%;
  letter-spacing: -17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .feature-box hgroup h2 .small {
    letter-spacing: -7px;
  }
}
main section.keynote .inner .feature-box .txt-area {
  margin-top: 48px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  main section.keynote .inner .feature-box .txt-area {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
}
main section.keynote .inner .feature-box .txt-area p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .feature-box .txt-area p {
    font-size: 16px;
    line-height: 2;
  }
}
main section.keynote .inner .feature-box .txt-area .btn_box-list {
  margin-top: 25px;
}
main section.keynote .inner .feature-box .txt-area .btn_box-list a {
  width: 300px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .feature-box .txt-area .btn_box-list a {
    margin: 0 auto;
  }
}
main section.keynote .inner .session-list {
  margin: 80px auto 100px;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list {
    margin: 60px 0 50px;
    overflow: hidden;
  }
}
main section.keynote .inner .session-list .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  left: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-button-prev {
    display: flex;
    width: 45px;
    height: 45px;
    left: 0px;
  }
}
main section.keynote .inner .session-list .swiper-button-prev:after {
  scale: 0.6;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-button-prev:after {
    scale: 0.4;
  }
}
main section.keynote .inner .session-list .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  right: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-button-next {
    display: flex;
    width: 45px;
    height: 45px;
    right: 0px;
  }
}
main section.keynote .inner .session-list .swiper-button-next:after {
  scale: 0.6;
  translate: 2px 0;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-button-next:after {
    scale: 0.4;
  }
}
main section.keynote .inner .session-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-wrapper {
    display: flex;
    gap: 0;
    justify-content: flex-start;
  }
}
main section.keynote .inner .session-list .swiper-slide {
  width: 250px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-slide {
    max-width: 300px;
    padding: 0;
  }
}
main section.keynote .inner .session-list .swiper-slide.soon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  aspect-ratio: 7/9;
}
main section.keynote .inner .session-list .swiper-slide.soon:after {
  display: none;
}
main section.keynote .inner .session-list .swiper-slide .coming-soon {
  font-size: 16px;
  width: 100%;
  height: 17vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -12px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-slide .coming-soon {
    padding-top: 130px;
    height: 100%;
    padding-left: 4vw;
  }
}
main section.keynote .inner .session-list .swiper-slide .img {
  width: calc(100% - 15px);
}
@media screen and (max-width: 767px) {
  main section.keynote .inner .session-list .swiper-slide .img {
    width: 100%;
  }
}
main section.keynote .inner .session-list .swiper-slide .img.dummy {
  background: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
main section.keynote .inner .session-list .swiper-slide .img.dummy img {
  width: 50%;
}
main section.keynote .inner .session-list .swiper-slide h3.name {
  background: url(/2025/common/img/bg_red-line.png) repeat-y left top;
  font-size: 16px;
  font-weight: bold;
  background-color: #eceeef;
  padding: 10px 10px 10px 25px;
  translate: -20px -20px;
  width: calc(100% - 15px);
  display: flex;
  align-items: center;
}
main section.keynote .inner .session-list .swiper-slide p.company {
  width: calc(100% - 10px);
  margin-top: -5px;
  font-size: 14px;
  line-height: 1.5;
}
main section.keynote .inner .session-list .swiper-slide p.position {
  width: calc(100% - 10px);
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}
main section.keynote .btn_box-list {
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  main section.keynote .btn_box-list {
    margin-top: 30px;
  }
}
main section.pitch {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 100px 0;
  background: url(/2025/en/index/img/bg_pitch.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  main section.pitch {
    background: url(/2025/en/index/img/bg_pitch_sp.jpg) no-repeat center top/cover;
    width: 90%;
    padding: 60px 0;
  }
}
main section.pitch .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.pitch .inner .feature-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  main section.pitch .inner .feature-box {
    flex-direction: column;
  }
}
main section.pitch .inner .feature-box hgroup {
  width: 45%;
}
@media screen and (max-width: 767px) {
  main section.pitch .inner .feature-box hgroup {
    width: 100%;
  }
}
main section.pitch .inner .feature-box hgroup p {
  font-size: 28px;
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  main section.pitch .inner .feature-box hgroup p {
    font-size: 18px;
  }
}
main section.pitch .inner .feature-box hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  color: var(--clr-white);
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.pitch .inner .feature-box hgroup h2 {
    font-size: 45px;
  }
}
main section.pitch .inner .feature-box hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.pitch .inner .feature-box .txt-area {
  margin-top: 48px;
  width: 55%;
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  main section.pitch .inner .feature-box .txt-area {
    max-width: 100%;
    margin-top: 30px;
    width: 100%;
  }
}
main section.pitch .inner .feature-box .txt-area p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.pitch .inner .feature-box .txt-area p {
    font-size: 16px;
  }
}
main section.pitch .inner .btn_box-list {
  margin: 30px auto 0;
}
main section.pitch .inner .btn_box-list a {
  width: 300px;
  margin: 0 auto;
}
main section.exhibitors {
  width: calc(100% - 80px);
  background-color: #f9f3fd;
  margin: 0 auto;
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  main section.exhibitors {
    width: 90%;
    padding: 80px 0 0;
  }
}
main section.exhibitors .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.exhibitors .inner hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner hgroup p {
    font-size: 18px;
  }
}
main section.exhibitors .inner hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner hgroup h2 {
    font-size: 45px;
  }
}
main section.exhibitors .inner hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.exhibitors .inner .feature-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner .feature-box {
    flex-direction: column;
    margin-top: 30px;
  }
}
main section.exhibitors .inner .feature-box .img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner .feature-box .img {
    width: 100%;
  }
}
main section.exhibitors .inner .feature-box .txt-area {
  width: 51%;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner .feature-box .txt-area {
    width: 100%;
  }
}
main section.exhibitors .inner .feature-box .txt-area p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner .feature-box .txt-area p {
    font-size: 16px;
    margin-top: 20px;
  }
}
main section.exhibitors .inner .btn_box-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main section.exhibitors .inner .btn_box-list {
    margin-top: 30px;
  }
}
main section.exhibitors .inner .btn_box-list a {
  width: 300px;
  margin: 0 auto;
}
main section.networking {
  width: calc(100% - 80px);
  background-color: #f9f3fd;
  margin: 0 auto;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  main section.networking {
    width: 90%;
    padding: 80px 0;
  }
}
main section.networking .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.networking .inner hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.networking .inner hgroup p {
    font-size: 18px;
  }
}
main section.networking .inner hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.networking .inner hgroup h2 {
    font-size: 45px;
  }
}
main section.networking .inner hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.networking .inner .feature-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main section.networking .inner .feature-box {
    margin-top: 30px;
    margin-bottom: 3px;
    flex-direction: column;
  }
}
main section.networking .inner .feature-box .img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  main section.networking .inner .feature-box .img {
    width: 100%;
  }
}
main section.networking .inner .feature-box .txt-area {
  width: 51%;
}
@media screen and (max-width: 767px) {
  main section.networking .inner .feature-box .txt-area {
    width: 100%;
  }
}
main section.networking .inner .feature-box .txt-area p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.networking .inner .feature-box .txt-area p {
    font-size: 16px;
    margin-top: 20px;
  }
}
main section.networking .inner .btn_box-list {
  margin-top: 30px;
}
main section.networking .inner .btn_box-list a {
  width: 300px;
  margin: 0 auto;
}
main section.kansai {
  width: calc(100% - 80px);
  margin: 140px auto;
  padding: 80px 0 180px;
  background: url(/2025/index/img/kansai_l.jpg) left bottom/min(35%, 494px) no-repeat, url(/2025/index/img/kansai_r.jpg) right bottom/min(51%, 713px) no-repeat, #edeff0;
}
@media screen and (max-width: 767px) {
  main section.kansai {
    width: 90%;
    margin: 70px auto;
    padding: 40px 0 55%;
    background: url(/2025/index/img/kansai_sp.jpg) center bottom/100% no-repeat #edeff0;
  }
}
main section.kansai .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.kansai .inner hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner hgroup p {
    font-size: 18px;
  }
}
main section.kansai .inner hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner hgroup h2 {
    font-size: 45px;
  }
}
main section.kansai .inner hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.kansai .inner .feature-box {
  display: flex;
  margin: 80px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner .feature-box {
    margin-top: 40px;
    flex-direction: column;
  }
}
main section.kansai .inner .feature-box .img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner .feature-box .img {
    width: 80%;
    margin: 0 auto 30px;
  }
}
main section.kansai .inner .feature-box .txt-area {
  width: 51%;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner .feature-box .txt-area {
    width: 100%;
  }
}
main section.kansai .inner .feature-box .txt-area h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner .feature-box .txt-area h3 {
    font-size: 16px;
  }
}
main section.kansai .inner .feature-box .txt-area p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner .feature-box .txt-area p {
    font-size: 16px;
  }
}
main section.kansai .inner .btn_box-list {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  main section.kansai .inner .btn_box-list {
    margin-top: 30px;
  }
}
main section.kansai .inner .btn_box-list a {
  width: 300px;
}
main section.news {
  margin: 0 auto;
  padding: 50px 0 150px;
  background: url(/2025/index/img/bg_speaker.png) no-repeat top right;
}
@media screen and (max-width: 767px) {
  main section.news {
    padding: 60px 0 80px;
  }
}
main section.news .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.news .inner hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.news .inner hgroup p {
    font-size: 18px;
  }
}
main section.news .inner hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.news .inner hgroup h2 {
    font-size: 45px;
  }
}
main section.news .inner hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.news .inner ul.news-list {
  max-width: 1000px;
  margin: 70px auto 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list {
    margin-top: 40px;
  }
}
main section.news .inner ul.news-list li {
  border-bottom: 1px solid #d9d9d9;
}
main section.news .inner ul.news-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 60px 30px 25px;
  transition: background-color 0.3s;
  background-color: #fff;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a {
    padding: 15px 35px 15px 3%;
    gap: 5%;
  }
}
main section.news .inner ul.news-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--clr-blue);
  border-bottom: 2px solid var(--clr-blue);
  rotate: -45deg;
  transition: border 0.3s;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a:after {
    right: 15px;
  }
}
@media (any-hover: hover) {
  main section.news .inner ul.news-list li a:hover {
    background-color: var(--clr-blue);
  }
  main section.news .inner ul.news-list li a:hover .date {
    color: var(--clr-white) !important;
  }
  main section.news .inner ul.news-list li a:hover .title {
    color: var(--clr-white) !important;
  }
  main section.news .inner ul.news-list li a:hover:after {
    border-right: 2px solid var(--clr-white);
    border-bottom: 2px solid var(--clr-white);
  }
}
main section.news .inner ul.news-list li a .img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a .img {
    width: 30%;
  }
}
main section.news .inner ul.news-list li a .txt-area {
  width: calc(100% - 235px);
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a .txt-area {
    width: 65%;
  }
}
main section.news .inner ul.news-list li a .txt-area .date {
  font-size: 14px;
  color: var(--clr-blue);
  transition: color 0.3s;
}
main section.news .inner ul.news-list li a .txt-area .title {
  margin-top: 10px;
  font-size: 20px;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a .txt-area .title {
    font-size: 16px;
    margin-top: 7px;
  }
}
main section.news .inner .btn_box-list {
  max-width: 1000px;
  margin: 30px auto 0;
}
main section.news .inner .btn_box-list a {
  width: 260px;
  height: 70px;
}
main section.howtojoin {
  margin: 0 auto;
  padding: 100px 0;
  background-color: #edeff0;
}
@media screen and (max-width: 767px) {
  main section.howtojoin {
    padding: 60px 0;
  }
}
main section.howtojoin .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.howtojoin .inner hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner hgroup p {
    font-size: 18px;
  }
}
main section.howtojoin .inner hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner hgroup h2 {
    font-size: 45px;
  }
}
main section.howtojoin .inner hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.howtojoin .inner .howto-wrapper {
  max-width: 1000px;
  margin: 40px auto 0;
}
main section.howtojoin .inner .howto-wrapper > p {
  margin-top: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner .howto-wrapper > p {
    margin-top: 0;
    font-size: 18px;
    text-align: left;
  }
}
main section.howtojoin .inner .howto-wrapper > p span {
  color: var(--clr-red);
  font-weight: bold;
}
main section.howtojoin .inner .howto-wrapper .howto-box {
  display: flex;
  position: relative;
  gap: 90px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner .howto-wrapper .howto-box {
    max-width: 400px;
    margin: 40px auto 0;
    flex-direction: column;
  }
}
main section.howtojoin .inner .howto-wrapper .howto-box:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #666666;
  font-size: 50px;
  translate: -50% -50%;
  font-weight: 200;
}
main section.howtojoin .inner .howto-wrapper .howto-box .left {
  padding-top: 60px;
  width: calc((100% - 90px) / 2);
  height: 360px;
  background-color: #fff;
  box-shadow: 0px 3px 11px 0px rgba(16, 43, 63, 0.07);
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner .howto-wrapper .howto-box .left {
    width: 100%;
  }
}
main section.howtojoin .inner .howto-wrapper .howto-box .left .img {
  width: 157px;
  margin: 0 auto;
  margin-bottom: 30px;
  translate: 20px 0;
}
main section.howtojoin .inner .howto-wrapper .howto-box .left .btn_box {
  margin-top: 40px;
}
main section.howtojoin .inner .howto-wrapper .howto-box .left .btn_box a {
  background: linear-gradient(to right, #e60013, #e60067);
  text-align: center;
  width: 260px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  main section.howtojoin .inner .howto-wrapper .howto-box .left .btn_box a {
    width: 270px;
  }
}
main section.howtojoin .inner .howto-wrapper .howto-box .left .btn_box a .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
main section.howtojoin .inner .howto-wrapper .howto-box .right {
  padding-top: 65px;
  width: calc((100% - 90px) / 2);
  height: 360px;
  background-color: #fff;
  box-shadow: 0px 3px 11px 0px rgba(16, 43, 63, 0.07);
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner .howto-wrapper .howto-box .right {
    width: 100%;
  }
}
main section.howtojoin .inner .howto-wrapper .howto-box .right .img {
  width: 232px;
  margin: 0 auto;
}
main section.howtojoin .inner .howto-wrapper .howto-box .right .btn_box {
  margin-top: 50px;
}
main section.howtojoin .inner .howto-wrapper .howto-box .right .btn_box a {
  text-align: center;
  width: 260px;
  height: 70px;
  margin: 0 auto;
}
main section.howtojoin .inner .howto-wrapper .howto-box .right .btn_box a:after {
  content: "";
  background: url(/2025/common/img/icn_blank2_w.png) no-repeat center;
  background-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  main section.howtojoin .inner .howto-wrapper .howto-box .right .btn_box a:after {
    background-size: 15px;
  }
}
@media (any-hover: hover) {
  main section.howtojoin .inner .howto-wrapper .howto-box .right .btn_box a:hover:after {
    content: "";
    background-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    width: 18px;
    height: 18px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  main section.howtojoin .inner .howto-wrapper .howto-box .right .btn_box a:hover:after {
    background-size: 15px;
  }
}
main section.howtojoin .inner .howto-wrapper .howto-box .right p.note {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
main section.howtojoin .inner .btn_box {
  max-width: 1000px;
  margin: 30px auto 0;
  justify-content: flex-end;
}
main section.howtojoin .inner .btn_box a {
  margin: 0 0 0 auto;
  width: 260px;
  height: 70px;
}
main section.cont_area {
  padding: 0 4%;
  background: url(/2025/index/img/cont_bg.jpg) no-repeat center bottom;
  background-size: contain;
  padding: 120px 4% 330px;
}
@media screen and (max-width: 767px) {
  main section.cont_area {
    padding: 80px 4% 150px;
    background: url(/2025/index/img/cont_bg.jpg) no-repeat right bottom;
    background-size: 200%;
  }
}
main section.cont_area .cont_wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main section.cont_area .cont_wrapper {
    flex-direction: column;
  }
}
main section.cont_area .cont_wrapper .flex_half {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main section.cont_area .cont_wrapper .flex_half {
    width: 100%;
  }
}
main section.cont_area .cont_wrapper .flex_half.txt_f {
  max-width: 610px;
  width: 100%;
}
main section.cont_area .cont_wrapper .flex_half h2 .main_ttl {
  font-size: 4.1vw;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main section.cont_area .cont_wrapper .flex_half h2 .main_ttl {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
main section.cont_area .cont_wrapper .flex_half h2 .sub_ttl {
  font-size: 1.3vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.cont_area .cont_wrapper .flex_half h2 .sub_ttl {
    font-size: 14px;
  }
}
main section.cont_area .cont_wrapper .flex_half .txt {
  font-size: 20px;
  line-height: 5rem;
}
@media screen and (max-width: 767px) {
  main section.cont_area .cont_wrapper .flex_half .txt {
    font-size: 16px;
    line-height: 4rem;
  }
}
main section.cont_area .cont_wrapper .flex_half .txt .strong {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.cont_area .cont_wrapper .flex_half .txt .strong {
    font-size: 20px;
  }
}
main section.theme_area {
  background: var(--clr-bg-gray);
}
main section.theme_area .theme_list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
main section.theme_area .theme_list li {
  background: var(--clr-white);
  aspect-ratio: 1/1;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  box-shadow: 0px 0px 16px -10px #b3b3b3;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_list li {
    width: 30%;
  }
}
main section.theme_area .theme_list li img {
  max-width: 110px;
  width: 60%;
}
main section.theme_area .theme_list li .txt {
  font-size: 1.1vw;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_list li .txt {
    font-size: 2vw;
    margin-top: 10px;
  }
}
main section.theme_area .theme_list.en li img {
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_list.en li img {
    min-height: 70px;
  }
}
main section.theme_area .theme_list.en li .txt {
  text-align: center;
}
main section.theme_area .theme_img_list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_img_list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
main section.theme_area .theme_img_list li {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 16px -10px #b3b3b3;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_img_list li {
    width: 30%;
  }
}
main section.theme_area .theme_img_list.en li img {
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  main section.theme_area .theme_img_list.en li img {
    min-height: 70px;
  }
}
main section.theme_area .theme_img_list.en li .txt {
  text-align: center;
}
main section.theme_area .bg_s03 {
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  main section.theme_area .bg_s03 {
    width: 50%;
  }
}
main section.message_area .message_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main section.message_area .message_box {
    flex-direction: column;
  }
}
main section.message_area .message_box .message_img {
  max-width: 350px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  main section.message_area .message_box .message_img {
    width: 70%;
    margin: 0 auto;
  }
}
main section.message_area .message_box .txt_box h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main section.message_area .message_box .txt_box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
main section.message_area .message_box .txt_box .post {
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main section.message_area .message_box .txt_box .post {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
main section.message_area .message_box .txt_box .txt {
  font-size: 16px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  main section.message_area .message_box .txt_box .txt {
    font-size: 14px;
    line-height: 2.8rem;
  }
}
main section.message_area .bg_s04 {
  position: absolute;
  max-width: 265px;
  width: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  main section.message_area .bg_s04 {
    width: 50%;
  }
}
main section.message_area .bg_s05 {
  position: absolute;
  max-width: 500px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main section.message_area .bg_s05 {
    width: 50%;
  }
}
main section.event_area {
  background: url(/2025/index/img/event_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
main section.event_area h2 .main_ttl {
  font-size: 70px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.event_area h2 .main_ttl {
    font-size: 40px !important;
  }
}
main section.event_area h2 .sub_ttl {
  font-size: 24px;
  text-align: center;
}
main section.event_area .event_detail .detail_box {
  position: relative;
  background: var(--clr-white);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 4% 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 160px;
  box-shadow: 0px 0px 16px -10px #666;
}
@media screen and (max-width: 767px) {
  main section.event_area .event_detail .detail_box {
    margin-top: 120px;
  }
}
main section.event_area .event_detail .detail_box .bubble_txt {
  position: absolute;
  display: block;
  padding: 20px 40px;
  background: #666;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--clr-white);
  top: -80px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  main section.event_area .event_detail .detail_box .bubble_txt {
    font-size: 16px;
    padding: 20px;
  }
}
main section.event_area .event_detail .detail_box .bubble_txt::before {
  content: "▼";
  position: absolute;
  color: #666;
  font-size: 30px;
  bottom: -28px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  main section.event_area .event_detail .detail_box .bubble_txt::before {
    font-size: 24px;
    bottom: -24px;
  }
}
main section.event_area .event_detail .detail_box .detail_img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main section.event_area .event_detail .detail_box .detail_img {
    width: 70%;
  }
}
main section.contents_area .cont_list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main section.contents_area .cont_list {
    gap: 15px;
  }
}
main section.contents_area .cont_list li {
  background: var(--clr-white);
  box-shadow: 0px 0px 16px -10px #b3b3b3;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section.contents_area .cont_list li {
    padding: 20px;
  }
}
main section.contents_area .cont_list li .icon_box {
  height: 110px;
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  main section.contents_area .cont_list li .icon_box {
    height: 60px;
  }
}
main section.contents_area .cont_list li .icon_box img.cont_icon {
  height: 110px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main section.contents_area .cont_list li .icon_box img.cont_icon {
    height: 60px;
  }
}
main section.contents_area .cont_list li .icon_box img.icon01 {
  max-width: 135px;
  width: 100%;
}
main section.contents_area .cont_list li .icon_box img.icon02 {
  max-width: 125px;
  width: 100%;
}
main section.contents_area .cont_list li .icon_box img.icon03 {
  max-width: 120px;
  width: 100%;
}
main section.contents_area .cont_list li .icon_box img.icon04 {
  max-width: 125px;
  width: 100%;
}
main section.contents_area .cont_list li .cont_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.contents_area .cont_list li .cont_ttl {
    font-size: 18px;
    height: 40px;
    display: flex;
    align-items: center;
  }
}
main section.contents_area .cont_list li .txt {
  font-size: 17px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  main section.contents_area .cont_list li .txt {
    font-size: 14px;
    line-height: 2.8rem;
  }
}
main section.contents_area .bg_s06 {
  position: absolute;
  max-width: 600px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main section.contents_area .bg_s06 {
    width: 50%;
  }
}
main section.contents_area .bg_s07 {
  position: absolute;
  max-width: 430px;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main section.contents_area .bg_s07 {
    width: 50%;
  }
}
main section.link_area {
  background: var(--clr-bg-gray);
}
main section.link_area .link_box {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 270px;
  margin: 0 auto 40px;
  padding: 0 100px 0 50px;
  background: var(--clr-white);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5%;
  border: 4px solid var(--clr-blue);
  transition: 0.4s;
  cursor: pointer;
}
main section.link_area .link_box:hover {
  opacity: 0.5 !important;
}
@media screen and (max-width: 767px) {
  main section.link_area .link_box {
    flex-direction: column;
    border-radius: 40px;
    padding: 0 40px;
    height: 230px;
    margin: 0 auto 20px;
  }
}
main section.link_area .link_box:last-child {
  margin-bottom: 0px;
}
main section.link_area .link_box .icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
main section.link_area .link_box .icon_box img.icon01 {
  max-width: 105px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.link_area .link_box .icon_box img.icon01 {
    width: 50%;
  }
}
main section.link_area .link_box .icon_box img.icon02 {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.link_area .link_box .icon_box img.icon02 {
    width: 40%;
  }
}
main section.link_area .link_box .icon_box .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: var(--clr-blue);
}
@media screen and (max-width: 767px) {
  main section.link_area .link_box .icon_box .ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
main section.link_area .link_box .txt {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.link_area .link_box .txt {
    font-size: 14px;
  }
}
main section.link_area .link_box .arrow {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--clr-blue);
  border-right: 2px solid var(--clr-blue);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  main section.link_area .link_box .arrow {
    right: 30px;
  }
}
main section.outline_area {
  padding-block: 150px;
}
@media screen and (max-width: 767px) {
  main section.outline_area {
    padding-block: 80px;
  }
}
main section.outline_area hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.outline_area hgroup p {
    font-size: 18px;
  }
}
main section.outline_area hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.outline_area hgroup h2 {
    font-size: 45px;
  }
}
main section.outline_area hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.outline_area .outline_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
main section.outline_area .outline_box table tbody tr {
  border-top: 1px solid #e0e0e0;
  /*padding: 25px 4%;
           display: flex;
           align-items: center;*/
}
@media screen and (max-width: 767px) {
  main section.outline_area .outline_box table tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
main section.outline_area .outline_box table tbody tr th {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: var(--clr-blue);
  border: 2px solid var(--clr-blue);
  padding: 8px 10px;
  min-width: 150px;
  width: 100%;
  display: inline-block;
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.outline_area .outline_box table tbody tr th {
    font-size: 15px;
    max-width: 150px;
    min-width: 120px;
    padding: 4px 10px;
    margin: 20px 0 0;
  }
}
main section.outline_area .outline_box table tbody tr td {
  padding: 24px 0 20px 40px;
  font-size: 20px;
  width: 100%;
  margin: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main section.outline_area .outline_box table tbody tr td {
    padding-top: 15px;
    padding-left: 0px;
    font-size: 18px;
    margin: 0;
  }
}
main section.outline_area .outline_box table tbody tr td .expo_banner {
  max-width: 300px;
  width: 100%;
}
main section.outline_area .outline_box table tbody tr td .logo_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, 130px);
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  main section.outline_area .outline_box table tbody tr td .logo_box {
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 140px);
  }
}
main section.outline_area .outline_box table tbody tr td .logo_box li:nth-child(1) {
  width: 130px;
}
main section.outline_area .outline_box table tbody tr td .logo_box li:nth-child(2) {
  width: 120px;
}
main section.outline_area .outline_box table tbody tr td .logo_box li:nth-child(3) {
  width: 90px;
}
main section.outline_area .outline_box table tbody tr td .logo_box li:nth-child(4) {
  width: 70px;
}
main section.outline_area .outline_box table tbody tr td .logo_box.en {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main section.outline_area .outline_box table tbody tr td .logo_box.en {
    display: grid;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 140px);
  }
}
main section.outline_area .outline_box table tbody tr td .logo_box.en li:nth-child(1) {
  width: 150px !important;
}
main section.outline_area .outline_box table tbody tr td .logo_box.en li:nth-child(2) {
  width: 100px !important;
}
main section.outline_area .outline_box table tbody tr td .logo_box.en li:nth-child(3) {
  width: 90px !important;
}
main section.outline_area .outline_box .map_box {
  font-size: 32px;
  color: #666;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.outline_area .outline_box iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  main section.outline_area .outline_box iframe {
    height: 300px;
  }
}
main section.organization_area {
  background: var(--clr-bg-gray);
}
@media screen and (max-width: 767px) {
  main section.organization_area {
    padding-bottom: 100px;
  }
}
main section.organization_area .org_wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
main section.organization_area .org_wrapper hgroup p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper hgroup p {
    font-size: 18px;
  }
}
main section.organization_area .org_wrapper hgroup h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper hgroup h2 {
    font-size: 45px;
    margin-bottom: 45px;
  }
}
main section.organization_area .org_wrapper hgroup h2:first-letter {
  font-weight: bold;
  color: var(--clr-red);
}
main section.organization_area .org_wrapper .org_box {
  background: var(--clr-white);
  max-width: 900px;
  margin: 0 auto;
}
main section.organization_area .org_wrapper .org_box .org_list {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_box .org_list {
    width: 90%;
  }
}
main section.organization_area .org_wrapper .org_box .org_list .org_link {
  display: flex;
  align-items: center;
  padding: 25px 4%;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_box .org_list .org_link {
    padding: 20px 0;
  }
}
main section.organization_area .org_wrapper .org_box .org_list .org_link a.txt-link {
  color: var(--clr-blue);
  position: relative;
  line-height: 1.5;
  display: inline-block;
}
main section.organization_area .org_wrapper .org_box .org_list .org_link a.txt-link:after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-blue);
}
@media (any-hover: hover) {
  main section.organization_area .org_wrapper .org_box .org_list .org_link a.txt-link:hover:after {
    display: none;
  }
}
main section.organization_area .org_wrapper .org_box .org_list .org_link:last-child {
  border-bottom: none;
}
main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo {
  max-width: 180px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo {
    max-width: 100px;
    width: 100%;
  }
}
main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo01 {
  max-width: 155px;
  width: 100%;
}
main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo02 {
  max-width: 150px;
  width: 100%;
}
main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo02.en {
  max-width: 170px;
}
main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo03 {
  max-width: 110px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo03 {
    max-width: 80px;
  }
}
main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo04 {
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_box .org_list .org_link .org_logo img.logo04 {
    max-width: 90px;
  }
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_box .org_list .org_link .txt {
    font-size: 14px;
  }
}
main section.organization_area .org_wrapper .org_btn_box {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_btn_box {
    margin-top: 60px;
  }
}
main section.organization_area .org_wrapper .org_btn_box .contact_btn {
  position: relative;
  max-width: 380px;
  width: 100%;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--clr-blue);
  font-size: 16px;
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: 2px solid var(--clr-blue);
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_btn_box .contact_btn {
    width: 80%;
    height: 60px;
  }
}
main section.organization_area .org_wrapper .org_btn_box .contact_btn:hover {
  background: var(--clr-white);
  color: var(--clr-blue);
}
main section.organization_area .org_wrapper .org_btn_box .contact_btn:hover .arrow {
  border-top: 2px solid var(--clr-blue);
  border-right: 2px solid var(--clr-blue);
}
main section.organization_area .org_wrapper .org_btn_box .contact_btn .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_btn_box .contact_btn .arrow {
    right: 20px;
  }
}
main section.organization_area .org_wrapper .org_btn_box .privacy-policy {
  color: #525252;
  font-size: 14px;
  border-bottom: 1px solid #525252;
  padding-bottom: 3px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_btn_box .privacy-policy {
    font-size: 12px;
  }
}
main section.organization_area .org_wrapper .org_btn_box .privacy-policy:hover {
  border-bottom: none;
}
main section.organization_area .org_wrapper .org_btn_box .small_btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 82px;
  margin: 40px auto 0;
  background: var(--clr-blue);
  font-size: 20px;
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: 4px solid var(--clr-blue);
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_btn_box .small_btn {
    width: 70%;
    height: 60px;
    font-size: 16px;
    margin: 20px auto 0;
  }
}
main section.organization_area .org_wrapper .org_btn_box .small_btn:hover {
  background: var(--clr-white);
  color: var(--clr-blue);
}
main section.organization_area .org_wrapper .org_btn_box .small_btn:hover .arrow {
  border-top: 2px solid var(--clr-blue);
  border-right: 2px solid var(--clr-blue);
}
main section.organization_area .org_wrapper .org_btn_box .small_btn .arrow {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  main section.organization_area .org_wrapper .org_btn_box .small_btn .arrow {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}

.btn-soon {
  background: #969696 !important;
  pointer-events: none !important;
  border-color: #969696 !important;
  color: #e0e0e0 !important;
  flex-direction: column;
  gap: 5px;
}
.btn-soon .coming-soon {
  font-size: 80%;
}
.btn-soon .arrow {
  display: none !important;
}
.btn-soon:before, .btn-soon:after {
  display: none !important;
}/*# sourceMappingURL=layout.css.map */
