@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.mv {
  background-image: url(../images/top/mv.png);
  background-size: cover;
  background-position: left -300px;
  background-repeat: no-repeat;
  height: 140vh;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 2400px) {
  .mv {
    background-position: left 100%;
    height: 100vh;
  }
}
.mv::after {
  content: none;
}
@media screen and (max-width: 1700px) {
  .mv {
    height: 100vh;
  }
}
@media all and (max-width: 1367px) {
  .mv {
    background-position: left -200px;
  }
}
@media all and (max-width: 1025px) {
  .mv {
    background-position: -200px -30vh;
  }
}
@media all and (max-width: 600px) {
  .mv {
    background-image: url(../images/top/mv_sp.png);
    background-position: center;
    height: 80vh;
  }
}
@media all and (max-width: 480px) {
  .mv {
    height: 700px;
  }
}
.mv__blk {
  position: absolute;
  top: 42vh;
  left: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #152E55;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  .mv__blk {
    top: 40vh;
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .mv__blk {
    top: 45vh;
    left: 10%;
  }
}
@media all and (max-width: 1025px) {
  .mv__blk {
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.mv__btn .btn-red {
  margin: 0 auto;
}
.mv__ttl {
  font-size: 5rem;
  text-align: center;
  text-shadow: #4878eb 8px 0 10px;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .mv__ttl {
    font-size: 4rem;
  }
}
@media all and (max-width: 1367px) {
  .mv__ttl {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 1025px) {
  .mv__ttl {
    font-size: 3.2rem;
    text-align: center;
  }
}
.mv__ttl + p {
  font-size: 3.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
  display: inline-block;
  text-shadow: #487aee 8px 0 10px;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .mv__ttl + p {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 1367px) {
  .mv__ttl + p {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 1025px) {
  .mv__ttl + p {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .mv__ttl + p {
    margin-bottom: 30px;
  }
}
.mv__person {
  position: absolute;
  top: 22vh;
  right: 1%;
  width: 1200px;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .mv__person {
    width: 1000px;
  }
}
@media all and (max-width: 1367px) {
  .mv__person {
    width: 63vw;
    right: 0;
    top: 25vh;
  }
}
@media all and (max-width: 1025px) {
  .mv__person {
    top: auto;
    bottom: 0;
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  .mv__person {
    bottom: 5%;
    width: 400px;
    right: -30px;
  }
}
@media all and (max-width: 480px) {
  .mv__person {
    width: 100%;
    bottom: 10%;
  }
}

.top-message {
  position: relative;
  margin-top: -20%;
}
@media screen and (min-width: 2400px) {
  .top-message {
    margin-top: 0;
  }
}
@media screen and (max-width: 1700px) {
  .top-message {
    margin-top: -15%;
  }
}
@media screen and (max-width: 1400px) {
  .top-message {
    margin-top: 10%;
  }
}
@media all and (max-width: 1280px) {
  .top-message {
    margin-top: 0px;
  }
}
.top-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .top-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-message__inner .top-img {
  margin-top: 300px;
}
@media all and (max-width: 896px) {
  .top-message__inner .top-img {
    margin-top: 60px;
  }
}
.top-message__inner .top-txt__contents {
  margin-left: 10%;
  width: 800px;
}
@media all and (max-width: 896px) {
  .top-message__inner .top-txt__contents {
    width: 80%;
    margin: 0 auto;
  }
}
.top-message__inner .top-txt__contents .section-ttl {
  line-height: 1.5;
  margin-top: 30px;
}

.top-job__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 1025px) {
  .top-job__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all and (max-width: 896px) {
  .top-job__inner {
    width: 80%;
  }
}
.top-job__blk {
  margin-left: 340px;
}
@media all and (max-width: 1367px) {
  .top-job__blk {
    margin-left: 10vw;
  }
}
@media all and (max-width: 896px) {
  .top-job__blk {
    margin-left: 0;
  }
}
.top-job__blk h3 {
  font-size: 3.2rem;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media all and (max-width: 600px) {
  .top-job__blk h3 {
    font-size: 2.4rem;
  }
}
.top-job__blk p {
  line-height: 2.3;
  font-size: 1.8rem;
}
@media all and (max-width: 600px) {
  .top-job__blk p {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 896px) {
  .top-works {
    margin-top: 30px;
  }
}
.top-works .section-bg {
  padding-top: 16%;
}
@media all and (max-width: 896px) {
  .top-works .section-bg {
    padding-top: 150px;
  }
}
.top-works__inner {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}
.top-works__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 1025px) {
  .top-works__ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 896px) {
  .top-works__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-works__ul li {
  width: 40%;
  margin-right: 30px;
}
@media all and (max-width: 1025px) {
  .top-works__ul li {
    margin-bottom: 30px;
    width: 45%;
  }
}
@media all and (max-width: 896px) {
  .top-works__ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1025px) {
  .top-works__ul li:nth-child(2) {
    margin-right: 0;
  }
}
.top-works__ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  .top-works__ul li:last-child {
    margin-bottom: 0;
  }
}
.top-works__ul li a {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border-bottom: none;
  border-radius: 30px;
}
.top-works__ul li a:hover {
  border-bottom: 2px solid #0099C6;
  border-bottom: none;
}
.top-works__ul li a:hover #box-box::after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(21, 46, 85, 0.8)), color-stop(80%, rgba(21, 46, 85, 0.1)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.8) 10%, rgba(21, 46, 85, 0.1) 80%);
}
.top-works__ul li a:hover #box-wrap img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap {
  background-color: #C50018 !important;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn {
  background-color: #fff;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn::before, .top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn::after {
  background-color: #fff;
}

#box-wrap {
  position: relative;
}
#box-wrap .arrow_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#box-box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 30px;
}
@media all and (max-width: 600px) {
  #box-box .pc {
    display: none;
  }
}
#box-box .sp {
  display: none;
}
@media all and (max-width: 600px) {
  #box-box .sp {
    display: block;
  }
}
@media all and (max-width: 600px) {
  #box-box {
    height: 300px;
  }
}
#box-box img {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
#box-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(21, 46, 85, 0.8)), color-stop(50%, rgba(21, 46, 85, 0.1)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.8) 10%, rgba(21, 46, 85, 0.1) 50%);
}

#box-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 70%;
  color: white;
}
#box-text h3 {
  font-size: 2.2rem;
}
#box-text p {
  margin: 0 auto;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  #box-text p {
    font-size: 1.2rem;
  }
}

.top-data {
  background-image: url(../images/top/data_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 140px;
  padding: 140px 0;
}
@media all and (max-width: 896px) {
  .top-data {
    margin-top: 90px;
    padding: 100px 0;
  }
}
@media all and (max-width: 600px) {
  .top-data {
    background-image: url(../images/top/data_bg_sp.svg);
  }
}
@media all and (max-width: 896px) {
  .top-data__inner {
    width: 90%;
    margin: 0 auto;
  }
}
.top-data ul {
  max-width: 1340px;
  width: 95%;
  margin: 60px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .top-data ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-data ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding: 30px;
  width: 33%;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 896px) {
  .top-data ul li {
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.top-data ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 896px) {
  .top-data ul li:first-child {
    border-left: none;
  }
}
.top-data ul li p {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .top-data ul li p {
    margin-bottom: 16px;
  }
}
.top-data ul li div {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .top-data ul li div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}
.top-data ul li div img {
  width: 35%;
  height: 100px;
}
@media all and (max-width: 1025px) {
  .top-data ul li div img {
    width: 100px;
  }
}
@media all and (max-width: 896px) {
  .top-data ul li div img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}
.top-data ul li div img.img-icon02 {
  width: 40%;
}
@media all and (max-width: 1025px) {
  .top-data ul li div img.img-icon02 {
    width: 100px;
  }
}
@media all and (max-width: 896px) {
  .top-data ul li div img.img-icon02 {
    width: 70px;
    height: 70px;
    position: relative;
    right: 10px;
  }
}
.top-data ul li div .span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px !important;
}
@media all and (max-width: 896px) {
  .top-data ul li div .span {
    margin-top: 0 !important;
    margin-left: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-data ul li div span {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 0.7;
}
.top-data ul li div span:first-child {
  font-size: 11rem;
}
@media all and (max-width: 1367px) {
  .top-data ul li div span:first-child {
    font-size: 9.6rem;
  }
}
@media all and (max-width: 1025px) {
  .top-data ul li div span:first-child {
    font-size: 8rem;
  }
}
@media all and (max-width: 896px) {
  .top-data ul li div span:first-child {
    font-size: 4.5rem;
    margin-bottom: 15px;
  }
}
.top-data ul li div span.center {
  font-size: 11rem !important;
}
@media all and (max-width: 1367px) {
  .top-data ul li div span.center {
    font-size: 9.6rem !important;
  }
}
@media all and (max-width: 1025px) {
  .top-data ul li div span.center {
    font-size: 8rem !important;
  }
}
@media all and (max-width: 896px) {
  .top-data ul li div span.center {
    font-size: 4.5rem !important;
    margin-bottom: 15px;
  }
}
.top-data ul li div span:last-child {
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .top-data ul li div span:last-child {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}

.top-slider {
  position: relative;
}
@media all and (max-width: 1025px) {
  .top-slider {
    margin-top: 120px;
  }
}
.top-slider__bg {
  position: relative;
}
.top-slider__bg::after {
  content: "";
  background-image: url(../images/top/slider_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 1400px;
  height: 900px;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 600px) {
  .top-slider__bg::after {
    background-size: contain;
    background-position: bottom;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.top-slider__inner {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .top-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all and (max-width: 1025px) {
  .top-slider__inner-flex {
    width: 88%;
    margin: 0 auto;
  }
}
.top-slider .section-ttl-blk {
  margin-left: 40px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1025px) {
  .top-slider .section-ttl-blk {
    text-align: left;
    margin-left: 0;
  }
}
.top-slider .section-ttl.main::after {
  top: -40% !important;
  left: -15%;
}
@media all and (max-width: 896px) {
  .top-slider .section-ttl.main::after {
    top: -150% !important;
    left: 50%;
  }
}
.top-slider .section-txt-blk {
  margin-left: 40px;
  margin-top: 4px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 896px) {
  .top-slider .section-txt-blk {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.top-slider .section-txt-blk p {
  line-height: 2.4;
}

.slick {
  padding: 120px 0;
  background: #18212b;
}

.slick__inner {
  width: min(100%, 1200px);
  margin: 0 0 0 auto;
}

.slick__container {
  position: relative;
  z-index: 2;
  margin-left: 20%;
  width: calc(100% + (100vw - 100%) / 2);
  padding: 140px 0 160px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 1500px) {
  .slick__container {
    margin-left: 10%;
  }
}
@media all and (max-width: 1025px) {
  .slick__container {
    padding: 0px 0 120px 0;
    margin-left: 0;
  }
}

.container {
  width: min(90%, 1400px) !important;
  margin: 0 auto;
}

.top-slider__inner,
.top-benefit__inner {
  width: 100%;
}

.section-ttl-blk,
.section-txt-blk {
  margin-left: 0;
}

.slide-items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.slide-items li a {
  padding: 20px;
  display: block;
  height: 100%;
  position: relative;
  border: 1px solid #152E55;
  border: none;
  background-image: url(../images/top/slide-bg_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
.slide-items li a:hover .slide-blk .arrow_btn_wrap {
  background-color: #fff;
}
.slide-items li a:hover .slide-blk .arrow_btn_wrap .next_btn {
  background-color: #152E55;
}
.slide-items li a:hover .slide-blk .arrow_btn_wrap .next_btn::before {
  background-color: #152E55;
}
.slide-items li a:hover .slide-blk .arrow_btn_wrap .next_btn::after {
  background-color: #152E55;
}

.slide-items .slick-slide {
  width: 420px;
  height: 500px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.2, 1);
  transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.2, 1), opacity 1.2s ease;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.2, 1), opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.2, 1);
}
@media all and (max-width: 600px) {
  .slide-items .slick-slide {
    width: 280px;
    height: 340px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.slide-items .slick-slide img {
  border-radius: 30px;
  position: absolute;
  right: 0px;
  bottom: 17px;
  width: 60%;
  height: auto;
  -webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.25, 1, 0.2, 1);
}
.slide-items .slick-slide a:hover {
  background-image: url(../images/top/slide-bg_red.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  opacity: 1;
}
.slide-items .slick-slide a:hover .slide-txt-blk {
  color: #fff;
}
.slide-items .slick-slide .slide-txt-blk {
  margin-top: 40px;
  color: #152E55;
}

.slide-btn {
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.slide-items .slick-slide.left-large {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
  overflow-y: visible;
}
.slide-items .slick-slide.left-large .slide-btn .arrow_btn_wrap {
  background-color: #fff;
  width: 60px;
  height: 60px;
}
.slide-items .slick-slide.left-large .slide-btn .arrow_btn_wrap .next_btn {
  background-color: #152E55;
}
.slide-items .slick-slide.left-large .slide-btn .arrow_btn_wrap .next_btn::before {
  background-color: #152E55;
}
.slide-items .slick-slide.left-large .slide-btn .arrow_btn_wrap .next_btn::after {
  background-color: #152E55;
}
.slide-items .slick-slide.left-large a {
  border: none;
  background-image: url(../images/top/slide-bg_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 420px;
  height: 470px;
}
@media all and (max-width: 600px) {
  .slide-items .slick-slide.left-large a {
    width: 300px;
    height: 360px;
  }
}
.slide-items .slick-slide.left-large a:hover {
  background-image: url(../images/top/slide-bg_red.png);
  opacity: 1;
  border: none;
}
.slide-items .slick-slide.left-large a .slide-img img {
  width: 63%;
  bottom: 0;
  border-radius: 30px;
}
@media all and (max-width: 600px) {
  .slide-items .slick-slide.left-large a .slide-img img {
    width: 62%;
    right: 0;
    bottom: 13px;
  }
}
.slide-items .slick-slide.left-large .slide-txt-blk {
  margin-left: 20px;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 1.2s cubic-bezier(0.25, 1, 0.2, 1);
  color: #fff;
}

.slick-list {
  overflow: visible;
}

.slide-txt-blk {
  color: #fff;
}
.slide-txt-blk p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.slide-txt-blk h4 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.slick__prev,
.slick__next {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: -20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid gray;
  background: transparent;
  margin-right: 20%;
}
@media all and (max-width: 600px) {
  .slick__prev,
  .slick__next {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
}

.slick__prev,
.slick__next {
  border: none;
}

.slick__prev {
  right: 40px;
}

.slick__next {
  left: 40px;
}

.slick__prev:hover:before {
  background: url(../images/common/btn_prev_blue.svg) !important;
  background-size: contain !important;
}

.slick__next:hover:before {
  background: url(../images/common/btn_next_blue.svg) !important;
  background-size: contain !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick__prev:before {
  background: url(../images/common/btn_prev_wh.svg) !important;
  background-size: contain !important;
}

.slick__next:before {
  background: url(../images/common/btn_next_wh.svg) !important;
  background-size: contain !important;
}

.slick-arrows-outer {
  position: absolute;
  right: 65%;
  bottom: -30px;
}
@media all and (max-width: 1367px) {
  .slick-arrows-outer {
    right: 63%;
  }
}
@media all and (max-width: 1280px) {
  .slick-arrows-outer {
    right: 55%;
    bottom: -30px;
  }
}
@media all and (max-width: 1025px) {
  .slick-arrows-outer {
    right: 15%;
  }
}
@media all and (max-width: 896px) {
  .slick-arrows-outer {
    right: 18%;
    bottom: -35px;
  }
}

.slide-blk {
  width: 80%;
}
@media all and (max-width: 896px) {
  .slide-blk {
    width: 100%;
  }
}

.btn-parts.slide {
  width: auto;
  padding: 0;
  border-bottom: none !important;
}
@media all and (max-width: 896px) {
  .btn-parts.slide {
    width: 100% !important;
  }
}
.btn-parts:hover.slide {
  border-bottom: none;
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  position: relative;
  top: 20px;
}
@media all and (max-width: 1025px) {
  .dots-class {
    top: 30px;
    width: 50%;
  }
}
.dots-class li {
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.dots-class li button {
  display: none;
}
.dots-class li.slick-active {
  background-color: #000;
}

.dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.dots-class li.slick-active::before {
  background-color: #000066;
  -webkit-animation: progressbar-anime 0.6s linear forwards;
          animation: progressbar-anime 0.6s linear forwards;
}

@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -3.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  font-size: 14px;
  width: 100px;
}
@media all and (max-width: 896px) {
  .slick-num {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    font-size: 13px;
    width: auto;
  }
}
@media all and (max-width: 600px) {
  .slick-num {
    top: 6px;
  }
}

.column {
  position: absolute;
  right: 28vw;
  bottom: 140px;
  width: 220px !important;
}
@media screen and (max-width: 1500px) {
  .column {
    right: 24vw;
  }
}
@media all and (max-width: 1367px) {
  .column {
    right: 50%;
    bottom: 60px;
  }
}
@media all and (max-width: 1025px) {
  .column {
    bottom: 0px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width: 896px) {
  .column {
    bottom: 0;
    width: 93% !important;
    left: 47%;
  }
}
.column a {
  border-bottom: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.column a:hover {
  border-bottom: none;
  background-color: transparent;
  color: #152E55;
  text-decoration: underline;
  text-decoration-color: #0099C6;
  /* 下線の色を指定 */
}
.column a span {
  font-size: 1.5rem;
}
.column a .arrow_btn_wrap {
  width: 40px;
  height: 40px;
}
.column .btn-blue:hover {
  background: #C50018 !important;
  text-decoration: none;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white {
  background-color: #fff !important;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn {
  background-color: #000066;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn::after {
  background-color: #000066 !important;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn::before {
  background-color: #000066 !important;
}

.top-benefit {
  margin-top: 140px;
}
@media all and (max-width: 600px) {
  .top-benefit {
    margin-top: 130px;
  }
}
.top-benefit__inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.top-benefit__inner .section-ttl {
  margin-bottom: 0;
}
@media all and (max-width: 600px) {
  .top-benefit__inner .section-ttl {
    margin-bottom: 40px;
  }
}
.top-benefit__inner .contents-txt {
  width: 100%;
}
@media all and (max-width: 600px) {
  .top-benefit__inner .section-ttl-blk {
    text-align: left;
  }
}
.top-benefit__inner-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 600px) {
  .top-benefit__inner-blk {
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-benefit__bnr {
  position: relative;
  width: 48%;
}
@media all and (max-width: 896px) {
  .top-benefit__bnr {
    width: 100%;
  }
}
.top-benefit__bnr .arrow_btn_wrap {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media all and (max-width: 600px) {
  .top-benefit__bnr .arrow_btn_wrap {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 896px) {
  .top-benefit__bnr:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.top-benefit__bnr-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-benefit__bnr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-benefit__bnr-txt {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 10;
  width: 70%;
}
.top-benefit__bnr-txt h4 {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  .top-benefit__bnr-txt h4 {
    font-size: 2rem;
  }
}
.top-benefit__bnr-bg {
  position: relative;
}
@media all and (max-width: 600px) {
  .top-benefit__bnr-bg {
    height: 200px;
  }
}
.top-benefit__bnr-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, to(rgba(21, 46, 85, 0.4)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.4) 100%);
}
.top-benefit__bnr a {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  position: relative;
}
.top-benefit__bnr a img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* ← 初期値を明示しておく */
  will-change: transform;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-benefit__bnr a:hover {
  opacity: 1;
}
.top-benefit__bnr a:hover .top-benefit__bnr-bg::after {
  background-image: -webkit-gradient(linear, left bottom, left top, to(rgba(21, 46, 85, 0.3)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.3) 100%);
}
.top-benefit__bnr a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* ← 正しい書き方 */
}
.top-benefit__bnr a:hover .arrow_btn_wrap {
  background-color: #C50018 !important;
}
.top-benefit__bnr a:hover .arrow_btn_wrap .next_btn {
  background-color: #fff;
}
.top-benefit__bnr a:hover .arrow_btn_wrap.common-btn.white .next_btn::before {
  background-color: #fff !important;
}
.top-benefit__bnr a:hover .arrow_btn_wrap.common-btn.white .next_btn::after {
  background-color: #fff !important;
}

@media all and (max-width: 600px) {
  .img-pc {
    display: none;
  }
}

.img-sp {
  display: none;
}
@media all and (max-width: 600px) {
  .img-sp {
    display: block;
  }
}