@charset "utf-8";

/* メインビジュアル【MV】
-------------------------------------------*/
.slider .slick-dots {
  margin: 0 auto;
  bottom: -29px !important;
}

.slider .slick-dots li {
  width: 58px;
  height: 4px;
  line-height: 1;
  margin: 0 0 0 2px;
  padding: 0;
}

.slider .slick-dots li button {
  width: 100%;
  height: 4px;
  position: relative;
  padding: 2px;
  background: #000;
}

.slider .slick-dots li button::before {
  display: none;
}

.slider .slick-dots li button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

.slider .slick-dots li.slick-active button {
  background: #000;
}

.slider .slick-dots .slick-active button:after {
  background-color: #0092db;
  /* animation: progress 5s linear forwards; */
}

.slider .slick-dots .slick-active:first-child button:after {
  /* animation: progress 16s linear forwards; */
}

@keyframes progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.slider__li {
  position: relative;
}

.slider__li video {
  position: absolute;
  inset: 0;
}

.slider__imgwrap {
  display: block;
}

.slider__li._1 .slider__txtwrap {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  pointer-events: none;
}

.slider__li._1 .slider__imgwrap {
    width: 280px;
    margin: min(calc((40 / 1400)* 100vw), 40px) auto 0;
    transform: skew(-17deg, 0);
}

.slider__li._1 .slider__txtwrap__tit {
  font-size: 2.1rem;
  line-height: 1.71;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: .05em;
  display: block;
  margin-top: 15px;
}

.slider__li._2 .slider__txtwrap,
.slider__li._3 .slider__txtwrap {
  position: absolute;
  top: min(calc((185 / 1400)* 100vw), 185px);
  width: min(calc((475 / 1400)* 100vw), 475px);
  height: min(calc((333 / 1400)* 100vw), 333px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: min(calc((45 / 1400)* 100vw), 45px) min(calc((44 / 1400)* 100vw), 44px);
}

.slider__txtwrap__tit {
  color: #fff;
  font-size: min(calc((35 / 1400)* 100vw), 35px);
  line-height: 1.38;
  letter-spacing: 0;
  font-weight: 300;
  text-align: left;
}

.slider__txtwrap__tit.txt_shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
}

.slider__btn {
  width: min(calc((240 / 1400)* 100vw), 240px);
  box-sizing: border-box;
  margin-left: min(calc((30 / 1400)* 100vw), 30px);
  display: block;
  margin-top: auto;
  min-height: 0%;
  padding: min(calc((12 / 1400)* 100vw), 12px);
  border: 1.6px solid #fff;
  border-radius: 60px;
  transition: all ease-in-out .5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1);
}

.slider__btn:hover {
  background-color: #fff;
  opacity: 1;

  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-shadow: none;
}

.slider__btn__txt {
  color: #fff;
  font-size: min(calc((18 / 1400)* 100vw), 18px);
  line-height: 1.4;
  text-align: center;
  position: relative;
}

.slider__li._2 .slider__btn:hover .slider__btn__txt {
  color: rgba(82, 158, 151, 1);
}

.slider__li._3 .slider__btn:hover .slider__btn__txt {
  color: rgba(99, 143, 48, 1);
}


.slider__li._2 {
  letter-spacing: 0.4em;
}

.slider__btn__txt::after {
  content: "";
  background: url(../img/common/arrow_right_white.svg) no-repeat center / cover;
  width: min(calc((11 / 1400)* 100vw), 11px);
  height: min(calc((12 / 1400)* 100vw), 12px);
  position: relative;
  display: inline-block;
  top: min(calc((-1 / 1400)* 100vw), -1px);
  right: min(calc((-5 / 1400)* 100vw), -5px);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 1));
}

.slider__btn:hover .slider__btn__txt::after {
  filter: none;
}

.slider__li._2 .slider__btn:hover .slider__btn__txt::after {
  background: url(../img/common/arrow_right_lightblue.svg) no-repeat center / cover;
}

.slider__li._3 .slider__btn:hover .slider__btn__txt::after {
  background: url(../img/common/arrow_right_lightgreen.svg) no-repeat center / cover;
}

@media screen and (max-width: 767px) {

  .mainVisual,
  .slick-initialized .slick-slide {
    height: calc((1287 / 750)* 100vw);
  }

  body:not(.is-mobile) .mainVisual,
  body:not(.is-mobile) .slick-initialized .slick-slide {
    height: calc((1250 / 750)* 100vw);
  }

  .mainVisual {
    overflow: hidden;
    box-sizing: border-box;
  }

  .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }

  .slider .slick-dots {
    bottom: 23px !important;
  }

  .slider .slick-dots li {
    width: 30px;
    margin: 0 0 0 5px;
  }

  .slider__li video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
  }

  .slider__txtwrap__tit {
    font-size: calc((45/750)*100vw);
    line-height: 1.39;
  }

  .slider__li._1 .slider__imgwrap {
    width: calc((330 / 750)* 100vw);
    margin: calc((0 / 750)* 100vw) auto 0;
  }

  .slider_imgwrap img {
    object-fit: conver;
  }

  .slider__li._1 .slider__txtwrap__tit {
    font-size: calc((22/750)*100vw);
    display: block;
    margin-top: calc((18 / 750)* 100vw);
  }

  .slider__li._2 .slider__txtwrap,
  .slider__li._3 .slider__txtwrap {
    top: calc((400 / 750)* 100vw);
    width: calc((560 / 750)* 100vw);
    height: calc((350 / 750)* 100vw);
    padding: calc((30 / 750)* 100vw);
  }

  .slider__btn {
    width: calc((300 / 750)* 100vw);
    margin-left: calc((40 / 750)* 100vw);
    padding: calc((12 / 750)* 100vw);
    border: 1px solid #fff;
  }

  .slider__btn:hover {
    background-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1);
  }

  .slider__btn__txt {
    font-size: calc((20/750)*100vw);
  }

  .slider__li._2 .slider__btn:hover .slider__btn__txt,
  .slider__li._3 .slider__btn:hover .slider__btn__txt {
    color: #fff;
  }

  .slider__btn__txt::after {
    width: calc((16 / 750)* 100vw);
    height: calc((14 / 750)* 100vw);
    top: calc((0 / 750)* 100vw);
    right: calc((-10 / 750)* 100vw);
  }

  .slider__btn:hover .slider__btn__txt::after {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 1));
  }

  .slider__li._2 .slider__btn:hover .slider__btn__txt::after,
  .slider__li._3 .slider__btn:hover .slider__btn__txt::after {
    background: url(../img/common/arrow_right_white.svg) no-repeat center / cover;
  }

}


/* 左からフェードイン【MV】
-------------------------------------------*/

.js-slide_2,
.js-slide_3,
.js-slide_4 {
  left: min(calc((10 / 1400)* 100vw), 97px);
}


@media screen and (max-width: 767px) {

  .js-slide_2,
  .js-slide_3,
  .js-slide_4 {
    left: calc((50 / 750)* 100vw);
  }

}



/* News topNewsBl
-------------------------------------------*/
.topNewsBl {
  padding: 18px 0 50px;
}

.topNews__area {
  display: flex;
}

.second-tit+.topNews__area {
  margin-top: 15px;
}

.topNews__area+.topNews__area {
  margin-top: 45px;
}

.topNews__tit {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  font-weight: 800;
  border-right: 1px solid #000;
  width: 26.2%;
  padding-left: 9.2%;
  box-sizing: border-box;
}

.topNews__dl-wrap {
  width: calc(100% - 26.2% - 219px);
  box-sizing: border-box;
}

.topNews__dl {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-left: 4.3%;
}

.topNews__dl+.topNews__dl {
  margin-top: 15px;
}

.topNews__dl__dt {
  color: #231815;
}

.ews__dl__dt__time {
  color: #231815;
  display: inline-block;
}

.topNews__dl__dt__label {
  margin-left: 1em;
  color: #231815;
  display: inline-block;
}

.topNews__dl__dl__dd {
  line-height: 2.25;
  margin-top: 3px;
}

.topNews__dl__dd__a,
.topNews__dl__dd__a:active,
.topNews__dl__dd__a:link,
.topNews__dl__dd__a:visited {
  color: #0096df;
  display: table;
}

.topNews__dl__dd__a:hover {
  text-decoration: underline;
}

.topNews__area .whiteButton {
  margin: auto 30px 0 20px;
}


@media screen and (max-width: 767px) {
  .topNewsBl {
    padding: 38px 0 0;
  }

  .topNews__area {
    display: block;
  }

  .topNews__area+.topNews__area {
    margin-top: 30px;
  }

  .topNews__tit {
    border-right: none;
    border-bottom: 1px solid #000;
    width: auto;
    padding-left: 10px;
    padding-bottom: 12px;
  }

  .second-tit+.topNews__area {
    margin-top: 10px;
  }

  .topNews__dl-wrap {
    width: auto;
    box-sizing: border-box;
  }

  .topNews__dl {
    line-height: 1.625;
    margin-left: 10px;
    margin-top: 10px;
  }

  .topNews__dl+.topNews__dl {
    margin-top: 13px;
  }

  .topNews__dl__dl__dd {
    line-height: 1.7;
    margin-top: 0;
  }

  .topNews__dl__dd__a+.topNews__dl__dd__a {
    margin-top: 3px;
  }

  .topNews__dl__dd__a:hover {
    text-decoration: none;
  }

  .topNews__area .whiteButton {
    margin: 20px 0 0 auto;
  }


}

/* ボタンエリア topButtonAreaBl
-------------------------------------------*/
.topButtonAreaBl {
  padding: 35px 0 85px;
}

.topButtonArea__ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}

.topButtonArea__ul__li {
  width: calc((100% - 10px) / 3);
  box-sizing: border-box;
  margin-right: 5px;
}

.topButtonArea__ul__li:nth-child(3n+3) {
  margin-right: 0;
}

.topButtonArea__ul__li:nth-child(n+4) {
  margin-top: 5px;
}

.topButtonArea__ul__li__a {
  display: block;
  position: relative;
}

.topButtonArea__ul__li__a:hover {
  opacity: 1;
}

.topButtonArea__ul__li__a__fig {
  overflow: hidden;
  position: relative;
}

.topButtonArea__ul__li__a__fig::before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.topButtonArea__ul__li__a__fig__img {
  transition: all ease-in-out .5s;
}

.topButtonArea__ul__li__a:hover .topButtonArea__ul__li__a__fig__img {
  transform: scale(1.15);
}

.topButtonAreaBl .btn-white {
  position: absolute;
  inset: 0;
  background: none;
  z-index: 2;
}

.topButtonArea__ul__li__a:hover .btn-white {
  opacity: 1;
}

.topButtonAreaBl .btn-white__txt {
  color: #fff;
  font-size: 1.8rem;
  padding-right: 20px;
}

.topButtonAreaBl .btn-white__txt::after {
  background: url(../img/common/arrow_right_white.svg) no-repeat center / cover;
  top: 7px;
}

.topButtonArea__ul__li__a:hover .btn-white .btn-white__txt::after {
  right: -8px;
}


@media screen and (max-width: 1000px) {
  .topButtonAreaBl .btn-white {
    width: 190px;
  }
}


@media screen and (max-width: 767px) {
  .topButtonAreaBl {
    padding: 50px 0;
  }

  .topButtonArea__ul {
    display: block;
    margin: 0;
  }

  .topButtonArea__ul__li {
    width: auto;
    margin-right: 0;
  }

  .topButtonArea__ul__li:nth-child(n+2) {
    margin-top: 10px;
  }

  .topButtonArea__ul__li__a:hover .topButtonArea__ul__li__a__fig__img {
    transform: scale(1);
  }

  .topButtonAreaBl .btn-white {
    padding: 7px;
  }

  .topButtonArea__ul__li__a:hover .btn-white .btn-white__txt::after {
    right: 0;
  }

}

/* 「Blaze a trail」 topBlazeBl
-------------------------------------------*/
.topBlazeBl {
  padding: 65px 0 166px;
  background: url(../../common/img/top/blaze_bg.jpg) no-repeat center 0/cover;
}

.topBlaze__tit {
  width: 290px;
  box-sizing: border-box;
  margin: 0 auto;
}

.topBlaze__tit.effectD {
  transform: translateY(70px) skew(-17deg, 0);
}

.topBlaze__tit.effectD.fadein {
  transform: translateY(0px) skew(-17deg, 0);
}

.topBlaze__lead {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  margin-top: 18px;
}

.topBlaze__lead .motion-txt {
  padding: 10px;
}

.topBlaze__lead .motion-txt+br+.motion-txt {
  margin-top: -9px;
}

.topBlaze__lr {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 30px;
  margin-top: 69px;
}

.topBlaze__lr__l,
.topBlaze__lr__r {
  box-sizing: border-box;
}

.topBlaze__lr__l {
  width: 55%;
}

.topBlaze__lr__r {
  width: 41.6%;
}

.topBlaze__lr__r a {
  position: relative;
  display: block;
  pointer-events: none;
}

.topBlaze__lr__r a::before {
  position: absolute;
  background: url(../../common/img/common/yt_icon_rgb.png);
  content: "";
  background-size: 100%;
  width: min(calc((70 / 1400)* 100vw), 70px);
  height: min(calc((50 / 1400)* 100vw), 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .90;
  transition: .5s;
}

.topBlaze__lr__txt {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.topBlaze__lr .btn-white {
  margin-top: 40px;
}

.topBlaze__lr .btn-white:hover {
  opacity: 1;
}

.topBlaze__lr .btn-white:hover .btn-white__txt::after {
  right: -8px;
}


@media screen and (max-width: 767px) {
  .topBlazeBl {
    padding: 45px 0 50px;
    background: url(../../common/img/top/blaze_bg_sp.jpg) no-repeat center bottom / cover;
  }

  .topBlaze__tit {
    width: 215px;
  }

  .topBlaze__lead {
    font-size: 2.2rem;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    margin-top: 14px;
  }

  .topBlaze__lead .motion-txt {
    padding: 0;
  }

  .topBlaze__lr {
    display: block;
    padding: 0;
    margin-top: 24px;
  }

  .topBlaze__lr__l {
    width: auto;
  }

  .topBlaze__lr__r {
    width: auto;
    margin-top: 35px;
  }

  .topBlaze__lr__r a::before {
    width: 58px;
    height: 41px;
  }

  .topBlaze__lr__txt {
    font-size: 1.6rem;
    line-height: 1.92;

  }

  .topBlaze__lr .btn-white {
    margin-top: 25px;
  }

  .topBlaze__lr .btn-white:hover {
    background-color: rgba(255, 255, 255, .85);
  }

  .topBlaze__lr .btn-white:hover .btn-white__txt {
    color: #000;
  }

  .topBlaze__lr .btn-white:hover .btn-white__txt::after {
    background: url(../img/common/arrow_right_black.svg) no-repeat center / cover;
    right: 0;
  }

}


/* 「Contacts お問い合わせ」 topContactsBl
-------------------------------------------*/
.topContactsBl {
  padding: 128px 0 0;
}

.topContactsBl .inner1200,
.topContacts__link {
  height: 250px;
  box-sizing: border-box;
}

.topContactsBl .inner1200 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.topContacts__link {
  width: 100%;
  background-color: #515151;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.topContacts__link:hover {
  opacity: 1;
}

.topContacts__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #004da0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .5s ease, opacity .5s ease;
}

.topContacts__link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.topContacts__link__icn-txt-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topContacts__link__icn {
  width: 91px;
  height: 60px;
  background: url(../../common/img/common/icn_pc_white.svg) no-repeat center/cover;
  margin-right: 20px;
}

.topContacts__link__txtwrap {
  color: #fff;
}

.topContacts__link__txtwrap__tit {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.topContacts__link__txtwrap__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .topContactsBl {
    padding: 40px 0 0;
  }

  .topContactsBl .inner1200,
  .topContacts__link {
    height: 200px;
  }

  .topContacts__link {
    margin-top: 29px;
  }

  .topContacts__link__icn {
    width: 60px;
    height: 39px;
  }

  .topContacts__link__txtwrap__tit {
    font-size: 1.8rem;
  }

  .topContacts__link__txtwrap__desc {
    font-size: 1.3rem;
    margin-top: 10px;
    line-height: 1.8;
  }


}