@charset "UTF-8";
.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.inter, #area07.box .txt_wrap .bg_txt, #mainVisual .mv_txt {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.arrow_left {
  display: inline-block;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  rotate: -135deg;
}

.arrow_right {
  display: inline-block;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  rotate: 45deg;
}

/* ▼▼▼ トップ
===================================== */
header {
  background: none;
  border-color: transparent;
}
header .header_inner {
  background: none;
  color: #fff;
}
header #gnav {
  color: #fff;
}
header #gnav .dropdown {
  background: rgba(255, 255, 255, 0.15);
}
header.bg {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.15);
}
header.scroll {
  background: #fff;
  border-color: #D5D5D5 !important;
}
header.scroll .header_inner {
  background: #fff;
  color: #000;
}
header.scroll #gnav {
  color: #000;
}
header.scroll #gnav .dropdown {
  background: #fff;
}
@media screen and (max-width: 767px) {
  header .header_inner {
    border-color: transparent;
  }
  header.scroll .header_inner {
    border-color: #D5D5D5;
  }
}

@media screen and (max-width: 767px) {
  .menu_fixed header .header_inner {
    background: #fff;
    border-color: #D5D5D5;
    color: #000;
  }
  .menu_fixed header #gnav {
    color: #000;
  }
}

#main {
  margin-top: 0;
  padding: 0;
}

/* mainVisual
------------------------------------- */
#mainVisual {
  position: relative;
  z-index: 1;
}
#mainVisual .mv_txt {
  color: #fff;
  font-size: min(5.63vw, 77px);
  line-height: 1;
  font-weight: 900;
  position: absolute;
  bottom: 3.66vw;
  left: min(9.077vw, 124px);
}
@media screen and (max-width: 767px) {
  #mainVisual .mv_txt {
    font-size: 9.86vw;
    bottom: 6.66vw;
    left: 4.8vw;
  }
}

/* video */
.video_wrap {
  font-size: 0;
  position: relative;
}
.video_wrap::before {
  content: "";
  background: rgba(13, 13, 13, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video_wrap video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .video_wrap .video {
    width: 100%;
    height: 149vw;
  }
  .video_wrap video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

/* topics
------------------------------------- */
#topics {
  display: grid;
  grid-template-columns: 181px 1fr;
  gap: 24px 48px;
  padding: 100px 18px 90px;
}
#topics .area_ttl {
  margin-bottom: 35px;
}
#topics .topics_list {
  margin-top: -20px;
}
#topics .topics_list li:last-child {
  border: none;
}
#topics .topics_list li a {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 33px;
  width: 100%;
  font-weight: 500 !important;
}
#topics .topics_list .img {
  aspect-ratio: 1/0.65;
}
#topics .topics_list .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #topics {
    grid-template-columns: 1fr;
    padding: 55px 18px 60px;
  }
  #topics .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topics .area_ttl {
    font-size: 30px;
    margin-bottom: 0;
  }
  #topics .topics_list li a {
    display: grid;
    grid-template-columns: 133px 1fr;
    gap: 0 19px;
  }
  #topics .topics_list .data_wrap {
    max-width: 188px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topics .topics_list .img {
    aspect-ratio: 1/0.65;
  }
  #topics .topics_list .img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}

/* 各コンテンツ
------------------------------------- */
#area01 {
  background-color: #13322B;
}

#area02 {
  background-color: #862633;
}

#area03 {
  background-color: #001E62;
}

#area04 {
  background-color: #008692;
}

#area05 {
  background-color: #EFBE7D;
}

#area06 {
  background-color: #B0AA7E;
}

#area07 {
  background-color: #141518;
}

.box a {
  display: block;
  width: 100%;
  color: #fff;
  margin: 0;
  height: max(43.9vw, 600px);
}
.box .txt_wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  font-weight: bold !important;
}
.box .area_ttl {
  margin-bottom: 26px;
}
.box .box_txt {
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .box a {
    height: 100%;
  }
  .box .txt_wrap {
    display: block;
    padding: 50px 18px !important;
  }
  .box .area_ttl {
    margin-bottom: 12px;
  }
  .box .box_txt {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.54;
  }
}

.col2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col2 a .img {
  height: 100%;
  width: 43.9vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.col2 a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.col2 a .txt_wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .col2 a {
    display: block;
  }
  .col2 a .img {
    height: auto;
    width: 100%;
  }
  .col2 a .txt_wrap {
    width: 100% !important;
    min-height: 259px;
  }
}

.mask a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
.mask a .img {
  height: 100%;
  width: 56vw;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.mask a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mask a {
    display: block;
    padding: 30px 0 0;
  }
  .mask a .img {
    height: 63.43vw;
    width: calc(100% - 18px);
  }
}

/* area01 */
#area01.box .txt_wrap {
  width: min(100%, 559px);
}

/* area02 */
#area02.box a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#area02.box .img {
  -webkit-mask-image: url(../img/top/mask1.svg);
          mask-image: url(../img/top/mask1.svg);
  -webkit-mask-position: left center;
          mask-position: left center;
}
#area02.box .txt_wrap {
  width: min(100%, 450px);
}
@media screen and (max-width: 767px) {
  #area02.box .img {
    margin-left: auto;
  }
}

/* area03 */
#area03 a {
  padding: 70px 0;
}
#area03 .txt_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#area03 .txt_wrap p {
  text-align: center;
}
#area03 .txt_wrap::after {
  content: "";
  background: url(../img/top/img03.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #area03 a {
    padding: 25px 18px;
  }
  #area03 .txt_wrap {
    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;
    width: 100%;
    height: 120vw;
  }
}

/* area04 */
#area04.box .img {
  -webkit-mask-image: url(../img/top/mask2.svg);
          mask-image: url(../img/top/mask2.svg);
  -webkit-mask-position: right center;
          mask-position: right center;
}
#area04.box .txt_wrap {
  width: min(100%, 430px);
}

/* area05 */
#area05.box a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#area05.box .txt_wrap {
  width: auto;
}

/* area06 */
#area06.box a {
  padding: 0 5.12vw;
}
#area06.box .img_wrap {
  overflow: hidden;
}
#area06.box .img_wrap > div {
  width: 52.7vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.46vw;
  height: 100%;
}
#area06.box .img_wrap > div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#area06.box .txt_wrap {
  width: min(100%, 364px);
}
@media screen and (max-width: 767px) {
  #area06.box a {
    padding: 0;
  }
  #area06.box .img_wrap > div {
    width: 100%;
    gap: 0 2vw;
  }
}

/* area07 */
#area07.box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/top/img07.png) no-repeat center/cover;
  padding-right: 56%;
}
#area07.box .txt_wrap {
  width: min(100%, 450px);
  position: relative;
  z-index: 1;
}
#area07.box .txt_wrap h2 {
  margin-bottom: 40px;
  font-size: 31px;
  line-height: 2;
}
#area07.box .txt_wrap h2 span {
  display: block;
  text-indent: -0.5em;
}
#area07.box .txt_wrap .box_txt {
  width: min(100%, 236px);
}
#area07.box .txt_wrap .bg_txt {
  color: #343539;
  font-size: min(9vw, 108px);
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #area07.box a {
    display: block;
    background-image: url(../img/top/img07_sp.png);
    background-position: right center;
    width: 100%;
    padding-right: 0;
  }
  #area07.box .txt_wrap {
    padding: 52px 18px 120px !important;
  }
  #area07.box .txt_wrap h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
  }
  #area07.box .txt_wrap .box_txt {
    width: 223px;
    margin-bottom: 24px;
  }
  #area07.box .txt_wrap .bg_txt {
    font-size: 50px;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}