@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* nomal */
.c-mv {
  position: relative;
  padding: 0 !important;
}

.c-mv__slide--item {
  height: 100vh;
}
.c-mv__slide--item img {
  min-width: 100%;
  height: 100%;
  min-height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mv__title--wrap {
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 9;
}
@media screen and (max-width: 1260px) {
  .c-mv__title--wrap {
    right: 3rem;
  }
}

.u-intro {
  position: relative;
}
.u-intro::before {
  content: "";
  display: block;
  width: 18rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: var(--c-white);
}
.u-intro .l-container {
  position: relative;
  z-index: 9;
}
.u-intro p.c-vertical {
  line-height: 1.8;
  letter-spacing: 0.3em;
}

.u-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6rem;
}

.u-business__flex {
  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;
  gap: 6rem;
}
.u-business__flex.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-business__flex--item.-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3rem;
}
.u-business__flex--item.-title .-ml {
  margin-left: auto;
}
.u-business__flex--item.-img {
  position: relative;
}
.u-business__flex--item p {
  line-height: var(--c-lh-medium);
}

.u-business__flex--img01 {
  margin-right: 18rem;
}

.u-business__flex--img02 {
  text-align: right;
  margin-top: -10rem;
}

.c-topnews {
  padding: 0 !important;
  overflow-x: hidden;
}

.c-topnews__inner {
  padding: 12rem 0;
  position: relative;
}
.c-topnews__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--c-light);
  position: absolute;
  left: calc(100% - 2px);
  top: 0;
  z-index: -1;
}

.c-topnews__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 6rem;
}

.c-topnews__item:nth-child(1) {
  width: 35%;
}
.c-topnews__item:nth-child(2) {
  width: 65%;
  padding-left: 3rem;
}

.c-topnews__list .date {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
  font-family: var(--f-serif);
  margin-bottom: 0.6rem;
}
.c-topnews__list .title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-family: var(--f-serif);
  margin-bottom: 0.6rem;
}
.c-topnews__list .lead {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-topnews__list li + li {
  margin-top: 3rem;
}
.c-topnews__list a {
  display: block;
  color: var(--c-black);
  border-bottom: 1px solid var(--c-dark);
  line-height: var(--c-lh-medium);
  padding-bottom: 2rem;
}

.c-topaccess {
  padding: 0 !important;
}

.c-topaccess__inner {
  background-color: var(--c-light-gray);
  padding: 12rem 0;
  position: relative;
}
.c-topaccess__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--c-light-gray);
  position: absolute;
  right: calc(100% - 2px);
  top: 0;
  z-index: -1;
}

.c-topaccess__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6rem;
}

.c-topaccess__item p {
  line-height: var(--c-lh-medium);
}
.c-topaccess__item iframe {
  width: 100%;
}
.c-topaccess__item:nth-child(1) {
  width: 35%;
}
.c-topaccess__item:nth-child(2) {
  width: 65%;
  padding: 0 3rem;
}

@media screen and (max-width: 750px) {
  #contents section {
    padding: 20rem 0;
  }
  .c-mv__title img {
    width: 45rem;
  }
  .u-business__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-business__flex--item {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .u-business__flex--item.-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-business__flex--item.-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 45rem;
  }
  .u-business__flex--item.-img img {
    width: 32rem;
  }
  .u-business__flex--img01 {
    margin-right: 12.5rem;
  }
  .u-business__flex--img02 {
    margin-top: -3rem;
  }
  .c-topnews__inner::after {
    width: calc(100% + 7rem);
    left: -3.5rem;
  }
  .c-topnews__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    gap: 9rem;
  }
  .c-topnews__list .lead {
    font-size: 2.2rem;
  }
  .c-topnews__item:nth-child(1) {
    width: 100%;
  }
  .c-topnews__item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .c-topaccess__inner::after {
    width: calc(100% + 7rem);
    left: -3.5rem;
  }
  .c-topaccess__flex {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .c-topaccess__item:nth-child(1) {
    width: 100%;
  }
  .c-topaccess__item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .c-topaccess__item iframe {
    width: 100%;
    height: 36rem;
  }
}