/*==================================================
  topVi
==================================================*/
.topVi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

.topVi ul {
  margin: 0;
  padding: 0;
}

.topVi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  transition: all .2s;
}

.topVi ul li img {
  width: 100%;
  top: 50%;
  bottom: 50%;
  left: 50%;
  top: 50%;
  transition: all .2s;
}

.topVi .topVi__lead {
  width: 90%;
  position: absolute;
  z-index: 300;
  bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead {
    width: 50%;
    left: 0;
    bottom: 20%;
  }
}

@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead {
    bottom: 22%;
  }
}

.topVi .topVi__lead .topVi__lead_01 {
  width: 280px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .2s;
  opacity: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .topVi__lead .topVi__lead_01 {
    width: 380px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead .topVi__lead_01 {
    width: 468px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .topVi__lead .topVi__lead_01 {
    width: 668px;
  }
}

.topVi .topVi__lead .topVi__lead_02 {
  width: 318px;
  position: relative;
  top: -10px;
  left: 40px;
  transition: all .2s;
  opacity: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .topVi__lead .topVi__lead_02 {
    width: 418px;
    left: 80px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead .topVi__lead_02 {
    width: 538px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .topVi__lead .topVi__lead_02 {
    width: 738px;
  }
}

.topVi .topVi__lead .topVi__lead_03 {
  width: 318px;
  position: relative;
  top: -12px;
  left: 20px;
  transition: all .2s;
  opacity: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .topVi__lead .topVi__lead_03 {
    width: 418px;
    left: 40px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead .topVi__lead_03 {
    width: 640px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .topVi__lead .topVi__lead_03 {
    width: 840px;
  }
}

.topVi .slick-dots {
  bottom: 25px;
}

.topVi .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li {
    width: 50px;
    height: 8px;
  }
}

.topVi .slick-dots li button {
  width: 10px;
  height: 10px;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li button {
    width: 50px;
    height: 8px;
  }
}

.topVi .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  opacity: 1;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li button:before {
    width: 50px;
    height: 8px;
  }
}

.topVi .slick-dots li.slick-active button:before {
  background-color: #f3390d !important;
}

.topVi .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*==================================================
  topContentsNav
==================================================*/
.topContentsNav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .topContentsNav .topContentsNav__block {
    width: 33.3333%;
  }
  .topContentsNav .topContentsNav__block:nth-child(even) a {
    background-color: #df3007;
  }
}

.topContentsNav .topContentsNav__block a {
  color: #fff;
  display: block;
  text-decoration: none;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__block a {
    position: relative;
    transition: all .2s;
    z-index: 10;
  }
  .topContentsNav .topContentsNav__block a img {
    transform: scale(1.01);
  }
  .topContentsNav .topContentsNav__block a:hover {
    transform: scale(1.02);
    background-color: #fd532b;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.8);
    z-index: 20;
  }
  .topContentsNav .topContentsNav__block a:hover .topContentsNav__ph img {
    filter: brightness(140%);
  }
  .topContentsNav .topContentsNav__block a:hover .topContentsNav__btn {
    background-color: #e23005;
  }
  .topContentsNav .topContentsNav__block a:hover .topContentsNav__btn:before {
    background-position: right 25px center;
  }
}

.topContentsNav .topContentsNav__ph {
  overflow: hidden;
  background-color: #fff;
}

.topContentsNav .topContentsNav__ph img {
  transition: all .2s;
}

.topContentsNav .topContentsNav__textBox {
  margin: 0;
  padding: 20px;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__textBox {
    padding: 30px;
  }
}

.topContentsNav .topContentsNav__title .topContentsNav__titleEn {
  margin-bottom: 8px;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__title .topContentsNav__titleEn {
    font-size: 38px;
    font-size: 2.11111rem;
  }
}

.topContentsNav .topContentsNav__title .topContentsNav__titleJa {
  margin-bottom: 13px;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__title .topContentsNav__titleJa {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.topContentsNav .topContentsNav__text {
  margin: 0;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__text {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.topContentsNav .topContentsNav__btn {
  width: 100%;
  padding: 18px 72px 18px 20px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  color: #FFF;
  background-color: #bf2804;
  text-decoration: none;
  position: relative;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__btn {
    padding: 24px 72px 24px 30px;
    font-size: 17px;
    font-size: 0.94444rem;
    font-weight: bold;
  }
}

.topContentsNav .topContentsNav__btn:before {
  width: 52px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #6d1905;
  background-image: url("/images/icon_arrow_m_white_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 13px;
}

@media print, screen and (min-width: 1024px) {
  .topContentsNav .topContentsNav__btn:before {
    width: 72px;
    transition: all .2s;
  }
}

/*==================================================
  topRecruit
==================================================*/
.topRecruit .topRecruit__wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  background-color: #04c3e0;
  transition: all .2s;
}

@media print, screen and (min-width: 1024px) {
  .topRecruit .topRecruit__wrap {
    position: relative;
  }
  .topRecruit .topRecruit__wrap:hover {
    background-color: #2cd6f0;
    transform: scale(1.02);
    box-shadow: 0px 0px 16px -6px rgba(3, 90, 102, 0.6);
    z-index: 20;
  }
  .topRecruit .topRecruit__wrap:hover .topRecruit__button .buttonWin:before {
    background-position: center center;
  }
  .topRecruit .topRecruit__wrap:hover .topRecruit__imageArea img {
    filter: brightness(120%);
  }
}

.topRecruit .topRecruit__wrap .topRecruit__textArea {
  width: 100%;
  padding: 20px;
  order: 2;
}

@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__wrap .topRecruit__textArea {
    width: 40%;
    order: 1;
  }
}

@media print, screen and (min-width: 1024px) {
  .topRecruit .topRecruit__wrap .topRecruit__textArea {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__textArea {
    width: 38%;
    padding: 40px 30px;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__imageArea {
  width: 100%;
  order: 1;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__wrap .topRecruit__imageArea {
    width: 60%;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .topRecruit .topRecruit__wrap .topRecruit__imageArea img {
    width: 100%;
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1024px) {
  .topRecruit .topRecruit__wrap .topRecruit__imageArea {
    width: 70%;
  }
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__imageArea {
    width: 62%;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__titleEn {
  margin: 0;
  padding: 0;
  font-size: 64px;
  font-size: 3.55556rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.4;
}

@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__wrap .topRecruit__titleEn {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .topRecruit .topRecruit__wrap .topRecruit__titleEn {
    font-size: 54px;
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__wrap .topRecruit__titleEn {
    font-size: 72px;
    font-size: 4rem;
  }
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__titleEn {
    font-size: 98px;
    font-size: 5.44444rem;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__titleJa {
  margin: 10px 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .topRecruit .topRecruit__wrap .topRecruit__titleJa {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__titleJa {
    margin-bottom: 24px;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__lead {
  font-size: 14px;
  font-size: 0.77778rem;
}

@media print, screen and (min-width: 1024px) {
  .topRecruit .topRecruit__wrap .topRecruit__lead {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__lead {
    font-size: 18px;
    font-size: 1rem;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__button {
  width: 100%;
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__button {
    max-width: 440px;
    transition: all .2s;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__button .buttonWin {
  min-width: 100%;
  color: #144352;
  font-weight: bold;
  background-color: #fff;
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__button .buttonWin {
    padding: 26px 82px 26px 20px;
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.topRecruit .topRecruit__wrap .topRecruit__button .buttonWin:before {
  background-color: #128192;
}

@media print, screen and (min-width: 1400px) {
  .topRecruit .topRecruit__wrap .topRecruit__button .buttonWin:before {
    width: 82px;
  }
}

/*==================================================
  topNews
==================================================*/
.topNews {
  padding: 40px 20px;
}

@media print, screen and (min-width: 1400px) {
  .topNews {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 1400px) {
  .topNews .topNews__inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.topNews .topNews__mainTitle {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn {
  margin-bottom: 5px;
  display: block;
  font-size: 30px;
  font-size: 1.66667rem;
  color: #f3390d;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.05rem;
}

@media print, screen and (min-width: 1400px) {
  .topNews .topNews__mainTitle .topNews__mainTitleEn {
    margin-bottom: 10px;
    font-size: 50px;
    font-size: 2.77778rem;
  }
}

.topNews .topNews__mainTitle .topNews__mainTitleEn span {
  position: relative;
  display: inline-block;
  margin: 0 2.5rem;
  padding: 0 .4rem;
  text-align: left;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle .topNews__mainTitleEn span {
    padding: 0 1rem;
  }
}

.topNews .topNews__mainTitle .topNews__mainTitleEn span::before, .topNews .topNews__mainTitle .topNews__mainTitleEn span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #e5e5df;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn span::before {
  right: 100%;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn span::after {
  left: 100%;
}

.topNews .topNews__mainTitle .topNews__mainTitleJa {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.77778rem;
}

@media print, screen and (min-width: 1400px) {
  .topNews .topNews__mainTitle .topNews__mainTitleJa {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1rem;
  }
}
