#top #visual {
  padding-block: 8rem 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top #visual {
    padding-block: 6rem;
  }
}
#top #visual .en-title {
  color: #005BAC;
  font-size: clamp(2.375rem, 1.748rem + 0.8vw, 2.9rem);
  font-weight: 500;
}
#top #visual h1 {
  font-size: clamp(3.2rem, 2.272rem + 1.2vw, 4rem);
  font-weight: 600;
}
#top .circle {
  left: 50%;
  width: 100vw;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #top .circle {
    top: 10%;
    left: 45%;
  }
}
#top #content-block {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top #content-block {
    width: 100%;
  }
}
#top #content-block .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  #top #content-block .inner {
    grid-template-columns: 1fr;
    gap: 4rem 0;
  }
}
#top #content-block .box {
  position: relative;
  z-index: 1;
  padding: 4rem;
}
#top #content-block .box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
}
#top #content-block .box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  transition: all 0.2s ease;
  background: url(/saiyo/career/assets/image/image01.webp) no-repeat center;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  z-index: -1;
}
#top #content-block .box .in {
  position: relative;
  z-index: 2;
}
#top #content-block .box h2 {
  font-size: clamp(1.8rem, 1.104rem + 0.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 3rem;
  padding-right: 43px;
  line-height: 1.5;
}
#top #content-block .box .icon {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 40px;
}
#top #content-block .box p {
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
}
#top #content-block .box p .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
#top #content-block .box a {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}
#top #content-block .box a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
}
#top #content-block .box a .mark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #005BAC;
}
#top #content-block .box .textlink {
  text-decoration: underline;
  display: inline;
  margin-right: 0;
  overflow: visible;
  border-radius: 0;
  line-height: 2;
}
#top #content-block .box .textlink::after {
  display: none;
}
#top #content-block .box.box2::after {
  background-image: url(/saiyo/career/assets/image/image02.webp);
}
#top #content-block .box.box3::after {
  background-image: url(/saiyo/career/assets/image/image03.webp);
}
#top #content-block .box.box4::after {
  background-image: url(/saiyo/career/assets/image/image04.webp);
}
#top #content-block .box.box5::after {
  background-image: url(/saiyo/career/assets/image/image05.webp);
}