@charset "UTF-8";
/* ===================================================================
 style info : トップページ
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/* リンク
----------------------------------------------------*/
.container {
  max-width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/*----------------------------------------------------
	#mainVisual
----------------------------------------------------*/
.main_visual {
  position: relative;
  height: 100vh;
  background: #003cb5;
  background: linear-gradient(to right, #003cb5 0%, #256ce1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#003cb5, endColorstr=#256ce1 ,GradientType=1 );
}
.main_visual .main_visual_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: url("../img/top/main_visual_layer.png") center center no-repeat;
  background-size: cover;
}
.main_visual .main_visual_layer img {
  max-width: none;
}
.main_visual .main_visual_layer2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: url("../img/top/main_visual_layer2.png") center center no-repeat;
  background-size: cover;
}
.main_visual .main_visual_layer2 img {
  max-width: none;
}
.main_visual .main_copy {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 414px) {
  .main_visual .main_copy {
    font-size: 12px;
    font-size: 1.2rem;
    left: 10%;
  }
}
.main_visual .main_copy1 {
  margin-bottom: 10px;
  margin-left: -10px;
}
@media (max-width: 414px) {
  .main_visual .main_copy1 img {
    width: 70%;
  }
}
.main_visual .main_copy_txt {
  display: table;
  position: relative;
  margin-bottom: 1em;
}
.main_visual .main_copy_txt .main_copy_txt__inner {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.1em 0.75em;
  background: #fff;
  color: #003cb5;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media (max-width: 414px) {
  .main_visual .main_copy_txt .main_copy_txt__inner {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top_company {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .top_company {
    margin: 50px 0 0;
  }
}
.top_company .container {
  max-width: 1720px;
  padding: 0;
}
.top_company .top_company__inner {
  position: relative;
  padding: 50px 0;
  background: #003cb5;
  background: linear-gradient(to right, #003cb5 0%, #256ce1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#003cb5, endColorstr=#256ce1 ,GradientType=1 );
}
.top_company .top_company__inner .top_company__left {
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  .top_company .top_company__inner .top_company__left {
    position: static;
  }
}
.top_company .top_company__inner .top_company__left .top_company__ttl {
  font-size: 40px;
  font-size: 4rem;
  display: inline-block;
  position: relative;
  padding: 0.25em 0.5em 0.25em 0.25em;
  background-color: #fff;
  color: #003cb5;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .top_company .top_company__inner .top_company__left .top_company__ttl {
    margin-bottom: 50px;
  }
}
.top_company .top_company__inner .top_company__left .top_company__ttl::after {
  font-size: 20px;
  font-size: 2rem;
  content: attr(data-ttl);
  position: absolute;
  bottom: -29px;
  left: 0;
  padding: 0.25em 0.5em;
  background-color: #fff;
  letter-spacing: 0.05em;
}
.top_company .top_company__inner .top_company__center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 65px;
  color: #fff;
}
@media (max-width: 1550px) {
  .top_company .top_company__inner .top_company__center {
    padding: 120px 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .top_company .top_company__inner .top_company__center {
    padding: 70px 20px;
  }
}
@media (max-width: 768px) {
  .top_company .top_company__inner .top_company__center {
    padding: 40px 20px;
  }
}
@media (max-width: 414px) {
  .top_company .top_company__inner .top_company__center {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.top_company .top_company__inner .top_company__right {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 768px) {
  .top_company .top_company__inner .top_company__right {
    position: static;
  }
}
.top_company .top_company__inner .top_company__right .top_company__btn {
  margin-right: 120px;
  margin-bottom: 0;
  text-align: right;
}
.top_company .top_company__inner .top_company__right .top_company__btn a {
  font-size: 40px;
  font-size: 4rem;
  position: relative;
  padding: 0 0.5em;
  text-decoration: none;
  color: #003cb5;
  font-weight: 900;
  background-color: #fff;
  transition: 0.5s;
}
@media not all and (min-width: 1024px) {
  .top_company .top_company__inner .top_company__right .top_company__btn a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.top_company .top_company__inner .top_company__right .top_company__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  background: url("../img/top/top_company_arrow.png") center center no-repeat, #000;
  width: 120px;
  height: 58px;
  transition: 0.5s;
}
@media not all and (min-width: 1024px) {
  .top_company .top_company__inner .top_company__right .top_company__btn a::after {
    right: -90px;
    width: 90px;
    height: 35px;
    background-size: 50px;
  }
}
.top_company .top_company__inner .top_company__right .top_company__btn a:hover {
  padding-right: 1em;
  transition: 0.5s;
}
.top_company .top_company__inner .top_company__right .top_company__btn a:hover::after {
  background-position-x: 70%;
  transition: 0.5s;
}

.top_slider {
  padding: 100px;
  background-color: #eee;
}
@media (max-width: 4768px) {
  .top_slider {
    padding: 50px;
  }
}
@media (max-width: 414px) {
  .top_slider {
    padding: 25px;
  }
}
.top_slider .top_slider__inner {
  max-width: 1620px;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top_slider .top_slider__inner {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .top_slider .top_slider__inner li {
    text-align: center;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .top_slider .top_slider__inner li a img {
    width: 50%;
    margin: 0 auto;
    padding: 25px 0;
  }
}
@media (max-width: 414px) {
  .top_slider .top_slider__inner li a img {
    width: 30%;
  }
}
@media (max-width: 375px) {
  .top_slider .top_slider__inner li a img {
    width: 26.725%;
  }
}
@media (max-width: 320px) {
  .top_slider .top_slider__inner li a img {
    width: 22.25%;
  }
}
.top_slider .top_slider__inner .slick-slide {
  margin: 0 30px;
}
.top_slider .top_slider__inner .slick-prev.slick-arrow {
  left: -50px;
  width: 50px;
  height: 100%;
  background: #043a8b;
}
@media (max-width: 414px) {
  .top_slider .top_slider__inner .slick-prev.slick-arrow {
    left: -30px;
    width: 30px;
  }
}
@media (max-width: 375px) {
  .top_slider .top_slider__inner .slick-prev.slick-arrow {
    left: -20px;
    width: 20px;
  }
}
.top_slider .top_slider__inner .slick-prev.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.top_slider .top_slider__inner .slick-next.slick-arrow {
  right: -50px;
  width: 50px;
  height: 100%;
  background: #043a8b;
}
@media (max-width: 414px) {
  .top_slider .top_slider__inner .slick-next.slick-arrow {
    right: -30px;
    width: 30px;
  }
}
@media (max-width: 375px) {
  .top_slider .top_slider__inner .slick-next.slick-arrow {
    right: -20px;
    width: 20px;
  }
}
.top_slider .top_slider__inner .slick-next.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top_service .container {
  max-width: 100%;
  padding: 0;
}
.top_service .top_service__inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}
.top_service .top_service__inner .top_service__box {
  background: #003cb5;
  background: linear-gradient(to right, #003cb5 0%, #256ce1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#003cb5, endColorstr=#256ce1 ,GradientType=1 );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(25% - 1px);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .top_service .top_service__inner .top_service__box {
    width: calc(50% - 1px);
  }
}
@media (max-width: 414px) {
  .top_service .top_service__inner .top_service__box {
    padding: 25px 0;
  }
}
.top_service .top_service__inner .top_service__box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_service .top_service__inner .top_service__box figure {
  text-align: center;
}
.top_service .top_service__inner .top_service__box figure img {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .top_service .top_service__inner .top_service__box figure img {
    width: 75px;
  }
}
.top_service .top_service__inner .top_service__box figure figcaption {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .top_service .top_service__inner .top_service__box figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 414px) {
  .top_service .top_service__inner .top_service__box figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top_news {
  margin-bottom: 200px;
  padding: 100px 0;
  background: url("../img/top/top_news_bg.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .top_news {
    margin-bottom: 150px;
  }
}
@media (max-width: 414px) {
  .top_news {
    margin-bottom: 100px;
    padding: 50px 0;
  }
}
.top_news .top_news__ttl {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  margin-bottom: 40px;
  padding-left: 1.75em;
  color: #013db6;
  letter-spacing: 0.25em;
  line-height: 1;
}
@media (max-width: 414px) {
  .top_news .top_news__ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.top_news .top_news__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 5px;
  background: #003cb5;
  background: linear-gradient(to right, #003cb5 0%, #256ce1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#003cb5, endColorstr=#256ce1 ,GradientType=1 );
}
.top_news .top_news__ttl::after {
  content: attr(data-ttl);
  position: absolute;
  bottom: 0;
  margin-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #256ce1;
  letter-spacing: 0.075em;
}
@media (max-width: 414px) {
  .top_news .top_news__ttl::after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.top_news .top_news__articles a {
  position: relative;
  text-decoration: none;
}
.top_news .top_news__articles a dl {
  display: flex;
  border-bottom: 1px solid #ddd;
  background: #fff;
  transition: 0.5s;
}
@media (max-width: 414px) {
  .top_news .top_news__articles a dl {
    display: block;
  }
}
.top_news .top_news__articles a dl dt, .top_news .top_news__articles a dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .top_news .top_news__articles a dl dt, .top_news .top_news__articles a dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px;
  }
}
@media (max-width: 414px) {
  .top_news .top_news__articles a dl dt, .top_news .top_news__articles a dl dd {
    padding: 1em;
  }
}
.top_news .top_news__articles a dl dt {
  width: 20%;
  font-weight: bold;
  color: #003cb5;
}
@media (max-width: 768px) {
  .top_news .top_news__articles a dl dt {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .top_news .top_news__articles a dl dt {
    padding-bottom: 0;
  }
}
.top_news .top_news__articles a dl dd {
  width: 80%;
  color: #434343;
}
@media (max-width: 768px) {
  .top_news .top_news__articles a dl dd {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .top_news .top_news__articles a dl dd {
    padding-top: 0;
  }
}
.top_news .top_news__articles a:hover dl {
  background: #003cb5;
}
.top_news .top_news__articles a:hover dt, .top_news .top_news__articles a:hover dd {
  color: #fff;
  transition: 0.5s;
}

.top_recruit {
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .top_recruit {
    margin-bottom: 80px;
  }
}
@media (max-width: 414px) {
  .top_recruit {
    margin-bottom: 65px;
  }
}
.top_recruit .container {
  max-width: 100%;
  padding: 0;
}
.top_recruit .top_recruit__inner {
  position: relative;
  max-width: 1770px;
  width: 100%;
  height: 500px;
  background: #ccd8f0;
}
@media (min-width: 769px) and (max-width: 1550px) {
  .top_recruit .top_recruit__inner {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .top_recruit .top_recruit__inner {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .top_recruit .top_recruit__inner {
    height: 380px;
  }
}
.top_recruit .top_recruit__inner .top_recruit__imgWrap {
  display: flex;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .top_recruit .top_recruit__inner .top_recruit__imgWrap {
    margin-bottom: 30px;
    margin-left: 50px;
  }
}
@media (max-width: 414px) {
  .top_recruit .top_recruit__inner .top_recruit__imgWrap {
    margin-left: 25px;
  }
}
.top_recruit .top_recruit__inner .top_recruit__imgWrap .top_recruit__img:nth-child(1) {
  margin-top: -100px;
  margin-right: 50px;
}
@media (max-width: 414px) {
  .top_recruit .top_recruit__inner .top_recruit__imgWrap .top_recruit__img:nth-child(1) {
    margin-top: -50px;
    margin-right: 25px;
  }
}
.top_recruit .top_recruit__inner .top_recruit__imgWrap .top_recruit__img:nth-child(2) {
  margin-top: -50px;
}
@media (max-width: 414px) {
  .top_recruit .top_recruit__inner .top_recruit__imgWrap .top_recruit__img:nth-child(2) {
    margin-top: -25px;
  }
}
.top_recruit .top_recruit__inner .top_recruit__txtbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 670px;
  height: 300px;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1550px) {
  .top_recruit .top_recruit__inner .top_recruit__txtbox {
    top: 60%;
  }
}
@media (max-width: 768px) {
  .top_recruit .top_recruit__inner .top_recruit__txtbox {
    position: static;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .top_recruit .top_recruit__inner .top_recruit__txtbox {
    margin-top: 140px;
  }
}
.top_recruit .top_recruit__inner .top_recruit__txtbox .top_recruit__ttl {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  position: relative;
  margin-bottom: 0.75em;
  padding: 1em 0 0.5em;
  color: #003cb5;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
}
.top_recruit .top_recruit__inner .top_recruit__txtbox .top_recruit__ttl::before {
  font-size: 12px;
  font-size: 1.2rem;
  content: attr(data-ttl);
  position: absolute;
  top: 5px;
  left: 0;
  color: #ccc;
  font-weight: normal;
  letter-spacing: 0.25em;
}
.top_recruit .top_recruit__inner .top_recruit__txtbox .top_recruit__ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #ccc;
}
.top_recruit .top_recruit__btn {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_recruit .top_recruit__btn {
    margin-top: 140px;
  }
}
@media (max-width: 414px) {
  .top_recruit .top_recruit__btn {
    margin-top: 30px;
  }
}
.top_recruit .top_recruit__btn a {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  width: 380px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #fff;
  text-align: center;
  background: linear-gradient(180deg, #0345ca 0%, #0345ca 50%, #003cb5 50%, #003cb5 100%);
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.6s;
}
@media (max-width: 414px) {
  .top_recruit .top_recruit__btn a {
    max-width: 240px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.top_recruit .top_recruit__btn a:hover {
  background: #fff;
  border-color: #003cb5;
  color: #003cb5;
  transition: 0.6s;
}

.top_contact {
  padding: 100px 0;
  background: #000;
}
@media (max-width: 414px) {
  .top_contact {
    padding: 50px 0;
  }
}
.top_contact .top_contact__inner p {
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.top_contact .top_contact__inner .top_recruit__btn {
  position: relative;
  z-index: 1;
}
.top_contact .top_contact__inner .top_recruit__btn a {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  width: 380px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #fff;
  text-align: center;
  background: linear-gradient(180deg, #141414 0%, #141414 50%, #000 50%, #000 100%);
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.6s;
}
@media (max-width: 414px) {
  .top_contact .top_contact__inner .top_recruit__btn a {
    max-width: 240px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.top_contact .top_contact__inner .top_recruit__btn a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
  transition: 0.6s;
}