@charset "UTF-8";
#information .kn_group {
  position: relative;
}
#information .kn_group .number {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0;
  width: 4.75rem;
  height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#information .kn_group > .wp-block-group {
  padding-top: 4rem;
}
#information .point_list > .wp-block-group h3 {
  line-height: 1;
  text-align: center;
  flex-shrink: 0;
}
#information .point_list > .wp-block-group h3 sup {
  font-size: var(--wp--preset--font-size--x-small);
}
#information .point_list > .wp-block-group p {
  flex-shrink: 1;
}
#information .w600 {
  max-width: 37.5rem;
}
@media (max-width: 782px) {
  #information .wp-block-columns:has(.area_btn) {
    flex-direction: column-reverse;
  }
}
#information .area_btn .wp-block-button {
  display: block;
  flex-basis: auto;
  width: 100%;
}
#information .area_btn .wp-block-button .wp-block-button__link {
  min-height: auto;
  border-radius: 10px;
}
#information .access_table {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--theme-gray);
}
#information .access_table table td {
  border: none;
}
#information .access_table table tr td:not(:last-child) {
  border-right: 1px solid var(--wp--preset--color--theme-gray);
}
#information .access_table table tr:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--theme-gray);
}
#information .access_table table tr:first-child {
  color: #37739B;
  font-weight: 600;
}
#information .access_table table tr:not(:first-child) td {
  padding: 2rem 1rem;
}
#information .capsule-center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#information .point_list:not(:has(h3)) {
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  #information .point_list:not(:has(h3)) {
    flex-direction: column;
  }
}
#information .point_list:not(:has(h3)) > .wp-block-group {
  flex: 1;
  border: 3px solid var(--wp--preset--color--theme-blue);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #information .point_list:not(:has(h3)) > .wp-block-group {
    flex: auto;
    width: 100%;
  }
}
#information .point_list:not(:has(h3)) > .wp-block-group .number {
  padding: 1rem;
}
#information .point_list:not(:has(h3)) > .wp-block-group p {
  padding: 1rem;
  margin: 0;
}
#information .far_list {
  align-items: center;
  justify-content: center;
}
#information .far_list > .wp-block-column {
  flex-basis: auto !important;
}
#information .far_list .area_arrow {
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 599px) {
  #information .far_list .area_arrow {
    justify-content: center;
  }
}
#information .far_list .area_arrow h3 {
  padding: 0.5rem;
  margin: 0.5rem 0;
  margin-right: 1rem;
  position: relative;
}
#information .far_list .area_arrow h3::after {
  position: absolute;
  width: 1rem;
  height: calc(100% + 1rem);
  content: "";
  display: block;
  background: var(--wp--preset--color--theme-blue);
  right: -1rem;
  top: 50%;
  transform: translate(-1px, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#information .col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#information .col4 .item_4-4 {
  grid-column: 1/3;
  /* 1〜2列 */
  grid-row: 1/3;
  /* 1〜2行 */
}
#information .col4 .item_1-2 {
  grid-column: 4/5;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  #information .col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #information .col4 .item_4-4 {
    grid-column: 1/-1;
    grid-row: auto;
  }
  #information .col4 .item_1-2 {
    grid-column: auto;
    grid-row: auto;
  }
}
#information .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#information .col3 .item_1-2 {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  #information .col3 {
    grid-template-columns: repeat(2, 1fr);
  }
  #information .col3 .item_1-2 {
    grid-column: auto;
    grid-row: auto;
  }
}
#information .wp-block-columns:has(.season) {
  gap: 5rem;
  align-items: stretch !important;
}
@media (max-width: 782px) {
  #information .wp-block-columns:has(.season) {
    gap: 1.5rem !important;
  }
}
#information .season {
  position: relative;
  height: 100%;
}
#information .season .s-title {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0;
  z-index: 2;
  border-radius: 50%;
  line-height: 1;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  #information .season .s-title {
    width: 4rem;
    height: 4rem;
  }
}
#information .season .wp-block-group {
  width: 100%;
  height: 100%;
}
#information .notice {
  position: relative;
  padding-left: 7rem;
}
@media screen and (max-width: 599px) {
  #information .notice {
    padding-left: 1.5em;
    padding-top: 7rem;
  }
}
#information .notice::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  content: "注目！";
  color: var(--wp--preset--color--theme-black);
  background: var(--wp--preset--color--theme-white);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  #information .notice::before {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#information .scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 599px) {
  #information .scroll::before {
    content: "横にスクロールできます。";
  }
  #information .scroll img {
    min-width: 10rem;
    max-width: none;
    height: auto;
  }
}/*# sourceMappingURL=information.css.map */