@charset "UTF-8";
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRightTxt {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeftTxt {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.anim--slideInUp {
  opacity: 0;
}
.anim--slideInUp.view {
  animation: fade 0.5s 0s forwards, slideUp 0.5s 0s forwards;
}
.anim--slideInRight {
  opacity: 0;
}
.anim--slideInRight.view {
  animation: fade 0.5s 0s forwards, slideRight 0.5s 0s forwards;
}
.anim--slideInRight-txt {
  opacity: 0;
}
.anim--slideInRight-txt.view {
  animation: fade 0.3s 0s forwards, slideRightTxt 0.3s 0s forwards;
}
.anim--slideInLeft {
  opacity: 0;
}
.anim--slideInLeft.view {
  animation: fade 0.5s 0s forwards, slideLeft 0.5s 0s forwards;
}
.anim--slideInLeft-txt {
  opacity: 0;
}
.anim--slideInLeft-txt.view {
  animation: fade 0.3s 0s forwards, slideLeftTxt 0.3s 0s forwards;
}
.anim--fadeIn {
  opacity: 0;
}
.anim--fadeIn.view {
  animation: fade 0.5s 0s forwards, fadein 0.5s 0s forwards;
}

.eachTextAnime {
  opacity: 0;
}

.eachTextAnime span {
  -webkit-transition: 0.8s ease-in-out;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.f-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.f-en {
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
}

.font-meiryo {
  font-family: Meiryo, "\30E1\30A4\30EA\30AA", "Noto Sans JP", sans-serif;
}

.u-scale__img {
  position: relative;
  overflow: hidden;
}
.u-scale__img img {
  display: block;
  transition: transform 0.3s;
}

#index {
  overflow-x: hidden;
}
#index .mainContents {
  display: none;
  margin-bottom: 0;
}
#index .mainContents * {
  box-sizing: border-box;
}
#index .wrapper {
  margin: 0;
  padding: 0 3.125vw;
}
#index .wrapper--bg-g {
  padding: 30px 3.125vw 120px;
  background-color: #EFEFEF;
}
#index .wrapper--bg-g.is-active {
  padding: 30px 3.125vw 20px;
}
#index .flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .flexWrap--employeeIntro::after {
  display: block;
  width: 30%;
  content: "";
}
#index .movie-block,
#index .slide__img,
#index .news,
#index .panel__img {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
#index .panel__img img {
  width: 100%;
}
#index .video-wrap .titleArea {
  top: 6.779%;
  left: 6.779%;
  width: 55.93%;
  transform: translate(0);
  mix-blend-mode: inherit;
}
#index .movie-block {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .movie-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#index .bx-wrapper {
  margin-bottom: 0;
}
#index .bx-wrapper .bx-viewport {
  box-shadow: inherit;
}
#index .bx-wrapper .bx-pager {
  z-index: 1;
  font-size: 0;
  text-align: right;
}
#index .bx-wrapper .bx-pager a {
  width: 10px !important;
  height: 10px !important;
  margin: 0 4px !important;
  background: inherit;
  background-color: #C3C3C3;
}
#index .bx-wrapper .bx-pager a.active {
  background-color: #0E86F9;
}
#index .slide__caption {
  display: flex;
  position: relative;
  margin-top: 20px;
}
#index .slide__caption::before {
  display: block;
  margin-right: 14px;
  padding-right: 14px;
  border-right: solid 1px #0E86F9;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  content: "Pick UP";
}
#index .slide__caption a {
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#index .news {
  margin-top: 30px;
  padding: 24px 30px;
  color: #707070;
}
#index .news__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#index .news__list {
  font-size: 14px;
  line-height: 1.5;
}
#index .news__list dt {
  margin-top: 10px;
  font-weight: bold;
}
#index .u-scale {
  position: relative;
  overflow: hidden;
}
#index .u-scale img {
  transition: transform 0.3s;
}
#index .panel {
  margin-top: 2.5%;
}
#index .panel a {
  display: block;
  color: #000;
  text-decoration: none;
}
#index .panel__img img {
  display: block;
}
#index .panel__ttlArea {
  margin-top: 20px;
  padding-left: 14px;
  border-left: solid 1px #0072CF;
}
#index .panel__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
#index .panel__ttl .pc {
  font-weight: normal;
}
#index .panel__ttl--red {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
#index .panel__text {
  font-size: 16px;
  line-height: 1.6;
}
#index .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border: solid 2px #0072CF;
  border-radius: 10px;
  background-color: #fff;
  color: #0072CF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}
#index .sec {
  margin-bottom: 0;
  padding-bottom: 60px;
}
#index .sec--mainBlockArea {
  padding-top: 108px;
}
#index .sec--pdn {
  padding: 0;
}
#index .sec__ttl {
  position: relative;
  padding: 30px 0;
  background-color: #EFEFEF;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
#index .sec__ttl::after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 20px 30px 0 30px;
  border-style: solid;
  border-color: #EFEFEF transparent transparent transparent;
  content: "";
}
#index .sec.bg {
  padding: 40px 0 60px;
  background-color: #EFEFEF;
}
#index .sec.bg .sec__ttl {
  background-color: #0072cf;
}
#index .sec.bg .sec__ttl::after {
  border-color: #0072cf transparent transparent transparent;
}
#index .sec.bg-b {
  padding-bottom: 100px;
  background: linear-gradient(#fff, #c4e8ff);
}
#index .sec.bg-b .sec__ttl {
  background-color: #0072cf;
}
#index .sec.bg-b .sec__ttl::after {
  border-color: #0072cf transparent transparent transparent;
}
#index .sec.bg-w {
  padding: 0 0 100px 0;
  background-color: #fff;
}
#index .sec.bg-w .sec__ttl {
  background-color: #0072cf;
}
#index .sec.bg-w .sec__ttl::after {
  border-color: #0072cf transparent transparent transparent;
}
#index .sec.bg-02 {
  padding: 0 0 100px 0;
  background-color: #EFEFEF;
}
#index .sec.bg-02 .sec__ttl {
  background-color: #0072cf;
}
#index .sec.bg-02 .sec__ttl::after {
  border-color: #0072cf transparent transparent transparent;
}
#index .sec__cont {
  padding-top: 50px;
}
#index .sec__movie {
  margin-top: 70px;
}
#index .sec__movie .movie__ttl {
  font-size: 22px;
  font-weight: bold;
}
#index .sec__movie .panel__ttlArea {
  margin-top: 20px;
  padding-left: 0;
  border-left: none;
}
#index .sec__movie .panel__ttl {
  font-size: 16px;
  line-height: 1.625;
}
#index .sec__movie .movie-link {
  margin-top: 40px;
}
#index .sec__movie .movie-link a {
  display: block;
  width: 356px;
  margin: 0 auto;
  padding: 25px 0;
  border: 2px solid #0074d6;
  border-radius: 35px;
  background: #fff;
  color: #0074d6;
  font-size: 16px;
  text-align: center;
}
#index .sec__movie .movie-link a:hover {
  background: #0074d6;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
#index .ac-content {
  display: none;
}
#index .specialList__image:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}
#index .specialList__image:hover .specialList__image__icon:after {
  background: url(../img/people/lower/icon-play.svg) center no-repeat;
}
@media screen and (min-width: 1000px) {
  .anim--slideInUp.view.anim--1 {
    animation: fade 0.5s 0s forwards, slideUp 0.5s 0s forwards;
  }
  .anim--slideInUp.view.anim--2 {
    animation: fade 0.5s 0.2s forwards, slideUp 0.5s 0.2s forwards;
  }
  .anim--slideInUp.view.anim--3 {
    animation: fade 0.5s 0.4s forwards, slideUp 0.5s 0.4s forwards;
  }
  .anim--slideInUp.view.anim--4 {
    animation: fade 0.5s 0.6s forwards, slideUp 0.5s 0.6s forwards;
  }
  .anim--slideInUp.view.anim--5 {
    animation: fade 0.5s 0.8s forwards, slideUp 0.5s 0.8s forwards;
  }
  .anim--slideInUp.view.anim--6 {
    animation: fade 0.5s 1s forwards, slideUp 0.5s 1s forwards;
  }
  .anim--slideInUp.view.anim--7 {
    animation: fade 0.5s 1.2s forwards, slideUp 0.5s 1.2s forwards;
  }
  .anim--slideInUp.view.anim--8 {
    animation: fade 0.5s 1.4s forwards, slideUp 0.5s 1.4s forwards;
  }
  .anim--slideInUp.view.anim--9 {
    animation: fade 0.5s 1.6s forwards, slideUp 0.5s 1.6s forwards;
  }
  .anim--slideInRight.view.rightanim--1 {
    animation: fade 0.5s 0s forwards, slideRight 0.5s 0s forwards;
  }
  .anim--slideInRight.view.rightanim--2 {
    animation: fade 0.5s 0.2s forwards, slideRight 0.5s 0.2s forwards;
  }
  .anim--slideInRight.view.rightanim--3 {
    animation: fade 0.5s 0.4s forwards, slideRight 0.5s 0.4s forwards;
  }
  .anim--slideInRight.view.rightanim--4 {
    animation: fade 0.5s 0.6s forwards, slideRight 0.5s 0.6s forwards;
  }
  .anim--slideInRight.view.rightanim--5 {
    animation: fade 0.5s 0.8s forwards, slideRight 0.5s 0.8s forwards;
  }
  .anim--slideInRight.view.rightanim--6 {
    animation: fade 0.5s 1s forwards, slideRight 0.5s 1s forwards;
  }
  .anim--slideInRight.view.rightanim--7 {
    animation: fade 0.5s 1.2s forwards, slideRight 0.5s 1.2s forwards;
  }
  .anim--slideInRight.view.rightanim--8 {
    animation: fade 0.5s 1.4s forwards, slideRight 0.5s 1.4s forwards;
  }
  .anim--slideInRight.view.rightanim--9 {
    animation: fade 0.5s 1.6s forwards, slideRight 0.5s 1.6s forwards;
  }
  .anim--slideInRight.view.rightanim--10 {
    animation: fade 0.5s 1.8s forwards, slideRight 0.5s 1.8s forwards;
  }
  .anim--slideInRight.view.rightanim--11 {
    animation: fade 0.5s 2s forwards, slideRight 0.5s 2s forwards;
  }
  .anim--slideInRight.view.rightanim--12 {
    animation: fade 0.5s 2.2s forwards, slideRight 0.5s 2.2s forwards;
  }
  .anim--slideInRight.view.rightanim--13 {
    animation: fade 0.5s 2.4s forwards, slideRight 0.5s 2.4s forwards;
  }
  .anim--slideInRight.view.rightanim--14 {
    animation: fade 0.5s 2.6s forwards, slideRight 0.5s 2.6s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--1 {
    animation: fade 0.7s 0.07s forwards, slideRightTxt 0.7s 0.07s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--2 {
    animation: fade 0.7s 0.17s forwards, slideRightTxt 0.7s 0.17s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--3 {
    animation: fade 0.7s 0.27s forwards, slideRightTxt 0.7s 0.27s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--4 {
    animation: fade 0.7s 0.37s forwards, slideRightTxt 0.7s 0.37s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--5 {
    animation: fade 0.7s 0.47s forwards, slideRightTxt 0.7s 0.47s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--6 {
    animation: fade 0.7s 0.57s forwards, slideRightTxt 0.7s 0.57s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--7 {
    animation: fade 0.7s 0.67s forwards, slideRightTxt 0.7s 0.67s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--8 {
    animation: fade 0.7s 0.77s forwards, slideRightTxt 0.7s 0.77s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--9 {
    animation: fade 0.7s 0.87s forwards, slideRightTxt 0.7s 0.87s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--10 {
    animation: fade 0.7s 0.97s forwards, slideRightTxt 0.7s 0.97s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--11 {
    animation: fade 0.7s 1.07s forwards, slideRightTxt 0.7s 1.07s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--12 {
    animation: fade 0.7s 1.17s forwards, slideRightTxt 0.7s 1.17s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--13 {
    animation: fade 0.7s 1.27s forwards, slideRightTxt 0.7s 1.27s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--14 {
    animation: fade 0.7s 1.37s forwards, slideRightTxt 0.7s 1.37s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--15 {
    animation: fade 0.7s 1.47s forwards, slideRightTxt 0.7s 1.47s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--16 {
    animation: fade 0.7s 1.57s forwards, slideRightTxt 0.7s 1.57s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--17 {
    animation: fade 0.7s 1.67s forwards, slideRightTxt 0.7s 1.67s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--18 {
    animation: fade 0.7s 1.77s forwards, slideRightTxt 0.7s 1.77s forwards;
  }
  .anim--slideInRight-txt.view.righttxtanim--19 {
    animation: fade 0.7s 1.87s forwards, slideRightTxt 0.7s 1.87s forwards;
  }
  .anim--slideInLeft.view.leftanim--1 {
    animation: fade 0.5s 0s forwards, slideLeft 0.5s 0s forwards;
  }
  .anim--slideInLeft.view.leftanim--2 {
    animation: fade 0.5s 0.2s forwards, slideLeft 0.5s 0.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--3 {
    animation: fade 0.5s 0.4s forwards, slideLeft 0.5s 0.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--4 {
    animation: fade 0.5s 0.6s forwards, slideLeft 0.5s 0.6s forwards;
  }
  .anim--slideInLeft.view.leftanim--5 {
    animation: fade 0.5s 0.8s forwards, slideLeft 0.5s 0.8s forwards;
  }
  .anim--slideInLeft.view.leftanim--6 {
    animation: fade 0.5s 1s forwards, slideLeft 0.5s 1s forwards;
  }
  .anim--slideInLeft.view.leftanim--7 {
    animation: fade 0.5s 1.2s forwards, slideLeft 0.5s 1.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--8 {
    animation: fade 0.5s 1.4s forwards, slideLeft 0.5s 1.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--9 {
    animation: fade 0.5s 1.6s forwards, slideLeft 0.5s 1.6s forwards;
  }
  .anim--slideInLeft.view.leftanim--10 {
    animation: fade 0.5s 1.8s forwards, slideLeft 0.5s 1.8s forwards;
  }
  .anim--slideInLeft.view.leftanim--11 {
    animation: fade 0.5s 2s forwards, slideLeft 0.5s 2s forwards;
  }
  .anim--slideInLeft.view.leftanim--12 {
    animation: fade 0.5s 2.2s forwards, slideLeft 0.5s 2.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--13 {
    animation: fade 0.5s 2.4s forwards, slideLeft 0.5s 2.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--14 {
    animation: fade 0.5s 2.6s forwards, slideLeft 0.5s 2.6s forwards;
  }
  .anim--slideInLeft.view.leftanim--15 {
    animation: fade 0.5s 2.8s forwards, slideLeft 0.5s 2.8s forwards;
  }
  .anim--slideInLeft.view.leftanim--16 {
    animation: fade 0.5s 3s forwards, slideLeft 0.5s 3s forwards;
  }
  .anim--slideInLeft.view.leftanim--17 {
    animation: fade 0.5s 3.2s forwards, slideLeft 0.5s 3.2s forwards;
  }
  .anim--slideInLeft.view.leftanim--18 {
    animation: fade 0.5s 3.4s forwards, slideLeft 0.5s 3.4s forwards;
  }
  .anim--slideInLeft.view.leftanim--19 {
    animation: fade 0.5s 3.6s forwards, slideLeft 0.5s 3.6s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--1 {
    animation: fade 0.7s 0.07s forwards, slideLeftTxt 0.7s 0.07s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--2 {
    animation: fade 0.7s 0.17s forwards, slideLeftTxt 0.7s 0.17s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--3 {
    animation: fade 0.7s 0.27s forwards, slideLeftTxt 0.7s 0.27s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--4 {
    animation: fade 0.7s 0.37s forwards, slideLeftTxt 0.7s 0.37s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--5 {
    animation: fade 0.7s 0.47s forwards, slideLeftTxt 0.7s 0.47s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--6 {
    animation: fade 0.7s 0.57s forwards, slideLeftTxt 0.7s 0.57s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--7 {
    animation: fade 0.7s 0.67s forwards, slideLeftTxt 0.7s 0.67s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--8 {
    animation: fade 0.7s 0.77s forwards, slideLeftTxt 0.7s 0.77s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--9 {
    animation: fade 0.7s 0.87s forwards, slideLeftTxt 0.7s 0.87s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--10 {
    animation: fade 0.7s 0.97s forwards, slideLeftTxt 0.7s 0.97s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--11 {
    animation: fade 0.7s 1.07s forwards, slideLeftTxt 0.7s 1.07s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--12 {
    animation: fade 0.7s 1.17s forwards, slideLeftTxt 0.7s 1.17s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--13 {
    animation: fade 0.7s 1.27s forwards, slideLeftTxt 0.7s 1.27s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--14 {
    animation: fade 0.7s 1.37s forwards, slideLeftTxt 0.7s 1.37s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--15 {
    animation: fade 0.7s 1.47s forwards, slideLeftTxt 0.7s 1.47s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--16 {
    animation: fade 0.7s 1.57s forwards, slideLeftTxt 0.7s 1.57s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--17 {
    animation: fade 0.7s 1.67s forwards, slideLeftTxt 0.7s 1.67s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--18 {
    animation: fade 0.7s 1.77s forwards, slideLeftTxt 0.7s 1.77s forwards;
  }
  .anim--slideInLeft-txt.view.lefttxtanim--19 {
    animation: fade 0.7s 1.87s forwards, slideLeftTxt 0.7s 1.87s forwards;
  }
  .anim--fadeIn.view.fadeanim--1 {
    animation: fade 0.5s 0s forwards, fadein 0.5s 0s forwards;
  }
  .anim--fadeIn.view.fadeanim--2 {
    animation: fade 0.5s 0.3s forwards, fadein 0.5s 0.3s forwards;
  }
  .anim--fadeIn.view.fadeanim--3 {
    animation: fade 0.5s 0.6s forwards, fadein 0.5s 0.6s forwards;
  }
  .anim--fadeIn.view.fadeanim--4 {
    animation: fade 0.5s 0.9s forwards, fadein 0.5s 0.9s forwards;
  }
  .anim--fadeIn.view.fadeanim--5 {
    animation: fade 0.5s 1.2s forwards, fadein 0.5s 1.2s forwards;
  }
  .pc-on {
    display: block;
  }

  .sp-on {
    display: none;
  }
  .u-scale:hover img {
    transform: scale(1.1);
  }
  #index .pc-on {
    display: block;
  }
  #index .sp-on {
    display: none;
  }
  #index .slider-wrap img.pc-on {
    display: block !important;
  }
  #index .video-wrap,
#index .slider-wrap,
#index .panel {
    flex: 0 0 49.166%;
  }
  #index .panel--third {
    flex: 0 0 24.166%;
  }
  #index .panel--quarter {
    flex: 0 0 23.75%;
  }
  #index .flexEnd {
    margin-right: auto !important;
    margin-left: 1.7% !important;
  }
  #index .u-scale:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 999px) {
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }
  #index .pc-on {
    display: none;
  }
  #index .sp-on {
    display: block;
  }
  #index .wrapper {
    padding: 0 5.333vw;
  }
  #index .wrapper--bg-g {
    padding: 5.333vw 5.333vw 10.666vw;
  }
  #index .wrapper--bg-g.is-active {
    padding: 5.333vw 5.333vw 1.333vw;
  }
  #index .flexWrap--order .panel:nth-child(1) {
    order: 1;
  }
  #index .flexWrap--order .panel:nth-child(2) {
    order: 3;
  }
  #index .flexWrap--order .panel:nth-child(3) {
    order: 4;
  }
  #index .flexWrap--order .panel:nth-child(4) {
    order: 5;
  }
  #index .flexWrap--order .panel:nth-child(5) {
    order: 6;
  }
  #index .flexWrap--order .panel:nth-child(6) {
    order: 2;
  }
  #index .slider-wrap {
    width: 100%;
  }
  #index .slider-wrap img.pc-on {
    display: none !important;
  }
  #index .slider-wrap img.sp-on {
    display: block !important;
    width: 100%;
    max-width: inherit;
  }
  #index .video-wrap {
    position: relative;
    margin-bottom: 5.333vw;
    padding-top: 144.776%;
  }
  #index .panel--third,
#index .panel--quarter {
    flex: 0 0 48.5%;
    width: 48.5%;
  }
  #index .panel--full {
    flex: 100% 1;
    width: 100%;
  }
  #index .video-wrap .titleArea {
    top: 8.666vw;
    left: 5.333vw;
    width: 62.479%;
  }
  #index .movie-block {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #index .movie-block video {
    width: auto;
    height: 100%;
  }
  #index .bx-wrapper .bx-pager {
    top: 32vw;
    bottom: inherit !important;
    padding-top: 10px;
    text-align: center;
  }
  #index .slide__caption {
    margin-top: 35px;
  }
  #index .slide__caption::before {
    margin-right: 9px;
    padding-right: 9px;
    font-size: 13px;
    line-height: 1.7;
  }
  #index .slide__caption a {
    font-size: 17px;
    line-height: 1.3;
  }
  #index .news {
    margin: 8vw auto 6.66vw;
    padding: 0;
  }
  #index .news__ttl {
    font-size: 17px;
  }
  #index .news__list {
    font-size: 11px;
  }
  #index .news__list dt {
    font-size: 12px;
  }
  #index .sec--mainBlockArea .panel {
    margin-top: 4vw;
  }
  #index .panelThirdWrap {
    display: block;
    overflow: hidden;
  }
  #index .panelThirdWrap .panel {
    float: left;
  }
  #index .panel {
    margin-top: 5.333vw;
  }
  #index .panel__ttlArea {
    margin-top: 10px;
    padding-left: 10px;
  }
  #index .panel__ttl {
    font-size: 13px;
  }
  #index .panel__ttl .pc {
    display: none;
  }
  #index .panel__ttl--red {
    font-size: 8px;
    font-weight: normal;
  }
  #index .panel__text {
    margin-top: 3px;
    font-size: 11px;
  }
  #index .panel--jri {
    margin-right: 2.666vw;
  }
  #index .panel--jri .panel__img {
    position: relative;
    padding-top: 73.384%;
    overflow: hidden;
  }
  #index .panel--jri .panel__img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: inherit;
    height: 100%;
    transform: translateX(-50%);
  }
  #index .btn {
    height: 50px;
    border: solid 1px #0072CF;
    font-size: 12px;
  }
  #index .sec {
    padding-bottom: 13.333vw;
  }
  #index .sec:last-child {
    padding-bottom: 10.666vw;
  }
  #index .sec--mainBlockArea {
    padding-top: 5.333vw;
  }
  #index .sec--pdn {
    padding: 0;
  }
  #index .sec__ttl {
    padding: 20px 5.333vw;
    font-size: 16px;
    line-height: 1.4117647059;
  }
  #index .sec__ttl::after {
    bottom: -10px;
    border-width: 10px 15px 0 15px;
  }
  #index .sec.bg {
    padding: 0 0 30px;
  }
  #index .sec.bg-b {
    padding-bottom: 50px;
  }
  #index .sec.bg-w {
    padding: 0 0 50px 0;
  }
  #index .sec.bg-02 {
    padding: 0 0 50px 0;
  }
  #index .sec__cont {
    padding-top: 2.666vw;
  }
  #index .sec__movie {
    margin-top: 40px;
  }
  #index .sec__movie .movie__ttl {
    font-size: 16px;
  }
  #index .sec__movie .panel__ttlArea {
    margin-top: 10px;
  }
  #index .sec__movie .panel__ttl {
    font-size: 13px;
    line-height: 1.5;
  }
  #index .sec__movie .movie-link {
    margin-top: 20px;
  }
  #index .sec__movie .movie-link a {
    width: 100%;
    font-size: 15px;
  }
  #index .footer {
    margin-top: 0;
  }
}