@charset "UTF-8";
/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

/*================================
	heading
================================*/
.c-contents-display1, .c-contents-display2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1, .c-contents-display2 {
    text-align: center;
  }
}
.c-contents-display1 span, .c-contents-display2 span {
  display: block;
}
.c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
  color: #0050A5;
  font-size: 6.4rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
}
.c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
    font-size: 2.4rem;
  }
}

.c-contents-display2 {
  text-align: center;
}
.c-contents-display2 span:last-child {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display2 span:last-child {
    font-size: 1.8rem;
  }
}

.c-h1 {
  margin-bottom: 32px;
  text-align: center;
}
.c-h1 span {
  display: block;
}
.c-h1 span:nth-child(1) {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h1 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h2 {
  margin-bottom: 32px;
}
.c-h2 span {
  display: block;
}
.c-h2 span:nth-child(1) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h2 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-h3 {
    font-size: 2rem;
  }
}

.c-h4 {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-h4 {
    font-size: 1.8rem;
  }
}

/*================================
	link
================================*/
.c-link {
  color: #0050a5;
  transition: all 0.2s;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 5px 1.2px;
  display: inline-block;
}
.c-link::after {
  content: "";
  background-color: #0050a5;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-link:hover {
    color: #0050a5;
  }
}
.c-link.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link.-pdf {
  color: #000;
  font-weight: normal;
  transition: all 0.1s;
  padding-left: 46.03px;
}
.c-link.-pdf::before {
  content: url(/assets/images/icon_pdf_blue.svg);
  display: inline-block;
  position: absolute;
  padding-right: 15.7px;
  top: -1px;
  left: 5px;
}
.c-link.-pdf::after {
  display: none;
}
.c-link.-pdf:hover {
  text-decoration: underline;
}
.c-link.-anchor {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  background: url(/assets/images/icn_arrow_down_blue.svg) no-repeat left center;
  background-size: 9px 6px;
  background-position-x: 10px;
}

.c-link2 {
  display: inline-block;
  position: relative;
  color: #000;
  transition: all 0.4s;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 40px;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .c-link2:hover {
    color: #0050a5;
  }
}
@media screen and (min-width: 768px) {
  .c-link2:hover::after {
    width: 8px;
  }
}
.c-link2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  right: calc(100% - 32px);
  width: 32px;
  height: 1px;
  background-color: #0050a5;
  transition: all 0.4s;
}
.c-link2.-blank {
  padding-left: 61px;
}
.c-link2.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: absolute;
  right: calc(100% - 61px);
  padding-right: 8px;
}
.c-link2.-blank::after {
  top: 0.7em;
}

.c-link3 {
  display: flex;
}
.c-link3__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__text {
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.c-link3__text {
  color: #0050a5;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 16px;
  transition: margin-right 0.4s;
  flex: 1;
}
.c-link3__circle {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  position: relative;
  overflow: hidden;
}
.c-link3__circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
  transform: rotate(45deg);
}
.c-link3__circle::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.c-link3.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link3.-center {
  justify-content: center;
  width: 100%;
}
.c-link3.-black .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-black .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-black.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_black.svg);
}
.c-link3.-black .c-link3__text {
  color: #000;
}
.c-link3.-black .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #000;
}
.c-link3.-black .c-link3__circle::before {
  background-color: #000;
}
.c-link3.-black .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-link3.-yellow .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-yellow .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-yellow.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_yellow.svg);
}
.c-link3.-yellow .c-link3__text {
  color: #FCCA00;
}
.c-link3.-yellow .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-link3.-yellow .c-link3__circle::before {
  background-color: #fff;
}
.c-link3.-yellow .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}

.c-button {
  display: flex;
}
.c-button__inner {
  position: relative;
  display: block;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  border-radius: 8px;
  color: #fff;
  padding: 10px 35px 10px;
  width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  isolation: isolate;
}
.c-button__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 15.5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.c-button__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.2s;
  z-index: 1;
}
.c-button__inner:hover {
  color: #0050a5;
}
.c-button__inner:hover::before {
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
}
.c-button__inner:hover::after {
  transform: translateX(0);
}
.c-button__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
}
.c-button.-blank .c-button__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: auto;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 11px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: translateX(-100%);
}
.c-button.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-center {
  justify-content: center;
}
.c-button.-yellow .c-button__inner {
  color: #000;
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-button.-yellow .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-yellow .c-button__inner::after {
  background-color: #000;
}
.c-button.-yellow .c-button__inner:hover {
  color: #FCCA00;
}
.c-button.-yellow .c-button__inner:hover::before {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-button.-yellow.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-yellow.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_yellow.svg) no-repeat;
  background-size: contain;
}
.c-button.-download .c-button__inner {
  color: #fff;
  background-color: #0050a5;
  border: 1px solid #0050a5;
}
.c-button.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: rotate(0);
  width: 13px;
  height: 16.5px;
  top: 29%;
}
.c-button.-download .c-button__inner::after {
  background-color: #fff;
}
.c-button.-download .c-button__inner:hover {
  color: #0050a5;
}
.c-button.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-black .c-button__inner {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}
.c-button.-black .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-black .c-button__inner::after {
  background-color: #0050a5;
}
.c-button.-black .c-button__inner:hover {
  color: #fff;
  border: 1px solid #0050a5;
}
.c-button.-black .c-button__inner:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-button.-black.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
}
.c-button.-black.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
}

/*================================
	column
================================*/
.c-column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-direction: column;
    gap: 32px;
  }
}
.c-column__img {
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
.c-column__img img {
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-column__img img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-column__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-column__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
.c-column.-center {
  justify-content: center;
}
.c-column.-center .c-column__img {
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-center .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column2 {
  justify-content: space-between;
}
.c-column.-column2 .c-column__img {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column2 .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column3 {
  justify-content: space-between;
}
.c-column.-column3 .c-column__img {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column3 .c-column__img {
    max-width: 1200px;
  }
}

/*================================
	c-relation-link
================================*/
.c-relation {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-relation {
    width: 100vw;
    padding: 80px 24px;
  }
}
.c-relation__box {
  display: flex;
  flex-wrap: wrap;
}
.c-relation__item {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-relation__item {
    width: 100%;
  }
}
.c-relation__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-relation__item:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-relation__item:last-child {
    margin-bottom: 0;
  }
}
.c-relation__link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-relation__link {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-relation__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .c-relation__link:hover .c-relation__txt {
    color: #0050A5;
  }
}
.c-relation__img {
  width: 270px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-relation__img {
    width: 100%;
  }
}
.c-relation__img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-relation__img img {
    width: 100%;
  }
}
.c-relation__txt {
  color: #000;
  font-size: 2rem;
  padding-left: 24px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .c-relation__txt {
    font-size: 1.6rem;
    padding: 16px 0 0 0;
    margin: 0;
  }
}
.c-relation-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  .c-relation-text {
    flex-direction: column;
    width: 100%;
  }
}
.c-relation-text__item {
  margin-bottom: 32px;
  width: 31.3333333333%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-relation-text__item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.c-relation-card {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-relation-card {
    gap: 32px;
    flex-direction: column;
  }
}
.c-relation-card__box {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  width: 368px;
  padding: 32px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-relation-card__box {
    width: 100%;
  }
}
.c-relation-card__head {
  width: 320px;
  margin: 0 auto;
  border-bottom: 1px solid #DDD;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-relation-card__head {
    width: 100%;
  }
}
.c-relation-card__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 24px;
}
.c-relation-card__text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-relation-card__img {
  width: 68px;
  margin: 0 auto 22px;
}
.c-relation-card__img img {
  width: 68px;
}
.c-relation-card__item + .c-relation-card__item {
  margin-top: 24px;
}

/*================================
	fv
================================*/
@media screen and (max-width: 767px) {
  .c-fv {
    padding: 0;
  }
}
.c-fv__wrap {
  position: relative;
  overflow: hidden;
}
.c-fv__img {
  height: 41.6666666667vw;
  max-height: 800px;
  min-height: 516px;
}
@media screen and (max-width: 767px) {
  .c-fv__img {
    height: 153.8461538462vw;
    max-height: 600px;
    min-height: 0;
  }
}
.c-fv__img img {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-fv__img img {
    max-height: 600px;
  }
}
.c-fv__box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-fv__box {
    width: 100%;
    padding: 0 24px;
  }
}
.c-fv__title {
  font-size: 9.4rem;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-fv__title {
    font-size: 3.4rem;
  }
}
.c-fv__title.-mincho {
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
}
.c-fv__sub {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-fv__sub {
    font-size: 1.6rem;
  }
}
.c-fv__scrolltop {
  position: absolute;
  display: block;
  bottom: -7px;
  left: 6px;
  width: 43px;
  height: 324.5px;
  pointer-events: none;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-fv__scrolltop {
    display: none;
  }
}
.c-fv.-h600 .c-fv__img {
  height: 31.25vw;
  max-height: 600px;
  min-height: 387.5px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__img {
    height: 102.5641025641vw;
    max-height: 400px;
    min-height: 0;
  }
}
.c-fv.-h600 .c-fv__img img {
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__img img {
    max-height: 400px;
  }
}
.c-fv.-h600 .c-fv__title {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__title {
    font-size: 3.6rem;
  }
}
.c-fv.-h400 .c-fv__scrolltop {
  height: 16vw;
  max-height: 307px;
  min-height: 192px;
}
.c-fv.-h400 .c-fv__img {
  height: 20.8333333333vw;
  max-height: 400px;
  min-height: 259px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__img {
    height: 76.9230769231vw;
    max-height: 300px;
    min-height: 0;
  }
}
.c-fv.-h400 .c-fv__img img {
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__img img {
    max-height: 300px;
  }
}
.c-fv.-h400 .c-fv__title {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__title {
    font-size: 2.4rem;
  }
}

/*================================
	content
================================*/
.c-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-content {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-content img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-content__textarea {
  flex: 1;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .c-content__textarea {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea {
    margin-bottom: 24px;
  }
}
.c-content__imgarea.-link {
  height: 100%;
}
.c-content__imgarea.-link img {
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover p {
    color: #0050A5;
  }
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea + .c-content__imgarea {
    margin-top: 8px;
  }
}
.c-content__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__title {
    margin-right: 0;
    text-align: center;
  }
}
.c-content__title span {
  display: block;
}
.c-content__title span:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(1) {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }
}
.c-content__title span:nth-child(2) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(2) {
    font-size: 2.4rem;
  }
}
.c-content__title.-jp-only {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title.-jp-only {
    font-size: 2.4rem;
  }
}
.c-content__text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-content__img {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content__img {
    max-width: 1200px;
  }
}
.c-content__img + p {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #000;
}
.c-content.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse {
    flex-direction: column;
  }
}
.c-content.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 64px;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse .c-content__textarea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__imgarea {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__textarea {
    order: 2;
  }
}
.c-content.-column3 {
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 {
    gap: 0;
    justify-content: center;
  }
}
.c-content.-column3.-center {
  justify-content: center;
}
.c-content.-column3 .c-content__img {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__textarea {
  margin-right: 24px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3.-reverse .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3 .c-content__card {
  max-width: 368px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__card__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card__title {
    margin-bottom: 24px;
  }
}
.c-content.-column3 .c-content__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__title {
    font-size: 2rem;
  }
}
.c-content.-image2 {
  max-width: 1728px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 {
    gap: 0;
  }
}
.c-content.-image2 .c-content__img {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-image2 .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content.-image2.-reverse .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2.-reverse .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content__card {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-content__card {
    max-width: 1200px;
  }
}
.c-content__card__img {
  margin-bottom: 16px;
  width: 100%;
}
.c-content__card__title {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__card__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-content__card__text {
  font-size: 1.6rem;
}
.c-content__card__text + .c-link3 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-content__card + .c-content__card {
    margin-top: 32px;
  }
}
.c-content__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}

.c-board {
  background-color: #fff;
}
.c-board__fv {
  max-width: 1920px;
  margin: 0 auto 100px;
  padding-top: 278px;
  background-image: url(/assets/images/dummy/fv_2.jpg);
  background-image: -webkit-image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-image: image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-board__fv {
    background-image: url(/assets/images/dummy/fv_2_sp.jpg);
    background-image: -webkit-image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-image: image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40% 24px 0;
    margin: 0 auto 80px;
  }
}
.c-board__fv__box {
  background-color: #fff;
  max-width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__box {
    padding: 80px 24px;
  }
}
.c-board__fv__title {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__title {
    font-size: 3.8rem;
  }
}
.c-board__fv__sub {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__sub {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__intro {
  font-size: 3.6rem;
  color: #0050A5;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__intro {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__txt {
  font-size: 1.6rem;
  text-align: center;
}

/*================================
	flex
================================*/
.c-flex {
  display: flex;
  justify-content: space-between;
}
.c-flex.-nogap {
  justify-content: flex-start;
}
.c-flex.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-flex.-reverse {
    flex-direction: column;
  }
}
.c-flex.-col1 {
  justify-content: center;
}
.c-flex.-col2 .c-flex__col, .c-flex.-col2 .c-flex__img {
  width: 48.5%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-flex.-col2 .c-flex__col, .c-flex.-col2 .c-flex__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-flex.-col2 .c-flex__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex.-col2 .c-flex__img {
    margin-bottom: 32px;
  }
}
.c-flex.-col2 .c-flex__img:nth-child(even) {
  margin-right: 0;
}
.c-flex.-col3 .c-flex__col, .c-flex.-col3 .c-flex__img {
  width: 31.33333%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-flex.-col3 .c-flex__col, .c-flex.-col3 .c-flex__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-flex.-col3 .c-flex__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex.-col3 .c-flex__img {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
}

/*================================
	notice
================================*/
/* header */
.header {
  position: fixed;
  background-color: #fcca00;
  height: 80px;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 0;
  }
}
.header-space {
  display: block;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header-space {
    height: 70px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner::after {
  display: none;
}
.header__logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 92px;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav__item a {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .header__box {
    margin-left: auto;
  }
}
.header__list {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .header__item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__item.-sp {
    display: block;
  }
}
.header__language {
  display: flex;
  gap: 24px;
}
.header__language__item {
  position: relative;
}
.header__language__item a {
  position: relative;
  color: #000;
  font-size: 1.6rem;
}
.header__language__item:first-child::after {
  position: absolute;
  content: "/";
  display: block;
  font-size: 1.6rem;
  right: -16px;
  top: 0;
}
.header__language__item.-active a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  bottom: -3px;
  left: 0;
}
.header__sp {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__sp {
    display: block;
  }
}
.header__sp.-active {
  opacity: 1;
  pointer-events: auto;
}
.header__sp.-active nav {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .header__sp.-active nav {
    right: 0;
  }
}
.header__sp nav {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: #000;
  transition: all 0.4s ease-in-out;
  max-width: 330px;
  width: 95%;
  overflow-y: auto;
}
.header__sp__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__sp__btn {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin-right: -20px;
    background-color: #fcca00;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn .top,
  .header__sp__btn .middle {
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 20px;
    transition: all 0.4s ease-in-out;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__sp__btn .top {
  top: 25px;
}
.header__sp__btn .middle {
  top: 33px;
}
.header__sp__btn .bottom {
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 21.56px;
  height: 4.72px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_menu.svg) no-repeat;
  background-size: 21.56px;
}
.header__sp__btn.-active .top {
  transform: translateX(-50%) translateY(4px) rotate(-30deg);
}
.header__sp__btn.-active .middle {
  transform: translateX(-50%) translateY(-4px) rotate(30deg);
}
.header__sp__btn.-active .bottom {
  top: 38px;
  width: 21.5px;
  height: 8.06px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_close.svg) no-repeat;
  background-size: 21.5px;
}
.header__sp__language-list {
  display: flex;
  gap: 24px;
  margin-right: 86px;
  margin-top: 24px;
  margin-bottom: 63px;
  justify-content: flex-end;
}
.header__sp__language-item {
  position: relative;
}
.header__sp__language-item a {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}
.header__sp__language-item:first-child::after {
  position: absolute;
  content: "/";
  display: block;
  font-size: 1.6rem;
  right: -16px;
  top: 0;
  color: #fff;
}
.header__sp__language-item.-active a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fcca00;
  border-radius: 10px;
  bottom: -3px;
  left: 0;
}
.header__sp__list {
  width: 266px;
  margin: 0 auto;
}
.header__sp__item {
  padding-bottom: 14px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 16px;
}
.header__sp__item a {
  font-size: 1.6rem;
  color: #fcca00;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__sp__item .circle {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #fcca00;
  border: 1px solid #fcca00;
  position: relative;
  overflow: hidden;
}
.header__sp__item .circle:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.header__sp__item .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__sp__sns-title {
  font-size: 1.6rem;
  color: #fcca00;
  text-align: center;
  margin-bottom: 12px;
}
.header__sp__sns-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 32px;
}
.header__sp__banner-link {
  display: block;
  margin: 0 auto;
  width: 266px;
}
.header__sp__banner-img {
  margin-bottom: 8px;
}
.header__sp__banner-text {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 48px;
}
.header__sp__banner-text .circle {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.header__sp__banner-text .circle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fcca00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.header__sp__banner-text .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__sp__logo {
  margin-bottom: 40px;
}
.header__sp__logo-link {
  display: block;
  width: 122.76px;
  margin: 0 auto;
}

/* footer */
.footer {
  padding: 66px 0 78px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 0 80px;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
.footer__sns__item {
  display: block;
  width: 35px;
}
.footer__sns__text {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .footer__sns__text {
    margin-bottom: 40px;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.footer__nav__item a {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
  color: #fff;
}
.footer__nav__item a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background-color: #fcca00;
}
@media screen and (max-width: 767px) {
  .footer__nav__item a::before {
    padding-left: 8px;
  }
}
.footer__logo {
  display: block;
  width: 135.08px;
  margin: 0 auto 32px;
}
.footer__copuright {
  font-size: 1.4px;
  text-align: center;
  color: #fff;
}

/* pagetop */
.page-top {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-top {
    display: flex;
    justify-content: center;
    margin-bottom: 66px;
  }
}
.page-top__link {
  position: relative;
  padding-top: 24px;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  color: #000;
  text-align: center;
}
.page-top__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.seikospot .c-column__caption {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .seikospot .sp-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .seikospotfv .c-fv__wrap {
    overflow: visible;
  }
}
.seikospotfv .c-fv__box {
  width: 1200px;
  top: 172px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .seikospotfv .c-fv__box {
    width: 100%;
    right: 0;
    padding: 0 24px;
  }
}
.seikospotfv .fv__scrolltop {
  bottom: 200px;
}
.seikospotfv .fv__logo.pc-only {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.seikospotfv .fv__logo.sp-only {
  width: 292px;
  margin: 0 auto;
  top: 0;
  margin-bottom: 43px;
}
.seikospotfv .c-fv__img {
  position: relative;
}
.seikospotfv .c-fv__img::before, .seikospotfv .c-fv__img::after {
  position: absolute;
  content: "";
  z-index: 10;
  bottom: 150px;
}
.seikospotfv .c-fv__img::before {
  background: url(/sports/various/world_athletics/seikospot2025/images/img_booth_fv_illust1.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 16.2%;
  height: 162px;
  left: 190px;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .seikospotfv .c-fv__img::before {
    background: url(/sports/various/world_athletics/seikospot2025/images/img_booth_fv_illust1_sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    left: 32px;
    width: 90px;
    height: 87px;
    bottom: 0;
  }
}
.seikospotfv .c-fv__img::after {
  background: url(/sports/various/world_athletics/seikospot2025/images/img_booth_fv_illust2.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 13.6%;
  height: 139px;
  right: 132px;
}
@media screen and (max-width: 767px) {
  .seikospotfv .c-fv__img::after {
    background: url(/sports/various/world_athletics/seikospot2025/images/img_booth_fv_illust2_sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 132px;
    height: 75px;
    right: -16px;
    bottom: 0;
  }
}

.index {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 180px;
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .index {
    padding: 0 24px 80px;
  }
}
.index__title {
  font-size: 3.6rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #FCCA00;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .index__title {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.index__txt {
  font-size: 1.6rem;
  margin-top: 24px;
}
.index__txt.-strong {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index__txt.-strong {
    font-size: 1.8rem;
  }
}
.index__anchor {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .index__anchor {
    flex-direction: column;
    margin-top: 64px;
  }
}
.index__anchor_item {
  display: flex;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .index__anchor_item {
    width: 100%;
    padding-bottom: 32px;
  }
  .index__anchor_item.sp_revers {
    flex-direction: row-reverse;
  }
}
.index__anchor_item_link {
  position: relative;
  width: 200px;
}
.index__anchor_item_link:hover .link_img img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.2s;
}
.index__anchor_item_link .link_img {
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
}
.index__anchor_item_link .link_img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
.index__anchor_item_link .link_anchor {
  width: 140px;
  height: auto;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index__anchor_item_link .link__text {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .index__anchor_item_link .link__text {
    margin-bottom: 50px;
  }
}
.index__anchor_item_link .c-link3__circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.index__anchor_item_link .c-link3__circle::after {
  left: 36%;
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.index__anchor_item_link .c-link3__circle::before {
  background-color: #FCCA00;
}
.index__anchor_item_pic {
  width: 140px;
  object-fit: contain;
}

.booth {
  padding: 100px 0 180px;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .booth {
    padding: 64px 24px 100px;
    border-radius: 36px 36px 0 0;
    margin-top: -36px;
  }
}
.booth.wako, .booth.seiko {
  background-color: #FFF6D2;
}
.booth.more {
  border-radius: 0;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .booth.more {
    padding: 64px 24px 80px;
  }
}
.booth .c-column__fig {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .booth .c-column__fig {
    padding-bottom: 0;
  }
}
.booth__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.booth__inner .-column1 {
  flex-direction: column;
  width: 840px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .booth__inner .-column1 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.booth__head {
  padding-left: 54px;
  position: relative;
  margin-bottom: 40px;
}
.booth__head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 58px;
  background: url(/sports/various/world_athletics/seikospot2025/images/icn_pin.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .booth__head::before {
    width: 23px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .booth__head {
    padding-left: 36px;
    margin-bottom: 32px;
  }
}
.booth__title {
  font-size: 4.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .booth__title {
    font-size: 2.4rem;
  }
}
.booth__title_en {
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .booth__title_en {
    font-size: 1.6rem;
  }
}
.booth__h3 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .booth__h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.booth__txt {
  font-size: 1.6rem;
}
.booth__info {
  border-top: 1px solid #C7C7C7;
  padding-top: 40px;
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .booth__info {
    margin-top: 32px;
  }
}
.booth__info_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .booth__info_box {
    flex-direction: column;
  }
}
.booth__info_item {
  width: 30%;
}
.booth__info_item_title {
  font-weight: bold;
  border-left: 4px solid #000;
  padding-left: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .booth__info_item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.booth__menu_title {
  width: 180px;
  padding: 8px;
  margin-top: 32px;
  margin-left: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background-color: #FCCA00;
}
@media screen and (max-width: 767px) {
  .booth__menu_title {
    font-size: 1.6rem;
    width: 110px;
    padding: 4px;
    margin-top: 24px;
    margin-left: 8px;
  }
}
.booth__menu_col3 {
  border-top: 2px solid #FCCA00;
  display: flex;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .booth__menu_col3 {
    flex-wrap: wrap;
  }
}
.booth__menu_item {
  width: 31%;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .booth__menu_item {
    width: 48%;
    margin-right: 8px;
  }
}
.booth__menu_item__caption {
  font-size: 1.6rem;
  margin-top: 16px;
}
.booth__menu_item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .booth__menu_item:nth-child(2) {
    margin-right: 0;
  }
}
.booth__col2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .booth__col2 {
    margin-top: 40px;
  }
}
.booth__col2_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .booth__col2_box {
    flex-direction: column;
    margin-top: 0;
  }
}
.booth__col2_item {
  width: 46%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .booth__col2_item {
    width: 100%;
  }
}
.booth__col2_item .c-column__img {
  border-radius: 0;
}
.booth__more_item .c-link3__text {
  margin-left: 8px;
}
.booth__more_img {
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 1200px;
  width: 100%;
}
.booth__more_img img {
  border-radius: 10px;
}
.booth__end {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .booth__end {
    font-size: 1.8rem;
  }
}
.booth__end_img {
  width: 25%;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .booth__end_img {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .booth__banner__link:hover {
    opacity: 0.5;
  }
}
.booth__banner__link__text {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.booth__banner__link__text .circle {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.booth__banner__link__text .circle::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.booth__banner__link__text .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.booth__banner__inline {
  display: inline;
}

/*sns*/
.sns {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 40px 24px 0;
  }
}
.sns__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.sns__title {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .sns__title {
    margin-bottom: 12px;
  }
}
.sns__txt {
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns__txt {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
.sns__list {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .sns__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.sns__item {
  width: 560px;
  height: 656px;
}
@media screen and (max-width: 767px) {
  .sns__item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sns__item.-Instagram {
    height: 120vmin;
    margin-bottom: 48px;
  }
}
.sns__inline {
  display: flex;
  justify-content: center;
}
.sns__link {
  position: relative;
  display: block;
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
  border-radius: 8px;
  color: #000;
  padding: 10px;
  width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  isolation: isolate;
}
.sns__link:hover {
  color: #FCCA00;
}
.sns__link:hover::before {
  background: url(/assets/images/icn_blank_yellow.svg) no-repeat;
  background-size: contain;
}
.sns__link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sns__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 11px;
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
}
.sns__link::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.sns__link__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  z-index: 10;
}

/*================================
	  sports sns
================================*/
.gallery_wrap {
  height: 85%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 40px;
}

.gallery_wrap::-webkit-scrollbar {
  display: none;
}

.gallery {
  background-color: #fff;
  padding: 15px 15px 10px 15px;
}

.gallery > div:nth-child(1) {
  width: 30%;
  margin: auto;
}

.gallery > div:nth-child(1) img {
  border-radius: 50%;
}

.gallery > div:nth-child(2) {
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
}

.gallery > div:nth-child(3) {
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
}

.gallery > div:nth-child(4) {
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
}

.gallery ul li {
  position: relative;
  width: 32.5%;
  margin-bottom: 7px;
}

.gallery ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.gallery ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
}

.twitter_wrap {
  height: 85%;
  margin-bottom: 40px;
  overflow: hidden;
}