@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Black";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-ExtraLight";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Light";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/assets_recruit/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=======*/
/* index */
/*=======*/
.index {
  /* 共通
  -----------------------------------*/
  /* メイン
  -----------------------------------*/
  /* about
  -----------------------------------*/
  /* menu
  -----------------------------------*/
  /* news
  -----------------------------------*/
}
.index .heading02 {
  margin-top: 0;
  font-size: 32px;
  color: #003f64;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .index .heading02 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.index .main-sec {
  position: relative;
  margin-bottom: 5%; /*96/1920*/
  overflow: hidden;
}
.index .main-sec .slider li img {
  width: 100%;
}
.index .main-sec .dot-area {
  position: absolute;
  max-width: 1758px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 64px;
}
.index .main-sec .dot-area .slide-num {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.1em;
}
.index .main-sec .dot-area .list-dots {
  display: flex;
}
.index .main-sec .dot-area .list-dots li {
  position: relative;
  width: 38px;
  height: 2px;
  background-color: #FFF;
}
.index .main-sec .dot-area .list-dots li button {
  position: absolute;
  display: block;
  width: 38px;
  height: 2px;
  background: transparent;
  overflow: hidden;
  text-indent: -9999;
  transition: 0.3s all;
}
.index .main-sec .dot-area .list-dots li.slick-active button {
  background: #fff100;
}
.index .about-sec {
  padding: 32px 0 64px;
  background: #fffaf0;
  background: linear-gradient(to bottom, #fffaf0 0%, #b8e6f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.index .about-sec .heading02 {
  text-align: center;
}
.index .about-sec .com-wrap {
  align-items: center;
  justify-content: flex-end;
  gap: 16px 4%;
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap {
    display: block;
  }
  .index .about-sec .com-wrap .img {
    width: 90%;
    margin: 16px auto 0;
  }
}
.index .about-sec .com-wrap .txt {
  width: 32%;
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap .txt {
    width: 100%;
  }
}
.index .about-sec .com-wrap .txt .inner {
  width: 90%;
  max-width: 554px;
  line-height: 2;
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap .txt .inner {
    width: 80%;
    margin: 0 auto;
    line-height: 2;
  }
}
.index .about-sec .com-wrap.about01 {
  position: relative;
}
.index .about-sec .com-wrap.about01 .txt {
  position: relative;
}
.index .about-sec .com-wrap.about01 .txt .inner {
  margin: 0 0 0 auto;
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about01 .txt .inner {
    margin: 0 auto;
  }
}
.index .about-sec .com-wrap.about01 .txt::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -24%;
  width: 298px;
  height: 178px;
  background: url(/assets_recruit/images/index/index_il02.svg) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
@media (max-width: 1440px) {
  .index .about-sec .com-wrap.about01 .txt::after {
    width: 238.5px;
    height: 142.4px;
    bottom: -144px;
  }
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about01 .txt::after {
    content: none;
  }
}
.index .about-sec .com-wrap.about01 .img {
  position: relative;
  padding-top: 24px;
  padding-left: 24px;
  background: url(/assets_recruit/images/index/about_bg01.png) no-repeat;
  background-position: top left;
  background-size: 20% auto;
}
@media (max-width: 767px) {
  .index .about-sec .com-wrap.about01 .img {
    padding-top: 8px;
    padding-left: 8px;
    background-size: 30% auto;
    margin-top: 40px;
  }
}
.index .about-sec .com-wrap.about01 .img img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about01 .img::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 16px;
    width: 149px;
    height: 89px;
    background: url(/assets_recruit/images/index/index_il02.svg) no-repeat;
    background-position: top right;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .index .about-sec .com-wrap.about01 .img::after {
    bottom: -64px;
  }
}
.index .about-sec .com-wrap.about01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6%;
  width: 160px;
  height: 74px;
  background: url(/assets_recruit/images/index/index_il01.svg) no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media (max-width: 1440px) {
  .index .about-sec .com-wrap.about01::before {
    top: -12px;
  }
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about01::before {
    width: 120px;
    height: 55.5px;
    top: -144px;
    left: 12%;
  }
}
@media (max-width: 414px) {
  .index .about-sec .com-wrap.about01::before {
    left: 8%;
    width: 80px;
    height: 37px;
  }
}
.index .about-sec .com-wrap.about02 {
  position: relative;
  flex-direction: row-reverse;
  gap: 16px 8%;
  margin-bottom: 120px;
}
.index .about-sec .com-wrap.about02 .img {
  position: relative;
  text-align: right;
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about02 .img {
    margin: 120px auto 40px;
  }
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about02 .img::before {
    content: "";
    position: absolute;
    width: 165px;
    height: 102px;
    top: -8px;
    left: 0;
    background: url(/assets_recruit/images/index/index_il03_sp.svg) no-repeat;
    background-position: top left;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .index .about-sec .com-wrap.about02 .img::before {
    top: -96px;
  }
}
@media (max-width: 414px) {
  .index .about-sec .com-wrap.about02 .img::before {
    top: -112px;
  }
}
.index .about-sec .com-wrap.about02::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: 8%;
  width: 480px;
  height: 200px;
  background: url(/assets_recruit/images/index/index_il03.svg) no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
}
@media (max-width: 1023px) {
  .index .about-sec .com-wrap.about02::after {
    width: 172px;
    height: 93px;
    bottom: -24px;
    right: 16px;
    background: url(/assets_recruit/images/index/index_il04_sp.svg) no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .index .about-sec .com-wrap.about02::after {
    bottom: -88px;
  }
}
.index .about-sec .scroll-area {
  display: flex;
  overflow: hidden;
  margin-top: 18%;
}
@media (max-width: 1023px) {
  .index .about-sec .scroll-area {
    margin-top: 5%;
  }
}
.index .about-sec .scroll-area .img-scroll {
  display: flex;
  -webkit-animation: scroll-left 30s infinite linear 0.5s both;
          animation: scroll-left 30s infinite linear 0.5s both;
}
@media (max-width: 1023px) {
  .index .about-sec .scroll-area .img-scroll {
    -webkit-animation: scroll-left 15s infinite linear 0.5s both;
            animation: scroll-left 15s infinite linear 0.5s both;
  }
}
.index .about-sec .scroll-area .img-scroll li {
  width: 918px;
  padding-right: 64px;
}
@media (max-width: 1023px) {
  .index .about-sec .scroll-area .img-scroll li {
    width: 750px;
    padding-right: 32px;
  }
}
@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.index .menu-sec {
  position: relative;
  background: #b8e6f0;
  background: linear-gradient(to bottom, #b8e6f0 0%, #00b0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .menu-sec {
    padding-bottom: 64px;
  }
}
.index .menu-sec::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 67.18%; /*1290/1920*/
  background: url(/assets_recruit/images/index/menu_bg01.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .index .menu-sec::after {
    content: none;
  }
}
.index .menu-sec .box {
  position: relative;
  width: 86%;
  max-width: 1246px;
  position: relative;
  margin: 0 auto 5%;
  padding: 32px 3% 80px;
  background: #FFF;
  transform: translateX(-3%);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
  z-index: 1;
}
@media (max-width: 767px) {
  .index .menu-sec .box {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
    transform: translateX(0);
  }
}
.index .menu-sec .box .h-img {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .index .menu-sec .box .h-img {
    margin-bottom: 40px;
  }
  .index .menu-sec .box .h-img img {
    display: block;
    width: auto;
    height: 40px;
    margin: 0 auto;
  }
}
.index .menu-sec .box .img {
  position: absolute;
  width: 60%;
  left: 50%;
  bottom: 24px;
  transform: translateX(25%);
  max-width: 730px;
  text-align: right;
}
@media (max-width: 1700px) {
  .index .menu-sec .box .img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index .menu-sec .box .img {
    width: 100%;
    position: static;
    margin: 0 auto 24px;
    text-align: center;
    transform: translateX(0);
  }
}
.index .menu-sec .box .txt-area {
  max-width: 624px;
  width: 60%;
}
@media (max-width: 767px) {
  .index .menu-sec .box .txt-area {
    width: 90%;
    margin: 0 auto;
  }
}
.index .menu-sec .box .txt-area .bt {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .index .menu-sec .box .txt-area .bt {
    margin-top: 16px;
    text-align: center;
  }
}
.index .menu-sec .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b8e6f0;
  background: linear-gradient(to right, #b8e6f0 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
@media (max-width: 767px) {
  .index .menu-sec .box.box01::after {
    content: none;
  }
}
.index .menu-sec .box.box01 .img {
  max-width: 797px;
  width: 65%;
}
@media (max-width: 1700px) {
  .index .menu-sec .box.box01 .img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index .menu-sec .box.box01 .img {
    width: 100%;
  }
}
.index .menu-sec .box.box01 .txt-area {
  width: 70%;
  max-width: 750px;
}
@media (max-width: 767px) {
  .index .menu-sec .box.box01 .txt-area {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .index .menu-sec .box.box02 {
    filter: none;
  }
  .index .menu-sec .box.box02::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .index .menu-sec .box.box03 {
    filter: drop-shadow(0 16px 8px rgba(0, 0, 0, 0.25));
  }
  .index .menu-sec .box.box03::after {
    height: 12px;
  }
}
.index .menu-sec .box.box03 .img img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}
.index .news-sec {
  position: relative;
  padding: 120px 0 140px;
}
@media (max-width: 1023px) {
  .index .news-sec {
    padding: 200px 0 80px;
  }
}
.index .news-sec::before {
  content: "";
  position: absolute;
  bottom: 56px;
  left: 16px;
  width: 200px;
  height: 216px;
  background: url(/assets_recruit/images/index/index_il06.svg) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
@media (max-width: 1023px) {
  .index .news-sec::before {
    content: none;
  }
}
.index .news-sec::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 40px;
  width: 224px;
  height: 140px;
  background: url(/assets_recruit/images/index/index_il05.svg) no-repeat;
  background-position: top right;
  background-size: 100% auto;
}
@media (max-width: 1023px) {
  .index .news-sec::after {
    width: 90%;
    max-width: 326px;
    height: 90%;
    top: -8px;
    right: 0;
    left: 0;
    background: url(/assets_recruit/images/index/index_il05_sp.svg) no-repeat;
    background-position: top right;
    background-size: 100% auto;
    margin: 0 auto;
  }
}
.index .news-sec .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .index .news-sec .wrap {
    display: block;
  }
}
.index .news-sec .wrap .left-area {
  width: 180px;
}
@media (max-width: 1023px) {
  .index .news-sec .wrap .left-area {
    width: 100%;
    text-align: center;
  }
}
.index .news-sec .wrap .right-area {
  width: calc(100% - 180px);
  max-width: 895px;
}
@media (max-width: 1023px) {
  .index .news-sec .wrap .right-area {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */