@charset "UTF-8";
.caution {
  z-index: 70;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  border-top: 3px solid #1E2188;
  border-bottom: 3px solid #1E2188;
  background-color: #F6F7F8;
}
@media screen and (min-width: 900px) {
  .caution {
    height: 6rem;
  }
}
.caution__wrap {
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.caution__wrap:hover:not([disabled]) {
  opacity: 0.7;
}
.caution__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  position: relative;
          flex-direction: row;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin: 0 auto;
  padding: 0.8rem 1.6rem;
  color: #1E2188;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .caution__wrap {
    padding: 1.8rem 8.3rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.caution__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
}
.caution__icon svg {
  width: 100%;
  height: 100%;
  fill: #1E2188;
}
.caution__icon {
  margin-right: 1.6rem;
}
@media screen and (min-width: 900px) {
  .caution__icon {
    margin-right: 2.4rem;
  }
}
.caution__title {
  font-weight: 600;
}
.caution__title::after {
  content: "：";
}
.caution__date {
  margin-right: 1.4rem;
}
@media screen and (min-width: 900px) {
  .caution__date {
    margin-right: 1.6rem;
  }
}

.is-caution {
  padding-top: 4.8rem;
}
@media screen and (min-width: 900px) {
  .is-caution {
    padding-top: 6rem;
  }
}
.is-caution .header {
  top: 4.8rem;
}
@media screen and (min-width: 900px) {
  .is-caution .header {
    top: 6rem;
  }
}
.is-caution {
  /*.header-navi-category{
    top: g.sizeRem(g.$headerHeightPC + 60);
  }*/
}
.is-caution .global-menu__icon {
  top: 6rem;
}
@media screen and (min-width: 900px) {
  .is-caution .global-menu__icon {
    top: 8.45rem;
  }
}

.keyvisual-movie {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.keyvisual-movie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  z-index: 1;
  position: fixed;
  margin: auto;
  inset: 0;
     object-fit: cover;
}
.keyvisual-movie::before {
  display: block;
  z-index: 2;
  position: fixed;
  inset: 0;
  background-color: rgba(5, 1, 1, 0.2);
  content: "";
}
.keyvisual-movie-logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  position: absolute;
  width: 20rem;
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 900px) {
  .keyvisual-movie-logo {
    width: 32.8rem;
  }
}

.main-frame {
  z-index: 3;
  position: relative;
  background-color: #fff;
}

/*t-menu*/
.t-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 3.2rem 1.6rem 6.4rem;
  gap: 0.8rem;
}
@media screen and (min-width: 900px) {
  .t-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    padding: 8rem 8.3rem;
    gap: 1.6rem;
  }
}
.t-menu-item {
  width: 100%;
  background-color: #F1F6F9;
}
@media screen and (min-width: 900px) {
  .t-menu-item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 18.6rem;
        flex-basis: 18.6rem;
  }
}
.t-menu-item__link {
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.t-menu-item__link:hover:not([disabled]) {
  opacity: 0.7;
}
.t-menu-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.6rem;
  gap: 2.4rem 1.6rem;
  border-radius: 2px;
  color: #1E2188;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .t-menu-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.2rem 1.6rem 2.8rem;
    text-align: center;
  }
}
.t-menu-item__image {
  width: 3.2rem;
}
@media screen and (min-width: 900px) {
  .t-menu-item__image {
    width: 100%;
    height: 8.5rem;
  }
}
.t-menu-item__term {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .t-menu-item__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 4.48rem;
  }
}

.t-condition .section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem 4rem;
}
@media screen and (min-width: 900px) {
  .t-condition .section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 900px) {
  .t-condition-block {
    width: calc(50% - 2rem);
  }
}
.t-condition-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.6rem;
  gap: 0.8rem 1.6rem;
}
@media screen and (min-width: 900px) {
  .t-condition-block-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.t-condition-block-head__icon {
  width: 4.6rem;
  height: 4rem;
}
.t-condition-block-head__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-condition-block-head__title {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .t-condition-block-head__title {
    font-size: 2.4rem;
  }
}
.t-condition-block__container {
  padding: 3.2rem 1.6rem 1.6rem;
  border-radius: 8px;
  background-color: #F6F7F8;
}
@media screen and (min-width: 900px) {
  .t-condition-block__container {
    padding: 4.8rem 3.2rem 2.4rem;
  }
}
.t-condition-block__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.6rem;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .t-condition-block__update {
    font-size: 1.6rem;
  }
}
.t-condition-block__update-date {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .t-condition-block__update-date {
    font-size: 2.4rem;
  }
}
.t-condition-block__text {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .t-condition-block__text {
    height: 8rem;
    font-size: 4.8rem;
  }
}
.t-condition-block__text .shuttle-bus {
  display: block;
  font-size: 2.8rem;
}
@media screen and (min-width: 900px) {
  .t-condition-block__text .shuttle-bus {
    font-size: 4rem;
  }
}
.t-condition-block__text .notice {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .t-condition-block__text .notice {
    font-size: 2rem;
  }
}

.t-duration {
  margin-top: 3.2rem;
  padding-top: 1.6rem;
  border-top: 2px dashed #D9DAD9;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .t-duration {
    margin-top: 2.4rem;
  }
}
.t-duration__term {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .t-duration__term {
    font-size: 2rem;
  }
}
.t-duration__description {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .t-duration__description {
    font-size: 2.4rem;
  }
}

.t-news .section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.6rem 6.4rem;
}
@media screen and (min-width: 900px) {
  .t-news .section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.t-news__title, .t-trouble__title {
  margin-bottom: 3.2rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .t-news__title, .t-trouble__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 900px) {
  .t-news-block {
    width: 46.3333333333%;
  }
}
.t-news-list {
  border-bottom: 2px dashed #D9DAD9;
}
.t-news-item {
  border-top: 2px dashed #D9DAD9;
}
.t-news-item__link {
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.t-news-item__link:hover:not([disabled]) {
  opacity: 0.7;
}
.t-news-item__link {
  display: block;
  padding: 1.6rem 0;
}
.t-news-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.4rem;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.t-news-item__label {
  padding: 0.3rem 0.4rem;
  background-color: #1E2188;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  letter-spacing: 0;
}
.t-news-item__term {
  font-weight: 500;
  font-size: 1.6rem;
}
.t-news .button-link {
  margin: 3.2rem auto 0;
}

@media screen and (min-width: 900px) {
  .t-trouble-block {
    width: 48.3333333333%;
  }
}
.t-trouble-cases {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 900px) {
  .t-trouble-cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.t-trouble-cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.4rem;
}
@media screen and (min-width: 900px) {
  .t-trouble-cases-list {
    width: 50%;
  }
}
.t-trouble-cases-list__term {
  width: 20rem;
  font-size: 1.6rem;
}
.t-trouble-cases-list__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 20.4rem);
  font-size: 1.8rem;
}
.t-trouble-calendar {
  position: relative;
}
.t-trouble-calendar .eo-fullcalendar-loading {
  inset: 0;
  padding-top: 16rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  text-align: center;
}
.t-trouble-calendar .eo-fullcalendar-loading-icon {
  display: block;
  margin: 0 auto 0.8rem;
  padding: 0;
}
.t-trouble-calendar .fc-toolbar h2 {
  font-size: 1.6rem;
}
.t-trouble-calendar .fc-toolbar button {
  position: static;
}
.t-trouble-calendar .fc table {
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.t-trouble-calendar .eo-fullcalendar-reset .fc-content-skeleton .fc-day-number {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}
.t-trouble-calendar .eo-fullcalendar .fc-view > table > thead {
  background-color: transparent;
}
.t-trouble-calendar .fc-unthemed .fc-widget-header,
.t-trouble-calendar .fc-unthemed .fc-row,
.t-trouble-calendar .fc-unthemed thead,
.t-trouble-calendar .fc-unthemed th {
  border-color: transparent;
}
.t-trouble-calendar .fc-unthemed .fc-widget-header {
  border-bottom-color: #D9DAD9;
}
.t-trouble-calendar .eo-fullcalendar-reset.fc-unthemed .fc-today,
.t-trouble-calendar .fc-unthemed td {
  border-color: #D9DAD9;
}
.t-trouble-calendar .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background-color: #F1F6F9;
}
.t-trouble-calendar .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-trouble-calendar .fc-toolbar .fc-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.t-trouble-calendar .fc-toolbar .fc-center {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.t-trouble-calendar .fc-toolbar .fc-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.t-trouble-calendar .fc-toolbar .fc-clear {
  display: none;
}
.t-trouble-calendar .fc-state-default {
  border: none;
  background-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.t-trouble-calendar .fc button .fc-icon {
  top: 0.3rem;
}
.t-trouble-calendar .fc-icon-right-single-arrow::after,
.t-trouble-calendar .fc-icon-left-single-arrow::after {
  color: #1E2188;
  font-size: 4rem;
}
.t-trouble-calendar .eo-fullcalendar a {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 900px) {
  .t-trouble-calendar .eo-fullcalendar a {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.t-trouble-calendar .eo-fullcalendar a {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: transparent !important;
}
.t-trouble-calendar .eo-fullcalendar a .fc-content {
  cursor: pointer;
  opacity: 0;
}
.t-trouble-calendar .eo-fullcalendar a .fc-title {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.t-trouble-calendar .category-trace {
  background: url(../../assets/img/top/icon_bear-trace.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar .category-sighting {
  background: url(../../assets/img/top/icon_bear-sighting.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar .category-danger {
  background: url(../../assets/img/top/icon_bear-danger.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar .category-accident {
  background: url(../../assets/img/top/icon_accident.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar .category-falling_rock {
  background: url(../../assets/img/top/icon_falling_rock.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.4rem;
  gap: 0.8rem 1.6rem;
}
.t-trouble-calendar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc((100% - 3.2rem) / 3);
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .t-trouble-calendar-icon {
    width: 10.4rem;
  }
}
.t-trouble-calendar-icon__image {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 900px) {
  .t-trouble-calendar-icon__image {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.t-trouble-calendar-icon__image.trace {
  background: url(../../assets/img/top/icon_bear-trace.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar-icon__image.sighting {
  background: url(../../assets/img/top/icon_bear-sighting.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar-icon__image.danger {
  background: url(../../assets/img/top/icon_bear-danger.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar-icon__image.accident {
  background: url(../../assets/img/top/icon_accident.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar-icon__image.falling_rock {
  background: url(../../assets/img/top/icon_falling_rock.png) no-repeat;
  background-size: contain;
}
.t-trouble-calendar-icon__text::before {
  content: "：";
}

@media screen and (min-width: 900px) {
  .t-info .table-grid__box--19 {
    grid-column: span 4/span 4;
  }
}
.t-info .button-link {
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 900px) {
  .t-info .button-link {
    margin-top: 4.8rem;
  }
}

@media screen and (min-width: 900px) {
  .t-about {
    padding-top: 9.6rem;
  }
}
.t-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6rem 4rem;
}
@media screen and (min-width: 900px) {
  .t-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    position: relative;
            flex-direction: row;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.t-about__block {
  padding: 0 2.4rem;
}
@media screen and (min-width: 900px) {
  .t-about__block {
    width: calc(100% - 50vw);
    padding: 0 0 0 calc((100vw - 120rem) / 2);
  }
}
@media screen and (min-width: 900px) {
  .t-about__block--image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50vw - 4rem);
    overflow: hidden;
  }
  .t-about__block--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    margin: auto;
       object-fit: cover;
  }
}
.t-about__head {
  margin-bottom: 3.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .t-about__head {
    margin-bottom: 4.8rem;
  }
}
.t-about__title--main {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (min-width: 900px) {
  .t-about__title--main {
    margin-bottom: 2.4rem;
    font-size: 3.4rem;
  }
}
.t-about__title--sub {
  display: block;
  font-size: 2rem;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .t-about__title--sub {
    font-size: 2.4rem;
  }
}
.t-about__description {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .t-about__description {
    margin-top: 4.4rem;
    font-size: 1.8rem;
  }
}
.t-about__logo {
  width: 16rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 900px) {
  .t-about__logo {
    margin-top: 8rem;
  }
}

.t-spot__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem 4rem;
}
@media screen and (min-width: 900px) {
  .t-spot__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.t-spot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  position: relative;
          flex-direction: column;
  width: 100%;
  gap: 4rem;
}
@media screen and (min-width: 900px) {
  .t-spot-item {
    width: calc(50% - 2rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.t-spot-item__thumbnail {
  width: 100%;
}
.t-spot-item-list {
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 900px) {
  .t-spot-item-list {
    margin-top: 3.6rem;
  }
}
.t-spot-item-list__term {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .t-spot-item-list__term {
    font-size: 2.4rem;
  }
}
.t-spot-item-list__description {
  width: 100%;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .t-spot-item-list__description {
    font-size: 1.8rem;
  }
}