@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h5, h7 {
  margin: 0;
}
a {
  text-decoration: none;
}
.header_inner h1 a {
  color: #fff;
}
.head {
  background-color: #2d6aae;
}
.head .header_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
}
.head .header_inner h1 {
  color: #fff;
  letter-spacing: 0.5px;
}
.head .header_inner .head_logo img {
  width: 100%;
}
.head_logo {
  width: 57px;
}
.head_sp {
  display: none;
}
.head_sp-ttl {
  display: none;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin: 15px 0 0;
}
.nav_sp {
  display: none;
}
.nav-item {
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #000000;
  width: 200px;
  font-size: 0.9rem;
}
.nav-item span {
  display: block;
  color: black;
  font-weight: 600;
  transition: color 0.3s ease;
}
.nav-item span.under {
  font-size: 0.6rem;
  color: #2d6aae;
}
.nav-item.active::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 4.5px;
  background-color: rgb(45 106 174 / 55%);
}
.nav-item.active span {
  color: #2d6aae;
}
.nav-item:hover span {
  color: #2d6aae;
}
.body_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.body_inner ul li:last-child {
  border-right: 1px solid #000000;
}
.content.active {
  display: block;
}
.about .about_ttl {
  background-color: rgb(45 106 174 / 28%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
}
.about .about_ttl h2 {
  max-width: 1000px;
  margin: 15px auto;
  color: #000000;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 10px 0;
}
.about .about_inner {
  max-width: 1000px;
  margin: 50px auto;
}
.about .about_inner h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
}
.about .about_inner .about_flx {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  gap: 30px;
}
.about .about_inner .about_flx p {
  margin: 0 20px;
  line-height: 1.6;
}
.footer_new {
  background-color: #2d6aae;
  color: #fff;
  position: relative;
}
.footer_new::before {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  background-color: rgb(45 106 174 / 28%);
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.foot_flx {
  display: flex;
  justify-content: space-between;
}
.footer_left h2 span.foot_small {
  font-size: 0.8rem;
  margin-left: 12px;
}
.footer_left h2 span.foot_large {
  font-size: 0.9rem;
}
.footer_left h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_nav li {
  margin: 0;
}
.footer_nav li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 8px;
  vertical-align: middle;
}
.footer_nav a {
  text-decoration: none;
  color: #fff; /* リンクの色 */
  font-size: 14px;
  transition: color 0.3s;
}
.footer_nav a:hover {
  opacity: 0.7;
}
.footer_nav li.break {
  width: 100%; /* 改行させる */
  margin-bottom: 10px; /* 下に余白を追加 */
}
.footer_right {
  border-left: solid 1px #fff;
  padding-left: 60px;
}
.footer_right h3 {
  font-size: 3.2rem;
}
.footer_right h3 span {
  display: block;
  font-size: 1.4rem;
  margin-left: -10px;
}
.footer_copy {
  background-color: #0a51a0;
}
.footer_copy p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  padding: 7px 0;
}
.mv {
  background-color: rgb(45 106 174 / 28%);
  margin: 18px 0 0;
  height: 390px;
}
.mv figure {
  max-width: 1000px;
  margin: 0 auto;
}
.mv figure img {
  width: 100%;
}
.mv_shadow {
  max-width: 1031px;
  margin: -2px auto;
}
.mv_shadow img {
  width: 100%;
}
.top_about {
  max-width: 1050px;
  margin: 30px auto;
}
.top_about ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.top_about ul.top_bnr {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.top_about ul.top_bnr li {
  width: 30%;
}
.top_about ul.top_bnr li img {
  width: 100%;
}
.top_about .top_bnr-ttl p {
  margin: 20px auto 5px;
  max-width: 960px;
  font-weight: 500;
}
.top_about ul li a:hover {
  opacity: 0.7;
}
.inner850 {
  max-width: 870px;
  width: 100%;
  margin: auto;
}
.con02 h2.ttl {
  max-width: 1000px;
  margin: 15px auto;
  color: #000000;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 10px 0;
}
.con02 .flow {
  background-color: rgb(45 106 174 / 28%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
}
.con02 h3 {
  max-width: 1000px;
  margin: 50px auto;
  font-size: 1rem;
}
.rs_block {
  display: block;
  width: 770px;
  margin: 0 auto;
}
.rs_flex {
  display: flex;
}
.rs_item_time {
  display: flex;
  width: 19.6rem;
  padding-bottom: 6.4rem;
  position: relative;
}
.rs_item_time::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background: #212121;
  position: absolute;
  top: 0;
  left: 1.7rem;
  z-index: 1;
}
.rs_container img {
  width: 100%;
}
.rs_item {
  width: calc(100% - 6px);
  padding-bottom: 6.4rem;
}
.rs_item_time img {
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 2;
}
.rs_flex p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #212121;
}
.rs_flex p.time {
  padding: 0.1rem 0 0 1.2rem;
}
.rs_item h2 {
  padding-top: 1.3rem;
  color: #212121;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5555555556;
}
.rs_container {
  margin-bottom: 100px;
}
.recruit-flow {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Arial', sans-serif;
}
.recruit-flow .step {
  margin-bottom: 33px;
  border: solid 4px rgb(45 106 174 / 70%);
  display: flex;
  align-items: stretch;
}
.recruit-flow .step h3 {
  font-size: 1.2rem;
  font-weight: 500;
  background-color: rgb(45 106 174 / 70%);
  margin: 0;
  color: #fff;
  width: 200px;
  padding: 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  position: relative;
}
.recruit-flow .step h3::after {
  content: "";
  position: absolute;
  bottom: -28.8px; /* 三角形の高さに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgb(45 106 174 / 70%);
}
.recruit-flow .step.no-arrow h3::after {
  content: none;
}
.recruit-flow .step h3 span {
  margin-left: 20px;
}
.recruit-flow .step h3 span.small {
  font-size: 1rem;
  margin-left: 0;
}
.recruit-flow .step p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  width: 730px;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.recruit-flow .step p span {
  color: rgb(45 106 174 / 90%);
  font-size: 0.8rem;
  display: block
}
.recruit-flow .step .step_blk {
  font-weight: 500;
  padding-bottom: 15px;
}
.recruit-flow .step .step_blk span {
  color: rgb(45 106 174 / 90%);
  font-size: 0.8rem;
  display: block;
  padding-left: 10px;
  margin-top: -17px;
}
.recruit-flow .step .step_blk ul {
  padding-left: 20px;
}
.recruit-flow .step .step_blk ul li {
  font-size: 0.7rem;
  color: rgb(45 106 174 / 90%);
}
.follow-support {
  background-color: #e6e6e6;
  padding: 22px 20px;
  max-width: 960px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.follow-support h3 {
  font-size: 1.4rem;
  color: #2d6aae;
  margin-bottom: 10px;
}
.follow-support p {
  font-size: 1rem;
  margin: 0 0 5px;
}
.follow-support ul {
  list-style: none;
  padding-left: 0;
}
.follow-support li {
  font-size: 1rem;
  color: #333;
}
.system {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}
.system .system_img {
  position: relative;
}
.system .system_img figure img {
  width: 100%;
  height: auto;
  display: block;
}
.system .system_txt {
  position: absolute;
  top: 50%;
  left: 63%;
  transform: translate(-50%, -50%); /* 中央揃え */
  padding: 20px;
  text-align: left;
  border-radius: 8px;
  max-width: 550px;
  width: 80%;
  font-family: "Noto Serif JP", serif;
}
.system .system_txt h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.system .system_txt p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 30px;
}
.system_sp {
  display: none;
}
.product {
  max-width: 1000px;
  margin: 55px auto;
}
.product ul li {
  padding-bottom: 30px;
}
.product ul li a:hover {
  opacity: 0.7;
}
.product img {
  width: 100%;
}
.sp_only {
  display: none;
}
.top_bnr-sp {
  display: none;
}
@media screen and (max-width: 912px) {
  .recruit-flow .step h3 {
    flex-basis: 180px;
    flex-shrink: 0;
  }
  .follow-support {
    margin: 0 20px 80px;
  }
  .footer_inner {
    padding: 30px 10px;
  }
  .footer_right h3 {
    font-size: 2.4rem;
  }
  .footer_right h3 span {
    margin-left: 0;
    font-size: 1rem;
  }
  .footer_copy p {
    text-align: center;
  }
  .footer_right {
    padding: 30px 0 0 20px;
    width: 50%;
  }
  .footer_left {
    padding-right: 20px;
  }
  .recruit-flow .step p {
    width: 60%;
  }
  .follow-support {
    margin: 0 20px 50px;
  }
}
@media screen and (max-width: 820px) {
  .nav-item {
    width: 170px;
    padding: 10px;
    font-size: 0.8rem;
  }
  .about .about_inner .about_flx {
    display: block;
  }
  .about .about_inner .about_flx figure {
    margin: 70px 0;
    text-align: center;
  }
  .nav-item.active::before {
    top: -5px;
    margin: 0 5px;
  }
  .mv_shadow {
    margin-top: -10px;
  }
  .mv {
    height: auto;
  }
  .about .about_ttl h2 {
    padding: 10px 20px;
  }
  .con02 h2.ttl {
    padding: 10px 20px;
  }
  .product {
    margin: 55px 30px;
  }
}