@charset "UTF-8";
@media screen and (max-width: 767px) {
  .btn01 a {
    font-size: 13px;
  }
}

.header {
  box-shadow: none;
}

.overflow {
  overflow: hidden;
}

.Pslide {
  width: 100%;
  height: 645px;
}
@media screen and (max-width: 1250px) {
  .Pslide {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .Pslide {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  .Pslide {
    height: 400px;
  }
}

.mvArea {
  position: relative;
}
.mvArea .mainCopy {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1250px) {
  .mvArea .mainCopy {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .mvArea .mainCopy {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .mvArea .mainCopy {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .mvArea .mainCopy {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .mvArea .mainCopy {
    font-size: 26px;
  }
}
.mvArea .mainCopy span {
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .mvArea .mainCopy span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .mvArea .mainCopy span {
    font-size: 10px;
  }
}

.imgArea {
  line-height: 0;
}

p.btn01 {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  p.btn01 {
    text-align: center;
  }
}
p.btn01 a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  padding: 19px 107px 19px 88px;
  background: url(../common/img/ico_common_02.svg), linear-gradient(to right, #36A6D5, #3A69C4);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 15px, cover;
  background-position: center right 30px, center center;
  transition: 0.3s;
  line-height: 1;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  p.btn01 a {
    padding: 23px 107px 15px 88px;
  }
}
@media screen and (max-width: 767px) {
  p.btn01 a {
    font-size: 13px;
    max-width: 200px;
    margin: 0 auto;
    padding: 11px 0;
    background-position: center right 15px, center center;
    display: block;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  p.btn01 a {
    padding: 15px 0 7px;
  }
}
p.btn01 a:hover {
  background-position: center right 10px, center center;
  transition: 0.3s;
}

.head p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .head p {
    font-size: 10px;
  }
}

.subHead {
  text-align: center;
}
.subHead h3 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .subHead h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .subHead h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subHead h3 {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .subHead h3 {
    font-size: 15px;
  }
}

.contentsArea01 {
  padding-top: 88px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contentsArea01 {
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
}
.contentsArea01 .aboutUsImg01 {
  position: absolute;
  top: 0px;
  left: -70px;
}
@media screen and (max-width: 1300px) {
  .contentsArea01 .aboutUsImg01 {
    top: -80px;
    right: -180px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .aboutUsImg01 {
    top: 0;
    left: -88px;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea01 .aboutUsImg01 {
    width: 260px;
    top: 0;
    left: -45px;
  }
}
@media screen and (max-width: 1300px) {
  .contentsArea01 .aboutUsImg01 img {
    width: 971px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .aboutUsImg01 img {
    width: auto;
  }
}
.contentsArea01 .aboutUsImg02 {
  position: absolute;
  top: -130px;
  right: -100px;
}
@media screen and (max-width: 1300px) {
  .contentsArea01 .aboutUsImg02 {
    top: -50px;
    right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .aboutUsImg02 {
    position: absolute;
    top: -125px;
    right: -150px;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea01 .aboutUsImg02 {
    width: 134px;
    height: 137px;
    position: absolute;
    top: -48px;
    right: -52px;
  }
}
@media screen and (max-width: 1300px) {
  .contentsArea01 .aboutUsImg02 img {
    width: 217px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .aboutUsImg02 img {
    width: auto;
  }
}
.contentsArea01 .aboutUsImg03 {
  position: absolute;
  bottom: -255px;
  left: -100px;
}
@media screen and (max-width: 1200px) {
  .contentsArea01 .aboutUsImg03 {
    bottom: -215px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .aboutUsImg03 {
    position: absolute;
    top: 500px;
    right: -48px;
    left: auto;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea01 .aboutUsImg03 {
    width: 74px;
    position: absolute;
    top: 437px;
    right: -3px;
  }
}
@media screen and (max-width: 375px) {
  .contentsArea01 .aboutUsImg03 {
    top: 340px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .aboutUsImg03 img {
    width: auto;
  }
}
.contentsArea01 .contents01 {
  margin: 0 auto;
  margin-top: 68px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contentsArea01 .contents01 {
    margin-top: 20px;
    overflow: inherit;
  }
}
.contentsArea01 .head {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .contentsArea01 .head {
    margin-bottom: 30px;
  }
}
.contentsArea01 .contentBox01 {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .contentsArea01 .contentBox01 {
    width: 94%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 950px) {
  .contentsArea01 .contentBox01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .contentBox01 {
    width: 86%;
    position: static;
  }
}
.contentsArea01 .imgArea {
  width: 625px;
  margin: 0 auto;
  box-sizing: content-box;
  text-align: right;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .contentsArea01 .imgArea {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .imgArea {
    width: 85%;
    margin: 0 0 0 auto;
    position: static;
    float: none;
  }
}
.contentsArea01 .imgArea img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.contentsArea01 .txtArea {
  width: 432px;
  margin: 0 auto;
  box-sizing: content-box;
  float: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .contentsArea01 .txtArea {
    width: 45%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .txtArea {
    width: 90%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: -20px auto 0 0;
    padding: 45px 15px 40px;
    float: none;
    box-shadow: 0 0 3px #f4f4f4;
    box-sizing: border-box;
  }
}
.contentsArea01 .txtArea .txtAreaTxt01 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 65px;
}
@media screen and (max-width: 1250px) {
  .contentsArea01 .txtArea .txtAreaTxt01 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea01 .txtArea .txtAreaTxt01 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.contentsArea02 {
  margin-top: -134px;
  padding: 243px 0 164px;
  background: url("../img/bg_contentsArea02_pc1920.png") no-repeat bottom right;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .contentsArea02 {
    margin-top: -110px;
  }
}
@media screen and (max-width: 1440px) {
  .contentsArea02 {
    padding: 266px 0 164px;
    background: url("../img/bg_contentsArea02_pc1440.png") no-repeat bottom right;
  }
}
@media screen and (max-width: 1300px) {
  .contentsArea02 {
    margin-top: -154px;
  }
}
@media screen and (max-width: 1250px) {
  .contentsArea02 {
    padding: 225px 0 164px;
    background: url("../img/bg_contentsArea02_pc1250.png") no-repeat top right;
  }
}
@media screen and (max-width: 1200px) {
  .contentsArea02 {
    height: 770px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea02 {
    height: auto;
    margin-top: -47px;
    padding: 128px 0 59px;
    background: url("../img/bg_contentsArea02_sp.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .contentsArea02 {
    margin-top: -35px;
    padding-top: 90px;
  }
}
.contentsArea02 .area02Bg01 {
  width: 392px;
  height: auto;
  position: absolute;
  top: 207px;
  right: -74px;
  display: block;
  z-index: -1;
}
.contentsArea02 .area02Bg02 {
  width: 366px;
  height: auto;
  position: absolute;
  left: -79px;
  bottom: -225px;
  display: block;
  z-index: -1;
}
.contentsArea02 .area02Bg03 {
  width: 197px;
  height: auto;
  position: absolute;
  right: -133px;
  bottom: 73px;
  display: block;
  z-index: 1;
}
.contentsArea02 .hoverArea {
  height: 100%;
  position: relative;
  z-index: 2;
}
.contentsArea02 .contentBox02 {
  width: 1200px;
}
@media screen and (max-width: 1250px) {
  .contentsArea02 .contentBox02 {
    width: 94%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .contentsArea02 .contentBox02 {
    bottom: 40px;
  }
}
@media screen and (max-width: 950px) {
  .contentsArea02 .contentBox02 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea02 .contentBox02 {
    width: 86%;
    position: static;
  }
}
.contentsArea02 .head {
  width: 360px;
  background-color: #fff;
  margin: 0 30px 48px 0;
  padding: 7px;
  text-align: left;
  float: right;
}
@media screen and (max-width: 950px) {
  .contentsArea02 .head {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea02 .head {
    width: 50%;
    margin: 0 auto 40px;
    padding: 3px 0 2px;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .contentsArea02 .head {
    width: 180px;
  }
}
.contentsArea02 .head h2 {
  display: inline-block;
  margin: 0;
}
.contentsArea02 .head h2 span {
  font-size: 40px;
  font-weight: normal;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .contentsArea02 .head h2 span {
    font-size: 15px;
    margin: 0 1px;
  }
}
.contentsArea02 .head p {
  color: #3A69C4;
  display: inline-block;
}
.contentsArea02 .subHead {
  margin-bottom: 20px;
  padding-bottom: 22px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contentsArea02 .subHead {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.contentsArea02 .subHead h3 {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contentsArea02 .subHead h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea02 .subHead h3 {
    font-size: 15px;
  }
}
.contentsArea02 .subHead h3:after {
  content: "";
  width: 45px;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.contentsArea02 .txtArea {
  width: 390px;
  margin: 0 auto;
  box-sizing: content-box;
  float: right;
}
@media screen and (max-width: 950px) {
  .contentsArea02 .txtArea {
    width: 360px;
  }
}
@media screen and (max-width: 850px) {
  .contentsArea02 .txtArea {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea02 .txtArea {
    width: 100%;
    float: none;
  }
}
.contentsArea02 .imgArea {
  width: 625px;
  height: 418px;
  margin: 110px auto 0;
  box-sizing: content-box;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 1250px) {
  .contentsArea02 .imgArea {
    width: 500px;
    height: 333px;
  }
}
@media screen and (max-width: 1100px) {
  .contentsArea02 .imgArea {
    width: 400px;
    height: 266px;
  }
}
@media screen and (max-width: 850px) {
  .contentsArea02 .imgArea {
    width: 340px;
    height: 266px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea02 .imgArea {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    margin-top: 0;
    float: none;
  }
}
.contentsArea02 .imgArea img {
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea02 .imgArea img {
    width: 100%;
  }
}
.contentsArea02 .item p {
  margin-bottom: 56px;
  color: white;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contentsArea02 .item p {
    font-size: 12px;
  }
}
.contentsArea02 .item p.btn01 {
  line-height: 0;
}
.contentsArea02 .item p.btn01 a {
  color: #36A6D5;
  background: url(../common/img/ico_common_03.svg), white;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 15px, cover;
  background-position: center right 43px, center center;
  background-position: center right 30px, center center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contentsArea02 .item p.btn01 a {
    background-position: center right 15px, center center;
  }
}
.contentsArea02 .item p.btn01:hover a {
  background-position: center right 10px, center center;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.contentsArea02 .item p.btn01:hover .btn-5:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.contentsArea03 {
  background: url("../img/bg_top_03.png") no-repeat 36% 30%;
  height: 744px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .contentsArea03 {
    height: 655px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 {
    height: 1185px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea03 {
    height: 907px;
  }
}
.contentsArea03 .contentBox03 {
  width: 1180px;
  margin: -65px auto 0;
  padding: 80px 90px 77px;
  background: url("../img/bg_top_07.png") no-repeat, #fff;
  background-position: 100% 555px;
  box-shadow: 0 0 5px #ccc;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .contentsArea03 .contentBox03 {
    width: 92%;
  }
}
@media screen and (max-width: 800px) {
  .contentsArea03 .contentBox03 {
    padding: 50px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 .contentBox03 {
    background: #fff;
    padding: 40px 15px;
  }
}
.contentsArea03 .head {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .contentsArea03 .head {
    margin-bottom: 30px;
  }
}
.contentsArea03 .box01 {
  width: 474px;
  height: 500px;
  float: left;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .contentsArea03 .box01 {
    width: 48%;
  }
}
@media screen and (max-width: 1050px) {
  .contentsArea03 .box01 {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea03 .box01 {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 .box01 {
    width: 100%;
    height: 495px;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea03 .box01 {
    height: 480px;
  }
}
@media screen and (max-width: 550px) {
  .contentsArea03 .box01 {
    height: 465px;
  }
}
@media screen and (max-width: 500px) {
  .contentsArea03 .box01 {
    height: 430px;
  }
}
@media screen and (max-width: 450px) {
  .contentsArea03 .box01 {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .contentsArea03 .box01 {
    height: 365px;
  }
}
@media screen and (max-width: 375px) {
  .contentsArea03 .box01 {
    height: 355px;
  }
}
@media screen and (max-width: 350px) {
  .contentsArea03 .box01 {
    height: 340px;
  }
}
.contentsArea03 .box01:first-child {
  margin-right: 52px;
}
@media screen and (max-width: 1250px) {
  .contentsArea03 .box01:first-child {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 .box01:first-child {
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
.contentsArea03 .box01:hover .imgArea {
  overflow: hidden;
}
.contentsArea03 .box01:hover .imgArea img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.contentsArea03 .box01:hover .txtArea:before {
  content: "";
  transform: scale(1, 1);
  transition-duration: 0.3s;
}
.contentsArea03 .box01 .imgArea {
  height: 322px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1440px) {
  .contentsArea03 .box01 .imgArea {
    height: 316px;
  }
}
@media screen and (max-width: 1250px) {
  .contentsArea03 .box01 .imgArea {
    height: 306px;
  }
}
@media screen and (max-width: 1200px) {
  .contentsArea03 .box01 .imgArea {
    height: 291px;
  }
}
@media screen and (max-width: 1150px) {
  .contentsArea03 .box01 .imgArea {
    height: 281px;
  }
}
@media screen and (max-width: 1100px) {
  .contentsArea03 .box01 .imgArea {
    height: 266px;
  }
}
@media screen and (max-width: 1050px) {
  .contentsArea03 .box01 .imgArea {
    height: 252px;
  }
}
@media screen and (max-width: 1000px) {
  .contentsArea03 .box01 .imgArea {
    height: 237px;
  }
}
@media screen and (max-width: 950px) {
  .contentsArea03 .box01 .imgArea {
    height: 222px;
  }
}
@media screen and (max-width: 900px) {
  .contentsArea03 .box01 .imgArea {
    height: 208px;
  }
}
@media screen and (max-width: 850px) {
  .contentsArea03 .box01 .imgArea {
    height: 193px;
  }
}
@media screen and (max-width: 800px) {
  .contentsArea03 .box01 .imgArea {
    height: 210px;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea03 .box01 .imgArea {
    height: 201px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 .box01 .imgArea {
    height: 366px;
  }
}
.contentsArea03 .box01 .imgArea img {
  transition: 0.5s ease-in-out;
}
.contentsArea03 .box01 .txtArea {
  font-size: 16px;
  width: 445px;
  min-height: 200px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-shadow: 0 0 3px #f4f4f4;
}
@media screen and (max-width: 1250px) {
  .contentsArea03 .box01 .txtArea {
    width: 90%;
    top: 285px;
    bottom: auto;
  }
}
@media screen and (max-width: 1200px) {
  .contentsArea03 .box01 .txtArea {
    top: 270px;
  }
}
@media screen and (max-width: 1150px) {
  .contentsArea03 .box01 .txtArea {
    top: 257px;
  }
}
@media screen and (max-width: 1100px) {
  .contentsArea03 .box01 .txtArea {
    top: 246px;
  }
}
@media screen and (max-width: 1050px) {
  .contentsArea03 .box01 .txtArea {
    top: 233px;
  }
}
@media screen and (max-width: 1000px) {
  .contentsArea03 .box01 .txtArea {
    top: 217px;
  }
}
@media screen and (max-width: 950px) {
  .contentsArea03 .box01 .txtArea {
    top: 204px;
  }
}
@media screen and (max-width: 900px) {
  .contentsArea03 .box01 .txtArea {
    padding: 30px 14px;
    top: 191px;
  }
}
@media screen and (max-width: 850px) {
  .contentsArea03 .box01 .txtArea {
    top: 175px;
  }
}
@media screen and (max-width: 800px) {
  .contentsArea03 .box01 .txtArea {
    top: 189px;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea03 .box01 .txtArea {
    top: 184px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 .box01 .txtArea {
    font-size: 12px;
    min-height: 167px;
    background: url(../common/img/ico_common_03.svg) no-repeat 96% 92%, #fff;
    background-size: 25px 7.5px;
    top: 337px;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea03 .box01 .txtArea {
    top: 320px;
  }
}
@media screen and (max-width: 570px) {
  .contentsArea03 .box01 .txtArea {
    top: 300px;
  }
}
@media screen and (max-width: 550px) {
  .contentsArea03 .box01 .txtArea {
    top: 293px;
  }
}
@media screen and (max-width: 530px) {
  .contentsArea03 .box01 .txtArea {
    top: 277px;
  }
}
@media screen and (max-width: 500px) {
  .contentsArea03 .box01 .txtArea {
    top: 264px;
  }
}
@media screen and (max-width: 480px) {
  .contentsArea03 .box01 .txtArea {
    top: 245px;
  }
}
@media screen and (max-width: 450px) {
  .contentsArea03 .box01 .txtArea {
    top: 230px;
  }
}
@media screen and (max-width: 430px) {
  .contentsArea03 .box01 .txtArea {
    top: 216px;
  }
}
@media screen and (max-width: 400px) {
  .contentsArea03 .box01 .txtArea {
    top: 199px;
  }
}
@media screen and (max-width: 380px) {
  .contentsArea03 .box01 .txtArea {
    top: 188px;
  }
}
@media screen and (max-width: 375px) {
  .contentsArea03 .box01 .txtArea {
    top: 185px;
  }
}
@media screen and (max-width: 350px) {
  .contentsArea03 .box01 .txtArea {
    top: 173px;
  }
}
@media screen and (max-width: 330px) {
  .contentsArea03 .box01 .txtArea {
    top: 160px;
  }
}
@media screen and (max-width: 320px) {
  .contentsArea03 .box01 .txtArea {
    top: 157px;
  }
}
.contentsArea03 .box01 .txtArea:after {
  content: "";
  width: 2px;
  height: 35px;
  margin: auto;
  border-radius: 2px;
  background: #3A69C4;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea03 .box01 .txtArea:after {
    display: none;
  }
}
.contentsArea03 .box01 .txtArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #36A6D5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #36A6D5 0%, #3A69C4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36A6D5", endColorstr="#3A69C4",GradientType=1 );
  /* IE6-9 */
  transform: scale(0, 1);
  transition-duration: 0.3s;
  transform-origin: left top;
}
@media print {
  .contentsArea03 .box01 .txtArea {
    min-height: 200px;
  }
}
.contentsArea03 .subTit01 {
  color: #36A6D5;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .contentsArea03 .subTit01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea03 .subTit01 {
    font-size: 14px;
  }
}
.contentsArea03 .btn01 {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentsArea03 .btn01 {
    margin-top: 20px;
  }
}

.contentsArea04 {
  height: auto;
  background: #f6f6fa;
  padding: 105px 0 85px;
  position: static;
}
@media screen and (max-width: 767px) {
  .contentsArea04 {
    margin-top: -25px;
    padding: 45px 0 30px;
    position: relative;
    z-index: 0;
  }
}
.contentsArea04 .contentBox04 {
  width: 1180px;
  margin: 0 auto;
  padding: 0 90px 0;
  background: none;
  box-shadow: none;
  position: static;
}
@media screen and (max-width: 1250px) {
  .contentsArea04 .contentBox04 {
    width: 94%;
    padding: 0 0 0 0;
  }
}
.contentsArea04 .box01 {
  height: auto;
}
@media screen and (max-width: 767px) {
  .contentsArea04 .box01 {
    float: left;
    width: 48%;
    margin-bottom: 0;
  }
}
.contentsArea04 .box01:first-child {
  margin-right: 4%;
}
.contentsArea04 .box01:hover .btn-6 {
  right: 15px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea04 .box01:hover .btn-6 {
    right: 5px;
  }
}
.contentsArea04 .box01 .imgArea {
  height: auto;
  margin-bottom: 20px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .contentsArea04 .box01 .imgArea {
    margin-bottom: 10px;
  }
}
.contentsArea04 .box01 .imgArea img {
  overflow: hidden;
}
.contentsArea04 .box01 .txtArea {
  width: 100%;
  min-height: auto;
  padding: 0 0 30px;
  background: none;
  position: relative;
  bottom: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .contentsArea04 .box01 .txtArea {
    padding-bottom: 20px;
  }
}
.contentsArea04 .box01 .txtArea:after {
  top: -40px;
}
.contentsArea04 .box01 .subTit01 {
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contentsArea04 .box01 .subTit01 {
    padding-bottom: 10px;
  }
}
.contentsArea04 .box01 .subTit01:after {
  content: "";
  width: 30px;
  border-bottom: 1px solid #3dacb9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contentsArea04 .box01 .btn-6 {
  color: #fff;
  font-size: 30px;
  font-family: "FontAwesome";
  padding: 15px 25px;
  background: #36A6D5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #36A6D5 0%, #3A69C4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36A6D5", endColorstr="#3A69C4",GradientType=1 );
  /* IE6-9 */
  line-height: 1;
  position: absolute;
  top: -50px;
  right: 30px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea04 .box01 .btn-6 {
    font-size: 15px;
    padding: 7px 12px 8px;
    top: -35px;
    right: 10px;
  }
}

.contentsArea05 {
  margin-top: 95px;
  padding: 75px 0 134px;
  background: url("../img/bg_top_04.png") no-repeat 33% 50%;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .contentsArea05 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 800px) {
  .contentsArea05 {
    margin-top: 0;
    padding: 110px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea05 {
    background: none;
    padding: 45px 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .contentsArea05 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 500px) {
  .contentsArea05 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 400px) {
  .contentsArea05 {
    margin-top: 0;
    padding-top: 0;
  }
}
.contentsArea05 .recrutImg01 {
  width: 111.5px;
  height: 111px;
  position: absolute;
  top: -30px;
  left: -61px;
  z-index: 1;
}
.contentsArea05 .recrutImg02 {
  width: 169px;
  height: 192.5px;
  position: absolute;
  left: -98px;
  bottom: -91px;
  z-index: 1;
}
.contentsArea05 .recrutImg03 {
  width: 133.5px;
  height: 133.5px;
  position: absolute;
  right: -73px;
  bottom: -57px;
  z-index: 1;
}
.contentsArea05 .head {
  margin-bottom: 28px;
}
.contentsArea05 .text01 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .contentsArea05 .text01 {
    margin-bottom: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea05 .text01 {
    font-size: 12px;
  }
}
.contentsArea05 .box2 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contentsArea05 .box2:hover .imgArea a {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.contentsArea05 .box2:hover .btn-7:after {
  right: 10px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea05 .box2:hover .btn-7:after {
    right: 2px;
  }
}
.contentsArea05 .imgArea {
  overflow: hidden;
}
.contentsArea05 .imgArea a {
  background: url("../img/pic_index08.jpg") no-repeat center;
  background-size: cover;
  display: block;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea05 .imgArea a {
    background: url("../img/pic_index08_sp.jpg") no-repeat center;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea05 .imgArea a {
    background-size: cover;
  }
}
.contentsArea05 .imgArea a .text02 {
  color: #fff;
  font-size: 58px;
  padding: 225px 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .contentsArea05 .imgArea a .text02 {
    font-size: 48px;
    padding: 185px 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 187px 10px;
  }
}
@media screen and (max-width: 660px) {
  .contentsArea05 .imgArea a .text02 {
    font-size: 38px;
    padding: 174px 10px;
  }
}
@media screen and (max-width: 640px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 172px 10px;
  }
}
@media screen and (max-width: 630px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 169px 10px;
  }
}
@media screen and (max-width: 550px) {
  .contentsArea05 .imgArea a .text02 {
    font-size: 24px;
    padding: 146px 10px;
  }
}
@media screen and (max-width: 500px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 133px 10px;
  }
}
@media screen and (max-width: 450px) {
  .contentsArea05 .imgArea a .text02 {
    font-size: 22px;
    padding: 119px 10px;
  }
}
@media screen and (max-width: 400px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 107px 10px;
  }
}
@media screen and (max-width: 375px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 320px) {
  .contentsArea05 .imgArea a .text02 {
    padding: 85px 10px;
  }
}
.contentsArea05 .btn-7 {
  width: 129px;
  height: 130px;
  background: url("../img/recruit_btnBg.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .contentsArea05 .btn-7 {
    width: 64px;
    height: 62px;
    background: url("../img/recruit_btnBg_sp.png") no-repeat 0 0;
    background-position: 100% 100%;
    background-size: 64px auto;
  }
}
.contentsArea05 .btn-7:after {
  content: "";
  width: 28px;
  height: 9px;
  margin: auto;
  background: url("../common/img/ico_common_02.svg") no-repeat 0 0;
  position: absolute;
  right: 25px;
  bottom: 30px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contentsArea05 .btn-7:after {
    width: 20px;
    height: 8px;
    right: 10px;
    bottom: 15px;
  }
}

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1;
}

:root body.vegas-container > .vegas-overlay, :root body.vegas-container > .vegas-slide, _::full-page-media, _:future {
  bottom: -76px;
}

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px);
}

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(110%) saturate(110%);
}

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(110%) saturate(110%);
}

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  transform: translateY(-2%);
}

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  transform: translateY(0);
}

.vegas-transition-slideDown2-out {
  transform: translateY(2%);
}

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  transform: translateX(2%);
}

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  transform: translateX(0);
}

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  transform: translateX(-2%);
}

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  transform: translateX(0);
}

.vegas-transition-slideRight2-out {
  transform: translateX(2%);
}

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  transform: translateY(2%);
}

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  transform: translateY(0);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-2%);
}

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  transform: scale(1.1) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  transform: scale(1.1) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(1.1) rotate(35deg);
  opacity: 0;
}

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  transform: scale(1.1);
  opacity: 0;
}

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

.vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.1) translate(20px, 20px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.1) translate(-2%, -2%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.1) translate(0, -2%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.1) translate(2%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.1) translate(-2%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.1) translate(2%, 2%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.1) translate(-2%, 2%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.1) translate(0, 2%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.rank {
  margin: -30px 0 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rank {
    margin: -10px auto 40px;
    width: 90%;
  }
}
.rank .rankBox01 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .rank .rankBox01 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .rank .rankBox01 li {
    width: 46%;
  }
}
.rank .rankBox01 li:not(:last-child) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .rank .rankBox01 li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rank .rankBox01 li:nth-child(2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .rank .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .rank .spOnly {
    display: none !important;
  }
}
.rank .spOnly p {
  margin-top: 16px;
}
.rank .spOnly p img {
  width: 62%;
}

.topicsArea01 {
  padding: 80px 0 77px;
}
@media screen and (max-width: 767px) {
  .topicsArea01 {
    padding: 0 0 40px;
  }
}
.topicsArea01 .head {
  margin-bottom: 30px;
}
.topicsArea01 .container {
  max-width: 1000px;
}

.topicsList01 {
  text-align: left;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .topicsList01 {
    max-height: 350px;
  }
}
.topicsList01::-webkit-scrollbar {
  width: 10px;
}
.topicsList01::-webkit-scrollbar-track {
  background: #fff;
  border: solid 1px #ececec;
}
.topicsList01::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}
.topicsList01 li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topicsList01 li {
    flex-wrap: wrap;
  }
  .topicsList01 li:first-child {
    padding-top: 0;
  }
}
.topicsList01 li:not(:last-child) {
  border-bottom: 1px dotted #e6e6e6;
}
.topicsList01 .data01 {
  font-size: 16px;
  font-weight: bold;
  width: 110px;
  margin-right: 20px;
  line-height: 1.75;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .topicsList01 .data01 {
    font-size: 14px;
    width: 100%;
    margin: 0;
  }
}
.topicsList01 .topicsTxtArea01 {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .topicsList01 .topicsTxtArea01 {
    width: 100%;
  }
}
.topicsList01 .topicsTitle01 {
  font-size: 22px;
  font-weight: bold;
  color: #36A6D5;
  margin-bottom: 5px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .topicsList01 .topicsTitle01 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.topicsList01 .topicsTxt01 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .topicsList01 .topicsTxt01 {
    font-size: 14px;
  }
}