@charset "UTF-8";
html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1001px) {
  header .colL {
    width: 71.2rem;
  }
}
@media screen and (min-width: 1001px) and (max-width: 768px) {
  header .colL {
    width: 58.4rem !important;
  }
}
.section-wrapper {
  max-width: 119rem;
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 700fr 425fr;
  gap: 6.5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .section-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-wrapper .colL {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .section-wrapper .colR {
    margin-top: 5rem;
    grid-area: 2/1/3/2;
  }
}

/* MV */
.dg {
  display: none;
}

#slider {
  width: 100%;
  height: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.mv {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  color: #ffffff;
  background: url(../../top/img/bg_kv.jpg) center/cover no-repeat;
}
.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.mv img {
  width: 100%;
  position: relative;
}

.mv .mv-textCent {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  font-size: clamp(30px, 3.3vw, 50px);
  font-weight: bold;
  text-align: center;
  color: var(--c_navy2);
  background: rgba(255, 255, 255, 0.85);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv .mv-textCent {
    width: 80%;
    padding: 1rem;
    top: 45%;
  }
}

.mv .mv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88vw;
  max-width: 132rem;
}

.mv .mv .mv-info .colL {
  width: 34.6155%;
}

.mv .mv-info .colR {
  width: 51.71%;
  margin-bottom: min(0.5vw, 10px);
  font-size: min(2.8vw, 33px);
}

.mv .mv-info .colR .mv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#eb1b00), to(#ff7b00));
  background: -webkit-linear-gradient(left, #eb1b00 0%, #ff7b00 100%);
  background: linear-gradient(90deg, #eb1b00 0%, #ff7b00 100%);
  color: #ffffff;
  border-radius: 5px;
  padding: 0.8em 0;
  margin-bottom: 0.8em;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.mv .mv-info .colR .mv-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff7b00), to(#ff7b00));
  background: -webkit-linear-gradient(left, #ff7b00 0%, #ff7b00 100%);
  background: linear-gradient(90deg, #ff7b00 0%, #ff7b00 100%);
}

.mv .mv-info .colR .mv-btn::before {
  content: "";
  display: block;
  width: 0.99em;
  height: 0.99em;
  background: url(../img/top/ic_check-box.svg) no-repeat center center/contain;
}

.mv .mv-info .colR a.date-start {
  width: 100%;
  border-radius: 5px;
  background: var(--color-online);
  font-size: 0.8em;
  text-align: center;
  padding: 0.9em 0;
  display: block;
  color: white;
  position: relative;
  overflow: hidden;
}

.mv .mv-info .colR a.date-start::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mv-note {
  color: var(--c_white);
  font-size: 1.2rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  margin-top: 0.8rem;
}

.mv-btn-wrapper {
  position: absolute;
  bottom: 2%;
  max-width: 21.5rem;
}

.mv-btn {
  width: 100%;
  margin-inline: auto;
  margin-top: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
@media (hover) {
  .mv-btn:hover {
    opacity: 0.7;
  }
}
.mv-btn:nth-of-type(2) {
  margin-top: 0.5rem;
  cursor: not-allowed;
}
@media (hover) {
  .mv-btn:nth-of-type(2):hover {
    opacity: 1;
  }
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.mv .mv-info .colR a.date-start:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .mv .mv-info .colR {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .content {
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .mv-info {
    bottom: 18%;
  }
  .mv .mv-info .colL {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: 0 auto;
  }
  .mv .mv-info .colR {
    display: none;
  }
  .mv .mv-textCent {
    font-size: min(7vw, 28px);
  }
}
.news {
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news {
    grid-area: 1/1/2/2;
    margin-top: 5rem;
  }
}
.news__list {
  display: grid;
  grid-template-columns: auto auto 1fr;
}
.news__list-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  color: var(--c_navy1);
}
.news__list-item:nth-child(odd) {
  background: var(--c_grey);
}
.news__list-link {
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
  padding-inline: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-block: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .news__list-link {
    gap: 0 1rem;
    grid-column: span 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .news__list-link {
    padding-inline: 1rem;
    font-size: 1.4rem;
  }
}
@media (hover) {
  .news__list-link:hover {
    opacity: 0.7;
  }
}
.news__list-tag {
  width: 7.5rem;
  aspect-ratio: 75/24;
  display: inline-block;
  background: url(../../common/img/tag.png) center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .news__list-tag {
    grid-area: 1/1/2/2;
    width: 5rem;
  }
}
.news__list-date {
  margin-left: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .news__list-date {
    grid-area: 1/2/2/3;
    margin-left: 0;
  }
}
.news__list-title {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .news__list-title {
    grid-area: 2/2/3/3;
    margin-left: 0;
  }
}

.infomation {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .infomation {
    margin-top: 5rem;
    grid-area: 3/1/4/2;
  }
}
.infomation__list {
  padding: 3rem;
  background: var(--c_grey);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .infomation__list {
    padding: 2rem 5%;
  }
}
.infomation__list-item {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 3rem;
}
.infomation__list-link {
  color: var(--c_navy1);
  font-weight: 700;
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
}
@media screen and (max-width: 1024px) {
  .infomation__list-link {
    grid-template-columns: 1fr;
  }
}
.infomation__list-date {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .infomation__list-date {
    font-size: 1.6rem;
  }
}
.infomation__list-title {
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.infomation__list-title::before, .infomation__list-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.infomation__list-title::before {
  -webkit-margin-after: calc((1 - 1.6875) * 0.5em);
          margin-block-end: calc((1 - 1.6875) * 0.5em);
}
.infomation__list-title::after {
  -webkit-margin-before: calc((1 - 1.6875) * 0.5em);
          margin-block-start: calc((1 - 1.6875) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .infomation__list-title {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.mail {
  max-width: 34rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .mail {
    width: 80%;
    margin-inline: auto;
  }
}

.btn {
  margin-top: 2.3rem;
  display: block;
  max-width: 43rem;
  width: 100%;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-top: 1.5rem;
    width: 80%;
  }
}
@media (hover) {
  .btn:hover {
    opacity: 0.7;
  }
}

.important {
  margin-top: 2.5rem;
}
.important__head {
  color: var(--c_white);
  background: var(--c_pink);
  padding: 0.9rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  translate: 0 50%;
}
@media screen and (max-width: 768px) {
  .important__head {
    font-size: 1.6rem;
  }
}
.important__container {
  border: 1px solid var(--c_pink);
  max-width: 50rem;
  margin-inline: auto;
}
.important__disc {
  font-size: 1.4rem;
  color: var(--c_navy1);
  font-weight: 700;
  padding: 3.8rem 2.4rem 2.4rem;
  border: 1px solid #fdeff6;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .important__disc {
    font-size: 1.2rem;
    padding: 3rem 2rem 2rem;
  }
}

.sns {
  margin-top: 4rem;
}
.sns__lead {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--c_navy1);
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sns__lead {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
}
.sns__lead::before, .sns__lead::after {
  height: 2.2rem;
  width: 0.3rem;
  background: var(--c_navy1);
}
@media screen and (max-width: 1024px) {
  .sns__lead::before, .sns__lead::after {
    width: 0.2rem;
    height: 1.8rem;
  }
}
.sns__lead::before {
  content: "";
  rotate: -35deg;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.sns__lead::after {
  content: "";
  rotate: 35deg;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.sns__list {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sns__list {
    gap: 2.5rem;
    margin-top: 1rem;
  }
}
.sns__item {
  width: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .sns__item {
    width: 5rem;
  }
}
.sns__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns__link.x {
  display: block;
  background: var(--c_black);
}
@media (hover) {
  .sns__link:hover {
    opacity: 0.7;
  }
}

.photo {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .photo {
    margin-top: 5rem;
  }
}
.photo__inner {
  max-width: 119rem;
  width: 90%;
  margin-inline: auto;
}
.photo__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .photo__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.photo__item {
  aspect-ratio: 851/510;
}
.photo__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.rc {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .rc {
    margin-top: 5rem;
  }
}
.rc__inner {
  max-width: 119rem;
  width: 90%;
  margin-inline: auto;
}
.rc__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .rc__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.rc__link {
  display: block;
  max-height: 8rem;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .rc__link {
    max-height: 6rem;
  }
}
@media (hover) {
  .rc__link:hover {
    opacity: 0.7;
  }
}
.rc__link img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
  margin-inline: auto;
}
/*# sourceMappingURL=style.css.map */
