#header {
  border-radius: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  #header {
    border-radius: 0 0 30px 0;
  }
}

#top #visual {
  position: relative;
  padding: 50px 0 100px;
  background: url(/company/jp/recruit/career/assets/image/top/visual-bg.svg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #top #visual {
    padding: 0px 0 60px;
  }
}
#top #visual .image {
  position: relative;
  border-radius: 30px 300px 30px 30px;
  overflow: hidden;
  isolation: isolate;
  width: 80%;
  aspect-ratio: 469/295;
}
@media screen and (max-width: 767px) {
  #top #visual .image {
    width: 100%;
    border-radius: 10px 100px 10px 10px;
  }
}
#top #visual .image .visual-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #visual .title {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top #visual .title {
    position: relative;
    right: auto;
    top: 2rem;
  }
}
#top #visual .title h1 {
  font-size: clamp(4rem, 2.84rem + 1.5vw, 5rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top #visual .title h1 {
    line-height: 1.3;
    font-size: 10vw;
  }
}
#top #visual .title h1 b {
  color: #ed1c24;
}
#top #visual .copy {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #top #visual .copy {
    position: static;
    text-align: right;
  }
}
#top .layout-block {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #top .layout-block {
    flex-direction: column;
  }
}
#top .layout-block .text {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #top .layout-block .text {
    width: 100%;
  }
}
#top .layout-block .text h2 {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #top .layout-block .text h2 {
    font-size: 2rem;
  }
}
#top .layout-block .text p {
  margin-bottom: 3rem;
}
#top .layout-block .text .en {
  font-size: clamp(6.95rem, 4.536rem + 3.1vw, 9rem);
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #top .layout-block .text .en {
    font-size: 5rem;
  }
}
#top .layout-block .text .prof {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#top .layout-block .image {
  flex: 1;
  border-radius: 200px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  #top .layout-block .image {
    border-radius: 100px 10px 10px 10px;
  }
}
#top .layout-block ul {
  border-top: 1px solid #E8E8E8;
}
#top .layout-block ul li {
  width: 100%;
}
#top .layout-block ul li a {
  display: block;
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #E8E8E8;
}
#top .layout-block ul li a::after {
  content: url(/company/jp/recruit/career/assets/image/arrow-r.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top .layout-block ul li a[target=_blank]::after {
  content: url(/company/jp/recruit/career/assets/image/blank-r.svg);
}
#top .layout-block ul li .submenu {
  margin-top: 8px;
  border-top: none;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}
#top .layout-block ul li .submenu li {
  padding-left: 18px;
}
#top .layout-block ul li .submenu li a {
  border: none;
  padding: 0;
}
#top .layout-block.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #top .layout-block.rev {
    flex-direction: column;
  }
}
#top #message {
  position: relative;
  padding-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #top #message {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
#top #message::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
#top #message::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #F5F5F5;
  border-radius: 100px 0 0 0;
}
#top #message .inner {
  align-items: flex-start;
}
#top #message .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top #about {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #top #about {
    margin-bottom: 50px;
  }
}
#top #about .inner {
  align-items: flex-start;
}
#top #about .inner .image {
  border-radius: 10px 10px 200px 10px;
}
@media screen and (max-width: 767px) {
  #top #about .inner .image {
    border-radius: 10px 10px 100px 10px;
  }
}
#top #about .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5rem;
}
#top #job {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #top #job {
    margin-bottom: 50px;
  }
}
#top #job a {
  position: relative;
  display: block;
  max-width: 1108px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #top #job a {
    width: 100%;
  }
}
#top #job a h2 {
  position: absolute;
  z-index: 5;
  bottom: 2rem;
  left: 5%;
  color: #fff;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
}
#top #job a .image {
  border-radius: 100px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  #top #job a .image {
    border-radius: 100px 10px 10px 10px;
    height: 180px;
  }
  #top #job a .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#top #job a:hover h2 {
  color: #ed1c24;
}
#top #people {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #top #people {
    margin-bottom: 50px;
  }
}
#top #people .inner {
  position: relative;
  background-color: #fff;
  border-radius: 100px 0 0 10px;
  padding: 80px 8% 80px;
}
@media screen and (max-width: 1100px) {
  #top #people .inner {
    padding: 60px 5% 60px;
  }
}
#top #people .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top #people .inner::after {
    display: none;
  }
}
#top #people .title .en {
  text-align: right;
  font-size: clamp(6.95rem, 4.536rem + 3.1vw, 9rem);
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #top #people .title .en {
    font-size: 5rem;
  }
}
#top #people .title h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top #people .title h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
    margin-bottom: 30px;
  }
}
#top #people .interview {
  display: grid;
  gap: 0 4%;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #top #people .interview {
    grid-template-columns: repeat(2, 1fr);
  }
}
#top #people .interview .box {
  margin-bottom: 40px;
}
#top #people .interview .box .image {
  overflow: hidden;
  line-height: 0;
  border-radius: 100px 10px 10px 10px;
}
#top #people .interview .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  margin: 1rem 0;
  font-weight: 500;
}
#top #people .interview .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#top #people .interview .box:nth-child(3n-1) .image {
  border-radius: 10px 10px 10px 100px;
}
#top #people .interview .box:nth-child(3n) .image {
  border-radius: 10px 100px 10px 10px;
}
#top #people .crosstalk {
  display: grid;
  gap: 0 4%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #top #people .crosstalk {
    grid-template-columns: 1fr;
  }
}
#top #people .crosstalk .box .image {
  border-radius: 100px 10px 10px 10px;
  overflow: hidden;
  line-height: 0;
}
#top #people .crosstalk .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  margin: 1rem 0;
  font-weight: 500;
}
#top #people .crosstalk .box:nth-child(2n) .image {
  border-radius: 10px 10px 10px 100px;
}
#top #culture {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #top #culture {
    margin-bottom: 50px;
  }
}
#top #culture .inner {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #top #culture ul {
    margin-bottom: 2rem;
  }
}
#top #topics {
  background-color: #F5EAEA;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #top #topics {
    padding: 30px 0;
  }
}
#top #topics h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(3.125rem, 2.172rem + 1.2vw, 3.9rem);
}
@media screen and (max-width: 767px) {
  #top #topics h2 {
    margin-bottom: 30px;
    font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  }
}
#top #topics ul {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
#top #topics ul li a {
  display: block;
  background-color: #fff;
  line-height: 0;
  text-align: center;
  transition: all 0.3s ease;
}
#top #topics ul li a:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
#top #recruit {
  padding-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #top #recruit {
    margin-bottom: 50px;
  }
}
#top #recruit .inner {
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #top #recruit ul {
    margin-bottom: 2rem;
  }
}