@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


#recruit #l-main * {
  box-sizing: border-box;
}
#recruit #l-main img {
  max-width: 100%;
  height: auto;
}

#recruit #l-main a:hover,
#recruit #l-main a:focus,
#recruit #l-main button:hover,
#recruit #l-main button:focus {
  text-decoration: none;
}
  
#recruit #l-main a:focus-visible,
#recruit #l-main button:focus-visible {
  outline: 3px solid black;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .pc {
    display: none;
  }
}


.nav-breadcrumb li a:hover,
.nav-breadcrumb li a:focus {
  color: black !important;
}

.wrp-rec-label{
  display: flex;
  align-items: center;
  padding: 20px 50px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .wrp-rec-label{
    margin-top: 70px;
    padding: 15px 15px;
  }
}

.ttl-rec-label{
  font-size: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .ttl-rec-label{
    font-size: 16px;
    white-space: nowrap;
  }
}

.ttl-rec-label-en{
  position: relative;
  align-content: center;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid;
  font-size: 18px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .ttl-rec-label-en{
    font-size: 14px;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #l-main {
    padding-top: 70px;
  }
}

.rec-index_mv {
  width: 100%;
  height: 870px;
  background-image: url(/resource/img/recruit/mainvisual_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-left: 212px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_mv {
    height: 500px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv {
    height: auto;
    padding-left: 0;
    padding-bottom: 40px;
  }
}

.rec-index_mv_media video {
  max-width: 1708px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_media {

  }
}

.rec-index_mv_title {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_mv_title {
    zoom: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .rec-index_mv_title {
    zoom: 60%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_title {
    position: relative;
    margin-right: auto;
    padding-right: 40px;
    margin-top: -100px;
    z-index: 1;
  }
}

.rec-index_mv_title_label {
  background-color: #0073C3;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 10px 50px;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  box-shadow: 4px 4px 4px rgba(0,0,0,16%);
  display: inline-block;
  transform: translateY(50%);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_title_label {
    font-size: 18px;
    padding: 5px 30px;
  }
}

.rec-index_mv_title_content {
  background-color: #fff;
  border-radius: 0 8px 0 0;
  padding: 70px 50px 50px;
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_title_content {
    padding: 40px 20px 30px;
    line-height: 1.4;
  }
}

.rec-index_mv_title_content_main {
  font-size: 56px;
  font-weight: 600;
  color: #0073C3;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_title_content_main {
    font-size: 36px;
  }
}

.rec-index_mv_title_content_sub {
  color: #4F6781;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_title_content_sub {
    font-size: 16px;
    padding-top: 15px;
  }
}

.rec-index_mv_btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_mv_btn {
    zoom: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .rec-index_mv_btn {
    zoom: 60%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_btn {
    position: static;
    align-items: center;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rec-index_mv_btn_item {
  background-color: #0073C3;
  color: #fff;
  font-weight: 600;
  padding: 28px 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  font-size: 20px;
  box-shadow: 4px 4px 4px rgba(0,0,0,16%);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_btn_item {
    font-size: 17px;
    padding: 20px 20px;
    width: 100%;
  }
}
.rec-index_mv_btn_item:hover {
  color: #fff;
  background-color: #1f8ad6;
  text-decoration: none;
}
.rec-index_mv_btn_item:focus,
.rec-index_mv_btn_item:focus-visible{
  color: #fff;
  text-decoration: none;
  outline: 3px solid #fff;
}
.rec-index_mv_btn_item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  color: #0073C3;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mv_btn_item .icon {
    width: 30px;
    height: 30px;
  }
}

.rec-container {
  max-width: calc(1400px + 48px + 48px);
  margin-inline: auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rec-containerNarrow {
  max-width: calc(1180px + 48px + 48px);
  margin-inline: auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-containerNarrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rec-index_news {
  background-color: #4F6781;
  color: #fff;
  padding-block: 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news {

  }
}

.rec-index_news_container {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.rec-index_news_head {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news_head {
    gap: 16px;
  }
}

.rec-index_news_head_title {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news_head_title {
    font-size: 22px;
  }
}

.rec-index_news_head_title::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.rec-index_news_head_date {
  font-weight: 300;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news_head_date {
    font-size: 16px;
  }
}

.rec-index_news_name a {
  color: #fff;
  font-size: 18px;
}
.rec-index_news_name a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news_name a {
    font-size: 16px;

  }
}

.rec-index_news_name .icon {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 24px;
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_news_name .icon {
    font-size: 18px;
    margin-left: 5px;
  }
}


.rec-index_mainNav {
  background-color: #EFF9FF;
  padding-block: 120px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav {
    padding-block: 64px;
  }
}

.rec-index_mainNav_container {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_container {
    flex-direction: column;
  }
}

.rec-index_mainNav_item {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_mainNav_item {
    padding: 28px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_item {
    padding: 20px;
  }
}

.rec-hover-target:hover .rec-hover-image {
  scale: 1.1;
}
.rec-hover-image {
  transition: scale .4s ease;
}

.rec-index_mainNav_item + .rec-index_mainNav_item {
  margin-left: -1px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_item + .rec-index_mainNav_item {
    margin-left: 0px;
    margin-top: -1px;

  }
}

.rec-index_mainNav_image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_image {
    margin-bottom: 16px;
  }
}
.rec-index_mainNav_image img {
  transition: scale .4s ease;
}

.rec-index_mainNav_content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_content {
    gap: 8px;
  }
}

.rec-index_mainNav_title {
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_title {

  }
}

.rec-index_mainNav_title_main {
  font-size: 32px;
  font-weight: 600;
  color: #0073C3;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_mainNav_title_main {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_title_main {
    font-size: 18px;
  }
}

.rec-index_mainNav_title_sub {
  font-weight: 500;
  color: #707070;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_title_sub {
    font-size: 12px;
  }
}

.rec-index_mainNav_content .icon {
  font-size: 40px;
  width: 82px;
  height: 82px;
  background-color: #0073C3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_mainNav_content .icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_mainNav_content .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;

  }
}


.rec-index_interview {
  background-color: #F7F7F7;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_interview {
    padding-bottom: 64px;
  }
}

.rec-index_interview_head {
  background-image: url('/resource/img/recruit/interview_bg.jpg');
  height: 600px;
  text-align: center;
  color: #fff;
  padding-top: 200px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_interview_head {
    background-image: url('/resource/img/recruit/interview_bg-sp.jpg');
    background-size: cover;
    background-position: center center;
    height: 428px;
    padding-top: 160px;
  }
}

.rec-index_interview_head_title {
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_interview_head_title {
    font-size: 24px;
  }
}

.rec-index_interview_head_sub {
  font-size: 32px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_interview_head_sub {
    font-size: 16px;
  }
}


.rec-interview_slider {
  margin-top: -200px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_slider {
    margin-top: -160px;
  }
}

.rec-interview_slider .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 54px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_slider .splide__arrows {
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.rec-interview_slider .splide__arrow {
  position: relative;
}
.rec-interview_slider .splide__arrow .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0073C3;
  font-size: 24px;
  color: #0073C3;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_slider .splide__arrow .icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.rec-interview_slider .splide__pagination {
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
}
.rec-interview_slider .splide__pagination__page {
  background-color: #D9D9D9;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50% !important;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_slider .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}
.rec-interview_slider .splide__pagination__page.is-active {
  background-color: #0073C3;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
}

.rec-interview_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .rec-interview_list {
    gap: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_list {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 56px;
    padding-top: 40px;
  }
}

.rec-interview_item {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .rec-interview_item {
    padding: 24px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_item {
    padding: 18px;
  }
}

.rec-interview_image {
  border-radius: 8px;
  overflow: hidden;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_image {

  }
}

.rec-interview_label {
  border-radius: 4px;
  background-color: #0073C3;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  margin-left: 24px;
  transform: translateY(-50%);
  align-self: flex-start;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_label {
    margin-left: 16px;
  }
}

.rec-interview_title {
  padding-inline: 24px;
  color: #000;
  font-size: clamp(16px, 1.35vw, 26px);
  line-height: 1.7;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_title {
    padding-inline: 16px;
    font-weight: 400;
  }
}

.rec-interview_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_foot {
    margin-top: 24px;
  }
}

.rec-interview_foot_meta {
  display: flex;
  padding-inline: 24px;
  font-size: 20px;
  color: #000;
  font-size: clamp(14px, 1.35vw, 20px);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_foot_meta {
    padding-inline: 16px;
    font-size: 14px;
  }
}

.rec-interview_foot_meta_name {
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_foot_meta_name {

  }
}

.rec-interview_foot_meta_year {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_foot_meta_year {

  }
}

.rec-interview_foot_arrow {
  width: 40px;
  height: 40px;
  background-color: #0073C3;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_foot_arrow {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}


.rec-btn {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.rec-btn_item {
  background-color: #fff;
  color: #333333;
  border: 1px solid #0073C3;
  font-size: 24px;
  font-weight: 600;
  height: 100px;
  width: 480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 30px;
  border-radius: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-btn_item {
    font-size: 16px;
    height: 80px;
    width: 100%;
    padding-left: 28px;
    padding-right: 20px;
    border-radius: 40px;
  }
}
.rec-btn_item:hover, .rec-btn_item:focus {
  color: #333 !important;
}

.rec-btn_item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0073C3;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-btn_item .icon {
    width: 32px;
    height: 32px;
  }
}


.rec-index_subNav {
  background-color: #fff;
  padding-block: 80px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav {
    padding-block: 64px;
  }
}

.rec-index_subNav_container {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_container {
    flex-direction: column;
  }
}

.rec-index_subNav_item {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_subNav_item {
    padding: 28px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_item {
    display: flex;
    padding: 20px;
    align-items: center;
  }
}

.rec-index_subNav_item + .rec-index_subNav_item {
  margin-left: -1px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_item + .rec-index_subNav_item {
    margin-left: 0;
    margin-top: -1px;
  }
}

.rec-index_subNav_image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_image {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 16px;
    flex: 0 0 auto;
  }
  .rec-index_subNav_image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}

.rec-index_subNav_content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_content {
    width: 100%;
    align-items: center;
  }
}

.rec-index_subNav_title {
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_title {

  }
}

.rec-index_subNav_title_main {
  font-size: 32px;
  font-weight: 600;
  color: #0073C3;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_subNav_title_main {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_title_main {
    font-size: 18px;
  }
}

.rec-index_subNav_title_sub {
  font-weight: 500;
  color: #707070;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_title_sub {
    font-size: 12px;
  }
}

.rec-index_subNav_content .icon {
  font-size: 40px;
  width: 66px;
  height: 66px;
  background-color: #0073C3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_subNav_content .icon {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_subNav_content .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;

  }
}

.rec-index_internship {
  background-color: #4F6781;
  padding-block: 80px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship {

  }
}

.rec-index_internship_content {
  background-color: #fff;
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  padding: 40px;
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_internship_content {
    gap: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_content {
    padding: 20px;
    gap: 18px;
    flex-direction: column;
  }
}

.rec-index_internship_image {
  border-radius: 8px;
  overflow: hidden;
  max-width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_internship_image {
    width: 40%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_image {

  }
}

.rec-index_internship_image img {
  border-radius: 8px;
}

.rec-index_internship_main {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_main {

  }
}

.rec-index_internship_main_main {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_main_main {

  }
}

.rec-index_internship_title {
  color: #0073C3;
  font-size: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_title {
    font-size: 18px;
  }
}

.rec-index_internship_sub {
  font-family: Poppins, sans-serif;
  color: #707070;
  font-weight: 500;
  margin-top: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_sub {
    font-size: 12px;
    margin-top: 0;

  }
}

.rec-index_internship_lead {
  color: #000;
  margin-top: 24px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_lead {
    font-size: 15px;
    margin-top: 8px;
  }
}

.rec-index_internship_main_arrow {
  width: 82px;
  height: 82px;
  background-color: #0073C3;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_internship_main_arrow {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_internship_main_arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.rec-index_internship_main_arrow .icon {
  margin-right: -.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
.rec-index_internship_main_arrow .icon {
  margin-right: -.2rem;
  }
}

.rec-index_highschool {
  background-image: url('/resource/img/recruit/highschool_bg.jpg');
  background-size: cover;
  background-position: center;
  padding-block: 160px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_highschool {
    background-image: url('/resource/img/recruit/highschool_bg-sp.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 240px;
    padding-bottom: 50px;
  }
}

.rec-index_highschool_main {
  background-color: #0073C3;
  color: #fff;
  padding: 80px 110px;
  display: inline-flex;
  gap: 48px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_highschool_main {
    padding: 32px 30px;
    width: 100%;
  }
}
.rec-index_highschool_main:hover {
  background-color: #1f8bd8;
  color: #fff;
}
.rec-index_highschool_main:focus,
.rec-index_highschool_main:focus-visible{
  color: #fff;
  text-decoration: none;
  outline: 3px solid #fff;
}

.rec-index_highschool_text {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_highschool_text {

  }
}

.rec-index_highschool_title {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_highschool_title {
    font-size: 18px;
  }
}

.rec-index_highschool_sub {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_highschool_sub {
    font-size: 12px;
  }
}

.rec-index_highschool_arrow {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #0073C3;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_highschool_arrow {
  width: 40px;
  height: 40px;
    font-size: 20px;
  }
}

.rec-index_closing {
  background-image: url('/resource/img/recruit/closing_bg.jpg');
  background-position: center center;
  height: 1000px;
  color: #fff;
  text-align: center;
    background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_closing {
    height: 800px;
    background-position: 80% center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_closing {
    background-image: url('/resource/img/recruit/closing_bg-sp.jpg');
    height: 480px;
    background-position: center center;
    background-size: cover;
  }
}

.rec-index_closing_title {
  font-size: 60px;
  font-weight: 600;
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_closing_title {
    padding-top: 100px;
    font-size: 48px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_closing_title {
    font-size: 26px;
    padding-top: 80px;
  }
}

.rec-index_closing_sub {
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_closing_sub {
    font-size: 12px;

  }
}

.rec-index_information {
  background-color: #4F6781;
  padding: 80px 110px;
  margin-top: -280px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-index_information {
    padding: 40px 80px;
    margin-top: -380px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information {
    margin-top: -200px;
    padding: 40px 20px;
  }
}

.rec-index_information_title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information_title {
    font-size: 24px;
  }
}

.rec-index_information_sub {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information_sub {

    font-size: 16px;
  }
}

.rec-index_information_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .rec-index_information_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rec-index_information_item {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000;
  padding-block: 56px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information_item {
    flex-direction: row;
    text-align: left;
    padding: 20px;
  }
}
.rec-index_information_item:hover {
  color: #000 !important;
  opacity: 0.8;
}

.rec-index_information_item_text {
  font-size: 20px;
  font-weight: 600;
  flex-grow: 1; /* ← 高さをそろえるためのポイント */
  display: flex;
  align-items: center; /* テキストを中央に */
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information_item_text {
    font-size: 16px;

  }
}

.rec-index_information_item_icon {
  width: 32px;
  height: 32px;
  background-color: #0073C3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 24px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-index_information_item_icon {
    margin-top: 0;
  }
}

.rec-pageheader {
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader {

  }
}

.rec-pageheader_bg {
  height: 620px;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_bg {
    height: 320px;
  }
}

.rec-pageheader_bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_bg img {
  }
}

.rec-pageheader_container {
  margin-bottom: 56px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_container {
  }
}

@media only screen and (min-width: 1201px){
  .rec-pageheader_container--interview {
    background: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 60%,
      #4f6781 60%,
      #4f6781 100%
    );
  }
}

.rec-pageheader_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1420px;
  margin: 0 auto;

}
@media only screen and (max-width: 1200px) {
  .rec-pageheader_inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_inner {
    padding-left: 20px;
  }
}


.rec-pageheader_title {
  line-height: 1;
  width: 55%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 20px 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .rec-pageheader_title {
    width: 80%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title {
    width: 100%;
    padding: 20px 20px 20px 0;
  }
}

.rec-pageheader_title::after {
  content: '';
  width: calc(100% * 3);
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(calc(-100% + 1px));
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title::after {
    height: 40px;
    width: 100%;
    left: -20px;
  }
}

.rec-pageheader_title_main {
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 154px;
  position: relative;
  z-index: 1;
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .rec-pageheader_title_main {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title_main {
    font-size: 24px;
    padding-left: 10px;
    gap: 12px;
    transform: translateY(10px);
  }
}

.rec-pageheader_title_main::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #0073C3;
  border-radius: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title_main::before {
    width: 8px;
    height: 8px;
  }
}

.rec-pageheader_title_sub {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 140px;
  color: #EFF9FF;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1400px){
  .rec-pageheader_title_sub {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title_sub {
    font-size: 64px;
  }
}
.rec-pageheader_container--interview .rec-pageheader_title_sub {
  top: 30%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_container--interview .rec-pageheader_title_sub {
    top: 0;
  }
}

.rec-pageheader_interviewProf {
  width: 45%;
  background-color: #4f6781;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
  padding: 64px 0;
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .rec-pageheader_interviewProf {
    margin-left: auto;
    width: 80%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_interviewProf {
    width: 100%;
    padding: 40px 20px;
    margin-top: 20px;
  }
}

.rec-pageheader_interviewProf_image {
  width: 100px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_interviewProf_image {

  }
}

.rec-pageheader_interviewProf_info {
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_interviewProf_info {

  }
}

.rec-pageheader_interviewProf_name {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_interviewProf_name {
    font-size: 26px;
  }
}

.rec-pageheader_interviewProf_div {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_interviewProf_div {
    font-size: 16px;
  }
}

.rec-pageheader_interviewProf_year {
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_interviewProf_year {

  }
}

.rec-message_box {
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 8%);
  margin-bottom: 120px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box {
  }
}

.rec-message_box_copy {
  font-size: 40px;
  position: relative;
  background-image: url('/resource/img/recruit/message/copy_bg.png');
  background-position: center center;
  background-size: cover;
  color: #0073C3;
  padding: 100px 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-message_box_copy {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_copy {
    font-size: 22px;
    background-image: url('/resource/img/recruit/message/copy_bg-sp.png');
    padding: 40px 20px;
  }
}

.rec-message_box_copy::before {
  content: '';
  width: 120px;
  height: 4px;
  background-color: #0073C3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_copy::before {
    height: 2px;
    width: 80px;
  }
}

.rec-message_box_content {
  padding: 40px 40px 120px;
  max-width: calc(980px + 80px);
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_content {
     padding: 8px 20px 56px;
  }
}

.rec-message_box_section {
  margin-top: 48px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_section {

  }
}

.rec-message_box_heading {
  font-weight: 600;
  color: #0073C3;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_heading {
  gap: 8px;
  }
}

.rec-message_box_heading::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #0073C3;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: .8rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_heading::before {
    width: 8px;
    height: 8px;
  }
}

.rec-message_box_body {
  font-size: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_body {

  }
}

.rec-message_box_position {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  margin-top: 80px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_position {
    font-size: 15px;
   margin-top: 24px;
  }
}

.rec-message_box_name {
  text-align: right;
  margin-top: 24px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-message_box_name {
  }
  .rec-message_box_name img {
    height: 48px !important;
    width: auto;
  }
}

.rec-pageheader_title_mainLabel {
  display: flex;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 24px;
  padding-left: 154px;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title_mainLabel {
    padding-left: 0;
    font-size: 16px;
    padding-top: 20px;
  }
}

.rec-pageheader_title_mainLabel::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0073C3;
  border-radius: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title_mainLabel::before {
    width: 8px;
    height: 8px;
  }
}

.rec-pageheader_title_catch {
  font-size: 40px;
  font-weight: 400;
  padding-left: 154px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheader_title_catch {
    padding-left: 0;
    font-size: 25px;
  }
}

.rec-interview_lead {
  max-width: 924px;
  margin: 80px auto 122px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
.rec-interview_lead {
    margin: 48px auto 64px;
    font-size: 15px;
  }
}

.rec-interview_reason {
  background-color: #EFF9FF;
  border: 1px solid #0073C3;
  padding: 82px 140px 64px;
  margin-bottom: 120px;
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-interview_reason {
    padding: 72px 60px 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_reason {
    padding: 56px 20px 32px;
    margin-bottom: 64px;

  }
}

.rec-interview_reason_title {
  font-size: 24px;
  font-weight: 600;
  height: 84px;
  background-color: #0073C3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 48px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 42px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rec-interview_reason_title {

  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_reason_title {
    width: 90%;
    font-size: 16px;
    padding: 0 10px;
    height: 64px;
  }
}

.rec-interview_reason_body {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_reason_body {

  }
}

.rec-interview_chapter +  .rec-interview_chapter {
  margin-top: 120px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter +  .rec-interview_chapter {
    margin-top: 64px;
  }
}

.rec-interview_chapter_head {
  height: 436px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 0 80px;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_head {
    padding: 0 40px;
    height: 332px;
  }
}

.rec-interview_chapter_head_bg {
  position: absolute;
  inset: 0;          /* top/right/bottom/left:0 の省略記法 */
  overflow: hidden;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_head_bg {

  }
}

.rec-interview_chapter_head_bg picture,
.rec-interview_chapter_head_bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover; /* 画像をトリミングして全面表示 */
  display: block;
}

.rec-interview_chapter_head_label {
  position: relative;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  padding: 1rem 4rem;
  background-color: #0073C3;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_head_label {
    margin-bottom: 24px;
    margin-top: 40px;
  }
}

.rec-interview_chapter_head_title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_head_title {
    font-size: 24px;
  }
}

.rec-interview_chapter_head_category {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_head_category {
    font-size: 18px;
  }
}

.rec-interview_chapter_content {
  padding-top: 100px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_content {
    padding-top: 56px;
  }
}

.rec-interview_chapter_item {
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .rec-interview_chapter_item {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_item {
    gap: 24px;
    margin-bottom: 56px;
  }
}


.rec-interview_chapter_image {
  width: 51%;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .rec-interview_chapter_image {
    width: 80%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_image {
    width: 100%;
  }
}


.rec-interview_chapter_text {
  padding-left: 90px;
  width: 49%;
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .rec-interview_chapter_text {
    padding-left: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_text {
    width: 100%;
  }
}

.rec-interview_chapter_text_title {
  font-size: 24px;
  font-weight: 600;
  color: #0073C3;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_text_title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.rec-interview_chapter_text_body {
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_text_body {
    
  }
}



.rec-interview_chapter_item--reverse .rec-interview_chapter_text {
  order: 2;
  padding-right: 90px;
  padding-left: 0;
}
.rec-interview_chapter_item--reverse .rec-interview_chapter_image {
  order: 1;
}
@media only screen and (max-width: 1000px) {
  .rec-interview_chapter_item--reverse .rec-interview_chapter_text {
    order: 1;
    padding-right: 0;
  }
  .rec-interview_chapter_item--reverse .rec-interview_chapter_image {
    order: 2;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_item--reverse .rec-interview_chapter_text {
  }
  .rec-interview_chapter_item--reverse .rec-interview_chapter_image {
  }
}

.rec-interview_chapter_keyword {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 56px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_keyword {
    padding: 32px 20px;
  }
}

.rec-interview_chapter_keyword_title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 27px;
  color: #0073C3;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_keyword_title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .rec-interview_chapter_keyword_title img {
    width: 30px;
    height: 30px;
  }
}

.rec-interview_chapter_keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_keyword_list {
    gap: 8px;
  }
}

.rec-interview_chapter_keyword_item {
  padding: .3rem 2rem;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_keyword_item {
    padding: .3rem 1rem;
  }
}


.rec-interview_chapter_message {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message {

  }
}

.rec-interview_chapter_message_container {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message_container {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

.rec-interview_chapter_message_image {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message_image {

  }
}

.rec-interview_chapter_message_box {
  max-width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 100px 140px;
  margin-top: -120px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .rec-interview_chapter_message_box {
    padding: 50px 70px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message_box {
    padding: 40px 20px;
    gap: 40px;
    margin-top: 0;
    border-radius: 0;
  }
}

.rec-interview_chapter_message_box_item {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message_box_item {

  }
}

.rec-interview_chapter_message_box_title {
  font-size: 24px;
  color: #0073C3;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message_box_title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.rec-interview_chapter_message_box_body {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-interview_chapter_message_box_body {
    font-size: 15px;
  }
}

.rec-pageheaderStd {
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd {
  }
}

.rec-pageheaderStd_bg {
  height: 432px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd_bg {
    height: 320px;

  }
}

.rec-pageheaderStd img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd img {
  }
}

.rec-pageheaderStd_container {
  max-width: 1496px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd_container {

  }
}

.rec-pageheaderStd_title {
  height: 168px;
  padding-left: 64px;
  padding-right: 160px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: -168px;
  background-color: #fff;
  border-left: 4px solid #0073C3;
  gap: 4px;
  font-weight: 400;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd_title {
    border-left: 0;
    padding-left: 20px;
    padding-right: 100px;
    height: 120px;
    margin-top: calc(-120px + 1px);

  }
}

.rec-pageheaderStd_title_main {
  color: #0073C3;
  font-size: 56px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd_title_main {
    font-size: 32px;
  }
}

.rec-pageheaderStd_title_sub {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd_title_sub {
    font-size: 16px;
  }
}

.rec-pageheaderStd_title_sub::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0073C3;
  border-radius: 50%;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderStd_title_sub::before {

  }
}

.rec-section {
  margin-top: 160px;
  margin-bottom: 80px;
}
.rec-section + .rec-section {
  margin-top: 120px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-section {
    margin-top: 80px;
  }
  .rec-section + .rec-section {
    margin-top: 80px;
  }
}

.rec-heading {
  padding-left: 32px;
  position: relative;
  margin-bottom: 64px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-heading {
    padding-left: 20px;
    margin-bottom: 32px;
  }
}

.rec-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #0073C3;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-heading::before {
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
}

.rec-heading_main {
  font-size: 40px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-heading_main {
    font-size: 24px;
  }
}

.rec-heading_sub {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #949494;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-heading_sub {
    font-size: 15px;
  }
}

.rec-heading_sub::before {
  content: '';
  width: 80px;
  height: 1px;
  flex: 0 0 auto;
  background-color: #949494;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-heading_sub::before {
    width: 40px;
  }
}

.rec-text {
  font-size: 18px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-text {
    font-size: 16px;
  }
}

.rec-subheading {
  font-size: 24px;
  font-weight: 600;
  color: #0073C3;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-subheading {
    font-size: 18px;
    gap: 8px;
    margin-bottom: 24px;
    margin-top: 32px;
  }
}


.rec-subheading::before {
  content: '';
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background-color: #0073C3;
  border-radius: 50%;
  margin-top: 1rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-subheading::before {
    width: 10px;
    height: 10px;
    margin-top: 0.8rem;
  }
}

.rec-table {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-table {
    display: block;
    width: 100%;
  }
}

.rec-table_tbody {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-table_tbody {
    display: block;
    width: 100%;
  }
}

.rec-table_row {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-table_row {
    display: block;
    width: 100%;
  }
}

.rec-table_head {
  width: 240px;
  background-color: #0073C3;
  color: #fff;
  padding: 24px;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-table_head {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    border: 0;
  }
}

.rec-table_data {
  padding: 24px;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-table_data {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}


.rec-workplace_number {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .rec-workplace_number {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_number {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
}

.rec-workplace_number_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #D9D9D9;
  padding: 56px 24px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_number_item {
    padding: 32px;
  }
}

.rec-workplace_number_title {
  font-size: 24px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_number_title {
    font-size: 18px;
  }
}

.rec-workplace_number_sub {
  color: #0073C3;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_number_sub {

  }
}

.rec-workplace_number_val {
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_number_val {
  }
}

.rec-workplace_number_desc {
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_number_desc {
    font-size: 14px;
  }
}


.rec-workplace_kurumin {
  margin-top: 64px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin {
  }
}

.rec-workplace_kurumin_head {
  background-color: #4F6781;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin_head {
    margin-top: 48px;
    font-size: 24px;
  }
}

.rec-workplace_kurumin_content {
  border: 1px solid #D9D9D9;
  border-top: 0;
  padding: 80px;
  display: flex;
  gap: 60px;
  background-color: #F7F7F7;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .rec-workplace_kurumin_content {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin_content {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.rec-workplace_kurumin_text {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin_text {
  }
}

.rec-workplace_kurumin_text_title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin_text_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
}

.rec-workplace_kurumin_text_body {
  font-size: 20px;
  color: #333;
  line-height: 2;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin_text_body {
    font-size: 15px;
    line-height: 1.8;
  }
}

.rec-workplace_kurumin_image {
  background-color: #fff;
  border: 1px solid #B5B5B5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 260px;
  flex: 0 0 auto;
}
.rec-workplace_kurumin_image img {
  width: 208px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-workplace_kurumin_image {
    width: 100%;
  }
  .rec-workplace_kurumin_image img {
    width: 175px;
  }
}

.rec-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-col {
  }
}

.rec-col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.rec-col-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rec-col_item {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-col_item {
    font-size: 15px;
  }
}

.rec-development_training {
  background-color: #F7F7F7;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 56px 80px;
  margin-top: 80px;

}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .rec-development_training {
    padding: 32px 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training {
    margin-top: 32px;
  }
}

.rec-development_training_title {
  font-size: 27px;
  color: #0073C3;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.rec-development_training_col {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training_col {
    flex-direction: column;
    gap: 0;
  }
}

.rec-development_training_col_item {
  flex: 1;
  font-size: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training_col_item {
  }
}

.rec-development_training_col_content {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training_col_content {
  }
}

.rec-development_training_col_content::before {
  content: '・';

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training_col_content::before {
  }
}

.rec-development_training_col_etc {
  text-align: right;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_training_col_etc {
  }
}

.rec-development_calendar {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 112px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar {
    margin-top: 56px;
    gap: 48px;
    margin-bottom: 32px;
  }
}

.rec-development_calendar_item {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_item {
  }
}

.rec-development_calendar_month {
  background-color: #0073C3;
  color: #fff;
  padding: 16px 56px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_month {
    padding: 12px 24px;
  }
}

.rec-development_calendar_month_ja {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_month_ja {
  }
}

.rec-development_calendar_month_ja_num {
  font-size: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_month_ja_num {
    font-size: 24px;
  }
}

.rec-development_calendar_month_ja_unit {
  font-size: 20px;
  font-size: 14px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_month_ja_unit {
  }
}

.rec-development_calendar_month_en {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_month_en {
    font-size: 14px;
  }
}

.rec-development_calendar_month_en::before {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_month_en::before {
  }
}

.rec-development_calendar_data {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 80px 56px 56px;
  margin-top: -40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_data {
    padding: 56px 20px 32px;
    margin-top: -30px;
  }
}

.rec-development_calendar_set + .rec-development_calendar_set {
  margin-top: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_set + .rec-development_calendar_set {
    margin-top: 24px;
  }
}

.rec-development_calendar_set_title {
  color: #4F6781;
  font-size: 18px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_set_title {
    font-size: 16px;
  }
}

.rec-development_calendar_set_body {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-development_calendar_set_body {
    font-size: 15px;
  }
}

.rec-pagenav {
  display: flex;
  background-color: #F7F7F7;
  padding: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pagenav {
    border-radius: 16px;
    padding: 24px 20px;
    flex-direction: column;
  }
}

.rec-pagenav_item {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .rec-pagenav_item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pagenav_item {
    font-size: 18px;
    flex-direction: column;
    width: 100%;
  }
}

.rec-pagenav_item + .rec-pagenav_item:before {
  display: inline-block;
  content: '';
  height: 24px;
  width: 2px;
  background-color: #D9D9D9;
  margin-inline: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .rec-pagenav_item + .rec-pagenav_item:before {
    margin-inline: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pagenav_item + .rec-pagenav_item:before {
    width: 100%;
    height: 1px;
    margin-block: 16px;
  }
}

.rec-pagenav_anchor {
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pagenav_anchor {
    width: 100%;
    justify-content: space-between;
    
  }
}

.rec-pagenav_anchor .icon {
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0073C3;
  color: #fff;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pagenav_anchor .icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}


.rec-faq_content {
  border-top: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content {
    
  }
}

.rec-faq_content_item {
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_item {
    
  }
}

.rec-faq_content_q {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_q {
    
  }
}

.rec-faq_content_q_title {
  color: #0075C2;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 16px;
  padding: 40px 0 40px;
  padding-right: 64px;
    text-align: left;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_q_title {
    padding: 26px 0 26px;
    padding-right: 48px;
    font-size: 18px;
  }
}

.rec-faq_content_q_title::before {
  content: 'Q.';
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_q_title::before {
    font-size: 20px;
  }
}

.rec-faq_content_q_toggle {
  position: absolute;
  right: 0;
  top: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #0073C3;
  color: #fff;
  font-size: 22px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_q_toggle {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.rec-faq_content_a {
  padding-bottom: 40px;
  margin-top: -8px;
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_a {
    
  }
}

.rec-faq_content_a_title {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  gap: 16px;
  
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_a_title{
    font-size: 18px;
  }
}

.rec-faq_content_a_title::before {
  content: 'A.';
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 auto;
  color: #0075C2;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_a_title::before {
  font-size: 20px;
    
  }
}

.rec-faq_content_a_body {
  padding-left: 40px;
  margin-top: 16px;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-faq_content_a_body {
    font-size: 15px;
  }
}

.rec-pageheaderLite {
  background-color: #4F6781;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderLite {
    height: 240px;
  }
}

.rec-pageheaderLite_title {
  color: #fff;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderLite_title {
    
  }
}

.rec-pageheaderLite_title_child {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderLite_title_child {
    font-size: 24px;
  }
}

.rec-pageheaderLite_title_parent {
  font-size: 42px;
  font-weight: 400;

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderLite_title_parent {
    font-size: 32px;
    
  }
}

.rec-list {
}
.rec-list li {
  position: relative;
  padding-left: 1.2em;
}
.rec-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.rec-blue {
  color: #0073C3;
}

.rec-descBtn {
  display: flex;
  gap: 64px;
  justify-content: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-descBtn {
    flex-direction: column;
    gap: 16px;
  }
}

.rec-descBtn_item {
  width: 100%;
  max-width: 460px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-descBtn_item {
    
  }
}

.rec-descBtn_anchor {
  border: 1px solid #0073C3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 20px;
  height: 112px;
  width: 100%;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .rec-descBtn_anchor {
    font-size: 18px;
    padding: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-descBtn_anchor {
    font-size: 16px;
    padding: 28px 20px;
    gap: 10px;
    height: 80px;
  }
}

.rec-descBtn_anchor:hover {
  opacity: 0.7;
}

.rec-descBtn_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0073C3;
  color: #fff;
  font-size: 30px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-descBtn_icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.rec-descBtn_item .icon {
  margin-right: -3px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-descBtn_item .icon {
    
  }
}

.rec-descBtn_item-reverse .rec-descBtn_anchor {
  background-color: #0073C3;
  color: #fff;
}

.rec-descBtn_item-reverse .rec-descBtn_icon {
  background-color: #fff;
  color: #0073C3;
}

.rec-flow {

}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-flow {
    
  }
}

.rec-flow_item {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 56px 40px;
  margin-top: 64px;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-flow_item {
    margin-top: 56px;
    padding: 32px 20px;
  }
}

.rec-flow_item + .rec-flow_item::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #0073C3 transparent transparent transparent;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-100% - 15px));
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-flow_item + .rec-flow_item::before {
    
    border-width: 20px 20px 0 20px;
    transform: translate(-50%, calc(-100% - 20px));
  }
}

.rec-flow_title {
  text-align: center;
  font-weight: 600;
  color: #0073C3;
  font-size: 24px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-flow_title {
    font-size: 20px;
  }
}

.rec-flow_title + * {
  margin-top: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
.rec-flow_title + * {
    margin-top: 24px;
  }
}

.rec-flow_text {
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-flow_text {
    font-size: 16px;
  }
}

.rec-notRecruiting {
  background-color: #F7F7F7;
  font-size: 20px;
  padding: 35px;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-notRecruiting {
    font-size: 16px;
    padding: 28px 20px;
  }
}

/* 高校生向け採用 */

.rec-pageheaderHs_wrap {
  position: relative;
}

.rec-pageheaderHs_wrap .splide__slide {
  width: 100%;
}

.rec-pageheaderHs_wrap .splide__arrows,
.rec-pageheaderHs_wrap .splide__pagination,
.js-splide-workplace-thumbnail .splide__arrows,
.js-splide-workplace-thumbnail .splide__pagination {
  display: none;
}

.js-splide-pageheader-bg .splide__track {
  background-color: rgba(0, 115, 195, 0.5);
}

.rec-pageheaderHs {
  width: 100%;
  height: calc(870 / 1920 * 100vw);
  background: url(/resource/img/recruit/highschool/pageheader_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  outline: 16px solid #fff;
  outline-offset: -56px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderHs {
    height: calc(480 / 390 * 100vw);
    background: url(/resource/img/recruit/highschool/pageheader_bg_01-sp.jpg);
    outline: 8px solid #fff;
    outline-offset: -32px;
    background-size: contain;
  }
}

.rec-pageheaderHs.second {
  background: url(/resource/img/recruit/highschool/pageheader_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderHs.second {
    background: url(/resource/img/recruit/highschool/pageheader_bg_02-sp.jpg);
    background-size: contain;
  }
}

.rec-pageheaderHs_wrap .js-splide-pageheader {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.rec-pageheaderHs_wrap .js-splide-pageheader .splide__track {
  height: 100%;
}

.rec-pageheaderHs_image img {
  width: 100%;
  height: 100% !important;
}

.splide__slide .rec-pageheaderHs_image img {
  display: none;
}

.splide__slide.is-active .rec-pageheaderHs_image img {
  display: block;
  animation: slide 6s cubic-bezier(0.25, 1, 0.5, 1) both;
}

@keyframes slide {
  0% {
    transform: translateX(7%);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  95% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-7%);
    opacity: 0;
  }
}

.rec-pageheaderHs_main-title {
  width: calc(1014 / 1920 * 100vw);
  height: auto;
  position: absolute;
  bottom: -12%;
  left: 35%;
  z-index: 5;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-pageheaderHs_main-title {
    width: 100%;
    bottom: -11%;
    left: 0;
    padding-inline: 12px;
  }
}

.recHs-message {
  background: url(/resource/img/recruit/highschool/message_bg.jpg) no-repeat top center / cover;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message {
    background: url(/resource/img/recruit/highschool/message_bg-sp.jpg) no-repeat top center / cover;
  }
}

.recHs-message_inner {
  max-width: calc(1400px + 48px * 2);
  margin-inline: auto;
  padding: 180px 48px 160px;
  display: grid;
  grid-template-columns: 1fr 530px;
  column-gap: 120px;
  align-items: center;
}

@media only screen and (min-width: 1101px) and (max-width: 1420px) {
  .recHs-message_inner {
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_inner {
    padding: 120px 20px 80px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    row-gap: 40px;
  }
}

.recHs-message_texts {
  max-width: 640px;
  justify-self: flex-end;
  color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_texts {
    max-width: none;
    justify-self: center;
  }
}

.recHs-message_title {
  font-size: 40px;
  font-weight: 600;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_title {
    font-size: 24px;
  }
}

.recHs-message_title-en {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-weight: 700;
  margin-bottom: -15px;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  text-shadow: 16px 16px 16px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 1101px) and (max-width: 1420px) {
  .recHs-message_title-en {
    font-size: 80px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_title-en {
    font-size: 64px;
    margin-bottom: 0;
  }
}

.recHs-message_text {
  padding-top: 64px;
  font-size: 18px;
  line-height: 2;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_text {
    padding-top: 40px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.recHs-message_image {
  width: 100%;
  height: 640px;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_image {
    width: calc(310 / 390 * 100vw);
    height: calc(374 / 390 * 100vw);
    margin-inline: auto;
  }
}

.recHs-message_img {
  position: absolute;
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.16);
}

.recHs-message_img.large {
  width: 400px;
  height: auto;
  top: 0;
  right: 0;
  border-radius: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_img.large {
    width: calc(234 / 390 * 100vw);
    border-radius: 24px;
  }
}

.recHs-message_img.small {
  width: 260px;
  height: auto;
  bottom: 0;
  left: 0;
  border-radius: 32px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .recHs-message_img.small {
    width: calc(152 / 390 * 100vw);
    border-radius: 16px;
  }
}

.recHs-contents {
  max-width: 1920px;
  margin-inline: auto;
  background: url(/resource/img/recruit/highschool/contents_bg.jpg) no-repeat bottom center / contain;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-contents {
    background: url(/resource/img/recruit/highschool/contents_bg-sp.jpg) no-repeat bottom center / contain;
  }
}

.recHs-contents_head {
  position: relative;
}

.recHs-contents_head-hgroup {
  display: inline-block;
  background-color: #0B2C4F;
  color: #fff;
  border-radius: 16px;
  padding: 64px 100px;
  position: absolute;
  bottom: calc(-256px / 2);
  left: 11%;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .recHs-contents_head-hgroup {
    padding: 32px 50px;
    bottom: calc(-165px / 2);
    left: 6%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-contents_head-hgroup {
    width: 350px;
    border-radius: 0 8px 8px 0;
    padding: 32px 20px;
    bottom: calc(-137px / 2);
    left: 0;
  }
}

.recHs-contents_head-title {
  font-size: 48px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .recHs-contents_head-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-contents_head-title {
    font-size: 26px;
  }
}

.recHs-contents_head-title-en {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 8px;
  padding-left: 102px;
  position: relative;
}

.recHs-contents_head-title-en::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .recHs-contents_head-title-en {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-contents_head-title-en {
    font-size: 20px;
    margin-top: 8px;
    padding-left: 62px;
  }

  .recHs-contents_head-title-en::before {
    width: 40px;
  }
}

.recHs-contents_body {
  padding-block: 208px 120px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-contents_body {
    padding-block: 132px 80px;
  }
}

.recHs-work-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-template-rows: auto;
  column-gap: 40px;
  row-gap: 70px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-boxes {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 48px;
    padding-top: calc(156px - 132px);
  }
}

.recHs-work-box {
  border: 3px solid #0073C3;
  border-radius: 16px;
  padding: 72px 30px 48px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .recHs-work-box {
    padding: 60px 25px 44px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-box {
    padding: 48px 20px 40px;
  }
}

.recHs-work-box_item {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0073C3;
  position: absolute;
  top: -10%;
  left: 50%;
  translate: -50% 0;
  padding-inline: 38px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .recHs-work-box_item {
    font-size: 32px;
    top: -8%;
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-box_item {
    font-size: 32px;
    top: -8%;
    padding-inline: 25px;
  }
}

.recHs-work-box_title {
  font-size: 24px;
  font-weight: 600;
  color: #0073C3;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-box_title {
    font-size: 22px;
  }
}

.recHs-work-box_text {
  max-width: 442px;
  line-height: 2;
  padding-top: 32px;
  margin-inline: auto;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-box_text  {
    max-width: none;
    line-height: 1.8;
    padding-top: 24px;
    font-size: 15px;
  }
}

.recHs-work-attention {
  margin-top: 121px;
  position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-attention {
    margin-top: 68px;
  }
}

.recHs-work-attention_title {
  width: 500px;
  height: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #fff;
  background-color: #0B2C4F;
  border-radius: 8px;
  position: absolute;
  top: calc(-80px / 2);
  left: 50%;
  translate: -50% 0;
  display: grid;
  place-items: center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-attention_title {
    width: 260px;
    height: 56px;
    font-size: 18px;
    top: calc(-56px / 2);
  }
}
.recHs-work-attention_inner {
  background-color: #4F6781;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 79px 30px 60px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-attention_inner {
    padding: 60px 20px 40px;
  }
}

.recHs-work-attention_text {
  max-width: 880px;
  color: #fff;
  line-height: 2;
  margin-inline: auto;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-work-attention_text {
    max-width: none;
    font-size: 15px;
    line-height: 1.8;
  }
}

.recHs-job-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-job-boxes {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 56px;
  }
}

.recHs-job-box_img {
  border-radius: 20px;
}

.recHs-job-box_item {
  width: 240px;
  height: 68px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #0073C3;
  padding: 16px 32px;
  margin-top: calc(-68px / 2);
  position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-job-box_item {
    width: 180px;
    height: 48px;
    font-size: 20px;
    padding: 8px 19px;
    margin-top: calc(-48px / 2);
  }
}

.recHs-job-box_title {
  font-size: 22px;
  font-weight: 600;
  color: #0073C3;
  padding-block: 40px 16px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-job-box_title {
    font-size: 18px;
    padding-block: 24px 12px;
  }
}

.recHs-job-box_text {
  line-height: 2;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-job-box_text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.recHs-voice-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-boxes {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 40px;
  }
}

.recHs-voice-box {
  border-radius: 24px;
  border: 4px solid #0073C3;
  background-color: #fff;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.16);
  padding: 48px 30px;
  display: grid;
  place-items: center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-box {
    border-radius: 16px;
    padding: 32px 30px;
  }
}

.recHs-voice-box_text {
  max-width: 474px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-box_text {
    max-width: none;
    font-size: 16px;
  }
}

.underline {
  color: #0073C3;
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

.recHs-voice-interview {
  background-color: #4F6781;
  border-radius: 24px;
  padding: 40px 80px 40px 82px;
  display: grid;
  grid-template-columns: 200px 1fr 82px;
  grid-template-rows: calc(30px + 47px) 1fr;
  column-gap: 40px;
  row-gap: 16px;
  transition: opacity 0.4s ease;
}

.recHs-voice-interview + .recHs-voice-interview {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .recHs-voice-interview {
    border-radius: 16px;
    padding: 40px 30px 40px 32px;
    column-gap: 20px;
    grid-template-columns: 150px 1fr 60px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-interview {
    padding: 24px 20px;
    grid-template-columns: 80px 1fr 44px;
    grid-template-rows: 80px 1fr;
    column-gap: 16px;
    row-gap: 16px;
  }

  .recHs-voice-interview + .recHs-voice-interview {
    margin-top: 16px;
  }
}

@media (any-hover: hover) {
  .recHs-voice-interview:hover {
    opacity: 0.8;
  }
}

.recHs-voice-interview:focus-visible {
  opacity: 0.8;
}

.recHs-voice-interview_img {
  grid-column: span 1;
  grid-row: 1 / 3;
  align-self: center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-interview_img {
    grid-row: span 1;
  }
}

.recHs-voice-interview_item {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
  grid-column: span 1;
  grid-row: 1 / 2;
  align-self: self-end;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-interview_item {
    font-size: 18px;
    flex-wrap: wrap;
    gap: 4px;
    grid-column: 2 / 3;
    align-self: center;
  }
}

.recHs-voice-interview_item-en {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 64px;
}

.recHs-voice-interview_item-en::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-interview_item-en {
    font-size: 12px;
    padding-left: 48px;
  }

  .recHs-voice-interview_item-en::before {
    width: 32px;
  }
}

.recHs-voice-interview_group {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column: span 1;
  grid-row: 2 / 3;
  align-self: self-start;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-interview_group {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }
}

.name {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  padding-right: 40px;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .name {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .name {
    font-size: 22px;
    padding-right: 16px;
  }
}

.category {
  font-size: 20px;
  font-weight: 600;
  padding-right: 33px;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .category {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .category {
    font-size: 15px;
    padding-right: 16px;
  }
}

.date {
  padding-left: 32px;
  position: relative;
}

.date::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .date {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .date {
    font-size: 14px;
    padding-left: 16px;
  }
}

.recHs-voice-interview_icon {
  width: 82px;
  height: 82px;
  font-size: 40px;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  grid-column: span 1;
  grid-row: 1 / 3;
  align-self: center;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .recHs-voice-interview_icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-voice-interview_icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
    grid-column: 3 / 4;
    grid-row: span 1;
  }
}

.recHs-workplace_text {
  line-height: 2;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.recHs-about_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-about_links {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.recHs-about_link {
  display: block;
}

.recHs-about_link:first-of-type {
  grid-column: span 2;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-about_link:first-of-type {
    grid-column: span 1;
    margin-bottom: calc(40px - 24px);
  }
}

.recHs-about_link-image {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-about_link-image {
    border-radius: 8px;
  }
}

.recHs-about_link-img {
  border-radius: 16px;
  transition: scale 0.4s ease;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-about_link-img {
    border-radius: 8px;
  }
}

@media (any-hover: hover) {
  .recHs-about_link:hover .recHs-about_link-img {
    scale: 1.1;
  }
}

.recHs-about_link:hover .recHs-about_link-img:focus-visible {
  scale: 1.1;
}

.recHs-about_link-title {
  width: 450px;
  height: 120px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #0073C3;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px;
  margin-inline: auto;
  margin-top: calc(-120px / 2);
  position: relative;
}

.recHs-about_link:first-of-type .recHs-about_link-title {
  margin-inline: auto 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recHs-about_link-title {
    height: 72px;
    margin-top: calc(-72px / 2);
  }

  .recHs-about_link:first-of-type .recHs-about_link-title {
    margin-inline: auto 36px;
  }
  
  .recHs-about_link:nth-of-type(n + 2) .recHs-about_link-title {
    width: 270px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-about_link-title {
    width: 310px;
    height: 74px;
    font-size: 16px;
    border-radius: 8px;
    margin-top: calc(-74px / 2);
    padding-inline: 20px;
  }

  .recHs-about_link:first-of-type .recHs-about_link-title {
    margin-inline: auto;
  }
}

.recHs-about_icon {
  width: 40px;
  height: 40px;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recHs-about_icon {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-about_icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}

.recHs-workplace_warp {
  margin-top: 42px;
  padding-inline: 50px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_warp {
    margin-top: 54px;
    padding-inline: 20px;
  }
}

.js-splide-workplace {
  position: relative;
}

.recHs-workplace_image,
.recHs-workplace-thumbnail_image {
  width: 100%;
}

.recHs-workplace_image {
  border-radius: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_image {
    border-radius: 14px;
  }
}

.recHs-workplace_figure {
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_figure {
    margin-bottom: 32px;
  }
}

.recHs-workplace_figcaption {
  width: 600px;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #0073C3;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 8px 8px 8px rgba(0,0,0,16%);
  display: grid;
  place-items: center;
  position: absolute;
  bottom: calc(-80px / 2);
  left: 50%;
  translate: -50% 0;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1100px)  {
  .recHs-workplace_figcaption {
    width: 400px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_figcaption {
    width: 258px;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    bottom: calc(-40px / 2);
  }
}

.recHs-workplace-thumbnail_image {
  border-radius: 16px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace-thumbnail_image {
    border-radius: 8px;
  }
}

.recHs-workplace_arrows {
  width: calc(100% + 50px * 2);
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -50px;
  translate: 0 -50%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_arrows {
    width: calc(100% + 20px * 2);
    left: -20px;
    top: 29%;
    translate: 0;
  }
}

.recHs-workplace_arrow-prev,
.recHs-workplace_arrow-next {
  width: 100px;
  height: 100px;
  font-size: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #0073C3;
  display: grid;
  place-items: center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .recHs-workplace_arrow-prev,
  .recHs-workplace_arrow-next {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.js-splide-workplace-thumbnail {
  max-width: 904px;
  margin-inline: auto;
  padding-inline: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .js-splide-workplace-thumbnail {
    max-width: none;
    padding-inline: 26px;
  }
}

.js-splide-workplace-thumbnail .splide__slide.is-active {
  outline: 4px solid #0073C3;
  outline-offset: -4px;
  border-radius: 16px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .js-splide-workplace-thumbnail .splide__slide.is-active {
    outline: 1px solid #0073C3;
    outline-offset: -1px;
    border-radius: 8px;
  }
}

/* インターンシップ */

.rec-internship-head {
  position: relative;
}

.rec-internship_bg {
  width: 100%;
  height: 780px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .rec-internship_bg {
    height: 440px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_bg {
    height: 366px;
  }
}

.rec-internship_bg img {
  width: 100%;
}

.rec-internship-head_title {
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  position: absolute;
  top: 22%;
  left: 50%;
  translate: -50% 0;
  padding-inline: 48px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-head_title {
    width: 100%;
    padding-inline: 20px;
    top: 31%;
  }
}

.rec-internship-head_title-en {
  color: #0073C3;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 140px;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .rec-internship-head_title-en {
    font-size: 100px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-head_title-en {
    font-size: 57px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .rec-internship-head_title-en {
      font-size: 50px;
    }
  }
}

.rec-internship-head_title-en.sub {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.52;
  margin-bottom: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .rec-internship-head_title-en.sub {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-head_title-en.sub {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.rec-internship-head_title-ja {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  background-color: #0B2C4F;
  border-radius: 8px;
  padding-block: 1px 3px;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .rec-internship-head_title-ja {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-head_title-ja {
    font-size: 20px;
    border-radius: 4px;
    padding-block: 7px;
    margin-top: 8px;
  }
}

.rec-internship_container {
  background-color: #F7F7F7;
  padding-bottom: 120px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_container {
    padding-bottom: 80px;
    overflow: hidden;
  }
}

.rec-internship_wrap {
  background-image: url(/resource/img/recruit/internship/internship_wrap.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #fff;
  border-radius: 16px;
  padding-block: 100px 80px;
  margin-top: -180px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .rec-internship_wrap {
    margin-top: -70px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background-image: url(/resource/img/recruit/internship/internship_wrap-sp.jpg);
    border-radius: 0;
    padding-block: 56px 64px;
    margin-top: 0;
  }
}

.rec-internship_wrap .rec-section {
  margin-top: 120px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_wrap .rec-section {
    margin-top: 80px;
  }
}

.rec-internship_wrap .rec-section:last-child {
  margin-bottom: 0;
}

.rec-internship_text {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_text {
    font-size: 15px;
  }
}

.internship-slide {
  width: 100vw;
  height: auto;
  display: flex;
  gap: 64px;
  padding-top: 80px;
  margin-inline: calc(50% - 50vw);
  animation: internshipSlide 16s linear infinite;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .internship-slide {
    gap: 32px;
    padding-top: 40px;
    animation: internshipSlide 25s linear infinite;
  }
}

@keyframes internshipSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-384px * 5));
  }
}

.internship-slide_list {
  border-radius: 24px;
  box-shadow: 16px 16px 16px rgba(0,0,0,24%);
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .internship-slide_list {
    border-radius: 16px;
  }
}

#recruit #l-main .internship-slide_image {
  max-width: none;
  width: 320px;
  height: auto;
  border-radius: 24px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #recruit #l-main .internship-slide_image {
    width: 200px;
    border-radius: 16px;
  }
}

.rec-internship_title {
  text-align: center;
}

.rec-internship_title-ja {
  font-size: 48px;
  font-weight: 600;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_title-ja {
    font-size: 28px;
  }
}

.rec-internship_title-en {
  padding-top: 11px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #0073C3;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_title-en {
    padding-top: 8px;
    font-size: 14px;
  }
}

.rec-internship_section {
  padding-top: 80px;
}

.rec-internship_section .rec-text {
  font-size: 16px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship_section:first-of-type {
    padding-top: 48px;
  }
}

.rec-internship_section .rec-heading_main {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .rec-internship_section .rec-heading {
    margin-bottom: 40px;
  }

  .rec-internship_section .rec-heading::before {
    top: 16px;
  }

  .rec-internship_section .rec-heading_main {
    font-size: 32px;
  }
}

.rec-internship-online_contents {
  border: 2px solid #0073C3;
  border-radius: 12px;
  padding: 56px 48px;
  text-align: center;
  margin-top: 48px;
  position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-online_contents {
    padding: 48px 20px;
  }
}

.rec-internship-online_contents::before {
  content: "";
  width: 120px;
  height: 6px;
  background-color: #0073C3;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-online_contents::before {
    width: 80px;
  }
}

.rec-internship-online_title {
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-online_title {
    font-size: 22px;
  }
}

.rec-internship-online_title span {
  color: #0073C3;
}

.rec-internship-online_text {
  line-height: 2;
  padding-top: 32px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-internship-online_text {
    font-size: 16px;
    padding-top: 24px;
    text-align: left;
  }
}

.rec-internship-online_contents .rec-flow_item {
  margin-top: 32px;
}

.rec-internship_contents {
  background-color: #0073C3;
  border-radius: 16px;
  padding: 48px 64px 64px;
  margin-top: 48px;
  position: relative;
}

.rec-internship_contents_title::before {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #A1DCFF;
  position: absolute;
  top: 0;
  left: 64px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship_contents {
    border-radius: 8px;
    padding: 40px 20px;
    margin-top: 40px;
  }

  .rec-internship_contents_title::before {
    width: 60px;
    left: 20px;
  }
}

.rec-internship_contents_title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 32px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship_contents_title {
    font-size: 20px;
    padding-bottom: 24px;
  }
}

.rec-internship-programs_boxes {
  display: grid;
  grid-auto-flow: row;
  gap: 32px;
  position: relative;
}

.rec-internship-programs_boxes::before {
  content: "";
  width: 24px;
  height: 100%;
  background-color: #A1DCFF;
  position: absolute;
  top: 0;
  left: 89px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_boxes {
    gap: 24px;
  }

  .rec-internship-programs_boxes::before {
    left: 50%;
    translate: -50% 0;
  }
}

.rec-internship-programs_box {
  display: grid;
  grid-template-columns: 91px 1fr;
  gap: 63px;
  align-items: center;
  padding: 40px 48px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 8px 8px 8px rgba(0,0,0,16%);
  position: relative;
}

.rec-internship-programs_box::before {
  content: "";
  width: 8px;
  height: 64px;
  background-color: #0B2C4F;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
    gap: 16px;
    padding: 16px 20px 32px;
  }

  .rec-internship-programs_box::before {
    width: 4px;
    height: 40px;
    top: 16px;
    translate: 0 0;
  }
}

.rec-internship-programs_box-time {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box-time {
    gap: 8px;
    font-size: 20px;
  }
}

.rec-internship-programs_box-icon {
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box-icon {
    width: 20px;
    height: 20px;
  }
}

.rec-internship-programs_box-texts {
  padding-left: 40px;
  position: relative;
}

.rec-internship-programs_box-texts::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box-texts {
    padding-left: 0;
  }

  .rec-internship-programs_box-texts::before {
    width: 100%;
    height: 1px;
    top: 0;
    translate: 0 0;
  }
}

.rec-internship-programs_box-title {
  font-size: 20px;
  font-weight: 600;
  color: #0073C3;
  padding-bottom: 16px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box-title {
    font-size: 18px;
    padding-top: 24px;
  }
}

.rec-internship-programs_box-text {
  line-height: 2;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.rec-internship-programs_box-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 32px;
  padding-top: 24px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-programs_box-image {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
  }
}

.rec-internship-voice_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_boxes {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
}

.rec-internship-voice_box {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 8px 8px 8px rgba(0,0,0,16%);
  display: grid;
  grid-template-columns: subgrid;
  grid-row: span 2;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_box {
    padding: 32px 15px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_box-text {
    font-size: 15px;
  }
}

.rec-internship-voice_box-prof {
  display: grid;
  grid-template-columns: 48px calc(52px + 16px) 1fr;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_box-prof {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto;
    row-gap: 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_box-prof-image {
    grid-row: span 2;
    grid-column: span 1;
  }
}

.rec-internship-voice_box-prof-name {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0073C3;
  padding-right: 16px;
  position: relative;
}

.rec-internship-voice_box-prof-name::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #D9D9D9;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_box-prof-name {
    width: fit-content;
    font-size: 16px;
  }

  .rec-internship-voice_box-prof-name::before {
    height: 10px;
  }
}

.rec-internship-voice_box-prof-item {
  font-size: 14px;
  color: #707070;
  line-height: 2;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {
  .rec-internship-voice_box-prof-item {
    font-size: 12px;
  }
}

.nowrap_link {
  white-space: nowrap;
}

.rec-internship_section .rec-table_data a {
  text-decoration: underline;
}

.rec-internship_section .rec-descBtn {
  align-items: center;
}



.rec-threeminutes_pageheaderStd_bg {
  position: relative;
}
@media only screen and (min-width: 768px) {
.rec-threeminutes_pageheaderStd_bg {
  height: 620px;
}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_pageheaderStd_bg {
    height: calc(320 / 390 * 100vw);
  }
}

.rec-threeminutes_pageheaderStd_bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.rec-threeminutes_pageheaderStd_container{
    display: grid;

}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_pageheaderStd_container{    
    grid-template-columns: 48% auto;
    gap: 80px;
    max-width: calc(1308px + 48px + 48px);
    margin-inline: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_pageheaderStd_container{
    margin-inline: 20px;
  }
}

.rec-threeminutes_pageheaderStd_title{
  position: relative;
}

.rec-threeminutes_pageheaderStd_title_main{
  position: absolute;
  display: block;
  transform: translateY(-50%);
}

.rec-threeminutes_pageheaderStd_lead{
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_pageheaderStd_lead{    
    padding: 80px 0;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_pageheaderStd_lead{
    padding: calc(141 / 390 * 100vw) 0 48px;
    font-size: 16px;
  }
}

.rec-threeminutes_chapter{
  position: relative;

}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter{    
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter{
    padding-bottom: 80px;
  }
}

.rec-threeminutes_chapter::after{
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 0 16px 16px 0;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter::after{
    width: calc(100% - 48px);
    max-width: 1660px;
    height: 640px;
  }
  .rec-threeminutes_chapter:nth-of-type(1)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter01_bg.jpg);
  }
  .rec-threeminutes_chapter:nth-of-type(2)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter02_bg.jpg);
  }
  .rec-threeminutes_chapter:nth-of-type(3)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter03_bg.jpg);
  }

  .rec-threeminutes_chapter:nth-of-type(4)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter04_bg.jpg);
  }
}
@media only screen and (min-width: 1px) and (max-width: 1660px) {
  .rec-threeminutes_chapter::after{
    background-position: top center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter::after{
    width: calc(100% - 20px);
    height: 660px;
    background-position: center;
    background-size: cover;
  }
  .rec-threeminutes_chapter:nth-of-type(1)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter01_bg-sp.jpg);
  }
  .rec-threeminutes_chapter:nth-of-type(2)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter02_bg-sp.jpg);
  }
  .rec-threeminutes_chapter:nth-of-type(3)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter03_bg-sp.jpg);
  }

  .rec-threeminutes_chapter:nth-of-type(4)::after{
    background-image: url(/resource/img/recruit/threeminutes/chapter04_bg-sp.jpg);
  }
}

.rec-threeminutes_chapter::before{
  position: absolute;
  left: 0;
  background-position: top left;
  background-repeat: no-repeat;        
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 768px) {
.rec-threeminutes_chapter::before{    
    top: 80px;
    width: 10%;
    height: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1550px) {
  .rec-threeminutes_chapter::before{
    top: 350px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter::before{
    top: 284px;
    width: 72px;
    height: 100%;
  }
}

.rec-threeminutes_chapter_title{
    position: relative;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter_title{    
    padding: 74px 0 111px;
  }
  .rec-threeminutes_chapter:has(.rec-threeminutes_devwork) .rec-threeminutes_chapter_title,.rec-threeminutes_chapter:has(.rec-threeminutes_number) .rec-threeminutes_chapter_title{    
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter_title{
    padding: 40px 20px 304px 0;
  }
}

.rec-threeminutes_chapter_title::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #0B2C4F;
    content: "";
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter_title::before{    
    width: 180px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter_title::before{
    width: 120px;
  }
}

.rec-threeminutes_chapter_label{
    color: #0B2C4F;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter_label{    
    font-size: 24px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter_label{
    font-size: 16px;
  }
}

.rec-threeminutes_chapter_title_main{
    margin-top: 8px;  
    color: #0073C3;
    font-weight: bold;
    letter-spacing: 0;
  }
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter_title_main{  
    font-size: 48px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter_title_main{
    font-size: 24px;
  }
}

.rec-threeminutes_chapter_lead{
    line-height: 2;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_chapter_lead{    
    margin-top: 32px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_chapter_lead{
    margin-top: 24px;
    font-size: 16px;
  }
}

.rec-threeminutes_topic{
    max-width: 1660px;
    margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_topic{   
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_topic{
    padding-left: 20px;
  }
}

.rec-threeminutes_topic_wrap{
    position: relative;
    border-radius: 16px 0 0 16px;
    background-color: #4F6781;
    background-image: url(/resource/img/recruit/threeminutes/topic_bg.jpg);

}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_topic_wrap{   
    margin-bottom: 100px;
    padding: 100px 0 100px 5%;
    box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.16);
  }
  .rec-threeminutes_topic_wrap:has(.rec-threeminutes_history_slider){   
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_topic_wrap{
    margin-bottom: 64px;
    padding: 48px 0 48px 20px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
  }
}

.rec-threeminutes_topic_sub{
  position: absolute;
  display: inline-block;
  border-radius: 4px;
  background-color: #0B2C4F;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  align-content: center;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_topic_sub{   
    top: -40px;
    height: 80px;
    padding: 0 40px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_topic_sub{
    top: -24px;
    height: 48px;
    padding: 0 16px;
    font-size: 18px;
  }
}

.rec-threeminutes_topic_main{
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_topic_main{   
    margin-bottom: 32px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_topic_main{
    margin-bottom: 24px;
    font-size: 22px; 
  }
}

.rec-threeminutes_content_title{
    display: grid;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_title{
    grid-template-columns: max-content max-content;
    gap: 104px;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1150px) {
  .rec-threeminutes_content_title{
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_title{
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

.rec-threeminutes_content_title_main{
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_title_main{
    padding-left: 64px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_title_main{
    padding-left: 32px;
    font-size: 22px;
  }
}
.rec-threeminutes_content_title_main::before{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/resource/img/recruit/threeminutes/content_title.svg);
    background-size: contain;
    content: "";
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_title_main::before{
    width: 40px;
    height: 40px;

  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_title_main::before{
    width: 24px;
    height: 24px;
  }
}

.rec-threeminutes_content_title_sub{
    position: relative;
    color: #0073C3;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_title_sub{   
    font-size: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1150px) {
  .rec-threeminutes_content_title_sub{
    padding-left: 104px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_title_sub{
    padding-left: 102px;
    font-size: 14px;
  }
}

.rec-threeminutes_content_title_sub::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #D9D9D9;
    content: "";
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_title_sub::before{
    left: -80px;
    width: 56px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 1150px) {
  .rec-threeminutes_content_title_sub::before{
    left: 0px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_title_sub::before{
    left: 32px;
    width: 56px;
  }
}

.rec-threeminutes_content_wrap{
  position: relative;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_wrap{
    padding: 40px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_wrap{
    padding: 32px 20px;
  }
  .rec-threeminutes_content_wrap:has(.rec-threeminutes_benefits),.rec-threeminutes_content_wrap:has(.rec-threeminutes_group){
    padding: 48px 20px;
  }
}

.rec-threeminutes_content_item{
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.08);
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_item{
    padding: 48px;

  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_item{
    padding: 32px 20px 40px;
  }
}

.rec-threeminutes_content_item_title{
    position: relative;
    color: #0073C3;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_content_item_title{
    font-size: 24px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_content_item_title{
    font-size: 18px;
    letter-spacing: -0.3px;
  }
}

/* --------------------------------------------------

Chapter - 01

--------------------------------------------------*/

/* エナジーサポートの歴史 */
.rec-threeminutes_history_slider .splide__track{
  overflow-x: clip;
  overflow-y: visible;
}
.rec-threeminutes_history_item{
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_item{
    min-height: 570px;
    padding: 40px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_item{
    min-height: 425px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_img{
    margin-bottom: -25px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_img{
    margin-bottom: -15px;
  }
}

@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_label{
  }
  .rec-threeminutes_history_text + .rec-threeminutes_history_label{
    margin-top: 46px;
  }
  
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_text + .rec-threeminutes_history_label{
    margin-top: 15px;
  }
}

.rec-threeminutes_history_label_text{
  display: inline-block;
  background-color: #0B2C4F;
  color: #fff;
  font-weight: bold;
  align-content: center;
  
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_label_text{
    height: 48px;
    padding: 4px 24px 0;
    font-size: 22px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_label_text{
    height: 31px;
    padding: 2px 16px 0;
    font-size: 15px;
  }
}

.rec-threeminutes_history_inner{
  position: relative;
}

.rec-threeminutes_history_title{
  color: #0073C3;
  font-weight: bold;
  letter-spacing: 0;

}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_title{
    margin-top: 8px;
    padding: 22px 0;
    font-size: 22px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_title{
    padding: 24px 0;
    font-size: 18px;
  }
}

.rec-threeminutes_history_year{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  color: #0073C3;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_year{
    font-size: 80px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_year{
    font-size: 60px;
  }
}

.rec-threeminutes_history_text{
  line-height: 1.8;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_text{
    font-size: 18px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_text{
    font-size: 15px;

  }
}

.rec-threeminutes_history_splide_pager{
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_splide_pager{
    gap: 80px;
    max-width: calc(1180px + 48px);
    margin-top: 48px;
    padding-right: 48px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_splide_pager{
    gap: 24px;
    margin-top: 32px;
    padding-right: 20px;
  }
}

.rec-threeminutes_history_splide_arrows{
    display: flex;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_splide_arrows{
    gap: 28px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_splide_arrows{
    gap: 8px;
  }
}

.rec-threeminutes_history_splide_arrows button{
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_history_splide_arrows button{
    width: 80px;
    height: 80px;
    font-size: 24px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_history_splide_arrows button{
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}

.rec-threeminutes_history_splide_progress {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}
  
.rec-threeminutes_history_splide_progress-bar {
    background: #0073C3;
    height: 6px;
    transition: width 400ms ease;
    border-radius: 4px;
    width: 0;
}

/* エナジーサポートの事業領域 */
.rec-threeminutes_business_tabs{
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_tabs{
    gap: 24px;
    padding-bottom: 40px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_tabs{
    gap: 5px;
    padding-bottom: 30px;
  }
}

.rec-threeminutes_business_tabs_item{
  position: relative;
  width: 33%;
  max-width: 240px;
  text-align: center;
  border: 1px solid #0073C3;
  border-radius: 32px;
  background-color: #fff;
  color: #0073C3;
  font-weight: bold;
  align-content: center;
  letter-spacing: 0;
  cursor: pointer;
}
.rec-threeminutes_business_tabs_item.is-current {
  background-color: #0073C3;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_tabs_item{
    height: 64px;
    font-size: 20px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_tabs_item{
    height: 48px;
    font-size: 15px;
  }
}

.rec-threeminutes_business_tabs_item.is-current::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0073C3;
    content: "";
    clip-path: polygon(49% 100%, 0 0, 100% 0);
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_tabs_item.is-current::after{
    bottom: -20px;
    width: 24px;
    height: 12px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_tabs_item.is-current::after{
    bottom: -15px;
    width: 14px;
    height: 8px;
  }
}

.rec-threeminutes_business{
    display: none;
}
.rec-threeminutes_business.is-current {
    display: block;
}

.rec-threeminutes_business .rec-threeminutes_content_item_title::before ,.rec-threeminutes_quality .rec-threeminutes_content_item_title::before{
    position: absolute;
    left: 0;
    background-color: #0B2C4F;
    content: "";
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business .rec-threeminutes_content_item_title::before ,.rec-threeminutes_quality .rec-threeminutes_content_item_title::before{
    top: -48px;
    width: 80px;
    height: 3px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business .rec-threeminutes_content_item_title::before ,.rec-threeminutes_quality .rec-threeminutes_content_item_title::before{
    top: -32px;
    width: 60px;
    height: 4px;
  }
}

.rec-threeminutes_business_lead{
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_lead{
    margin-top: 24px;

  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_lead{
    margin-top: 16px;
    font-size: 15px;
  }
}

.rec-threeminutes_business_item{
    display: grid;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_item{
    grid-template-columns: auto 44%;
    gap: 80px;
    margin-top: 40px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 1200px) {
  .rec-threeminutes_business_item{
    gap: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_business_item{
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_item{
    margin-top: 32px;
  }
}

.rec-threeminutes_business_title{
  position: relative;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_title{
    padding-left: 20px;
    font-size: 18px;
  }
  
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_title{
    padding-left: 18px;
    font-size: 16px;
  }
}

.rec-threeminutes_business_title::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    background-color: #4F6781;
    content: "";
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_title::before{
    width: 12px;
    height: 12px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_title::before{
    width: 10px;
    height: 10px;  
  }
}

@media only screen and (min-width: 768px) {
  .rec-threeminutes_business_text{
    margin-top: 16px;
  }
  .rec-threeminutes_business_text + .rec-threeminutes_business_title{
    margin-top: 32px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_business_text{
    margin-top: 11px;
  }
  .rec-threeminutes_business_text + .rec-threeminutes_business_title{
    margin-top: 24px;
  }
}

/* 毎日の暮らしを支えるエナジーサポート*/
.rec-threeminutes_everyday{
  position: relative;
  margin-inline: auto;
    
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_everyday{
    max-width: calc(1180px + 48px + 48px);
    width: calc(100% - 96px);
  }
} 
@media only screen and (min-width: 767px) and (max-width: 925px) {
  .rec-threeminutes_everyday{
    width: calc(100% - 48px);
    margin-right: 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_everyday{
    width: calc(100% - 20px);
    margin-right: 0;
  }
}

/* ①スクロール防止 */	
html:has(dialog[popover]:popover-open) {
  overflow: hidden;
}
html:has(dialog[popover]:popover-open) .rec-threeminutes_everyday_open_btn{
  pointer-events: none;
}
/* ②背景の黒い透過 */
dialog[popover]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

/* popoverのデフォルトスタイルをリセット */
.rec-threeminutes_everyday_dialog{
  max-width: 440px;
  margin: auto;
  border: none;
  border-radius: 16px;
  overflow: initial;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_everyday_dialog{
    padding: 40px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_everyday_dialog {
    margin-inline: 20px;
    padding: 20px;
  }
}

.rec-threeminutes_everyday_title{
  color: #0073C3;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_everyday_title{
    margin-top: 32px;
    font-size: 22px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_everyday_title{
    margin-top: 24px;
    font-size: 18px;
  }
}

.rec-threeminutes_everyday_text{
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_everyday_text{
    margin-top: 16px;
    font-size: 18px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_everyday_text{
    margin-top: 16px;
    font-size: 16px;
  }
}

.rec-threeminutes_everyday_close_btn{
    position: absolute;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_everyday_close_btn{
    top: -30px;
    right: -30px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_everyday_close_btn{
    top: -20px;
    right: -15px;
    width: 40px;
    height: 40px;
  }
}

.rec-threeminutes_everyday_close_btn:focus {
  outline: none!important;
}
@media (hover: hover) and (pointer: fine) {
  .rec-threeminutes_everyday_close_btn:focus-visible {
    outline: 3px solid black!important;
  }
}


.rec-threeminutes_everyday .scroll-hint-icon {
  height: 90px !important;    
  z-index: 1;
}
.rec-threeminutes_everyday .scroll-hint-icon:before {
  background-image: url("/resource/img/recruit/threeminutes/hint.svg");
}

.rec-threeminutes_everyday .scroll-hint-icon:after {
  background-image: none;
}

.rec-threeminutes_everyday_wrap{
  position: relative;
  max-width: 1180px;
  min-width: 815px;
  margin-inline: auto;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
 .rec-threeminutes_everyday_wrap{
    width: 815px;
  }
}

.rec-threeminutes_everyday_bgimg{
  min-width: 815px;
}

.rec-threeminutes_everyday_open_btn{
  position: absolute;
  width: 7.6%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_open_btn{
    width: 55px;
  } 
}

.rec-threeminutes_everyday_btn01 {
  top: 36.75%;
  left: 42.46%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn01 {
    top: 196px;
    left: 346px;
  } 
}

.rec-threeminutes_everyday_btn01-2 {
  bottom: 34.87%;
  right: 8.47%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn01-2 {
    bottom: 192px;
    right: 69px;
  } 
}

.rec-threeminutes_everyday_btn02{
  top: 31.87%;
  left: 19.4%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn02{
    top: 176px ;
    left: 158px;
  }  
}

.rec-threeminutes_everyday_btn02-1{
  top: 44%;
  right: 41.86%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn02-1{
    top: 243px ;
    right: 341px;
  } 
}

.rec-threeminutes_everyday_btn03{
  bottom: 15%;
  right: 31.7%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn03{
    bottom: 83px;
    right: 255px;
  } 
}

.rec-threeminutes_everyday_btn04{
  bottom: 11.5%;
  left: 27.54%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn04{
    bottom: 63px;
    left: 227px;
  } 
}

.rec-threeminutes_everyday_btn05{
  top: 38.75%;
  right: 34.24%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn05{
    top: 214px;
    right: 276px;
  } 
}

.rec-threeminutes_everyday_btn05-2{
  top: 2.5%;
  right: 11.27%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn05-2{
    top: 14px;
    right: 88px;
  } 
}

.rec-threeminutes_everyday_btn06{
  top: 50.37%;
  right: 34.24%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn06{
    top: 278px;
    right: 276px;
  } 
}

.rec-threeminutes_everyday_btn06-2{
  top: 2.5%;
  right: 4.32%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn06-2{
    top: 14px;
    right: 32px;
  } 
}

.rec-threeminutes_everyday_btn07{
  top: 31.37%;
  right: 5.76%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn07{
    top: 173px;
    right: 43px;
  } 
}

.rec-threeminutes_everyday_btn08{
  top: 6.5%;
  left: 48%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn08{
    top: 35px;
    left: 394px;
  } 
}

.rec-threeminutes_everyday_btn08-2{
  top: 3.62%;
  left: 12.5%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn08-2{
    top: 20px;
    left: 104px;
  } 
}

.rec-threeminutes_everyday_btn08-3{
  top: 40%;
  left: 12.46%;
}
@media only screen and (min-width: 1px) and (max-width: 925px) {
  .rec-threeminutes_everyday_btn08-3{
    top: 222px;
    left: 62px;
  } 
}

.rec-threeminutes_everyday_button {
    transition: scale .4s ease;
}
@media (any-hover: hover) {
  .rec-threeminutes_everyday_button:hover {
    scale: 1.1;
  }
}

 
/* --------------------------------------------------

Chapter - 02

--------------------------------------------------*/

/* 国際基準で徹底するマネジメント体制 */
.rec-threeminutes_standards{

}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_standards{
    margin-bottom: 340px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_standards{
    margin-bottom: 244px;
  }
}

@media only screen and (min-width: 768px) {
  .rec-threeminutes_standards_content{
    max-width: calc(1180px + 48px);
    padding-right: 48px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_standards_content{
    padding-right: 20px;

  }
}

.rec-threeminutes_standards_lead{
    color: #fff;
    line-height: 2;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_standards_lead{
    font-size: 18px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_standards_lead{
    font-size: 16px;
  }
}

.rec-threeminutes_standards_img{
    border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_standards_img{
    margin-top: 56px;
    margin-bottom: -340px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_standards_img{
    margin-top: 24px;
    margin-bottom: -244px;
  }
}

/* 品質を証明する『総合試験場』 */
.rec-threeminutes_quality_lead{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_quality_lead{
    margin-bottom: 40px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_quality_lead{
    margin-bottom: 32px;
  }
}

.rec-threeminutes_quality{
     display: grid;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_quality{
    grid-template-columns: auto 44%;
    gap: 80px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 1200px) {
  .rec-threeminutes_quality{
    gap: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_quality{
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_quality{
  }
}

.rec-threeminutes_quality_list{
    display: grid;
    line-height: 1.8;
}
.rec-threeminutes_quality_list:first-of-type{
  margin-top: 24px;
} 
@media only screen and (min-width: 768px) {
  .rec-threeminutes_quality_list{
    grid-template-columns: max-content auto;
    gap: 6px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_quality_list{
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .rec-threeminutes_quality_list + .rec-threeminutes_quality_list{
    margin-top: 16px;
  }
}

.rec-threeminutes_quality_title{
    color: #4F6781;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_quality_title{
    font-size: 16px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_quality_title{
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .rec-threeminutes_quality_text{
    font-size: 16px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_quality_text{
    font-size: 15px;
  }
}


/* --------------------------------------------------

Chapter - 03

--------------------------------------------------*/
/* リンク */
.rec-threeminutes_devwork{
    display: grid;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_devwork{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: calc(1180px + 48px);
    padding-right: 48px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_devwork{
    grid-template-columns: 1fr;
    gap: 32px;
    padding-right: 20px;
  }
}

.rec-threeminutes_devwork_link_img{
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_devwork_link_img{
    border-radius: 16px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_devwork_link_img{
    border-radius: 8px;
  }
}
.rec-threeminutes_devwork_link_img img {
    transition: scale .4s ease;
}
@media (any-hover: hover) {
  .rec-threeminutes_devwork_link_img:hover img {
    scale: 1.1;
  }
}

.rec-threeminutes_devwork_link_item{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
    border: 1px solid #fff;
    background-color: #0073C3;
    color: #fff;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_devwork_link_item{
    width: 79%;
    height: 120px;
    margin-top: -60px;
    padding: 0 40px;
    border-radius: 16px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_devwork_link_item{
    margin-inline: 20px;
    height: 74px;
    margin-top: -37px;
    padding: 0 20px;
    border-radius: 8px;
  }
}

.rec-threeminutes_devwork_link_text{
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_devwork_link_text{
    font-size: 22px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_devwork_link_text{
    font-size: 16px;
  }
}

.rec-threeminutes_devwork_link_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_devwork_link_icon{
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_devwork_link_icon{
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}

.rec-threeminutes_benefits{
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_benefits{
    grid-template-columns: 210px auto;
    padding: 40px 48px;
  }
  .rec-threeminutes_benefits + .rec-threeminutes_benefits{
    margin-top: 24px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_benefits{
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_benefits{
    padding: 24px 20px 32px; 
  }
  .rec-threeminutes_benefits + .rec-threeminutes_benefits{
    margin-top: 16px;
  }
}

.rec-threeminutes_benefits .rec-threeminutes_content_item_title::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0073C3;
  content: "";
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_benefits .rec-threeminutes_content_item_title::before{
    width: 4px;
    height: 40px;
    left: -48px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_benefits .rec-threeminutes_content_item_title::before{
    width: 2px;
    height: 24px;
    left: -20px;
  }
}


.rec-threeminutes_benefits_text{
    line-height: 1.8;
}
@media only screen and (min-width: 901px) {
  .rec-threeminutes_benefits_text{
    padding: 4px 0 4px 40px;
    border-left: 1px solid #D9D9D9;
  }
} 
@media only screen and (min-width: 768px) {
  .rec-threeminutes_benefits_text{
    font-size: 18px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_benefits_text{
    padding-top: 18px;
    border-top: 1px solid #D9D9D9;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_benefits_text{
    font-size: 15px;
  }
}

/* --------------------------------------------------

Chapter - 04

--------------------------------------------------*/
/* 会社情報 */
.rec-threeminutes_number{
  display: grid;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_number{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: calc(1180px + 48px);
    padding-right: 48px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_number{
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_number{
    gap: 24px;
    padding-right: 20px;
  }
}

.rec-threeminutes_number_item{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_number_item{
    padding: 48px 15px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_number_item{
    min-height: 310px;
    padding: 40px 10px;
  }
}

.rec-threeminutes_number_title{
    position: relative;
    color: #0B2C4F;
    font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_number_title{
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_number_title{
    margin-bottom: 15px;
    padding-bottom: 13px;
  }
}

.rec-threeminutes_number_title::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #4F6781;
    content: "";
}

.rec-threeminutes_number_sub{
    font-weight: bold;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_number_sub{
    font-size: 32px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 1200px) {
  .rec-threeminutes_number_sub{
    font-size: 26px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_number_sub{
    font-size: 32px;
  }
  .rec-threeminutes_number_item:last-of-type .rec-threeminutes_number_sub{
    font-size: 24px;
  }
}

.rec-threeminutes_number_val{
    color: #0073C3;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_number_val{
    font-size: 72px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 1200px) {
  .rec-threeminutes_number_val{
    font-size: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .rec-threeminutes_number_desc{
    margin-top: 10px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_number_desc{
    margin-top: 5px;
  }
}

.rec-threeminutes_group{
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_group{
    grid-template-columns: 140px auto;
    gap: 48px;
    padding: 40px 48px;
  }
  .rec-threeminutes_group + .rec-threeminutes_group{
    margin-top: 24px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_group {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_group{
    padding: 24px 20px 32px;
  }
  .rec-threeminutes_group + .rec-threeminutes_group{
    margin-top: 16px;
  }
}

.rec-threeminutes_group_label{
  align-content: center;
  border-radius: 20px;
  background-color: #0073C3;
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_group_label{
    height: 40px;
    font-size: 20px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 900px) {
  .rec-threeminutes_group_label{
    width: 140px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_group_label{
    width: 100px;
    height: 30px;
    font-size: 15px;
  }
}

.rec-threeminutes_group_text{
  margin-top: 16px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .rec-threeminutes_group_text{
    font-size: 18px;
  }
} 
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rec-threeminutes_group_text{
    font-size: 15px;
  }
}

.rec-index_mv_btn_item .icon::before,
.rec-index_mainNav_content .icon::before,
.rec-interview_foot_arrow .icon::before,
.rec-interview_slider .splide__arrow .icon-gaishi-right::before,
.rec-btn_item .icon::before,
.rec-index_subNav_content .icon::before,
.rec-index_highschool_arrow .icon::before,
.rec-index_information_item_icon .icon::before,
.recHs-voice-interview_icon .icon::before,
.recHs-workplace_arrow-next .icon::before,
.recHs-about_icon .icon::before,
.rec-threeminutes_devwork_link_icon .icon::before {
  margin-right: -2px;
}

.rec-interview_slider .splide__arrow .icon-gaishi-left::before,
.recHs-workplace_arrow-prev .icon::before {
  margin-left: -2px;
}

.rec-descBtn_item .icon,
.recHs-about_icon .icon,
.rec-interview_foot_arrow .icon {
  margin-top: -3px;
}

.rec-threeminutes_devwork_link_icon .icon
 {
  margin-top: -4px;
}