@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --header-height: 59px;
}

#newgrad_header {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #newgrad_header {
    width: 98%;
    padding: 8px 10px;
    border-radius: 0 0 4px 4px;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
#newgrad_header a {
  text-decoration: none;
}
#newgrad_header a .logo {
  width: min(22.22vw, 320px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #newgrad_header a .logo {
    width: 212px;
  }
}
#newgrad_header a .logo svg {
  width: 100%;
}
#newgrad_header a .logo p {
  display: block;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(12px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #newgrad_header a .logo p {
    font-size: 14px;
  }
}
#newgrad_header .links {
  height: 45px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #newgrad_header .links {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border-radius: 0 0 4px 4px;
    background: #FFF;
    gap: 30px;
    /* Drop Shadow */
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.3s ease;
    z-index: 900;
  }
}
@media screen and (max-width: 768px) {
  #newgrad_header .links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
#newgrad_header .anchors {
  display: flex;
  align-items: center;
  gap: min(1.39vw, 20px);
  padding: 10px min(1.39vw, 20px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #newgrad_header .anchors {
    flex-direction: column;
    gap: 14px;
    z-index: 950;
    align-items: initial;
  }
}
#newgrad_header .anchors li {
  list-style: none;
}
#newgrad_header .anchors li a {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#newgrad_header .anchors li a:hover {
  color: #1743B7;
}
@media screen and (max-width: 768px) {
  #newgrad_header .anchors li a {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 16px;
  }
}
#newgrad_header .apply {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #newgrad_header .apply {
    width: 136px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
#newgrad_header .apply li {
  list-style: none;
  width: 100%;
  border-radius: 4px;
}
#newgrad_header .apply li a {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  padding: 0 6px;
  transition: all 0.2s ease-in-out;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
}
#newgrad_header .apply li a span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #newgrad_header .apply li a span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #newgrad_header .apply li a {
    gap: 0;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 16px;
  }
}
#newgrad_header .apply li:first-child {
  background: #1D94AB;
  border: 1px solid #1D94AB;
}
#newgrad_header .apply li:last-child {
  background: #147EC2;
  border: 1px solid #147EC2;
}
#newgrad_header .apply li:hover:first-child a {
  background: #FFF;
  color: #1D94AB;
}
#newgrad_header .apply li:hover:first-child a span {
  color: #1D94AB;
}
#newgrad_header .apply li:hover:last-child a {
  background: #FFF;
  color: #147EC2;
}
#newgrad_header .apply li:hover:last-child a span {
  color: #147EC2;
}
#newgrad_header .hamburger {
  position: relative;
  width: 30px;
  height: 40px;
  padding: 20px 0;
  display: none;
  cursor: pointer;
  z-index: 998;
}
@media screen and (max-width: 768px) {
  #newgrad_header .hamburger {
    display: flex;
  }
}
#newgrad_header .hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 40%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#newgrad_header .hamburger span:nth-child(2) {
  top: 60%;
}
#newgrad_header .hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#newgrad_header .hamburger.is-open span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#newgrad_header body.is-menu-open {
  overflow: hidden;
}

#newgrad_footer {
  width: 100%;
  background: #FFF;
  overflow: hidden;
}
#newgrad_footer .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: min(8.89vw, 128px) min(6.94vw, 100px) min(3.75vw, 54px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content {
    padding: 60px 2.8% 24px;
  }
}
#newgrad_footer .content .img_filter {
  width: 55%;
  position: absolute;
  z-index: 1;
  top: max(-2.78vw, -40px);
  left: max(-2.08vw, -14px);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .img_filter {
    width: 80%;
    top: -30px;
    left: -100px;
  }
}
#newgrad_footer .content .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, #FFF 56.72%);
  mix-blend-mode: hard-light;
}
#newgrad_footer .content .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 46px;
  }
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .left {
    width: 100%;
  }
}
#newgrad_footer .content .flex .left .logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  margin-bottom: min(9.375vw, 135px);
}
@media screen and (max-width: 1280px) {
  #newgrad_footer .content .flex .left .logo svg {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .left .logo {
    margin-bottom: 24px;
  }
  #newgrad_footer .content .flex .left .logo svg {
    width: 320px;
  }
}
#newgrad_footer .content .flex .left .logo span {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .left .logo span {
    font-size: 16px;
  }
}
#newgrad_footer .content .flex .left .link {
  display: flex;
  gap: min(1.39vw, 20px);
  margin-bottom: 10px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .left .link {
    gap: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
#newgrad_footer .content .flex .left .link a {
  color: rgba(17, 17, 17, 0.7);
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 210%; /* 25.2px */
  text-decoration: none;
}
#newgrad_footer .content .flex .left .copylight {
  color: rgba(17, 17, 17, 0.7);
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 210%; /* 25.2px */
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .right {
    width: 320px;
  }
}
#newgrad_footer .content .flex .right .link_flex {
  display: flex;
  gap: min(1.67vw, 24px);
  margin-bottom: min(2.22vw, 32px);
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .right .link_flex {
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
#newgrad_footer .content .flex .right .link_flex a {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .right .link_flex a {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
#newgrad_footer .content .flex .right .link_flex a:hover {
  color: #1743B7;
}
#newgrad_footer .content .flex .right .apply {
  display: flex;
  align-items: center;
  gap: min(2.22vw, 32px);
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .right .apply {
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
  }
}
#newgrad_footer .content .flex .right .apply .apply_flex {
  display: flex;
}
#newgrad_footer .content .flex .right .apply .apply_flex a {
  display: flex;
  align-items: baseline;
  padding: min(0.56vw, 8px) min(1.39vw, 20px);
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newgrad_footer .content .flex .right .apply .apply_flex a {
    padding: 6px 18px;
  }
}
#newgrad_footer .content .flex .right .apply .apply_flex a span {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  transition: all 0.2s ease-in-out;
}
#newgrad_footer .content .flex .right .apply .apply_flex a:first-child {
  background: #1D94AB;
  border: 1px solid #1D94AB;
}
#newgrad_footer .content .flex .right .apply .apply_flex a:last-child {
  background: #147EC2;
  border: 1px solid #147EC2;
}
#newgrad_footer .content .flex .right .apply .apply_flex a:hover:first-child {
  background: #FFF;
  color: #1D94AB;
}
#newgrad_footer .content .flex .right .apply .apply_flex a:hover:first-child span {
  color: #1D94AB;
}
#newgrad_footer .content .flex .right .apply .apply_flex a:hover:last-child {
  background: #FFF;
  color: #147EC2;
}
#newgrad_footer .content .flex .right .apply .apply_flex a:hover:last-child span {
  color: #147EC2;
}

#environment {
  width: 100%;
  overflow: hidden;
}
#environment #fv {
  width: 100%;
}
#environment #fv .content {
  width: 100%;
  max-width: 1440px;
  height: 41.67vw;
  max-height: 365px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #environment #fv .content {
    height: 355px;
  }
}
#environment #fv .content .fv_title_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#environment #fv .content .fv_title_group h1 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: min(6.25vw, 90px);
  text-align: center;
  /* 背景画像の設定 */
  background-size: cover;
  background: #010101 url("../sb_recruit/img/fv_title_bg.png") center;
  /* 背景を文字の形に切り抜く設定 */
  -webkit-background-clip: text; /* Safari/Chrome用 */
  background-clip: text;
  /* 文字自体の色を透明にする */
  color: transparent;
}
@media screen and (max-width: 768px) {
  #environment #fv .content .fv_title_group h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
  }
}
#environment #fv .content .fv_title_group span {
  display: block;
  width: min(36.11vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -13.9%, #000 54.26%, rgba(255, 255, 255, 0) 117.37%);
  margin: min(1.67vw, 24px) 0 min(1.67vw, 24px);
}
#environment #fv .content .fv_title_group p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #environment #fv .content .fv_title_group p {
    font-size: 22px;
  }
}
#environment #training_system {
  width: 100%;
  margin-bottom: min(6.94vw, 100px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #environment #training_system {
    margin-bottom: 72px;
  }
}
#environment #training_system .bg {
  width: 100%;
  height: min(41.67vw, 600px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(106deg, #1748B2 15.73%, #0F6FC6 104.94%);
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #environment #training_system .bg {
    height: 290px;
  }
}
#environment #training_system .bg video {
  display: block;
  width: 100%;
  position: absolute;
  top: -80%;
  left: 0;
  z-index: 2;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width: 768px) {
  #environment #training_system .bg video {
    width: 120%;
    top: 0;
    left: 0;
  }
}
#environment #training_system .wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
  padding-top: min(13.89vw, 200px);
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper {
    padding-top: 220px;
  }
}
#environment #training_system .wrapper .content {
  width: 90.28%;
  margin: auto;
  background: #FFF;
  padding: min(5.56vw, 80px) min(5.56vw, 80px) 0;
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper .content {
    width: 94.4%;
    padding: 70px 35px 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper .content .section_title {
    margin-bottom: 500px;
  }
}
#environment #training_system .wrapper .content .section_title h2 {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600px;
  font-size: min(3.06vw, 44px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
#environment #training_system .wrapper .content .section_title p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper .content .section_title p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
#environment #training_system .wrapper .content .img_ts {
  display: block;
  width: min(71.11vw, 1024px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper .content .img_ts {
    display: none;
  }
}
#environment #training_system .wrapper .content .img_ts_sp {
  display: none;
  width: 500px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #environment #training_system .wrapper .content .img_ts_sp {
    display: block;
  }
}
#environment #training {
  width: 100%;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #environment #training {
    margin-bottom: 80px;
  }
}
#environment #training .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 min(9.03vw, 130px);
}
@media screen and (max-width: 768px) {
  #environment #training .content {
    padding: 0 8.2%;
  }
}
#environment #training .content .section_title h2 {
  color: #010101;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.08vw, 30px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #environment #training .content .section_title h2 {
    font-size: 26px;
    line-height: 150%;
    margin-bottom: 24px;
  }
}
#environment #training .content .section_title p {
  color: #010101;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: 140%; /* 28px */
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #environment #training .content .section_title p {
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 40px;
  }
}
#environment #training .content .img_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4.9%;
}
@media screen and (max-width: 768px) {
  #environment #training .content .img_area {
    flex-direction: column;
    gap: 36px;
  }
}
#environment #training .content .img_area .item {
  width: 31.7%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #environment #training .content .img_area .item {
    width: 100%;
  }
}
#environment #training .content .img_area .item .item_img {
  width: 100%;
}
#environment #training .content .img_area .item .item_num {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #environment #training .content .img_area .item .item_num {
    top: -16px;
  }
}
#environment #training .content .img_area .item .item_num .wrapper {
  position: relative;
}
#environment #training .content .img_area .item .item_num .wrapper span {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 230%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#environment #training .content .img_area .item h3 {
  color: #1748B2;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: clamp(18px, 1.74vw, 25px);
  font-style: normal;
  line-height: 130%; /* 32.5px */
  margin: min(0.56vw, 8px) 0;
}
@media screen and (max-width: 768px) {
  #environment #training .content .img_area .item h3 {
    font-size: 22px;
    line-height: 130%;
    margin: 0 0 4px;
  }
}
#environment #training .content .img_area .item p {
  color: #141417;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 1.39vw, 20px);
  font-style: normal;
  line-height: 130%; /* 26px */
}
@media screen and (max-width: 768px) {
  #environment #training .content .img_area .item p {
    font-size: 16px;
    line-height: 130%;
    padding: 0 8px;
  }
}
#environment #schedule {
  width: 100%;
  position: relative;
}
#environment #schedule .content {
  width: calc(100% - min(9.03vw, 130px));
  max-width: 1440px;
  margin: auto;
  padding: 0 0 min(2.08vw, 30px);
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #environment #schedule .content {
    width: 100%;
    padding: 0 2.8% 60px;
  }
}
#environment #schedule .content .section_title h2 {
  color: #010101;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.08vw, 30px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  #environment #schedule .content .section_title h2 {
    font-size: 26px;
    line-height: 150%;
    margin-bottom: 16px;
  }
}
#environment #schedule .content .section_title p {
  color: #010101;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: 140%; /* 28px */
  margin-bottom: min(2.92vw, 42px);
}
@media screen and (max-width: 768px) {
  #environment #schedule .content .section_title p {
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #environment #schedule .content .wrapper {
    overflow-x: auto;
  }
}
#environment #schedule .content .wrapper img {
  width: 89.62%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #environment #schedule .content .wrapper img {
    width: unset;
    height: 450px;
  }
}
#environment #schedule .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: min(23.61vw, 340px);
  background: #F2F2F2;
}
#environment #career_path {
  width: 100%;
  background: #F2F2F2;
  padding-top: min(10.42vw, 150px);
  padding-bottom: min(13.89vw, 200px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #environment #career_path {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
#environment #career_path .content {
  width: 100%;
  max-width: 1440px;
  padding: 0 min(9.03vw, 130px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #environment #career_path .content {
    padding: 0 2.8%;
  }
}
#environment #career_path .content .section_title span {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: min(0.56vw, 8px);
}
@media screen and (max-width: 768px) {
  #environment #career_path .content .section_title span {
    font-size: 16px;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
  }
}
#environment #career_path .content .section_title h2 {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(3.06vw, 44px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  #environment #career_path .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
  }
}
#environment #career_path .content .section_title p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: 140%; /* 28px */
}
@media screen and (max-width: 768px) {
  #environment #career_path .content .section_title p {
    font-size: 20px;
    line-height: 140%;
  }
}
#environment #career_path .content .scroll {
  width: calc(100vw - min(9.03vw, 130px));
  margin-top: min(4.44vw, 64px);
  padding-bottom: min(4.44vw, 64px);
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  #environment #career_path .content .scroll {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 30px;
  }
}
#environment #career_path .content .scroll img {
  margin-left: min(4.44vw, 64px);
}
@media screen and (max-width: 768px) {
  #environment #career_path .content .scroll img {
    height: 380px;
    margin-left: 30px;
  }
}
#environment #career_model {
  width: 100%;
  background: #F2F2F2;
  padding-bottom: min(6.94vw, 100px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #environment #career_model {
    padding-bottom: 80px;
  }
}
#environment #career_model .content {
  width: 100%;
  max-width: 1440px;
  padding: 0 min(9.03vw, 130px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #environment #career_model .content {
    padding: 0 2.8%;
  }
}
#environment #career_model .content .section_title span {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: min(0.56vw, 8px);
}
@media screen and (max-width: 768px) {
  #environment #career_model .content .section_title span {
    font-size: 16px;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
  }
}
#environment #career_model .content .section_title h2 {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(3.06vw, 44px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  #environment #career_model .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
  }
}
#environment #career_model .content .section_title p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: 140%; /* 28px */
  margin-bottom: min(2.5vw, 36px);
}
#environment #career_model .content .pc_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #environment #career_model .content .pc_img {
    display: none;
  }
}
#environment #career_model .content .sp_cm {
  display: none;
}
@media screen and (max-width: 768px) {
  #environment #career_model .content .sp_cm {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
#environment #career_model .content .sp_cm .tab_area {
  display: flex;
  justify-content: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  #environment #career_model .content .sp_cm .tab_area {
    width: 100%;
  }
}
#environment #career_model .content .sp_cm .tab_area span {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  display: block;
  padding: 10px 20px;
  background: #ACA9A9;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#environment #career_model .content .sp_cm .tab_area span.active {
  background: #000;
}
#environment #career_model .content .sp_cm .item_area {
  width: 100%;
  padding: 16px 24px;
  position: relative;
}
#environment #career_model .content .sp_cm .item_area .item {
  width: 100%;
  position: absolute;
  opacity: 0;
}
#environment #career_model .content .sp_cm .item_area .item img {
  width: 100%;
}
#environment #career_model .content .sp_cm .item_area .item.active {
  position: relative;
  opacity: 1;
}
#environment #interview {
  width: 100%;
  padding: min(6.94vw, 100px) 0;
  background: linear-gradient(106deg, #1748B2 15.73%, #0F6FC6 104.94%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #environment #interview {
    padding: 80px 0;
  }
}
#environment #interview .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 min(9.03vw, 130px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #environment #interview .content {
    padding: 0;
  }
}
#environment #interview .content .section_title {
  margin-bottom: min(3.19vw, 44px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #environment #interview .content .section_title {
    margin-bottom: 50px;
  }
}
#environment #interview .content .section_title p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #environment #interview .content .section_title p {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
#environment #interview .content .section_title h2 {
  text-align: center;
  color: #FFF;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(3.06vw, 44px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #environment #interview .content .section_title h2 {
    font-size: 44px;
    letter-spacing: -0.44px;
  }
}
#environment #interview .content .img_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4.9%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #environment #interview .content .img_area {
    display: none;
  }
}
#environment #interview .content .img_area .item {
  width: 31.7%;
  text-decoration: none;
}
#environment #interview .content .img_area .item .img_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: min(0.56vw, 8px);
}
#environment #interview .content .img_area .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#environment #interview .content .img_area .item:hover img {
  transform: scale(1.1);
}
#environment #interview .content .img_area .item p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(18px, 1.53vw, 22px);
  font-style: normal;
  line-height: normal;
}
#environment #interview .content .interview_swiper {
  display: none;
}
@media screen and (max-width: 768px) {
  #environment #interview .content .interview_swiper {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
  }
}
#environment #interview .content .interview_swiper .swiper-wrapper {
  width: 100%;
}
#environment #interview .content .interview_swiper .swiper-wrapper .swiper-slide {
  width: 295px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
#environment #interview .content .interview_swiper .swiper-wrapper .swiper-slide picture {
  width: 95%;
}
#environment #interview .content .interview_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin: auto;
}
#environment #interview .content .interview_swiper .swiper-wrapper .swiper-slide p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
}
#environment #interview .content video {
  display: block;
  width: 100%;
  position: absolute;
  top: -80%;
  left: -10%;
  z-index: 2;
  mix-blend-mode: plus-lighter;
}

#midcare #fv {
  width: 100%;
  height: 43.06vw;
  max-height: 620px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #midcare #fv {
    height: 123.08vw;
  }
}
#midcare #fv video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #midcare #fv video {
    width: auto;
    height: 100%;
  }
}
#midcare #fv .logo {
  width: 320px;
  position: absolute;
  top: min(2.92vw, 42px);
  left: min(1.94vw, 28px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: min(0.972vw, 14px);
  text-decoration: none;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  #midcare #fv .logo {
    width: 200px;
    top: 12px;
    left: 6px;
    gap: 2px;
  }
}
#midcare #fv .logo svg {
  width: 100%;
  fill: white;
}
#midcare #fv .logo span {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #midcare #fv .logo span {
    font-size: 14px;
  }
}
#midcare #fv .filter {
  width: 88.89%;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(30% 0, 70% 0, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  #midcare #fv .filter {
    width: 100%;
    clip-path: polygon(50% 0, 100% 40%, 100% 60%, 50% 100%, 0 60%, 0 40%);
  }
}
#midcare #fv .filter h1 {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: min(4.86vw, 70px);
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #midcare #fv .filter h1 {
    font-size: 32px;
  }
}
#midcare #fv .filter h1 .big {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: min(5.56vw, 80px);
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  #midcare #fv .filter h1 .big {
    font-size: 36px;
  }
}
#midcare #fv .filter h1 .middle {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: min(5.28vw, 76px);
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  #midcare #fv .filter h1 .middle {
    font-size: 34px;
  }
}
#midcare #fv p {
  position: absolute;
  bottom: min(6.94vw, 100px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  white-space: nowrap;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.43vw, 35px);
  line-height: 150%;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: min(0.42vw, 6px) min(2.5vw, 36px);
  background: #100B29;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 768px) {
  #midcare #fv p {
    bottom: min(38.46vw, 200px);
    font-size: 15px;
  }
}
#midcare #mission {
  width: 100%;
  margin-bottom: min(11.11vw, 160px);
}
@media screen and (max-width: 768px) {
  #midcare #mission {
    margin-bottom: 55px;
  }
}
#midcare #mission .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: min(7.78vw, 112px) min(7.78vw, 112px) 0 min(9.72vw, 140px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content {
    padding: 32px 2.6% 0;
    flex-direction: column;
    gap: 20px;
  }
}
#midcare #mission .content .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .left {
    width: 90%;
    margin: auto;
  }
}
#midcare #mission .content .left .en {
  display: flex;
  align-items: center;
  gap: min(0.69vw, 10px);
  padding-left: min(1.11vw, 16px);
  margin-bottom: min(0.69vw, 10px);
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .left .en {
    gap: 6px;
    padding-left: 16px;
    margin-bottom: 4px;
  }
}
#midcare #mission .content .left .en div {
  width: min(3.06vw, 44px);
  height: 1px;
  background: #1743B7;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .left .en div {
    width: 28px;
  }
}
#midcare #mission .content .left .en span {
  color: #1743B7;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.94vw, 28px);
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .left .en span {
    font-size: 24px;
  }
}
#midcare #mission .content .left p {
  display: inline-block;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.43vw, 35px);
  line-height: 150%;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: min(0.42vw, 6px) min(2.5vw, 36px);
  background: #100B29;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.28);
  margin-bottom: min(4.17vw, 60px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .left p {
    font-size: 24px;
    padding: 5px 22px;
    margin-bottom: 20px;
  }
}
#midcare #mission .content .left picture {
  width: 100%;
}
#midcare #mission .content .left picture img {
  width: 95%;
  margin: auto;
}
#midcare #mission .content .right {
  width: 54.21%;
  padding-top: min(2.78vw, 40px);
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .right {
    width: 100%;
    padding-top: 0;
  }
}
#midcare #mission .content .right p {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .right p {
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
  }
}
#midcare #mission .content .right p span {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.67vw, 24px);
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  #midcare #mission .content .right p span {
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
  }
}
#midcare #company {
  width: 100%;
  margin-bottom: min(4.17vw, 60px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #midcare #company {
    margin-bottom: 32px;
  }
}
#midcare #company .content {
  width: 100%;
  max-width: 1440px;
  padding: 0 min(9.72vw, 140px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #midcare #company .content {
    padding: 0 2.6%;
  }
}
#midcare #company .content h2 {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.875vw, 27px);
  line-height: 150%; /* 40.5px */
  margin-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  #midcare #company .content h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
#midcare #company .content .slide_wrapper {
  width: 100%;
  background: #333; /* スライド外側の背景 */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: min(7.78vw, 112px);
}
@media screen and (max-width: 768px) {
  #midcare #company .content .slide_wrapper {
    width: 100%;
    margin-bottom: 55px;
  }
}
#midcare #company .content .slide_wrapper .pdf_viewport {
  width: 100%;
  aspect-ratio: 16/9; /* 画像に合わせた比率 */
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#midcare #company .content .slide_wrapper .pdf_viewport #pdf_canvas {
  width: 100% !important;
  height: auto !important;
}
#midcare #company .content .slide_wrapper .pdf_controls {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  font-family: sans-serif;
}
#midcare #company .content .slide_wrapper .pdf_controls button {
  padding: 8px 16px;
  cursor: pointer;
  background: #555;
  color: white;
  border: none;
  border-radius: 4px;
}
#midcare #company .content .slide_wrapper .pdf_controls button:hover {
  background: #777;
}
#midcare #company .company_swiper {
  width: 100vw;
}
#midcare #company .company_swiper .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
}
#midcare #company .company_swiper .swiper-wrapper .swiper-slide {
  width: min(25.83vw, 372px);
  margin-right: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  #midcare #company .company_swiper .swiper-wrapper .swiper-slide {
    width: 186px;
    margin-right: 12px;
  }
}
#midcare #company .company_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#midcare #business {
  width: 100%;
  background: #E5E5E5;
  padding: min(7.78vw, 112px) 0 min(2.08vw, 30px);
}
@media screen and (max-width: 768px) {
  #midcare #business {
    padding: 64px 0 24px;
  }
}
#midcare #business .content {
  width: 100%;
  max-width: 1440px;
  padding: 0 min(9.72vw, 140px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #midcare #business .content {
    padding: 0 5.13%;
  }
}
#midcare #business .content .en {
  display: flex;
  align-items: center;
  gap: min(0.69vw, 10px);
  padding-left: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  #midcare #business .content .en {
    gap: 6px;
    justify-content: center;
    padding-left: 0;
    transform: translateX(-46px);
  }
}
#midcare #business .content .en div {
  width: min(3.06vw, 44px);
  height: 1px;
  background: #1743B7;
}
@media screen and (max-width: 768px) {
  #midcare #business .content .en div {
    width: 28px;
  }
}
#midcare #business .content .en span {
  color: #1743B7;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.94vw, 28px);
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #midcare #business .content .en span {
    font-size: 16px;
  }
}
#midcare #business .content h2 {
  color: #100B29;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.28);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(4.72vw, 68px);
  line-height: 150%; /* 102px */
}
@media screen and (max-width: 768px) {
  #midcare #business .content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 100%; /* 72px */
    text-align: center;
  }
}
#midcare #business .content p {
  color: #141417;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: 130%; /* 26px */
  margin-bottom: min(4.17vw, 60px);
}
@media screen and (max-width: 768px) {
  #midcare #business .content p {
    width: 93.43%;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    margin: 20px auto 50px;
  }
}
#midcare #business .content .flex {
  width: 100%;
  padding: 0 min(2.08vw, 30px) 0 min(5vw, 72px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
  }
}
#midcare #business .content .flex .slide_wrapper {
  width: 61.83%;
  background: #333; /* スライド外側の背景 */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .slide_wrapper {
    width: 100%;
  }
}
#midcare #business .content .flex .slide_wrapper .pdf_viewport {
  width: 100%;
  aspect-ratio: 16/9; /* 画像に合わせた比率 */
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#midcare #business .content .flex .slide_wrapper .pdf_viewport #pdf_canvas_1 {
  width: 100% !important;
  height: auto !important;
}
#midcare #business .content .flex .slide_wrapper .pdf_viewport #pdf_canvas_2 {
  width: 100% !important;
  height: auto !important;
}
#midcare #business .content .flex .slide_wrapper .pdf_controls {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  font-family: sans-serif;
}
#midcare #business .content .flex .slide_wrapper .pdf_controls button {
  padding: 8px 16px;
  cursor: pointer;
  background: #555;
  color: white;
  border: none;
  border-radius: 4px;
}
#midcare #business .content .flex .slide_wrapper .pdf_controls button:hover {
  background: #777;
}
#midcare #business .content .flex .text {
  width: 31.61%;
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .text {
    width: 100%;
    padding: 0 6%;
  }
}
#midcare #business .content .flex .text .num {
  color: #1743B7;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: 150%; /* 30.704px */
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .text .num {
    font-size: 20px;
  }
}
#midcare #business .content .flex .text h3 {
  color: #141417;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.81vw, 26px);
  line-height: 150%; /* 39.232px */
  margin-bottom: min(0.69vw, 10px);
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .text h3 {
    font-size: 23px;
    margin-bottom: 4px;
  }
}
#midcare #business .content .flex .text p {
  color: #141417;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.25vw, 18px);
  line-height: 150%; /* 27px */
  margin-bottom: min(2.43vw, 35px);
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .text p {
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 10px;
  }
}
#midcare #business .content .flex .text .occupation {
  color: #141417;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.25vw, 18px);
  line-height: 150%; /* 27px */
  margin: 0 0 min(0.56vw, 8px) min(0.83vw, 12px);
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .text .occupation {
    font-size: 16px;
    margin: 0 0 4px;
  }
}
#midcare #business .content .flex .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.56vw, 8px);
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: min(0.56vw, 8px) min(2.08vw, 30px);
  background: #141417;
  box-shadow: 5.557px 5.557px 5.557px 0 rgba(0, 0, 0, 0.28);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 768px) {
  #midcare #business .content .flex .text a {
    padding: 8px 30px;
    gap: 10px;
    font-size: 20px;
  }
}
#midcare #business .content .flex .text a:hover {
  opacity: 0.7;
}
#midcare #business .content .line {
  width: 100%;
  height: 1px;
  background: #ABABAB;
  margin: min(5vw, 72px) 0 min(5vw, 72px) min(5vw, 72px);
}
@media screen and (max-width: 768px) {
  #midcare #business .content .line {
    margin: 40px 0;
  }
}
#midcare #highlights {
  width: 100%;
  background: #1743B7;
  position: relative;
}
#midcare #highlights .content {
  width: 100%;
  padding: min(6.67vw, 96px) 0 min(6.67vw, 96px) min(17.78vw, 256px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content {
    padding: 52px 5.64% 72px;
  }
}
#midcare #highlights .content .en {
  display: flex;
  align-items: center;
  gap: min(0.69vw, 10px);
  padding-left: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content .en {
    gap: 6px;
    padding-left: 0;
    justify-content: center;
    transform: translateX(-6px);
  }
}
#midcare #highlights .content .en div {
  width: min(3.06vw, 44px);
  height: 1px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content .en div {
    width: 28px;
  }
}
#midcare #highlights .content .en span {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content .en span {
    font-size: 16px;
  }
}
#midcare #highlights .content h2 {
  color: #FFF;
  text-shadow: 4px 4px 5px rgba(255, 255, 255, 0.47);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(4.72vw, 68px);
  line-height: 150%; /* 102px */
  margin-bottom: min(1.94vw, 28px);
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content h2 {
    text-align: center;
    font-size: 40px;
  }
}
#midcare #highlights .content .highlights_swiper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content .highlights_swiper { /* TODO */
    display: none;
  }
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper {
  width: 100%;
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper .swiper-slide {
  width: min(29.58vw, 426px);
  height: calc(min(29.58vw, 426px) * 0.98);
  padding: min(1.11vw, 16px) min(1.39vw, 20px);
  margin-right: min(1.67vw, 24px);
  background: #0C2B72;
  box-shadow: 0 0 5px 0 #2D3A5C;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.48/1;
  object-fit: cover;
  margin-bottom: min(0.83vw, 12px);
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper .swiper-slide p {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.6vw, 23px);
  line-height: 130%; /* 29.9px */
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper .swiper-slide .icon {
  display: block;
  position: absolute;
  bottom: min(1.11vw, 16px);
  right: min(1.39vw, 20px);
  width: min(4.17vw, 60px);
  height: min(2.29vw, 33px);
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper .swiper-slide .icon svg {
  width: 100%;
  height: 100%;
}
#midcare #highlights .content .highlights_swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
#midcare #highlights .content .swiper_button {
  position: absolute;
  top: min(10.07vw, 145px);
  left: min(45.49vw, 655px);
  z-index: 10;
  display: flex;
  gap: min(0.69vw, 10px);
}
@media screen and (max-width: 768px) {
  #midcare #highlights .content .swiper_button { /* TODO */
    display: none;
  }
}
#midcare #highlights .content .swiper_button .highlights_button {
  width: min(4.44vw, 64px);
  height: min(4.44vw, 64px);
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#midcare #highlights .content .swiper_button .highlights_button svg {
  width: min(2.57vw, 37px);
  height: min(0.417vw, 6px);
}
#midcare #highlights .line {
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
}
#midcare #highlights .line.top {
  top: 12px;
}
#midcare #highlights .line.bottom {
  bottom: 12px;
}
#midcare #faq {
  width: 100%;
  background: #EEE;
  padding: min(8.61vw, 124px) 0 min(12.15vw, 175px);
}
@media screen and (max-width: 768px) {
  #midcare #faq {
    padding: 42px 0 60px;
  }
}
#midcare #faq .content {
  width: 100%;
  max-width: 1440px;
  padding: 0 min(11.46vw, 165px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content {
    padding: 0 2.6%;
  }
}
#midcare #faq .content .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.69vw, 10px);
  transform: translateX(min(2.08vw, 30px));
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .en {
    gap: 6px;
    transform: translateX(0);
  }
}
#midcare #faq .content .en div {
  width: min(3.06vw, 44px);
  height: 1px;
  background: #1743B7;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .en div {
    width: 28px;
  }
}
#midcare #faq .content .en span {
  color: #1743B7;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .en span {
    font-size: 16px;
  }
}
#midcare #faq .content h2 {
  text-align: center;
  color: #100B29;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.28);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(4.72vw, 68px);
  line-height: 150%; /* 102px */
  margin-bottom: min(1.94vw, 28px);
}
@media screen and (max-width: 768px) {
  #midcare #faq .content h2 {
    font-size: 40px;
    transform: translateX(-30px);
    margin-bottom: 10px;
  }
}
#midcare #faq .content .faq_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area {
    gap: 15px;
  }
}
#midcare #faq .content .faq_area .item {
  width: 100%;
  position: relative;
}
#midcare #faq .content .faq_area .item .q {
  color: #1743B7;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.28);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(2.64vw, 38px);
  line-height: 150%; /* 57px */
  position: absolute;
  top: min(1.67vw, 24px);
  left: min(3.33vw, 48px);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .q {
    font-size: 30px;
    left: 0;
  }
}
#midcare #faq .content .faq_area .item .header {
  width: 100%;
  padding: min(1.04vw, 15px) min(2.78vw, 40px) min(1.04vw, 15px) min(6.25vw, 90px);
  margin: 0;
  background: #FFF;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  box-shadow: 5.557px 5.557px 5.557px 0 rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: margin 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .header {
    padding: 8px 24px 8px 35px;
  }
}
#midcare #faq .content .faq_area .item .header .flex {
  display: flex;
  align-items: center;
  gap: min(0.83vw, 12px);
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .header .flex {
    width: 90%;
    gap: 4px;
  }
}
#midcare #faq .content .faq_area .item .header .flex span {
  width: 10px;
}
#midcare #faq .content .faq_area .item .header .flex p {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.25vw, 18px);
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .header .flex p {
    font-size: 16px;
    line-height: 110%;
  }
}
#midcare #faq .content .faq_area .item .header svg {
  width: min(1.81vw, 26px);
  height: min(0.903vw, 13px);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .header svg {
    width: 16px !important;
    height: 8px !important;
  }
}
#midcare #faq .content .faq_area .item .body {
  width: 100%;
  height: 0;
  padding: 0 min(3.82vw, 55px);
  overflow: hidden;
  transition: height 0.4s;
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .body {
    padding: 0 10px;
  }
}
#midcare #faq .content .faq_area .item .body p {
  width: 100%;
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.18vw, 17px);
  line-height: 150%; /* 25.5px */
}
@media screen and (max-width: 768px) {
  #midcare #faq .content .faq_area .item .body p {
    font-size: 16px;
    line-height: 110%;
  }
}
#midcare #faq .content .faq_area .item.open .header {
  margin-bottom: min(1.67vw, 24px);
}
#midcare #faq .content .faq_area .item.open .header svg {
  transform: rotate(180deg);
}
#midcare #faq .content .faq_area .item.open .body {
  /* 高さはJSでセット */
}
#midcare #join {
  display: block;
  width: 100%;
  padding: min(6.94vw, 100px) 0;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #midcare #join {
    padding: 80px 0 50px;
  }
}
#midcare #join .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#midcare #join .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#midcare #join .bg_filter {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(24, 67, 180, 0.88) 0%, rgba(20, 21, 25, 0.88) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
#midcare #join .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.39vw, 20px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #midcare #join .flex {
    gap: 10px;
    margin-bottom: 15px;
  }
}
#midcare #join .flex h2 {
  color: #FFF;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.28);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(4.72vw, 68px);
  line-height: 150%; /* 102px */
}
@media screen and (max-width: 768px) {
  #midcare #join .flex h2 {
    font-size: 38px;
    line-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #midcare #join .flex svg {
    width: 30px;
  }
}
#midcare #join p {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.18vw, 17px);
  line-height: 150%; /* 25.5px */
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #midcare #join p {
    font-size: 15px;
    line-height: 130%;
  }
}
#midcare #join:hover .bg_filter {
  opacity: 0.7;
}

#midcare_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#midcare_header .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #midcare_header .content {
    padding-top: 8px;
  }
}
#midcare_header .content .wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #midcare_header .content .wrapper {
    gap: 4px;
  }
}
#midcare_header .content .wrapper .banner {
  width: 240px;
  height: 52px;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #midcare_header .content .wrapper .banner {
    width: 145px;
    height: 32px;
    gap: 6px;
    padding-left: 12px;
  }
}
#midcare_header .content .wrapper .banner span {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 150%; /* 36px */
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #midcare_header .content .wrapper .banner span {
    font-size: 15px;
  }
}
#midcare_header .content .wrapper .banner svg {
  width: 15px;
}
#midcare_header .content .wrapper .banner.casual {
  background: #1743B7;
}
#midcare_header .content .wrapper .banner.occupation {
  background: #4788FE;
}
#midcare_header .content .wrapper .banner .filter {
  width: 200%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-200%);
  background: #FFF;
  opacity: 0.5;
  transition: all 0.8s ease-in-out;
}
#midcare_header .content .wrapper .banner:hover .filter {
  transform: translateX(0);
}

#midcare-footer {
  width: 100%;
  padding: min(1.81vw, 26px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #midcare-footer {
    padding: 12px 0;
  }
}
#midcare-footer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#midcare-footer .video_filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#midcare-footer .content {
  width: 100%;
  position: relative;
  z-index: 3;
}
#midcare-footer .content nav {
  width: 100%;
  margin-bottom: min(5vw, 72px);
}
@media screen and (max-width: 768px) {
  #midcare-footer .content nav {
    margin-bottom: 42px;
  }
}
#midcare-footer .content nav ol {
  display: flex;
  justify-content: center;
  gap: min(3.61vw, 52px);
}
@media screen and (max-width: 768px) {
  #midcare-footer .content nav ol {
    gap: 10px 32px;
    flex-wrap: wrap;
  }
}
#midcare-footer .content nav ol li {
  list-style: none;
}
#midcare-footer .content nav ol li a {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.25vw, 18px);
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #midcare-footer .content nav ol li a {
    font-size: 15px;
  }
}
#midcare-footer .content nav ol li a:hover {
  color: #4788FE;
}
#midcare-footer .content .logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.278vw, 4px);
  text-decoration: none;
  margin-bottom: min(5vw, 72px);
}
@media screen and (max-width: 768px) {
  #midcare-footer .content .logo {
    gap: 4px;
    margin-bottom: 42px;
  }
}
#midcare-footer .content .logo svg {
  width: min(22.22vw, 320px);
}
@media screen and (max-width: 768px) {
  #midcare-footer .content .logo svg {
    width: 230px;
  }
}
#midcare-footer .content .logo span {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.39vw, 20px);
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #midcare-footer .content .logo span {
    font-size: 14px;
  }
}
#midcare-footer .content .copyright {
  width: 100%;
  display: block;
  color: #FFF;
  text-align: center;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.28);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(0.83vw, 12px);
  line-height: 150%; /* 18px */
}
@media screen and (max-width: 768px) {
  #midcare-footer .content .copyright {
    font-size: 12px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

#top {
  width: 100%;
  overflow: hidden;
}
#top #fv {
  width: 100%;
  position: relative;
  height: min(41.67vw, 600px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #fv {
    height: 526px;
  }
}
#top #fv video {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 70%;
}
@media screen and (max-width: 768px) {
  #top #fv video {
    width: auto;
  }
}
#top #fv .content {
  width: 100%;
  max-width: 1440px;
  height: 41.67vw;
  max-height: 700px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #top #fv .content {
    height: 530px;
  }
}
#top #fv .content .fv_title_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top #fv .content .fv_title_group h1 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: min(6.25vw, 90px);
  text-align: center;
  /* 背景の配置とサイズ（インラインの background-image と競合させない） */
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: #010101;
  /* 背景を文字の形に切り抜く設定 */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* 文字自体の色を透明にする */
  color: transparent !important;
}
@media screen and (max-width: 768px) {
  #top #fv .content .fv_title_group h1 {
    font-size: 48px;
  }
}
#top #fv .content .fv_title_group h1 .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  #top #fv .content .fv_title_group h1 .sp_only {
    display: block;
  }
}
#top #fv .content .fv_title_group span {
  display: block;
  width: min(36.11vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -13.9%, #000 54.26%, rgba(255, 255, 255, 0) 117.37%);
  margin: min(1.67vw, 24px) 0 min(1.67vw, 24px);
}
#top #fv .content .fv_title_group p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: min(1.39vw, 20px);
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #top #fv .content .fv_title_group p {
    font-size: 16px;
  }
}
#top #mission {
  width: 100%;
  margin-bottom: min(6.94vw, 100px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #mission {
    margin-bottom: 80px;
  }
}
#top #mission .bg {
  width: 100%;
  height: min(41.67vw, 600px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(106deg, #1748B2 15.73%, #0F6FC6 104.94%);
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #mission .bg {
    height: 290px;
  }
}
#top #mission .bg video {
  display: block;
  width: 100%;
  position: absolute;
  top: -80%;
  left: 0;
  z-index: 2;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width: 768px) {
  #top #mission .bg video {
    width: 120%;
    top: 0;
    left: 0;
  }
}
#top #mission .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
  padding-top: min(13.89vw, 200px);
}
@media screen and (max-width: 768px) {
  #top #mission .content {
    padding-top: 220px;
  }
}
#top #mission .content article {
  width: 76.74%;
  padding: min(5.9vw, 85px) min(4.86vw, 70px) min(6.94vw, 100px);
  margin-left: min(4.17vw, 60px);
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #top #mission .content article {
    width: 94.4%;
    padding: 45px 8px 0;
    margin: auto;
  }
}
#top #mission .content article p {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  #top #mission .content article p {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
#top #mission .content article h2 {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: min(4.17vw, 60px);
  font-style: normal;
  line-height: 100%;
  margin-bottom: min(2.78vw, 40px);
}
@media screen and (max-width: 768px) {
  #top #mission .content article h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 51px;
  }
}
#top #mission .content article div p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 1.53vw, 22px);
  font-style: normal;
  line-height: 150%; /* 33px */
  letter-spacing: 0.44px;
}
#top #mission .content article div p span {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 1.875vw, 27px);
}
#top #company {
  width: 100%;
  margin-bottom: min(11.81vw, 170px);
}
@media screen and (max-width: 768px) {
  #top #company {
    margin-bottom: 120px;
  }
}
#top #company .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 min(2.78vw, 40px) 0 min(9.03vw, 130px);
}
@media screen and (max-width: 768px) {
  #top #company .content {
    width: 94.4%;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
#top #company .content .section_title h2 {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(2.78vw, 40px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #top #company .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
#top #company .content .section_title p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  #top #company .content .section_title p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
#top #company .content .slide_wrapper {
  width: min(62.5vw, 900px);
  background: #333; /* スライド外側の背景 */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #top #company .content .slide_wrapper {
    width: 100%;
  }
}
#top #company .content .slide_wrapper .pdf_viewport {
  width: 100%;
  aspect-ratio: 16/9; /* 画像に合わせた比率 */
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#top #company .content .slide_wrapper .pdf_viewport #pdf_canvas {
  width: 100% !important;
  height: auto !important;
}
#top #company .content .slide_wrapper .pdf_controls {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  font-family: sans-serif;
}
#top #company .content .slide_wrapper .pdf_controls button {
  padding: 8px 16px;
  cursor: pointer;
  background: #555;
  color: white;
  border: none;
  border-radius: 4px;
}
#top #company .content .slide_wrapper .pdf_controls button:hover {
  background: #777;
}
#top #service {
  width: 100%;
  background: #3D3D3D;
}
#top #service .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: min(4.44vw, 64px) min(9.03vw, 130px) min(5.9vw, 85px);
}
@media screen and (max-width: 768px) {
  #top #service .content {
    padding: 32px 2.8% 72px;
  }
}
#top #service .content .section_title h2 {
  color: #FFF;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(3.06vw, 44px);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  #top #service .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 12px;
  }
}
#top #service .content .section_title p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: min(2.22vw, 32px);
}
@media screen and (max-width: 768px) {
  #top #service .content .section_title p {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 24px;
  }
}
#top #service .content .caption {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 210%; /* 33.6px */
  margin-bottom: min(2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  #top #service .content .caption {
    font-size: 16px;
    line-height: 210%;
    margin-bottom: 40px;
  }
}
#top #service .content ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #top #service .content ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
}
#top #service .content ul li {
  width: 40%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #service .content ul li {
    width: 100%;
    border-radius: 8px;
  }
}
#top #service .content ul li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: min(2.43vw, 35px) min(1.39vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  background: #292929;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a {
    padding: 42px 18px;
  }
}
#top #service .content ul li a span {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a span {
    margin-bottom: 8px;
  }
}
#top #service .content ul li a .line {
  width: min(6.25vw, 90px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: min(1.11vw, 16px);
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a .line {
    width: 90px;
    margin-bottom: 12px;
  }
}
#top #service .content ul li a h3 {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 1.53vw, 22px);
  font-style: normal;
  line-height: normal;
  margin-bottom: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
#top #service .content ul li a .icon {
  width: min(7.64vw, 110px);
  margin-bottom: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a .icon {
    width: 92px;
    margin-bottom: 24px;
  }
}
#top #service .content ul li a .description {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 180%; /* 28.8px */
  margin-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a .description {
    margin-bottom: 20px;
  }
}
#top #service .content ul li a .view_more {
  padding: min(0.83vw, 12px) min(1.39vw, 20px);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.59);
}
@media screen and (max-width: 768px) {
  #top #service .content ul li a .view_more {
    padding: 12px 20px;
  }
}
#top #service .content ul li a .view_more p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  position: relative;
  z-index: 4;
}
#top #service .content ul li a .view_more svg {
  position: relative;
  z-index: 4;
}
#top #service .content ul li a .view_more .vm_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("img/common_bg.png") lightgray 50%/cover no-repeat;
}
#top #service .content ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: url("img/service_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px);
}
#top #service .content ul li:hover a {
  background: transparent;
}
#top #service .content ul li:hover a .view_more .vm_bg {
  opacity: 0;
}
#top #person {
  width: 100%;
  background: #F2F2F2;
  padding: min(10.76vw, 155px) 0 min(6.25vw, 90px);
  margin-bottom: min(12.15vw, 175px);
}
@media screen and (max-width: 768px) {
  #top #person {
    padding: 46px 0 56px;
    margin-bottom: 60px;
  }
}
#top #person .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 min(9.03vw, 130px);
  display: flex;
  gap: min(4.86vw, 70px);
}
@media screen and (max-width: 768px) {
  #top #person .content {
    flex-direction: column-reverse;
    gap: 42px;
    padding: 0 2.8%;
  }
}
#top #person .content .img_area {
  display: flex;
  gap: min(1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area {
    justify-content: center;
    gap: 12px;
  }
}
#top #person .content .img_area .item {
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
#top #person .content .img_area .item img {
  width: min(18.6vw, 268px);
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area .item img {
    width: 165px;
  }
}
#top #person .content .img_area .item .board {
  position: absolute;
  z-index: 2;
  bottom: min(3.47vw, 50px);
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: min(1.11vw, 16px);
  font-style: normal;
  line-height: 100%; /* 16px */
  letter-spacing: min(0.078vw, 1.12px);
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area .item .board {
    bottom: 30px;
    font-size: 10px;
    letter-spacing: 0.702px;
  }
}
#top #person .content .img_area .item .board span {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: min(1.74vw, 25px);
  font-style: normal;
  line-height: 100%;
  letter-spacing: min(0.122vw, 1.75px);
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area .item .board span {
    font-size: 16px;
    letter-spacing: 1.097px;
  }
}
#top #person .content .img_area .item:nth-child(1) .board {
  left: 0;
  padding: min(1.39vw, 20px) min(1.39vw, 20px) min(0.42vw, 6px) min(0.69vw, 10px);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  background: #1D94AB;
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area .item:nth-child(1) .board {
    padding: 10px 12px 3px 6px;
  }
}
#top #person .content .img_area .item:nth-child(2) {
  padding-top: min(6.94vw, 100px);
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area .item:nth-child(2) {
    padding-top: 60px;
  }
}
#top #person .content .img_area .item:nth-child(2) .board {
  right: 0;
  padding: min(1.39vw, 20px) min(0.69vw, 10px) min(0.42vw, 6px) min(1.39vw, 20px);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  background: #147EC2;
}
@media screen and (max-width: 768px) {
  #top #person .content .img_area .item:nth-child(2) .board {
    padding: 10px 6px 3px 12px;
  }
}
#top #person .content .text_area {
  position: relative;
  padding-top: min(6.94vw, 100px);
}
#top #person .content .text_area h3 {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 2.7vw;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background: linear-gradient(91deg, #010101 -2.08%, #0F6FC6 15.71%, #010101 53.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #top #person .content .text_area h3 {
    font-size: 28px;
    letter-spacing: 0.96px;
  }
}
#top #person .content .text_area .line {
  width: 100%;
  height: 1px;
  background: #000;
  margin: min(1.81vw, 26px) 0;
}
@media screen and (max-width: 768px) {
  #top #person .content .text_area .line {
    margin: 8px 0 12px;
  }
}
#top #person .content .text_area .wrapper {
  padding: 10px 10px;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  background: linear-gradient(91deg, #1748B2 0.08%, #307FC8 98.03%);
}
@media screen and (max-width: 768px) {
  #top #person .content .text_area .wrapper {
    width: 320px;
    padding: 8px 10px 8px 20px;
  }
}
#top #person .content .text_area .wrapper span {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: min(1.81vw, 26px);
  font-style: normal;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top #person .content .text_area .wrapper span {
    font-size: 24px;
    line-height: 130%;
    text-align: left;
  }
}
#top #person .content .text_area p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: 180%; /* 28.8px */
  margin-top: min(1.81vw, 26px);
}
@media screen and (max-width: 768px) {
  #top #person .content .text_area p {
    font-size: 16px;
    line-height: 180%;
    margin-top: 20px;
  }
}
#top #person .content .text_area svg {
  position: absolute;
  top: min(4.17vw, 60px);
  right: max(-3.47vw, -50px);
  width: min(31.25vw, 450px);
}
@media screen and (max-width: 768px) {
  #top #person .content .text_area svg {
    width: 320px;
    top: 0;
    right: 10px;
  }
}
#top #environment {
  width: 100%;
  background: #FFF;
  margin-bottom: min(6.94vw, 100px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #environment {
    margin-bottom: 72px;
  }
}
#top #environment .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 min(9.03vw, 130px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #environment .content {
    padding: 0 2.8%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 54px;
  }
}
#top #environment .content .img_filter {
  width: 95.83%;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: -20vw;
}
@media screen and (max-width: 768px) {
  #top #environment .content .img_filter {
    width: 200%;
    top: 10px;
    left: -300px;
  }
}
#top #environment .content .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, #FFF 56.72%), lightgray -27.006px -54.097px/95.112% 179.594% no-repeat;
  mix-blend-mode: hard-light;
}
#top #environment .content .section_title {
  position: relative;
  z-index: 3;
}
#top #environment .content .section_title h2 {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(3.06vw, 44px);
  font-style: normal;
  line-height: normal;
  letter-spacing: max(-0.0306vw, -0.44px);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #top #environment .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 4px;
  }
}
#top #environment .content .section_title p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500px;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: min(0.0417vw, 0.6px);
}
@media screen and (max-width: 768px) {
  #top #environment .content .section_title p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
#top #environment .content .section_title a {
  max-width: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(4.17vw, 60px);
  text-decoration: none;
  background: #212121;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  padding: min(0.83vw, 12px) min(1.39vw, 20px);
  margin-top: min(2.78vw, 40px);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #top #environment .content .section_title a {
    width: 180px;
    gap: 24px;
    font-size: 16px;
    padding: 8px 16px;
    margin-top: 16px;
  }
}
#top #environment .content .section_title a svg {
  width: min(2.99vw, 43px);
}
@media screen and (max-width: 768px) {
  #top #environment .content .section_title a svg {
    width: 42px;
  }
}
#top #environment .content .section_title a:hover {
  opacity: 0.7;
}
#top #environment .content .img_area {
  position: relative;
  z-index: 3;
  max-width: 788px;
  display: flex;
  flex-direction: column;
  gap: min(3.19vw, 46px);
  margin-left: min(5vw, 72px);
}
@media screen and (max-width: 768px) {
  #top #environment .content .img_area {
    gap: 54px;
    margin-left: 0;
  }
}
#top #environment .content .img_area .item {
  width: 100%;
  display: flex;
  gap: min(3.19vw, 46px);
}
@media screen and (max-width: 768px) {
  #top #environment .content .img_area .item {
    flex-direction: column;
    gap: 10px;
  }
}
#top #environment .content .img_area .item img {
  width: min(23.75vw, 342px);
}
@media screen and (max-width: 768px) {
  #top #environment .content .img_area .item img {
    width: 100%;
  }
}
#top #environment .content .img_area .item p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: 210%;
}
@media screen and (max-width: 768px) {
  #top #environment .content .img_area .item p {
    font-size: 16px;
    line-height: 180%;
  }
}
#top #environment .content .img_area .item p .border_text {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: clamp(14px, 1.11vw, 16px);
}
#top #environment .content .img_area .item p .bold_text {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: clamp(14px, 1.11vw, 16px);
}
#top #pickup {
  width: 100%;
  background: #FFF;
  margin-bottom: min(8vw, 115px);
}
@media screen and (max-width: 768px) {
  #top #pickup {
    margin-bottom: 54px;
  }
}
#top #pickup .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 min(9.03vw, 130px);
}
@media screen and (max-width: 768px) {
  #top #pickup .content {
    padding: 0 2.8%;
  }
}
#top #pickup .content .section_title h2 {
  color: #010101;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: min(2.22vw, 32px);
  font-style: normal;
  line-height: normal;
  letter-spacing: max(-0.0306vw, -0.44px);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #top #pickup .content .section_title h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
  }
}
#top #pickup .content .section_title p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500px;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  line-height: normal;
  letter-spacing: min(0.0417vw, 0.6px);
}
@media screen and (max-width: 768px) {
  #top #pickup .content .section_title p {
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
  }
}
#top #pickup .content .img_area {
  display: flex;
  justify-content: center;
  gap: 4.9%;
  margin-top: min(3.19vw, 46px);
}
@media screen and (max-width: 768px) {
  #top #pickup .content .img_area {
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    margin-top: 24px;
  }
}
#top #pickup .content .img_area .item {
  width: 31.7%;
}
#top #pickup .content .img_area .item .link_area {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 355px;
  overflow: hidden;
}
#top #pickup .content .img_area .item .link_area:hover img {
  transform: scale(1.1);
}
#top #pickup .content .img_area .item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  #top #pickup .content .img_area .item {
    width: 100%;
  }
}
#top #pickup .content .img_area .item p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.39vw, 20px);
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-top: min(1.39vw, 20px);
}
#top #pickup .content a {
  max-width: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(4.17vw, 60px);
  text-decoration: none;
  background: #212121;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  padding: min(0.83vw, 12px) min(1.39vw, 20px);
  margin: min(2.78vw, 40px) auto 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #top #pickup .content a {
    width: 180px;
    gap: 24px;
    font-size: 16px;
    padding: 8px 16px;
    margin-top: 24px;
  }
}
#top #pickup .content a svg {
  width: min(2.99vw, 43px);
}
@media screen and (max-width: 768px) {
  #top #pickup .content a svg {
    width: 42px;
  }
}
#top #pickup .content a:hover {
  opacity: 0.7;
}
#top #faq {
  width: 100%;
  background: #F2F2F2;
  padding: min(6.39vw, 92px) 0;
}
@media screen and (max-width: 768px) {
  #top #faq {
    padding: 60px 0;
  }
}
#top #faq .content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 min(9.03vw, 130px);
}
@media screen and (max-width: 768px) {
  #top #faq .content {
    padding: 0 2.8%;
  }
}
#top #faq .content .section_title {
  margin-bottom: min(2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  #top #faq .content .section_title {
    margin-bottom: 30px;
  }
}
#top #faq .content .section_title h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-size: min(3.125vw, 45px);
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.495px;
}
@media screen and (max-width: 768px) {
  #top #faq .content .section_title h2 {
    font-size: 32px;
  }
}
#top #faq .content .tab_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: min(1.53vw, 22px);
}
@media screen and (max-width: 768px) {
  #top #faq .content .tab_area {
    gap: 4px;
  }
}
#top #faq .content .tab_area span {
  background: gray;
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400px;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  padding: min(0.694vw, 10px) min(2.22vw, 32px);
  margin-bottom: min(2.99vw, 40px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top #faq .content .tab_area span {
    font-size: 16px;
    letter-spacing: 0.32px;
    padding: 10px 6px;
    margin-bottom: 30px;
  }
}
#top #faq .content .tab_area span:hover {
  background: #010101;
}
#top #faq .content .tab_area .active {
  background: #010101;
}
#top #faq .content .faq_area {
  width: 100%;
  max-width: 628px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: min(2.22vw, 32px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #top #faq .content .faq_area {
    gap: 30px;
    width: 95%;
    max-width: 372px;
  }
}
#top #faq .content .faq_area .item {
  width: 100%;
  cursor: pointer;
  position: relative;
}
#top #faq .content .faq_area .item .header {
  position: relative;
  display: flex;
  align-items: baseline;
}
#top #faq .content .faq_area .item .header span {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  padding-right: 20px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #top #faq .content .faq_area .item .header span {
    width: 260px;
    font-size: 16px;
    letter-spacing: 0.32px;
    padding-right: 0;
  }
}
#top #faq .content .faq_area .item .header svg {
  position: absolute;
  top: 50%;
  right: min(5vw, 72px);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
#top #faq .content .faq_area .item .body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  display: flex;
}
#top #faq .content .faq_area .item .body p {
  color: #010101;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  padding-right: 20px;
  padding-top: min(2.22vw, 32px);
  display: flex;
}
@media screen and (max-width: 768px) {
  #top #faq .content .faq_area .item .body p {
    font-size: 16px;
    letter-spacing: 0.32px;
    width: 280px;
    padding-right: 0;
    display: flex;
    align-items: baseline;
  }
}
#top #faq .content .faq_area .item .body p span {
  margin-right: 8px;
}
#top #faq .content .faq_area .item .body p .border_text {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 16px;
}
#top #faq .content .faq_area .item.open .header svg {
  transform: rotate(180deg);
}
#top #faq .content .faq_area .item.open .body {
  /* 高さはJSでセット */
}
#top #faq .content .faq_area .item.open .body p {
  opacity: 1;
}
#top #faq .content .faq_area .mark {
  color: #010101;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #010101;
  font-family: "Roboto", serif;
  font-weight: 300;
  font-size: clamp(16px, 1.53vw, 22px);
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
#top #faq .content .faq_area.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
  z-index: 3;
}
#top #faq .content .line {
  width: 100%;
  max-width: 628px;
  height: 1px;
  margin: 10px auto 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  #top #faq .content .line {
    width: 95%;
    max-width: 372px;
  }
}

#casual_interview {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 190px;
  padding: 18px 24px;
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("img/common_bg.png") lightgray 50%/cover no-repeat;
  box-shadow: 1.153px 1.153px 5.767px 0 rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease-in-out;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.173px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #casual_interview {
    bottom: 10px;
    right: 10px;
    padding: 12px 16px;
    color: #FFF;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.122px;
    text-transform: uppercase;
  }
  #casual_interview span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 140%; /* 20.537px */
    letter-spacing: 0.147px;
    text-transform: uppercase;
  }
}
#casual_interview span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.208px;
  text-transform: uppercase;
}
#casual_interview svg {
  margin-top: 12px;
}
#casual_interview:hover {
  opacity: 0.7;
}

#entry {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #FFF;
}
#entry .img_filter {
  width: 100%;
  position: absolute;
  top: max(-2.43vw, -35px);
  left: min(60.42vw, 870px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #entry .img_filter {
    height: 100%;
    top: 0;
    left: 0;
  }
}
#entry:hover .hover_element {
  pointer-events: auto;
  opacity: 1;
  transition: 0.3s 0.1s ease-in-out;
}
#entry:hover .entry_title p {
  transform: translateY(-30%);
}
#entry .entry_title {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: min(9.03vw, 130px);
  background: linear-gradient(97deg, #111 64.53%, rgba(119, 119, 119, 0.4) 125.17%);
  transition: background 0.4s ease-in-out;
}
#entry .entry_title p {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: min(4.17vw, 60px);
  font-style: normal;
  line-height: 150%; /* 90px */
  letter-spacing: -2.4px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #entry .entry_title p {
    font-size: 50px;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 768px) {
  #entry .entry_title {
    padding: 128px 0;
  }
}
#entry .entry_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #111;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #entry .entry_title::before {
    opacity: 0;
  }
}
#entry .entry_title:hover::before {
  opacity: 0;
}
#entry .hover_element {
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 20px;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
#entry .hover_element a {
  padding: 12px 0;
  width: 157px;
  text-align: center;
  border-radius: 4px;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 24px;
  text-decoration: none;
}
#entry .hover_element a:first-child {
  background: #1D94AB;
}
#entry .hover_element a:last-child {
  background: #147EC2;
}
@media screen and (max-width: 1280px) {
  #entry .hover_element a {
    width: 130px;
    padding: 8px 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #entry .hover_element a {
    width: 110px;
    padding: 5px 0;
    font-size: 20px;
  }
}
#entry .hover_element a span {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  #entry .hover_element a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #entry .hover_element a span {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
