@charset "UTF-8";
/* 関数 */
/* 共通 */
.body {
  /* 【header】がpostion tickyの場合overflow非表示 */
  /*overflow: hidden;*/
  letter-spacing: 0;
}

/* 【header】がpostion tickyの場合overflow表示 */
.overfow-hidden {
  overflow: hidden;
}

.wi1152 {
  width: 89.7%;
  max-width: 1152px;
  margin: 0 auto;
}

.wi1392 {
  width: 89.7%;
  max-width: 1135px;
  margin: 0 auto;
}

.wi100 {
  width: 100%;
}

.flex-wa {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

/* ========================== */
/*         index.html         */
/* ========================== */
/* header */
.header-back {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-nav ul {
  display: flex;
}

.logo {
  width: 147px;
}

/* fv-header */
/* fv */
/* header */
.nav-li_wapper {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-li_btn_wapper {
  display: flex;
  gap: 16px;
}

.nav-li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  opacity: 1;
  transition: opacity 0.2s;
}

.nav-li:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}

.nav-li_btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 40px;
  border: 1px solid #222;
  transition: 0.2s;
}

.nav-li_btn:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  background: var(--grade, linear-gradient(90deg, #E50012 0%, #EE835C 70%));
  color: #fff;
}

/* fv */
#slider {
  width: 100%;
  height: 42.328042328vw !important; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/**/
.fv {
  position: relative;
}

.fv-text-img {
  max-width: 68.0555555556vw;
  width: 100%;
  top: 18.9153439153vw;
  left: 5.291005291vw;
  position: absolute;
  z-index: 5;
}

.vegas-timer {
  width: 13.2275132275vw !important;
  position: absolute !important;
  bottom: 1.3227513228vw !important;
  left: 3.9682539683vw !important;
  background-color: #999;
}

.h-loog_img {
  max-width: 188px;
  width: 100%;
  display: block;
}

/* fvBottom */
.fvBottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.h-yaji2_img {
  max-width: 18px;
  width: 100%;
  height: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 60px;
}

.fvBottom_sp-nav-btn {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  display: block;
  position: relative;
  margin-top: 20px;
  width: 100%;
  transition: 0.2s;
}

.fvBottom_sp-nav-btn-t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 8px;
}

.fvBottom_sp-nav-btn-t2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  line-height: 1.6;
  background: var(--grade, linear-gradient(90deg, #E50012 0%, #EE835C 70%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

/**/
.fvBottom_w-sp-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.fvBottom_t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 40px;
  text-align: center;
}

.fvBottom_t2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 2;
  padding-bottom: 80px;
  text-align: center;
}

.fvBottom_sp-nav-btn:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

/* companey */
.companey {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F5F5F5;
}

.companey_t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 8px;
}

.companey_t2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  line-height: 1.6;
  background: var(--grade, linear-gradient(90deg, #E50012 0%, #EE835C 70%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  padding-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}

.about-img_img {
  max-width: 652px;
  width: 100%;
  display: none;
}

.companey_t3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 12px;
}

.companey_ww-t3 {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 60px;
}

.companey_w-con1 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.companey_con1 {
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  box-shadow: initial;
  transition: 0.2s;
  position: relative;
}

.companey_con1 img {
  border-radius: 16px;
}

.companey_con1:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.com-yaji-img {
  position: absolute;
  bottom: 13px;
  right: 12px;
  max-width: 10px;
  width: 100%;
  height: 9px;
  transition: 0.2s;
}

.com-yaji-img img {
  border-radius: 0;
}

.companey_con1:hover .com-yaji-img {
  transform: translateX(3px) translateY(-3px);
}

/* companeyIntoroduction */
.companeyIntoroduction {
  padding-top: 120px;
  padding-bottom: 60px;
}

.companeyIntoroduction_t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 8px;
}

.companeyIntoroduction_t2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  line-height: 1.6;
  background: var(--grade, linear-gradient(90deg, #E50012 0%, #EE835C 70%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  padding-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}

.com-in-img1-img {
  max-width: 68px;
  width: 100%;
}

.companeyIntoroduction-con1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 60px;
  gap: 40px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  box-shadow: initial;
  transition: 0.2s;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.companeyIntoroduction-con1:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.companeyIntoroduction-con1:hover .yaji-hu-img {
  transform: translateX(3px);
}

.yaji-hu-img {
  position: absolute;
  right: 14px;
  bottom: 14px;
  max-width: 16px;
  width: 100%;
  height: 13px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .yaji-hu-img {
    right: 14px;
    bottom: 17px;
    max-width: 12px;
    height: 10px;
  }
}

.companeyIntoroduction-t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 8px;
}

.companeyIntoroduction-t2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
}

.companeyIntoroduction-con {
  display: flex;
  gap: 40px;
  justify-content: center;
}

/* interview */
.interview {
  padding-top: 120px;
  padding-bottom: 120px;
}

.interview_t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 8px;
}

.interview_t2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  line-height: 1.6;
  background: var(--grade, linear-gradient(90deg, #E50012 0%, #EE835C 70%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  padding-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}

.interview-con1 {
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  box-shadow: initial;
  transition: 0.2s;
  width: 100%;
  cursor: pointer;
}

.interview-con1:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.interview-t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  padding: 4px 16px;
  background-color: #000;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}

.interview-t2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  line-height: 1.6;
  min-height: 96px;
}

.interview-w-t1 {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.in-img1-img img {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.interview-con {
  display: flex;
  gap: 40px;
}

.in-yaji-img {
  max-width: 12px;
  width: 100%;
  height: 12px;
  transition: 0.2s;
}

.interview-t3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222;
  line-height: 1.6;
}

.interview-w-t3 {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: 0.2s;
}

.interview-w-t3:hover {
  opacity: 0.5;
}

.interview-w-t3:hover .in-yaji-img {
  transform: translateX(3px) translateY(-3px);
}

/* sns */
.sns {
  padding-top: 0px;
  padding-bottom: 120px;
}

.sns1-img {
  max-width: 357px;
  width: 100%;
}

.sns1-img img {
  border-radius: 16px;
}

.sns-con {
  display: flex;
  gap: 40px;
}

.sns-yaji1-img {
  max-width: 10px;
  width: 100%;
  height: 12px;
  position: absolute;
  right: 11px;
  bottom: 10px;
  transition: 0.2s;
}

.sns-con1 {
  max-width: 358px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #ddd;
  position: relative;
  transition: 0.2s;
}

.sns-con1:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.sns-con1:hover .sns-yaji1-img {
  transform: translateX(2px) translateY(2px);
}

.sns_t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 60px;
}

/* slider */
.slider-in {
  padding-top: 40px;
  overflow: hidden;
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

.slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.img-yaji-w-img {
  position: relative;
}

.img-yaji-img {
  max-width: 60px;
  width: 100%;
  height: 60px;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* modal */
/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
  width: 100%;
  height: 100%;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-video-wrap {
  padding: 100px;
  height: 100%;
}

.video-open-w {
  filter: brightness(1);
  transition: 0.2s;
}

.video-open-w:hover {
  filter: brightness(0.6);
}

.prev-arrow {
  max-width: 2.6455026455vw;
  width: 100%;
  height: 2.6455026455vw;
  position: absolute;
  right: 17.1957671958vw;
  top: 0;
  cursor: pointer;
}

.next-arrow {
  max-width: 2.6455026455vw;
  width: 100%;
  height: 2.6455026455vw;
  position: absolute;
  right: 13.2275132275vw;
  top: 0;
  cursor: pointer;
}

.slick-slider {
  padding-top: 80px;
}

.slider .slick-slide {
  margin-right: 1.9841269841vw;
  margin-left: 1.9841269841vw;
}

/* footerBefore */
.footerBefore {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footerBefore-t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 20px;
}

.footerBefore-t2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 2;
}

.footerBefore-ww-t1 {
  display: flex;
  align-items: center;
  gap: 100px;
}

/**/
.footerBefore .fvBottom_w-sp-nav-btn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 508px;
}

.footerBefore .h-yaji2_img {
  max-width: 18px;
  width: 100%;
  height: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 60px;
}

.footerBefore .fvBottom_sp-nav-btn {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  display: block;
  position: relative;
  width: 100%;
  transition: 0.2s;
  margin-top: 0;
}

.footerBefore .fvBottom_sp-nav-btn-t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 8px;
}

.footerBefore .fvBottom_sp-nav-btn-t2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  line-height: 1.6;
  background: var(--grade, linear-gradient(90deg, #E50012 0%, #EE835C 70%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

.insta1_img {
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.x1_img {
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.w-insta {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  padding-top: 24px;
}

/* footer */
.footer {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-t1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 24px;
}

.footer-t2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s;
}

.footer-t2:hover {
  opacity: 0.5;
}

.footer-ww-t1 {
  display: flex;
  padding-bottom: 60px;
}

.footer-w-t1 {
  max-width: 243px;
  width: 100%;
  border-right: 1px solid #DDDDDD;
  margin-left: 60px;
}

.footer-w-t1:first-child {
  max-width: 243px;
  width: 100%;
  border-right: 1px solid #DDDDDD;
  margin-left: 0px;
}

.footer-w-t1:last-child {
  max-width: 243px;
  width: 100%;
  border-right: none;
}

.footer-w-t3 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-ww-t3 {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 60px;
}

.footer-t3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  padding-bottom: 8px;
  transition: 0.2s;
}

.footer-t3:hover {
  opacity: 0.5;
}

.footer-yaji_img {
  max-width: 8px;
  width: 100%;
  height: 8px;
}

/* footer-t4 */
.footer-w-t4 {
  border-top: 1px solid #DDDDDD;
}

.footer-t4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  padding-top: 40px;
  text-align: center;
}

.img-top-img {
  position: fixed;
  bottom: 142px;
  right: 40px;
  max-width: 50px;
  width: 100%;
  height: 50px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.img-top-img.show {
  opacity: 1;
  visibility: inherit;
  cursor: pointer;
}

.footer-w-t3in {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* 一旦非表示コンテンツ */
.companeyIntoroduction-con1 {
  background-color: #fff; /*表示*/
  max-width: 556px;
  width: 100%;
}

.companeyIntoroduction-con {
  display: flex;
  gap: 0px;
  justify-content: flex-start;
}

.video-open {
  display: block;
}

.companeyIntoroduction-t1 {
  color: #222; /*表示*/
}

.companeyIntoroduction-t2 {
  color: #222; /*表示*/
}

/* ratin */
/* ================================== */
/*                 sp                 */
/* ================================== */
@media screen and (max-width: 1000px) {
  .wi1392 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp80-2 {
    width: 89.7%;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 255, 0.452);*/
  }
  /* footer */
  .footer-ww-t1 {
    padding-bottom: 0px;
    flex-direction: column;
    gap: 20px;
  }
  .footer-w-t1:first-child {
    max-width: 100%;
    border-right: none;
    margin-left: 0px;
    border-bottom: 1px solid #DDD;
  }
  .footer-w-t1:last-child {
    max-width: 100%;
    width: 100%;
    border-right: none;
  }
  .footer-w-t1 {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #DDD;
    margin-left: 0;
  }
  .footer-t1 {
    font-size: 16px;
    padding-bottom: 0;
  }
  .footer-w-img-t1 {
    padding-bottom: 18px;
    width: 100%;
  }
  .footer-t2 {
    padding-bottom: 16px;
  }
  .footer-t2:last-child {
    padding-bottom: 20px;
  }
  .footer .h-yaji_img {
    max-width: 14px;
    width: 100%;
    height: 8px;
  }
  .footer-w-img-t1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-ww-t3 {
    gap: 16px;
    padding-bottom: 0px;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-w-t3in {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-t3 {
    padding-bottom: 0px;
  }
  .footer-t4 {
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer {
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  /**/
  .wi1152 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  /* fvBottom */
  .fvBottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fvBottom_t2 {
    font-size: 14px;
    padding-bottom: 40px;
    text-align: left;
  }
  .fvBottom_w-sp-nav-btn {
    gap: 20px;
    flex-direction: column;
  }
  .fvBottom_sp-nav-btn-t1 {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .fvBottom_sp-nav-btn-t2 {
    font-size: 11px;
  }
  .fvBottom_sp-nav-btn {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 0px;
  }
  /* companey */
  .companey {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .companey_ww-t3 {
    gap: 24px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .companey_t3 {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .companey_t1 {
    font-size: 36px;
    padding-bottom: 6px;
  }
  .companey_t2 {
    font-size: 12px;
  }
  .companey {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .companey_w-con1 {
    gap: inherit;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0px;
  }
  /* companeyIntoroduction */
  .companeyIntoroduction_t1 {
    font-size: 36px;
    padding-bottom: 6px;
  }
  .companeyIntoroduction_t2 {
    font-size: 12px;
    padding-bottom: 40px;
  }
  .companeyIntoroduction-con {
    gap: 20px;
    flex-direction: column;
  }
  .com-in-img1-img {
    max-width: 38px;
    width: 100%;
  }
  .companeyIntoroduction-t1 {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .companeyIntoroduction-t2 {
    font-size: 13px;
  }
  .companeyIntoroduction-con1 {
    justify-content: flex-start;
    padding: 24px;
    gap: 20px;
  }
  .companeyIntoroduction {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* interview */
  .interview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .interview-con {
    gap: 20px;
    flex-direction: column;
  }
  .interview_t1 {
    font-size: 36px;
    padding-bottom: 6px;
  }
  .interview-t1 {
    font-size: 13px;
  }
  .interview-t2 {
    font-size: 16px;
    min-height: 52px;
  }
  .interview-w-t1 {
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .interview-t3 {
    font-size: 20px;
  }
  .interview-w-t3 {
    gap: 8px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .slider-in {
    padding-top: 60px;
  }
  /* sns */
  .sns-con {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .sns {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* slick */
  .slick-slider {
    padding-top: 72px;
  }
  .next-arrow {
    right: 20px;
    max-width: 40px;
    height: 40px;
  }
  .prev-arrow {
    right: 80px;
    max-width: 40px;
    height: 40px;
  }
  /* footerBefore */
  .footerBefore {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footerBefore-ww-t1 {
    gap: 40px;
    flex-direction: column;
  }
  .footerBefore-t1 {
    font-size: 24px;
    padding-bottom: 14px;
    text-align: center;
  }
  .footerBefore-t2 {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .vBottom_w-sp-nav-btn {
    flex-direction: column;
    gap: 24px;
  }
  .fvBottom_sp-nav-btn {
    padding: 24px;
  }
  .fvBottom_sp-nav-btn-t1 {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .fvBottom_sp-nav-btn-t2 {
    font-size: 11px;
  }
  /**/
  .img-top-img {
    bottom: 56px;
    right: 20px;
    max-width: 50px;
  }
  .insta1_img {
    max-width: 30px;
    height: 30px;
  }
  .x1_img {
    max-width: 30px;
    height: 30px;
  }
  /* 共通 */
  .sp80 {
    width: 89.7%;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 255, 0.452);*/
  }
  .wi1152 {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
  }
  .wi997 {
    width: 100%;
    max-width: 997px;
    margin: 0 auto;
  }
  /**/
  #slider {
    height: 115.3846153846vw !important;
  }
  /*  header */
  /* fv */
  .fv-text-img {
    max-width: 88.7179487179vw;
    top: 44.8717948718vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .vegas-timer {
    display: none;
  }
  .slider {
    width: 100%;
    margin: 0;
  }
  .slider .slick-slide {
    margin-right: 2.5641025641vw;
    margin-left: 2.5641025641vw;
  }
  .img-yaji-img {
    max-width: 37px;
    height: 37px;
  }
  /**/
  .footerBefore .fvBottom_sp-nav-btn-t1 {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .footerBefore .fvBottom_sp-nav-btn-t2 {
    font-size: 11px;
  }
  .footerBefore .fvBottom_sp-nav-btn {
    padding: 24px;
  }
  .footerBefore .h-yaji2_img {
    max-width: 12px;
    height: 12px;
    margin-right: 24px;
  }
  .sd-player-controls {
    padding-right: 20px;
  }
  /* 一旦非表示コンテンツ */
  .companeyIntoroduction-con1 {
    max-width: 100%;
  }
  .companeyIntoroduction-con {
    display: flex;
    gap: 0px;
    justify-content: flex-start;
  }
  .modaal-video-wrap {
    padding: 0px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 420px) {
  .footerBefore-t2 {
    font-size: 3.2941176471vw;
  }
}
@media screen and (max-width: 350px) {
  .fvBottom_t2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 375px) {
  /* header */
}
@media screen and (max-width: 330px) {
  .companeyIntoroduction_t1 {
    font-size: 33px;
    padding-bottom: 6px;
  }
}