@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}
.columnLayout .colLeft {
  float: left;
}
.columnLayout .colRight {
  float: right;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

.section06 + .section06 {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  /* slideBottom 
  *****************************************/
  html .slideBottom-pc {
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
  }

  html .slideBottom-pc.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* slideRight 
  *****************************************/
  html .slideRight-pc {
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
  }

  html .slideRight-pc.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* slideLeft 
  *****************************************/
  html .slideLeft-pc {
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
  }

  html .slideLeft-pc.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  /* slideBottom 
  *****************************************/
  html .slideBottom-sp {
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
  }

  html .slideBottom-sp.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* slideRight 
  *****************************************/
  html .slideRight-sp {
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
  }

  html .slideRight-sp.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* slideLeft 
  *****************************************/
  html .slideLeft-sp {
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
  }

  html .slideLeft-sp.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.layoutType01 .sideContents #rightNavigation2Wrap {
  top: 0;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap {
    top: inherit;
  }
}

.layoutType01 .sideContents #rightNavigation2Wrap.fixed {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
    top: inherit;
  }
}

#layer01 {
  display: none;
}

#layer03,
#layer04 {
  background: #fff;
}

.Tab2Wrap {
  background: #000;
  border-color: #565656;
}

.Tab2Wrap .sectionInner #TabNavigationU li a {
  border-color: rgba(0, 0, 0, 0);
}

.mainArea {
  min-width: 960px;
  margin-top: 46px;
  background: #000;
  position: relative;
  /* コンテナは固定高さ or vh でOK */
  /* slick 内部にも高さを伝搬させるのがポイント */
  /* 画像を“背景のように”フィットさせる（絶対配置はしない） */
}
.mainArea * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mainArea {
    margin-top: 0;
    min-width: 100%;
    min-height: 146.75vw;
  }
}
.mainArea .bg-slick {
  position: relative;
  height: 600px;
  overflow: hidden;
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mainArea .bg-slick {
    top: 50vw;
    height: 75vw;
    max-width: 100%;
  }
}
.mainArea .bg-slick .slick-list,
.mainArea .bg-slick .slick-track,
.mainArea .bg-slick .slick-slide,
.mainArea .bg-slick .slide {
  height: 100%;
}
.mainArea .bg-slick .slide picture,
.mainArea .bg-slick .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainArea .overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.mainArea .overlay > .inner01 {
  width: 960px;
  margin: 0 auto;
  padding: 0 12px;
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 {
    width: 100%;
    padding: 0 7.5vw;
    min-height: 146.75vw;
  }
}
.mainArea .overlay > .inner01 > .inner02 {
  width: 320px;
  text-align: center;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 > .inner02 {
    width: 100%;
    padding-top: 6.25vw;
  }
}
.mainArea .overlay > .inner01 > .inner02 * {
  margin-bottom: 0;
}
.mainArea .overlay > .inner01 .tx01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 38.22px;
  line-height: 1.4479330194;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 .tx01 {
    font-size: 5vw;
    margin-bottom: 3.5vw;
  }
}
.mainArea .overlay > .inner01 .tx02 {
  color: #b2b2b2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 17.23px;
  line-height: 1.2211259431;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 .tx02 {
    font-size: 4.3075vw;
    margin-bottom: 4vw;
  }
}
.mainArea .overlay > .inner01 .tx03 {
  display: block;
  width: 289px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 .tx03 {
    width: 83vw;
    margin-bottom: 1.5vw;
  }
}
.mainArea .overlay > .inner01 .tx04 {
  color: #5dc4e6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 17.59px;
  line-height: 1.7504263786;
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 .tx04 {
    line-height: 1;
  }
}
.mainArea .overlay > .inner01 .logo01 {
  position: absolute;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mainArea .overlay > .inner01 .logo01 {
    bottom: 46px;
    left: 27px;
    width: 291px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea .overlay > .inner01 .logo01 {
    bottom: 3vw;
    left: 24.125vw;
    width: 51.75vw;
  }
}

/* contentsWrap 
*****************************************/
#contentsWrap2016 {
  width: 100%;
  background: #000;
}

.SpringCP2Banner {
  padding: 15px 0 60px;
}

/* 標準構成 
*****************************************/
.featureArea {
  min-width: 960px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .featureArea {
    min-width: 100%;
  }
}
.featureArea * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.featureArea > .inner01 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 {
    width: 100%;
  }
}
.featureArea > .inner01 p {
  margin-bottom: 0;
}

.featureArea.featureArea01 {
  background: linear-gradient(180deg, black 0%, #3d3d3d 100%);
  min-height: 700px;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 {
    min-height: auto;
  }
}
.featureArea.featureArea01 > .inner01 {
  padding-top: 117px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 {
    padding: 7.5vw 7.5vw 14.5vw;
  }
}
.featureArea.featureArea01 > .inner01 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.3043478261;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .tx01 {
    font-size: 4.5vw;
  }
}
.featureArea.featureArea01 > .inner01 .tx01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .tx01 span {
    font-size: 8.5vw;
    display: block;
    margin-top: 1.25vw;
  }
}
.featureArea.featureArea01 > .inner01 .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 17px;
  line-height: 1.5882352941;
  margin-bottom: 3.6em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .tx02 {
    font-size: 3.5vw;
    margin-bottom: 3.5vw;
  }
}
.featureArea.featureArea01 > .inner01 .tx03 {
  width: 366px;
  color: #a6a6a6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .tx03 {
    width: 100%;
    font-size: 3.5vw;
  }
}
.featureArea.featureArea01 > .inner01 .fig01 {
  width: 687px;
}
@media screen and (min-width: 768px) {
  .featureArea.featureArea01 > .inner01 .fig01 {
    position: absolute;
    top: 22px;
    left: calc(50% - 95px);
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .fig01 {
    width: 100%;
    position: relative;
    margin-bottom: 14.5vw;
  }
}
.featureArea.featureArea01 > .inner01 .fig01 figcaption {
  position: absolute;
  bottom: 40px;
  left: 104px;
  color: #a6a6a6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .fig01 figcaption {
    bottom: -7vw;
    left: 0vw;
  }
}

.featureArea.featureArea02 {
  background: #262626;
  min-height: 557px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 {
    min-height: auto;
  }
}
.featureArea.featureArea02 > .inner01 {
  padding-top: 185px;
  padding-left: 509px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 {
    padding: 30px 20px;
  }
}
.featureArea.featureArea02 > .inner01 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.3043478261;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .tx01 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.featureArea.featureArea02 > .inner01 .tx01 > span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .tx01 > span {
    font-size: 8.5vw;
    display: block;
    margin-top: 1.25vw;
  }
}
.featureArea.featureArea02 > .inner01 .tx01 > span > span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .tx01 > span > span {
    font-size: 6vw;
  }
}
.featureArea.featureArea02 > .inner01 .fig01 {
  width: 742px;
}
@media screen and (min-width: 768px) {
  .featureArea.featureArea02 > .inner01 .fig01 {
    position: absolute;
    top: 0;
    left: calc(50% - 712px);
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .fig01 {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.featureArea.featureArea03 {
  background: #595959 url("../img/bg01.png") no-repeat 50% 100%;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 {
    background: #595959 url("../img/bg01s.png") no-repeat 50% 100%/100%;
  }
}
.featureArea.featureArea03 > .inner01 {
  padding-top: 110px;
  padding-left: 10px;
  min-height: 764px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 {
    padding-top: 6.75vw;
    padding-bottom: 6.75vw;
    min-height: 142.5vw;
  }
}
.featureArea.featureArea03 > .inner01 .tx01 {
  width: 400px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.3043478261;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx01 {
    width: auto;
    font-size: 4.5vw;
    margin-bottom: 0.3em;
  }
}
.featureArea.featureArea03 > .inner01 .tx01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx01 span {
    font-size: 8.5vw;
    display: block;
    margin-top: 1.25vw;
  }
}
.featureArea.featureArea03 > .inner01 .wrap {
  width: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .wrap {
    width: auto;
  }
}
.featureArea.featureArea03 > .inner01 .tx02 {
  display: inline-block;
  text-align: right;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 58.49px;
  line-height: 1.3043478261;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx02 {
    font-size: 12.3vw;
  }
}
.featureArea.featureArea03 > .inner01 .tx02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 29.41px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx02 span {
    font-size: 6.185vw;
  }
}
.featureArea.featureArea03 > .inner01 .tx02 br + span {
  display: block;
  color: #b5b5b5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx02 br + span {
    display: inline;
    margin-left: 0.5em;
    font-size: 3vw;
  }
}
.featureArea.featureArea03 > .inner01 .tx03 {
  position: absolute;
  top: 1px;
  left: -1px;
  color: #a6a6a6;
  width: 100px;
  text-align: center;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 50.90px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx03 {
    font-size: 8.085vw;
    top: 10.5vw;
    left: 1.75vw;
    width: auto;
  }
}
.featureArea.featureArea03 > .inner01 .tx03 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18.3px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx03 span {
    font-size: 2.9075vw;
  }
}
.featureArea.featureArea03 > .inner01 .tx04 {
  position: absolute;
  top: 10px;
  left: 117px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx04 {
    font-size: 4.0775vw;
    width: 45vw;
    top: 2vw;
    left: 1.75vw;
  }
}
.featureArea.featureArea03 > .inner01 .tx04 span {
  color: #a6a6a6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tx04 span {
    font-size: 2.3775vw;
  }
}
.featureArea.featureArea03 > .inner01 .fig01 {
  position: absolute;
  bottom: 119px;
  left: calc(50% - 459px);
  width: 687px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .fig01 {
    bottom: 39vw;
    left: 5.75vw;
    width: 44.25vw;
  }
}
.featureArea.featureArea03 > .inner01 .fig02 {
  position: absolute;
  bottom: 70px;
  left: calc(50% + 27px);
  width: 694px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .fig02 {
    bottom: 33.5vw;
    left: 24.25vw;
    width: 72vw;
  }
}
.featureArea.featureArea03 > .inner01 .fig02 figcaption .tx03 {
  top: -47px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .fig02 figcaption .tx03 {
    top: 4.75vw;
    left: 25vw;
  }
}
.featureArea.featureArea03 > .inner01 .fig02 figcaption .tx04 {
  top: -38px;
  left: 145px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .fig02 figcaption .tx04 {
    top: -3.5vw;
    left: 25vw;
  }
}

.featureArea.featureArea04 {
  background: #000 url("../img/bg02.jpg") no-repeat 50% 0;
  min-height: 1014px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 {
    background: #000 url("../img/bg02s.jpg") no-repeat 50% 0/100%;
    min-height: auto;
  }
}
.featureArea.featureArea04 > .inner01 {
  padding: 64px 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 {
    padding: 6.75vw 7.5vw 13.75vw;
  }
}
.featureArea.featureArea04 > .inner01 > .inner02 {
  min-height: 577px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 > .inner02 {
    min-height: 150.6vw;
  }
}
.featureArea.featureArea04 > .inner01 .tx01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.45;
  margin: 0 0 0.7em 50%;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .tx01 {
    margin: 0 0 0.7em 0;
    font-size: 4.5vw;
  }
}
.featureArea.featureArea04 > .inner01 .tx01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .tx01 span {
    font-size: 8.5vw;
    display: block;
    margin-top: 1.25vw;
  }
}
.featureArea.featureArea04 > .inner01 .fig01 {
  position: absolute;
  top: 181px;
  left: calc(50% - 295px);
  width: 820px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .fig01 {
    top: 30.75vw;
    left: calc(50%);
    width: 92.5vw;
    transform: translateX(-50%);
  }
}
.featureArea.featureArea04 > .inner01 .fig01 figcaption {
  position: absolute;
  bottom: 22px;
  left: 298px;
  color: #a6a6a6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .fig01 figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 3.5vw;
    bottom: -6.25vw;
    left: 37.5vw;
  }
}
.featureArea.featureArea04 > .inner01 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .itemWrap {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.25vw;
    gap: 2.5vw;
  }
}
.featureArea.featureArea04 > .inner01 .itemWrap .item {
  width: 31.914893617%;
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  min-height: 224px;
  border-radius: 10px;
  padding-top: 142px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .itemWrap .item {
    width: 100%;
  }
}
.featureArea.featureArea04 > .inner01 .itemWrap .item.item01 {
  background-image: url("../img/img06.png");
}
.featureArea.featureArea04 > .inner01 .itemWrap .item.item02 {
  background-image: url("../img/img07.png");
}
.featureArea.featureArea04 > .inner01 .itemWrap .item.item03 {
  background-image: url("../img/img08.png");
}
.featureArea.featureArea04 > .inner01 .itemWrap .item p {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.375;
}
.featureArea.featureArea04 > .inner01 .tx02 {
  text-align: center;
  color: #a6a6a6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .tx02 {
    text-align: left;
    font-size: 3.5vw;
  }
}

.featureArea.featureArea05 {
  background: #333;
}
.featureArea.featureArea05 > .inner01 {
  padding: 52px 6px 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 {
    padding: 6.5vw 7.5vw 13.75vw;
  }
}
.featureArea.featureArea05 > .inner01 > .inner02 {
  min-height: 577px;
  padding: 78px 30px 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 > .inner02 {
    min-height: 105.5vw;
    padding: 25.75vw 0 0vw;
  }
}
.featureArea.featureArea05 > .inner01 > .inner02 .fig01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 > .inner02 .fig01 {
    margin-left: -3.75vw;
    margin-right: -3.75vw;
  }
}
.featureArea.featureArea05 > .inner01 .tx01,
.featureArea.featureArea05 > .inner01 .tx02 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.3043478261;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tx01,
  .featureArea.featureArea05 > .inner01 .tx02 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.featureArea.featureArea05 > .inner01 .tx01 > span,
.featureArea.featureArea05 > .inner01 .tx02 > span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tx01 > span,
  .featureArea.featureArea05 > .inner01 .tx02 > span {
    font-size: 8.5vw;
    display: block;
    margin-left: 0.05em;
  }
}
.featureArea.featureArea05 > .inner01 .tx01 > span > span,
.featureArea.featureArea05 > .inner01 .tx02 > span > span {
  font-size: 32px;
  margin-left: 0.3em;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tx01 > span > span,
  .featureArea.featureArea05 > .inner01 .tx02 > span > span {
    font-size: 6vw;
    margin-left: 0.05em;
    margin-right: 0.05em;
  }
}
.featureArea.featureArea05 > .inner01 .tx01 {
  position: absolute;
  left: 0;
  top: 0;
}
.featureArea.featureArea05 > .inner01 .tx02 {
  position: absolute;
  right: 0;
  bottom: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tx02 {
    bottom: 2.5vw;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tx02 > span {
    display: inline;
  }
}
.featureArea.featureArea05 > .inner01 .tx03 {
  text-align: center;
  color: #a6a6a6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tx03 {
    text-align: left;
    font-size: 3.5vw;
  }
}

.featureArea.featureArea06 {
  background: #000 url("../img/bg03.jpg") no-repeat 50% 50%;
  min-height: 859px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 {
    background: #000 url("../img/bg03s.jpg") no-repeat 50% 0/100%;
    min-height: 120vw;
  }
}
.featureArea.featureArea06 > .inner01 {
  padding-top: 66px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 {
    padding: 6.75vw 7.5vw 13.75vw;
  }
}
.featureArea.featureArea06 > .inner01 .tx01 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.5233333333;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .tx01 {
    font-size: 4vw;
  }
}
.featureArea.featureArea06 > .inner01 .tx01 + .tx01 {
  margin-top: 504px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .tx01 + .tx01 {
    margin-top: 56.5vw;
  }
}

.featureArea.featureArea07 {
  background: #191919;
}
.featureArea.featureArea07 > .inner01 {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 > .inner01 {
    padding: 30px 15px 50px;
  }
}
.featureArea.featureArea07 > .inner01 .tableHdg {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 > .inner01 .tableHdg {
    font-size: 6.5vw;
  }
}
.featureArea.featureArea07 > .inner01 table {
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}
.featureArea.featureArea07 > .inner01 table tr {
  border-top: 1px solid #3c3c3c;
}
.featureArea.featureArea07 > .inner01 table tr th {
  color: #b0b0b0;
  padding: 0.45em 1em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 > .inner01 table tr th {
    font-size: 3vw;
    padding: 0.45em 0;
  }
}
.featureArea.featureArea07 > .inner01 table tr td {
  color: #fff;
  padding: 0.45em 1em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 > .inner01 table tr td {
    font-size: 3vw;
    padding: 0.45em 0;
  }
}
