/* Sass Document */
@media screen and (max-width: 840px) {
  .lower_fv.en_ver h1 {
    font-size: 6.6666666667vw;
    line-height: 1.25;
  }
}

#intro {
  padding: 6rem 0 9rem;
}
@media screen and (max-width: 1200px) {
  #intro {
    padding: 5vw 0 7.5vw;
  }
}
@media screen and (max-width: 840px) {
  #intro {
    padding: 18.6666666667vw 0 6.4vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .wrap {
    width: 92vw;
  }
}
#intro .center {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1200px) {
  #intro .center {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .center {
    margin: 0 auto 8vw;
  }
}
#intro .center p {
  text-align: center;
}
@media screen and (max-width: 840px) {
  #intro .center p {
    font-size: 3.7333333333vw;
  }
}
#intro .center p a {
  color: #0A51B8;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#intro .title02 {
  padding: 2.6rem 3rem 2.8rem;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  background: #F5F1EB;
  border-top: 0.3rem solid #CE312A;
}
@media screen and (max-width: 1200px) {
  #intro .title02 {
    padding: 2.1666666667vw 2.5vw 2.3333333333vw;
    margin-bottom: 3.3333333333vw;
    font-size: 2.0833333333vw;
    border-top: 0.25vw solid #CE312A;
  }
}
@media screen and (max-width: 840px) {
  #intro .title02 {
    padding: 6.1333333333vw 5.8666666667vw;
    margin-bottom: 6.1333333333vw;
    font-size: 4.4vw;
    border-top: 0.8vw solid #CE312A;
  }
}
#intro .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  #intro .flex {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8vw;
  }
}
#intro .flex figure {
  max-width: 60rem;
  width: 51.724137931%;
}
@media screen and (max-width: 840px) {
  #intro .flex figure {
    max-width: none;
    width: 86.6666666667vw;
    margin: 0 auto 6.4vw;
  }
}
#intro .flex .txt {
  max-width: 49rem;
  width: 42.2413793103%;
}
@media screen and (max-width: 840px) {
  #intro .flex .txt {
    max-width: none;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#intro .btn_pdf,
#intro .btn_blank {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  #intro .btn_pdf,
  #intro .btn_blank {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .btn_pdf,
  #intro .btn_blank {
    margin-top: 8vw;
  }
}
#intro .page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 11rem;
}
@media screen and (max-width: 1200px) {
  #intro .page_nav {
    gap: 1vw;
    margin-top: 9.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .page_nav {
    gap: 1.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
#intro .page_nav li {
  width: calc((100% - 2.4rem) / 3);
}
@media screen and (max-width: 1200px) {
  #intro .page_nav li {
    width: calc((100% - 2vw) / 3);
  }
}
@media screen and (max-width: 840px) {
  #intro .page_nav li {
    width: calc((100% - 1.3333333333vw) / 2);
  }
}
#intro .page_nav li a {
  position: relative;
  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;
  width: 100%;
  height: 7.5rem;
  font-size: 1.7rem;
  color: #0A51B8;
  font-weight: 700;
  text-align: center;
  border: 0.15rem solid #0A51B8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #intro .page_nav li a {
    height: 6.25vw;
    font-size: 1.25vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .page_nav li a {
    height: 17.6vw;
    padding-right: 2.4vw;
    font-size: 3.4666666667vw;
    text-align: center;
    line-height: 1.5;
    border-radius: 1.3333333333vw;
  }
}
#intro .page_nav li a br.tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  #intro .page_nav li a br.tab {
    display: block;
  }
}
#intro .page_nav li a .arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  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;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.15rem solid #0A51B8;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #intro .page_nav li a .arrow {
    right: 1.25vw;
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .page_nav li a .arrow {
    right: 2.4vw;
    width: 4vw;
  }
}
#intro .page_nav li a .arrow:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: solid 0.15rem #0A51B8;
  border-right: solid 0.15rem #0A51B8;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1200px) {
  #intro .page_nav li a .arrow:after {
    width: 0.3333333333vw;
    height: 0.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #intro .page_nav li a .arrow:after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    -webkit-transform: translateY(-0.2666666667vw) rotate(135deg);
            transform: translateY(-0.2666666667vw) rotate(135deg);
  }
}
#intro.en_ver .page_nav li a {
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  #intro.en_ver .page_nav li a {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 840px) {
  #intro.en_ver .page_nav li a .small {
    font-size: 2.6666666667vw;
  }
}

.btn_pdf a {
  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: 2.6rem;
  width: 60rem;
  height: 8rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #CE312A;
  font-weight: 700;
  line-height: 1.5;
  border: 0.15rem solid #CE312A;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .btn_pdf a {
    gap: 2.1666666667vw;
    width: 50vw;
    height: 6.6666666667vw;
    font-size: 1.5vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_pdf a {
    gap: 3.4666666667vw;
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
    line-height: 1.4;
    border-radius: 1.3333333333vw;
  }
}
.btn_pdf a img {
  width: 1.694rem;
}
@media screen and (max-width: 1200px) {
  .btn_pdf a img {
    width: 1.4116666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_pdf a img {
    width: 4.5173333333vw;
  }
}

@media screen and (max-width: 840px) {
  .en_ver .btn_pdf a {
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}

.btn_blank a {
  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: 2rem;
  width: 60rem;
  height: 8rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #0A51B8;
  font-weight: 700;
  border: 0.15rem solid #0A51B8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .btn_blank a {
    gap: 2.1666666667vw;
    width: 50vw;
    height: 6.6666666667vw;
    font-size: 1.5vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_blank a {
    gap: 3.4666666667vw;
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
    line-height: 1.4;
    border-radius: 1.3333333333vw;
  }
}
.btn_blank a img {
  width: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .btn_blank a img {
    width: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_blank a img {
    width: 4vw;
  }
}

.day_trip_con {
  padding: 4.5rem 0;
}
@media screen and (max-width: 1200px) {
  .day_trip_con {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con {
    padding: 8vw 0;
  }
}
.day_trip_con:last-of-type {
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .day_trip_con:last-of-type {
    padding: 3.75vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con:last-of-type {
    padding: 8vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .wrap {
    width: 92vw;
  }
}
.day_trip_con .title02 {
  padding: 1.7rem 3rem;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  background: #0A51B8;
  border-radius: 0.7rem;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .title02 {
    padding: 1.4166666667vw 2.5vw;
    margin-bottom: 3.3333333333vw;
    font-size: 1.8333333333vw;
    border-radius: 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .title02 {
    padding: 3.7333333333vw 5.3333333333vw;
    margin-bottom: 6.1333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.day_trip_con .in {
  padding: 0 2rem;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in {
    padding: 0 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in {
    padding: 0 2.6666666667vw;
  }
}
.day_trip_con .in + .in {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 0.1rem solid #B2B2B2;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in + .in {
    padding-top: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in + .in {
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
.day_trip_con .in .title03 {
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  color: #0A51B8;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in .title03 {
    margin-bottom: 1.8333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in .title03 {
    margin-bottom: 6.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.day_trip_con .in .txt + .title03 {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in .txt + .title03 {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in .txt + .title03 {
    margin-top: 8vw;
  }
}
.day_trip_con .in .title04 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in .title04 {
    margin-bottom: 1.25vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in .title04 {
    margin-bottom: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.day_trip_con .in .texin {
  margin-left: 4.5em;
  text-indent: -4.5em;
}
.day_trip_con .in p {
  font-weight: 500;
  line-height: 2.0625;
}
@media screen and (max-width: 840px) {
  .day_trip_con .in p {
    line-height: 1.78571;
  }
}
.day_trip_con .in .red {
  color: #CE312A;
}
.day_trip_con .in .fwb {
  font-weight: 700;
}
.day_trip_con .in figcaption {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in figcaption {
    margin-top: 2.0833333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in figcaption {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.day_trip_con .in .txt + figure {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in .txt + figure {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in .txt + figure {
    margin-top: 6.1333333333vw;
  }
}
.day_trip_con .in figure + .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .day_trip_con .in figure + .txt {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .day_trip_con .in figure + .txt {
    margin-top: 6.1333333333vw;
  }
}
.day_trip_con .in .w952 {
  max-width: 95.2rem;
  margin: auto;
}
.day_trip_con .in .map {
  max-width: 70.2rem;
  aspect-ratio: 1/0.6866096866;
}
@media screen and (max-width: 840px) {
  .day_trip_con .in .map {
    aspect-ratio: 1/1.3953538462;
  }
}
.day_trip_con .in .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.day_trip_con .in .movie {
  max-width: 102rem;
  aspect-ratio: 1/0.5637254902;
}
@media screen and (max-width: 840px) {
  .day_trip_con .in .movie {
    aspect-ratio: 1/0.5637230769;
  }
}
.day_trip_con .in .movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#sec01 {
  padding: 5rem 0 4.5rem;
}
@media screen and (max-width: 1200px) {
  #sec01 {
    padding: 4.1666666667vw 0 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 {
    padding: 6.4vw 0 8vw;
  }
}
#sec01 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 4rem 0;
}
@media screen and (max-width: 1200px) {
  #sec01 .flex {
    gap: 2.5vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.1333333333vw;
  }
}
#sec01 .flex .flex_in {
  max-width: 45rem;
  width: 38.7931034483%;
}
@media screen and (max-width: 840px) {
  #sec01 .flex .flex_in {
    max-width: none;
    width: 100%;
  }
}
#sec01 .flex .flex_in figure {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  #sec01 .flex .flex_in figure {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 .flex .flex_in figure {
    margin-bottom: 4vw;
  }
}
#sec01 .flex .flex_in figure img {
  width: 100%;
}
#sec01 .flex .flex_in p {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #sec01 .flex .flex_in p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 .flex .flex_in p {
    font-size: 3.7333333333vw;
  }
}
#sec01 figcaption + .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  #sec01 figcaption + .txt {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 figcaption + .txt {
    margin-top: 6.1333333333vw;
  }
}
#sec01 .btn_pdf {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  #sec01 .btn_pdf {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 .btn_pdf {
    margin-top: 8vw;
  }
}

#sec02 .btn_blank,
#sec06 .btn_blank {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .btn_blank,
  #sec06 .btn_blank {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .btn_blank,
  #sec06 .btn_blank {
    margin-top: 8vw;
  }
}
#sec02 .btn_blank a,
#sec06 .btn_blank a {
  text-decoration: none !important;
}
#sec02 .flex,
#sec06 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #sec02 .flex,
  #sec06 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
  }
}
#sec02 .flex .flex_in,
#sec06 .flex .flex_in {
  max-width: 44.6rem;
  width: 46.8487394958%;
}
@media screen and (max-width: 840px) {
  #sec02 .flex .flex_in,
  #sec06 .flex .flex_in {
    max-width: none;
    width: 100%;
  }
}
#sec02 .flex .flex_in figure,
#sec06 .flex .flex_in figure {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .flex .flex_in figure,
  #sec06 .flex .flex_in figure {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .flex .flex_in figure,
  #sec06 .flex .flex_in figure {
    margin-bottom: 4vw;
  }
}
#sec02 .flex .flex_in figure img,
#sec06 .flex .flex_in figure img {
  width: 100%;
}
#sec02 .flex .flex_in p,
#sec06 .flex .flex_in p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #sec02 .flex .flex_in p,
  #sec06 .flex .flex_in p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .flex .flex_in p,
  #sec06 .flex .flex_in p {
    font-size: 4vw;
  }
}
#sec02 .flex.w100,
#sec06 .flex.w100 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 4rem 0;
}
@media screen and (max-width: 1200px) {
  #sec02 .flex.w100,
  #sec06 .flex.w100 {
    margin: 3.3333333333vw 0;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .flex.w100,
  #sec06 .flex.w100 {
    margin: 6.1333333333vw 0 8vw;
  }
}
#sec02 .flex.w100 figure,
#sec06 .flex.w100 figure {
  max-width: 53rem;
  width: 45.6896551724%;
}
@media screen and (max-width: 840px) {
  #sec02 .flex.w100 figure,
  #sec06 .flex.w100 figure {
    max-width: none;
    width: 100%;
  }
}
#sec02 .flex.w100 figure + figure,
#sec06 .flex.w100 figure + figure {
  max-width: 56.3rem;
  width: 48.5344827586%;
}
@media screen and (max-width: 840px) {
  #sec02 .flex.w100 figure + figure,
  #sec06 .flex.w100 figure + figure {
    max-width: none;
    width: 100%;
  }
}
#sec02 .flex,
#sec06 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .flex,
  #sec06 .flex {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .flex,
  #sec06 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-top: 12vw;
  }
}
#sec02 .flex + .flex,
#sec06 .flex + .flex {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .flex + .flex,
  #sec06 .flex + .flex {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .flex + .flex,
  #sec06 .flex + .flex {
    margin-top: 12.8vw;
  }
}
#sec02 .flex figure,
#sec06 .flex figure {
  max-width: 41.1rem;
  width: 35.6896551724%;
}
@media screen and (max-width: 840px) {
  #sec02 .flex figure,
  #sec06 .flex figure {
    max-width: none;
    width: 100%;
  }
}
#sec02 .flex .txt_area,
#sec06 .flex .txt_area {
  max-width: 67.6rem;
  width: 58.275862069%;
}
@media screen and (max-width: 840px) {
  #sec02 .flex .txt_area,
  #sec06 .flex .txt_area {
    max-width: none;
    width: 100%;
  }
}
#sec02 .flex .txt_area .title04,
#sec06 .flex .txt_area .title04 {
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #sec02 .flex .txt_area .title04,
  #sec06 .flex .txt_area .title04 {
    margin-bottom: 1.8333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .flex .txt_area .title04,
  #sec06 .flex .txt_area .title04 {
    margin-bottom: 3.4666666667vw;
    font-size: 4vw;
  }
}
#sec02 .flex .txt_area .txt p + p,
#sec06 .flex .txt_area .txt p + p {
  margin-top: 1.5em;
}
#sec02 .map,
#sec06 .map {
  margin: 6.5rem auto 3rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .map,
  #sec06 .map {
    margin: 5.4166666667vw auto 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .map,
  #sec06 .map {
    margin: 12vw auto 8vw;
  }
}
#sec02 .btn_pdf a,
#sec06 .btn_pdf a {
  gap: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .btn_pdf a,
  #sec06 .btn_pdf a {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .btn_pdf a,
  #sec06 .btn_pdf a {
    gap: 3.4666666667vw;
  }
}
#sec02 .btn_pdf a img,
#sec06 .btn_pdf a img {
  width: 1.838rem;
}
@media screen and (max-width: 1200px) {
  #sec02 .btn_pdf a img,
  #sec06 .btn_pdf a img {
    width: 1.5316666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec02 .btn_pdf a img,
  #sec06 .btn_pdf a img {
    width: 4.9013333333vw;
  }
}
#sec02 .txt p a,
#sec06 .txt p a {
  text-decoration: underline;
}
#sec02.en_ver .flex.w100 figure + figure,
#sec06.en_ver .flex.w100 figure + figure {
  max-width: 53rem;
  width: 45.6896551724%;
}
@media screen and (max-width: 840px) {
  #sec02.en_ver .flex.w100 figure + figure,
  #sec06.en_ver .flex.w100 figure + figure {
    max-width: none;
    width: 100%;
  }
}

#sec03 .btn_blank {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  #sec03 .btn_blank {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec03 .btn_blank {
    margin-top: 8vw;
  }
}
#sec03 .movie {
  margin: 4rem auto;
}
@media screen and (max-width: 1200px) {
  #sec03 .movie {
    margin: 3.3333333333vw auto;
  }
}
@media screen and (max-width: 840px) {
  #sec03 .movie {
    margin: 6.1333333333vw auto;
  }
}
#sec03 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem 0 0;
}
@media screen and (max-width: 840px) {
  #sec03 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
  }
}
#sec03 .flex .flex_in {
  max-width: 54.3rem;
  width: 46.8103448276%;
}
@media screen and (max-width: 840px) {
  #sec03 .flex .flex_in {
    max-width: none;
    width: 100%;
  }
}
#sec03 .flex .flex_in figure {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  #sec03 .flex .flex_in figure {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec03 .flex .flex_in figure {
    margin-bottom: 4vw;
  }
}
#sec03 .flex .flex_in figure img {
  width: 100%;
}
#sec03 .flex .flex_in p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #sec03 .flex .flex_in p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec03 .flex .flex_in p {
    font-size: 4vw;
  }
}

#sec04 .movie {
  max-width: 101.2rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 1200px) {
  #sec04 .movie {
    margin: 0 auto 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec04 .movie {
    margin: 0 auto 6.1333333333vw;
  }
}
#sec04 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  #sec04 .flex {
    gap: 1.0833333333vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec04 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
    margin-top: 12vw;
  }
}
#sec04 .flex .flex_in {
  width: calc((100% - 3.9rem) / 4);
}
@media screen and (max-width: 1200px) {
  #sec04 .flex .flex_in {
    width: calc((100% - 3.25vw) / 4);
  }
}
@media screen and (max-width: 840px) {
  #sec04 .flex .flex_in {
    width: 100%;
  }
}
#sec04 .flex .flex_in figure {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  #sec04 .flex .flex_in figure {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #sec04 .flex .flex_in figure {
    margin-bottom: 4vw;
  }
}
#sec04 .flex .flex_in p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.666;
}
@media screen and (max-width: 1200px) {
  #sec04 .flex .flex_in p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #sec04 .flex .flex_in p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 840px) {
  #sec04 .flex .flex_in p br {
    display: none;
  }
}

#sec05 .name {
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #sec05 .name {
    margin-bottom: 1.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #sec05 .name {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
#sec05 .name a {
  color: #CE312A;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#sec05 .txt + .name {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  #sec05 .txt + .name {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec05 .txt + .name {
    margin-top: 8vw;
  }
}