.top-page {
  overflow: hidden;
}
.top-page .top__body {
  margin-top: 68px;
}
@media screen and (max-width: 1024px) {
  .top-page .top__body {
    margin-top: 50px;
  }
}
.top-page .top__body .swiper {
  height: 600px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 1024px) {
  .top-page .top__body .swiper {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .top__body .swiper {
    height: 670px;
  }
}
.top-page .top__body .swiper .swiper-pagination-bullet-active {
  background: #000000;
}
.top-page .top__body .swiper .swiper-button-next,
.top-page .top__body .swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.top-page .top__body .swiper .swiper-button-next::after,
.top-page .top__body .swiper .swiper-button-prev::after {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .top-page .top__body .swiper .swiper-button-next,
  .top-page .top__body .swiper .swiper-button-prev {
    top: 93%;
  }
}
@media screen and (min-width: 1024px) {
  .top-page .top__body .swiper .swiper-button-next {
    right: 42%;
  }
}
@media screen and (min-width: 1024px) {
  .top-page .top__body .swiper .swiper-button-prev {
    left: 42%;
  }
}
.top-page .top__body .swiper .swiper-pagination-horizontal {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-page .top__body .swiper .swiper-pagination-horizontal {
    display: none;
  }
}
.top-page .top__body .swiper .slide--one__center {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-page .top__body .swiper .slide--one__left {
  position: absolute;
  top: 0;
  left: -40px;
}
@media screen and (max-width: 1250px) {
  .top-page .top__body .swiper .slide--one__left {
    left: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-page .top__body .swiper .slide--one__left {
    left: -50px;
  }
}
.top-page .top__body .swiper .slide--one__right {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .top-page .top__body .swiper .slide--one__right {
    right: -160px;
  }
}
@media screen and (max-width: 1024px) {
  .top-page .top__body .swiper .slide--one__right {
    right: -100px;
  }
}
.top-page .top__body .swiper .slide--one__mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-page .top__body .swiper .slide--one__overlay {
  width: auto;
  height: 100%;
}
.top-page .top__body .swiper .slide--one__videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283A62;
  opacity: 16%;
}
@media screen and (max-width: 640px) {
  .top-page .top__body .swiper .slide--one__videoOverlay {
    background-color: #000000;
    opacity: 30%;
  }
}
.top-page .top__body .swiper .slide--one__button {
  position: absolute;
  top: 457px;
  left: 344px;
  width: 140px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .top-page .top__body .swiper .slide--one__button {
    left: 303px;
  }
}
@media screen and (max-width: 1024px) {
  .top-page .top__body .swiper .slide--one__button {
    width: 110px;
    height: 35px;
    top: 304px;
    left: 206px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .top__body .swiper .slide--one__button {
    width: 140px;
    height: 50px;
    left: 50%;
    top: 567px;
    transform: translateX(-50%);
  }
}
.top-page .top__body .swiper .slide--one__button .text {
  font-size: 13px;
}
.top-page .top__body .swiper .slide--two {
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .top-page .top__body .swiper .slide--two {
    object-fit: contain;
  }
}
.top-page .top__body .swiper .muted {
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background-color: #0c0c0c;
  opacity: 0.75;
}
@media only screen and (max-width: 1024px) {
  .top-page .top__body .swiper .muted {
    right: 5px;
    bottom: 2px;
    transform: scale(0.75);
  }
}
.top-page .top__body .swiper .muted .mute_btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.top-page .about-news {
  padding: 60px 76px 118px 80px;
  margin: 0 auto;
  max-width: 1046px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
@media screen and (max-width: 1024px) {
  .top-page .about-news {
    padding: 60px 40px 118px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .about-news {
    padding: 30px 5.79vw 80px;
  }
}
.top-page .about-news .news {
  display: flex;
  column-gap: 169px;
  margin-bottom: 82px;
}
@media screen and (max-width: 1024px) {
  .top-page .about-news .news {
    column-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .about-news .news {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.top-page .about-news .news--container {
  background-color: #F2F3F5;
  padding: 12px 43px 12px 16px;
  border-radius: 20px;
}
.top-page .about-news .news--container:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-page .about-news .news--container {
    padding: 12px;
  }
  .top-page .about-news .news--container:not(:last-child) {
    margin-bottom: 12px;
  }
}
.top-page .about-news .news .new-icon {
  color: white;
  background-color: #5266FF;
  border-radius: 16px;
  width: 41px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.top-page .about-news .news .new-icon .text {
  font-size: 11px;
}
.top-page .about-news .about {
  display: flex;
  column-gap: 169px;
}
@media screen and (max-width: 1024px) {
  .top-page .about-news .about {
    column-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .about-news .about {
    flex-direction: column;
  }
}
.top-page .about-news .about--container {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .top-page .about-news .about--container {
    padding-left: unset;
  }
}
.top-page .about-news .title {
  font-size: 24px;
  font-weight: bold;
  width: 144px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .top-page .about-news .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .about-news .title {
    margin-bottom: 12px;
  }
}
.top-page .about-news .sub-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.top-page .about-news .body {
  font-size: 14px;
  line-height: 24px;
}
.top-page .about-news .date {
  margin-top: 12px;
}
.top-page .event-details {
  background-image: url(../images/sabani-bg-2.png);
  padding: 40px 24px 57px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-page .event-details {
    background-image: url(../images/sabani-bg-mobile-2.png);
  }
}
.top-page .event-details .title {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.top-page .event-details .detail--inner {
  margin: 0 auto;
  width: fit-content;
}
.top-page .event-details .detail--wrapper {
  display: flex;
  column-gap: 57px;
}
@media screen and (max-width: 1024px) {
  .top-page .event-details .detail--wrapper {
    flex-direction: column-reverse;
    row-gap: 18px;
  }
}
.top-page .event-details .detail--container {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 30px;
  row-gap: 16px;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .top-page .event-details .detail--container {
    column-gap: 0px;
  }
}
.top-page .event-details .detail--container .sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .top-page .event-details .detail--container .sub-title {
    font-size: 13px;
  }
}
.top-page .event-details .detail--container .detail {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .top-page .event-details .detail--container .detail {
    font-size: 13px;
  }
}
.top-page .event-details .detail--container .mail {
  text-decoration: underline;
  margin-bottom: 4px;
  display: block;
  margin-bottom: 4px;
}
.top-page .event-details .detail--container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 40px;
  margin: 12px 0 8px;
}
.top-page .event-details .detail--container .button--text {
  font-size: 13px;
  color: #000000;
}
.top-page .event-details .detail--container .button--arrow {
  width: 35px;
  height: 8px;
  margin-left: 9.5px;
}
.top-page .race-course {
  width: 100%;
  height: 591px;
  background-image: url(../images/race-map-3.png);
  background-position: center;
  background-size: cover;
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-page .race-course {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .race-course {
    height: unset;
    background-image: unset;
    padding-top: 30px;
  }
}
.top-page .race-course .image-mobile {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: none;
}
@media screen and (max-width: 768px) {
  .top-page .race-course .image-mobile {
    display: block;
  }
}
.top-page .race-course .title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin: 0 0 7px;
}
@media screen and (max-width: 768px) {
  .top-page .race-course .title {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-page .race-course .sub-title {
  font-size: 14px;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .top-page .race-course .sub-title {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-page .race-course .details {
  width: fit-content;
  position: relative;
  left: 50%;
}
@media screen and (max-width: 1055px) {
  .top-page .race-course .details {
    left: 46%;
  }
}
@media screen and (max-width: 992px) {
  .top-page .race-course .details {
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .top-page .race-course .details {
    left: unset;
    padding: 0 5.79vw;
  }
}
.top-page .race-course .details--title {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 8px;
}
.top-page .race-course .details--warning {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-page .race-course .details--warning {
    font-size: 13px;
  }
}
.top-page .race-course .details--container {
  margin: 8px 0 0;
  padding-left: 22px;
}
.top-page .race-course .details--container li {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .top-page .race-course .details--container li {
    font-size: 13px;
  }
}
.top-page .past-event {
  margin-top: 80px;
}
.top-page .past-event .title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-page .past-event .title {
    font-size: 24px;
  }
}
.top-page .past-event .sub-title {
  font-size: 13px;
  width: 400px;
  margin: 0 auto 40px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .top-page .past-event .sub-title {
    font-size: 12px;
    line-height: 18px;
    width: fit-content;
    padding: 0 5.79vw;
  }
}
.top-page .past-event .gallery {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  grid-template-rows: repeat(2, 310px);
  row-gap: 12px;
  column-gap: 12px;
  width: fit-content;
  margin: 0 auto 133px;
}
@media screen and (max-width: 1170px) {
  .top-page .past-event .gallery {
    grid-template-columns: repeat(2, 360px);
    grid-template-rows: repeat(3, 310px);
  }
}
@media screen and (max-width: 768px) {
  .top-page .past-event .gallery {
    grid-template-columns: repeat(6, 360px);
    grid-template-rows: repeat(1, 310px);
    column-gap: 4px;
    width: 100vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .top-page .past-event .gallery::-webkit-scrollbar {
    display: none;
  }
}
.top-page .past-event .gallery .image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .top-page .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .top-page .u-pc-only {
    display: none !important;
  }
}

html {
  margin-top: unset !important;
}

body {
  margin: unset;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: unset;
}

dd,
dl,
dt,
li,
ol,
ul {
  padding: 0;
}

a {
  color: unset;
  text-decoration: unset;
}

:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.header {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding-left: 135px;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 50px;
    padding-left: 24px;
  }
}
.header__home {
  width: 110px;
  height: 53px;
}
@media screen and (max-width: 1024px) {
  .header__home {
    width: 85px;
    height: auto;
    margin-top: 8px;
  }
}
.header__about {
  font-size: 13px;
  margin-left: 40px;
}
.header__about:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .header__about {
    display: none;
  }
}
.header__about--mobile {
  font-size: 12px;
  font-weight: 500;
  margin-left: 24px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__about--mobile {
    display: block;
  }
}
.header__sns {
  position: absolute;
  right: 0;
  padding-right: 160px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header__sns {
    padding-right: 40px;
    column-gap: 13px;
  }
}
.header__sns .sns {
  text-decoration: none;
  display: block;
}
.header__sns .sns--x {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .header__sns .sns--x {
    width: 13px;
    height: 13px;
  }
}
.header__sns .sns--youtube {
  width: 23px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .header__sns .sns--youtube {
    width: 15px;
    height: 11px;
  }
}
.header__sns .sns--facebook {
  width: 10px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .header__sns .sns--facebook {
    width: 7px;
    height: 13px;
  }
}
.header__sns .sns--instagram {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1024px) {
  .header__sns .sns--instagram {
    margin-top: 4px;
  }
}

.footer {
  height: 300px;
  background-color: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .footer {
    height: 400px;
  }
}
.footer--about {
  position: absolute;
  top: 92px;
  left: 435px;
  font-size: 13px;
  white-space: nowrap;
}
.footer--about:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1120px) {
  .footer--about {
    top: 163px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .footer--about__desktop {
    display: none;
  }
}
.footer--about__mobile {
  display: none;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .footer--about__mobile {
    display: block;
  }
}
.footer .icon {
  position: absolute;
}
.footer .icon--footer {
  top: 60px;
  left: 161px;
  width: 167px;
  height: 63px;
}
@media screen and (max-width: 1120px) {
  .footer .icon--footer {
    top: 50px;
    width: 140px;
    height: 53px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer .icon--sns {
  top: 92px;
  right: 135px;
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1120px) {
  .footer .icon--sns {
    top: 277px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer .icon--sns .sns {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer .icon--sns .sns--x {
  width: 20px;
  height: 20px;
}
.footer .icon--sns .sns--youtube {
  width: 23px;
  height: 16px;
}
.footer .icon--sns .sns--facebook {
  width: 10px;
  height: 20px;
}
.footer .icon--sns .sns--instagram {
  width: 18px;
  height: 18px;
}
.footer .icon--sns .sns--text {
  font-size: 13px;
  margin-left: 4px;
}
.footer .icon--powered {
  width: 90px;
  height: 11px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.about-page {
  overflow: hidden;
}
.about-page .about--body {
  margin-top: 68px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .about-page .about--body {
    margin-top: 50px;
  }
}
.about-page .about--top {
  width: 100%;
  height: 400px;
  background-image: url(../images/about/about-top.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about-page .about--top {
    height: 700px;
    background-image: url(../images/about/about-top-mobile.png);
  }
}
.about-page .about--top__container {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-page .about--top__container {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: center;
  }
}
.about-page .about--top__list {
  padding-top: 123px;
  margin-left: 40px;
  color: white;
}
@media screen and (max-width: 768px) {
  .about-page .about--top__list {
    padding-top: 195px;
    transform: translateX(-30%);
  }
}
.about-page .about--top__list .top-list {
  margin-bottom: 16px;
}
.about-page .about--top__list .top-list:hover .title {
  text-decoration: underline;
}
.about-page .about--top__list .top-list:hover .sub-title {
  text-decoration: underline;
}
.about-page .about--top__list .title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .about-page .about--top__list .title {
    font-size: 16px;
  }
}
.about-page .about--top__list .sub-title {
  font-size: 14px;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .about-page .about--top__list .sub-title {
    font-size: 13px;
  }
}
.about-page .about--top__list li {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.about-page .about--top__list li:not(:last-child) {
  margin-bottom: 16px;
}
.about-page .about--top__list li:hover {
  text-decoration: underline;
}
.about-page .about--top__image {
  width: 278px;
  height: 232px;
  padding-top: 95px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .about-page .about--top__image {
    width: 239px;
    height: 200px;
    margin-right: unset;
    padding-top: 101px;
  }
}
.about-page .about--organizer .organizer {
  display: flex;
  width: fit-content;
  margin: 118px auto 120px;
  column-gap: 39px;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer {
    flex-direction: column;
    width: 86.93%;
    row-gap: 19px;
    margin: 55px auto 30px;
  }
}
.about-page .about--organizer .organizer--profile {
  position: relative;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--profile {
    display: flex;
    align-items: center;
    column-gap: 9px;
  }
}
.about-page .about--organizer .organizer--profile__sign {
  position: absolute;
  width: 153px;
  top: -21px;
  left: 236px;
  height: 167px;
  z-index: -1;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--profile__sign {
    top: 46px;
    left: -22px;
  }
}
.about-page .about--organizer .organizer--profile__avatar {
  width: 291px;
  height: 290px;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--profile__avatar {
    width: 137px;
    height: 137px;
  }
}
.about-page .about--organizer .organizer--profile__title {
  font-size: 24px;
  font-weight: bold;
  margin: 14px auto 5px;
  text-align: center;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--profile__title {
    font-size: 20px;
    margin: 0 0 4px;
    text-align: left;
  }
}
.about-page .about--organizer .organizer--profile__subtitle {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--profile__subtitle {
    text-align: left;
  }
}
.about-page .about--organizer .organizer--profile__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--profile__sns {
    justify-content: flex-start;
  }
}
.about-page .about--organizer .organizer--profile__sns .sns--facebook {
  width: 10px;
  height: 20px;
  margin-right: 20px;
}
.about-page .about--organizer .organizer--profile__sns .sns--instagram {
  width: 18px;
  height: 18px;
}
.about-page .about--organizer .organizer--description {
  width: 500px;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--description {
    width: 100%;
  }
}
.about-page .about--organizer .organizer--description__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--description__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.about-page .about--organizer .organizer--description__body {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 882px) {
  .about-page .about--organizer .organizer--description__body {
    font-size: 13px;
    line-height: 20px;
  }
}
.about-page .margin {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .about-page .margin {
    margin-bottom: 80px !important;
  }
}
.about-page .about-race {
  margin-top: 24px;
}
.about-page .race-details {
  margin-top: 24px;
}
.about-page .cancellation {
  margin-top: 24px;
}
.about-page .line {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  transform: rotate(4deg);
}
.about-page .p-title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .about-page .p-title {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.about-page .p-subtitle {
  font-size: 14px;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .about-page .p-subtitle {
    font-size: 13px;
  }
}
.about-page .p-container {
  width: 770px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 820px) {
  .about-page .p-container {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .about-page .p-container {
    width: 86.93%;
    margin: 40px auto 30px;
  }
}
.about-page .p-container--grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 53px;
}
@media screen and (max-width: 820px) {
  .about-page .p-container--grid {
    grid-template-columns: unset;
  }
}
.about-page .p-container .title {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .about-page .p-container .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
  }
}
.about-page .p-container .body {
  font-size: 15px;
  margin-bottom: 60px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .about-page .p-container .body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
.about-page .p-container .body--title {
  font-size: 15px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .about-page .p-container .body--title {
    font-size: 13px;
  }
}
.about-page .p-container .body--bold {
  font-weight: bold;
}
.about-page .p-container .list {
  padding-left: 21px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about-page .p-container .list {
    padding-left: 19px;
  }
}
.about-page .p-container .list li {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .about-page .p-container .list li {
    font-size: 13px;
    line-height: 20px;
  }
}
.about-page .p-container .warning {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .about-page .p-container .warning {
    font-size: 13px;
  }
}
.about-page .mb-24 {
  margin-bottom: 24px !important;
}

/*# sourceMappingURL=style.css.map */
