main {
  padding-bottom: 0;
  background-color: #fff;
}

.page__mv {
  height: 30rem;
  background: url(../images/guidance/bg_guidance_mv.png) no-repeat center 0;
  background-size: cover;
}
.page__mv .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  height: 100%;
  padding-top: 7.3rem;
  padding-bottom: 6.9rem;
}
.page__mv .__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.2rem;
  z-index: 5;
  display: block;
  width: 35.5rem;
  height: 30rem;
  background: url(../images/guidance/img_guidance_mv.png) no-repeat center 0;
  background-size: cover;
}
.page__mv .page__mv__title {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.2rem;
  padding: 0 4.5rem 0 27.4rem;
  background-color: #DC0000;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
.page__mv .page__mv__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -99vw;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #DC0000;
}
.page__mv .page__mv__page__title {
  width: 100%;
  margin-top: auto;
  padding-left: 30rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}
.page__mv .page__mv__page__title span {
  display: inline-block;
}
@media screen and (width < 768px) {
  .page__mv {
    background-image: url(../images/guidance/bg_guidance_mv_sp.png);
  }
  .page__mv .__inner {
    padding-top: 18.2rem;
    padding-bottom: 0;
  }
  .page__mv .__inner::before {
    left: 0;
    width: 24.6rem;
    background-image: url(../images/guidance/img_guidance_mv_sp.png);
    background-size: cover;
  }
  .page__mv .page__mv__title {
    width: 100%;
    height: 3rem;
    padding: 0 2rem 0 24rem;
    font-size: 2.1rem;
  }
  .page__mv .page__mv__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -99vw;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #DC0000;
  }
  .page__mv .page__mv__page__title {
    position: absolute;
    top: 3.2rem;
    right: 2rem;
    padding-left: 0;
    font-size: 2.4rem;
  }
  .page__mv .page__mv__page__title span {
    display: block;
  }
}

.page__body {
  padding: 6rem 0 0;
}
#guidance__top .page__body {
  padding: 5.5rem 0 0;
}
@media screen and (width < 768px) {
  .page__body {
    padding: 3.2rem 0 0;
  }
  #guidance__top .page__body {
    padding: 5.2rem 0 0;
  }
}

#message {
  padding-bottom: 7rem;
}
#message .__inner {
  max-width: 90rem;
}
#message h3 {
  margin-bottom: 1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #DC0000;
}
@media screen and (width < 768px) {
  #message .__inner {
    max-width: 100%;
  }
  #message h3 {
    font-size: 1.8rem;
  }
  #message p {
    font-size: 1.4rem;
  }
}

#news {
  padding: 4rem 0 4.2rem;
  background-color: #F1F1F1;
}
@media screen and (width < 768px) {
  #news {
    padding: 2.8rem 0 4rem;
  }
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.news__block h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (width < 768px) {
  .news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .news__block h3 {
    font-size: 3rem;
  }
}

.news__body {
  border-top: 0.1rem solid #bbb;
}
.news__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 1.4rem 0;
  border-bottom: 0.1rem solid #bbb;
}
.news__body dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.news__body dl dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .news__body dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
  .news__body dl dt {
    margin-top: 0;
  }
  .news__body dl dd {
    font-size: 1.4rem;
  }
}

.news__btn__box {
  margin-top: 3rem;
  text-align: center;
}
.news__btn__box .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  height: 5rem;
  background-color: #7C7C7C;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__btn__box .btn::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.7rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #fff;
  rotate: 45deg;
  translate: 0 0.1rem;
}
.news__btn__box .btn:hover {
  background-color: #DC0000;
  color: #fff;
  text-decoration: none;
}
@media screen and (width < 768px) {
  .news__btn__box {
    margin-top: 3rem;
    text-align: center;
  }
  .news__btn__box .btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .news__btn__box .btn::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

#guidance__menu {
  padding: 5.1rem 0 9.3rem;
  background-color: #F1F1F1;
}
#guidance__top #guidance__menu {
  background-color: #fff;
}
#guidance__menu h3 {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6rem;
}
.menu__block a {
  position: relative;
  width: calc((100% - 6rem) / 2);
  padding: 1.8rem 0 2.4rem;
  border-bottom: 0.1rem solid #ccc;
}
.menu__block a::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: url(../images/guidance/icon_menu.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__block a:hover {
  text-decoration: none;
}
.menu__block a:hover::before {
  background-image: url(../images/guidance/icon_menu_hover.svg);
}
.menu__block a dl dt {
  margin-bottom: 1.2rem;
  padding-right: 4.2rem;
  font-size: 2.1rem;
  font-weight: 700;
}
.menu__block a dl dd {
  font-size: 1.5rem;
}
.menu__block a:first-child, .menu__block a:nth-child(2) {
  border-top: 0.1rem solid #ccc;
}
@media screen and (width < 768px) {
  .menu__block a {
    width: 100%;
    padding: 1.5rem 0 2rem;
  }
  .menu__block a dl {
    padding-right: 4.8rem;
  }
  .menu__block a dl dt {
    margin-bottom: 1rem;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .menu__block a dl dd {
    font-size: 1.3rem;
  }
}

#contents .__inner {
  max-width: 90rem;
}
#contents h3 {
  margin-bottom: 1.5em;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.7;
}
#contents .-date {
  margin-bottom: 1.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.5rem;
}
#contents .news__btn__box {
  margin-top: 4rem;
}
@media screen and (width < 768px) {
  #contents .__inner {
    max-width: 100%;
  }
  #contents h3 {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
  }
  #contents p {
    font-size: 1.4rem;
  }
  #contents .-date {
    padding-bottom: 0.6rem;
    font-size: 1.3rem;
  }
  #contents .news__btn__box {
    margin-top: 3rem;
  }
}

.guidance__news__list dl {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #ccc;
  opacity: 1;
  -webkit-transition: opacity 0.5s, display 0.5s;
  transition: opacity 0.5s, display 0.5s;
  transition-behavior: allow-discrete;
}
.guidance__news__list dl.-hidden {
  display: none;
  opacity: 0;
}
.guidance__news__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  border-left: 0.4rem solid #DC0000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.guidance__news__list dl dt .-date {
  width: 16.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5rem;
  padding-left: 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.guidance__news__list dl dd {
  padding-left: 16.6rem;
}
.guidance__news__list dl:last-child {
  margin-bottom: 0;
  border: none;
}
@media screen and (width < 768px) {
  .guidance__news__list dl {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #ccc;
  }
  .guidance__news__list dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    font-size: 1.6rem;
  }
  .guidance__news__list dl dt .-date {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .guidance__news__list dl dd {
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
}

.btn__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  padding: 0 7rem;
  border: 0.1rem solid #ccc;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn__more:hover {
  background-color: #DC0000;
  color: #fff;
}
@media screen and (width < 768px) {
  .btn__more {
    height: 7rem;
    padding: 0 5rem;
    font-size: 1.4rem;
  }
}

#faq .__inner {
  max-width: 90rem;
}
#faq .faq__block {
  padding-bottom: 6rem;
}
#faq .faq__box {
  padding: 2.4rem;
  border-bottom: 0.1rem solid #ccc;
}
#faq .faq__box:first-child {
  border-top: 0.1rem solid #ccc;
}
#faq .faq__box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  cursor: pointer;
}
#faq .faq__box dt:before {
  content: "Q";
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.8rem;
  padding-bottom: 0.5rem;
  background-color: #DC0000;
  font-size: 1.8rem;
  color: #fff;
}
#faq .faq__box dd {
  display: none;
  padding: 2rem 0 0 5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (width < 768px) {
  #faq .__inner {
    max-width: 100%;
  }
  #faq .faq__box {
    padding: 1.6rem;
  }
  #faq .faq__box dt {
    font-size: 1.5rem;
  }
  #faq .faq__box dt:before {
    margin-right: 1.1rem;
  }
  #faq .faq__box dd {
    padding: 1.8rem 0 0 4.3rem;
    font-size: 1.4rem;
  }
}

.movie__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 3rem;
  list-style: none !important;
}
.movie__list iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 500/281;
}
.movie__list p {
  margin: 1rem 0 0;
}

.border__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  border-left: 0.6rem solid #DC0000;
  margin: 3rem 0;
  padding: 1rem 0 1rem 1.5rem;
}

#contents__archive {
  padding-bottom: 8rem;
}
@media screen and (width < 768px) {
  #contents__archive {
    padding-bottom: 6rem;
  }
}