@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　top

**********************************************************************************************/
/*---------------------------------------------
common
---------------------------------------------*/
.top_sec {
  padding: 80px 0; }
  @media (max-width: 750px) {
    .top_sec {
      padding: 12vw 0; } }

.top_sec_tit {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.8rem;
  text-align: center;
  margin: 0 0 30px; }
  @media (max-width: 750px) {
    .top_sec_tit {
      font-size: 6.1vw;
      margin: 0 0 6.6vw; } }

/*---------------------------------------------
kv
---------------------------------------------*/
.top_kv {
  background: url("../img/top/kv_img.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0; }
  @media (max-width: 750px) {
    .top_kv {
      background: url("../img/top/kv_img_sp.png") no-repeat center center;
      background-size: cover;
      padding: 10.6vw 0 36vw; } }

.top_kv_txt {
  line-height: 2;
  font-size: 1.8rem; }
  @media (max-width: 750px) {
    .top_kv_txt {
      line-height: 1.8;
      font-size: 3.73vw; } }
  .top_kv_txt p + p {
    margin: 2em 0 0; }

/*---------------------------------------------
news
---------------------------------------------*/
.top_sec-news {
  background: #fff;
  position: relative;
  padding-top: 120px; }
  @media (max-width: 750px) {
    .top_sec-news {
      padding-top: 26vw; } }
  .top_sec-news::before {
    content: "RECRUIT";
    white-space: nowrap;
    color: #0070C0;
    opacity: 0.1;
    width: 840px;
    position: absolute;
    top: -16px;
    left: calc(50% - 100px);
    font-size: 8.9rem;
    line-height: 1;
    transform: translateX(-50%); }
    @media (max-width: 750px) {
      .top_sec-news::before {
        width: 100%;
        left: 0;
        font-size: 16vw;
        top: -3vw;
        transform: none; } }

.video-category {
    background: #0070C0;
    color: #fff;
    border-radius: 10px;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    width: fit-content;
    padding: 0 1rem;
}
@media (min-width: 751px) {
	.top_newsList {
  		display: flex;
		justify-content: space-between; 
	}
}
@media (max-width: 750px) {
	.top_newsList {
		display: block; 
	}
}
@media (min-width: 751px) {
  .top_newsList li {
    width: 28%; }
}
@media (max-width: 750px) {
	.top_newsList li {
		width: 100%; }
	.top_newsList li:not(:last-child) {
		margin: 0 0 13vw; }
}
  .top_newsList a {
    display: block; }

.top_newsList_img {
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .top_newsList_img {
      margin: 0 0 2.6vw; } }
  .top_newsList_img img {
    width: 100%; }

.top_newsList_time {
  color: #9C9D9D;
  display: block;
  margin: 0 0 5px; }
  @media (max-width: 750px) {
    .top_newsList_time {
      margin: 0 0 2.6vw; } }

.top_newsList_tit {
  color: #0070C0;
  font-size: 1.9rem;
  line-height: 1.3;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .top_newsList_tit {
      font-size: 4.2vw;
      margin: 0 0 2.6vw; } }

/*---------------------------------------------
recruit
---------------------------------------------*/
.top_sec-recruit {
  background: url("../img/top/top_bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 22vw;
  margin: 0 0 -34vw; }
  @media (max-width: 1024px) {
    .top_sec-recruit {
      padding-bottom: 120px;
      margin: 0 0 -240px; } }
  @media (max-width: 750px) {
    .top_sec-recruit {
      padding-bottom: 40vw;
      margin: 0 0 -40vw; } }

.top_recuritList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .top_recuritList {
      display: block; } }
  .top_recuritList li {
    background: #fff;
    width: 48%;
    margin: 0 0 30px;
    border: 1px solid #0070C0;
    border-radius: 10px; }

.top_recuritList li:nth-child(3),
.top_recuritList li:nth-child(4),
.top_recuritList li:nth-child(5) {
	width: 31%;
}

    @media (max-width: 750px) {
      .top_recuritList li {
        width: 100%;
        margin: 0 0 5.3vw; }
		.top_recuritList li:nth-child(3),
		.top_recuritList li:nth-child(4),
		.top_recuritList li:nth-child(5) {
			width: 100%;
		}

}
  .top_recuritList a {
    padding: 20px;
    display: block; }
    @media (max-width: 750px) {
      .top_recuritList a {
        padding: 5.3vw; } }

.top_recuritList_img {
	width: 100%;
  height: 210px;
  margin: 0 0 15px; }

.top_recuritList li:first-child .top_recuritList_img {
	background-color: #f2f8fc;
}

.top_recuritList li:nth-child(3) .top_recuritList_img,
.top_recuritList li:nth-child(4) .top_recuritList_img,
.top_recuritList li:nth-child(5) .top_recuritList_img {
	height: 128px;
}

  @media (max-width: 750px) {
    .top_recuritList_img {
	height: 46.4vw;
      margin: 0 0 4vw; }
	  .top_recuritList li:nth-child(3) .top_recuritList_img,
	  .top_recuritList li:nth-child(4) .top_recuritList_img,
	  .top_recuritList li:nth-child(5) .top_recuritList_img {
		  height: 46.4vw;
	  }
}

.top_recuritList_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.top_recuritList_tit {
	display: flex;
	justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: #0070C0;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-size: 2.7rem;
  font-family: 'Noto Serif JP', serif; }

.top_recuritList li:nth-child(3) .top_recuritList_tit,
.top_recuritList li:nth-child(4) .top_recuritList_tit,
.top_recuritList li:nth-child(5) .top_recuritList_tit {
	height: 81px;
}

.top_recuritList_tit img {
	display: block;
	width: 28px;
}

  @media (max-width: 750px) {
    .top_recuritList_tit {
      font-size: 5.3vw;
	  column-gap: 1.6vw; }
	  
	  .top_recuritList li:nth-child(3) .top_recuritList_tit,
	  .top_recuritList li:nth-child(4) .top_recuritList_tit,
	  .top_recuritList li:nth-child(5) .top_recuritList_tit {
		  height: auto;
	  }
	  
	  .top_recuritList_tit img {
		  width: 5.6vw;
	  }
}

.top_recuritList_flex {
  width: 100% !important; }
  .top_recuritList_flex a {
    display: flex;
    position: relative;
    align-items: center; }
    @media (max-width: 750px) {
      .top_recuritList_flex a {
        display: block; } }
  .top_recuritList_flex .top_recuritList_img {
    width: 50%;
    margin: 0; }
    @media (max-width: 750px) {
      .top_recuritList_flex .top_recuritList_img {
        width: 100%;
        margin: 0 0 4vw; } }
  .top_recuritList_flex .top_recuritList_tit {
    width: 50%; }
    @media (max-width: 750px) {
      .top_recuritList_flex .top_recuritList_tit {
        width: 100%;
        padding: 15vw 0; } }

.top_recuritList_copy {
  position: absolute;
  color: #0070C0;
  opacity: 0.05;
  text-align: right;
  font-size: 9.5rem;
  line-height: 1.75;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500; }
  @media (max-width: 750px) {
    .top_recuritList_copy {
      font-size: 16vw;
      transform: none; } }

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

@media (max-width: 750px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}