main #visual {
  position: relative;
}
main #visual .ly_inner {
  padding-bottom: 0;
}
main #visual .image {
  position: relative;
  line-height: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  main #visual .image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
main #visual .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #C7D9FF, #005DBA);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.4;
  top: 0;
  left: 0;
}
main #visual .text {
  position: absolute;
  bottom: 20px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  main #visual .text {
    left: 10%;
  }
}
main #visual .text h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main #visual .text h1 {
    font-size: 4vw;
  }
}
main #visual .text .en {
  color: #fff;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  main #visual .text .en {
    font-size: 8vw;
  }
}

#quicktour {
  background-color: #0051BF;
}
#quicktour .ly_contentblock {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock {
    margin-bottom: 20px;
  }
}
#quicktour .ly_contentblock .ly_inner {
  position: relative;
}
#quicktour .ly_contentblock .ly_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 95%;
  height: calc(100% - 260px);
  background-color: #CCDCF1;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .ly_inner::before {
    left: 0;
    width: 100%;
    height: calc(100% - 160px);
  }
}
#quicktour .ly_contentblock .content_title {
  position: relative;
  z-index: 5;
  background: #004098;
  padding: 100px 5% 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
#quicktour .ly_contentblock .content_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -1px;
  left: -1px;
  background: #0051BF;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title::before {
    width: 50px;
    height: 50px;
  }
}
#quicktour .ly_contentblock .content_title h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title h2 {
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
}
#quicktour .ly_contentblock .content_title h2 .en {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title h2 .en {
    font-size: 1.6rem;
  }
}
#quicktour .ly_contentblock .content_title h2 .jp {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title h2 .jp {
    font-size: 2rem;
  }
}
#quicktour .ly_contentblock .content_title .answer {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title .answer {
    padding-top: 2rem;
  }
}
#quicktour .ly_contentblock .content_title .answer .en {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title .answer .en {
    font-size: 1.4rem;
  }
}
#quicktour .ly_contentblock .content_title .answer p {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title .answer p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #quicktour .ly_contentblock .content_title .answer p br {
    display: none;
  }
}
#quicktour .ly_contentblock .content_title .answer p span {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title .answer p span {
    display: inline;
  }
}
#quicktour .ly_contentblock .content_title .answer p b {
  display: inline-block;
  background-color: #4D7AB7;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .content_title .answer p b {
    display: inline;
  }
}
#quicktour .ly_contentblock .content_wrap {
  position: relative;
  z-index: 2;
}
#quicktour .ly_contentblock .link {
  text-align: right;
}
#quicktour .ly_contentblock .link a {
  position: relative;
  display: inline-block;
  background: #004098;
  color: #fff;
  padding: 28px 200px 28px 30px;
  border-radius: 100px;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #quicktour .ly_contentblock .link a {
    padding-right: 80px;
  }
}
#quicktour .ly_contentblock .link a:hover {
  background-color: #0051BF;
}
#quicktour .ly_contentblock .link a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  transform: translateX(-50%);
}
#quicktour .ly_contentblock .link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 25px;
  transform: translateY(-2px) rotate(45deg);
}
#quicktour #q1 .content_title .image {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 30%;
  max-width: 342px;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 .content_title .image {
    top: -30px;
  }
}
#quicktour #q1 #q1_1 {
  padding: 60px 8%;
}
#quicktour #q1 #q1_1 h3 {
  border-bottom: 1px solid #004098;
  color: #004098;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#quicktour #q1 #q1_1 .image {
  text-align: center;
}
#quicktour #q1 #q1_2 {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 5%;
  margin-bottom: 70px;
}
#quicktour #q1 #q1_2 .ly_layout {
  position: relative;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout {
    display: block;
  }
}
#quicktour #q1 #q1_2 .ly_layout::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #004098;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout::after {
    content: none;
  }
}
#quicktour #q1 #q1_2 .ly_layout .col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout .col {
    width: 100%;
  }
}
#quicktour #q1 #q1_2 .ly_layout .col2 .box {
  height: 100%;
}
#quicktour #q1 #q1_2 .ly_layout .col2 .box .number {
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout .col2 .box .number {
    height: auto;
    display: flex;
  }
}
#quicktour #q1 #q1_2 .ly_layout .col2 .box .number .text {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout .col2 .box .number .text {
    font-size: 2.2rem;
  }
}
#quicktour #q1 #q1_2 .ly_layout .col2 .box .number .text span {
  font-size: 13rem;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout .col2 .box .number .text span {
    font-size: 5rem;
  }
}
#quicktour #q1 #q1_2 .ly_layout .col2 .year {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
}
#quicktour #q1 #q1_2 .ly_layout .box h3 {
  background-color: #004098;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%, 0 22px);
}
#quicktour #q1 #q1_2 .ly_layout .box .number {
  display: flex;
  justify-content: center;
  align-items: center;
}
#quicktour #q1 #q1_2 .ly_layout .box .number .icon {
  width: 116px;
}
#quicktour #q1 #q1_2 .ly_layout .box .number .text {
  font-size: 2.2rem;
  color: #004098;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout .box .number .text {
    flex: 1;
  }
}
#quicktour #q1 #q1_2 .ly_layout .box .number .text span {
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_2 .ly_layout .box .number .text span {
    font-size: 5rem;
  }
}
#quicktour #q1 #q1_3 {
  position: relative;
}
#quicktour #q1 #q1_3 .illust {
  position: absolute;
  top: -2%;
  left: 5%;
  max-width: 192px;
  width: 19%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_3 .illust {
    width: 80px;
    top: -80px;
  }
}
#quicktour #q1 #q1_3 h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #004098;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_3 h3 {
    font-size: 2rem;
  }
}
#quicktour #q1 #q1_3 .ly_layout {
  max-width: 964px;
  margin: auto;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_3 .ly_layout {
    display: block;
    width: 85%;
    margin: auto;
  }
}
#quicktour #q1 #q1_3 .ly_layout .box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_3 .ly_layout .box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#quicktour #q1 #q1_3 .ly_layout .box .image {
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
}
#quicktour #q1 #q1_3 .ly_layout .box .image span {
  position: absolute;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-weight: 500;
  bottom: 32px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_3 .ly_layout .box .image span {
    font-size: 1.4rem;
  }
}
#quicktour #q1 #q1_3 .ly_layout .box p {
  text-align: center;
  color: #004098;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #quicktour #q1 #q1_3 .ly_layout .box p {
    font-size: 1.5rem;
  }
}
#quicktour #q2 .content_title .image {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  max-width: 342px;
}
@media screen and (max-width: 767px) {
  #quicktour #q2 .content_title .image {
    top: -20px;
    right: 10px;
    transform: none;
  }
}
#quicktour #q2 #q2_1 {
  padding-top: 60px;
}
#quicktour #q2 #q2_1 h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #004098;
}
#quicktour #q2 #q2_1 .image {
  max-width: 873px;
  margin: 0 auto 60px;
}
#quicktour #q2 #q2_1 .lead {
  text-align: center;
  font-size: 2.8rem;
  color: #004098;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #quicktour #q2 #q2_1 .lead {
    font-size: 2rem;
  }
}
#quicktour #q2 #q2_1 .photos {
  position: relative;
  left: 2.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #quicktour #q2 #q2_1 .photos {
    left: 0;
  }
}
#quicktour #q3 .content_title .image {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30%;
  max-width: 342px;
}
@media screen and (max-width: 767px) {
  #quicktour #q3 .content_title .image {
    right: 10px;
    top: -20px;
  }
}
#quicktour #q3 #q3_1 {
  padding-top: 60px;
}
#quicktour #q3 #q3_1 .lead {
  text-align: center;
}
#quicktour #q3 #q3_1 .ly_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 50px auto 0;
}
#quicktour #q3 #q3_1 .ly_layout .box {
  width: 33.333%;
  max-width: 180px;
  text-align: center;
  margin: 20px 0;
}
#quicktour #q3 #q3_1 .ly_layout .box .image {
  max-width: 180px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #quicktour #q3 #q3_1 .ly_layout .box .image {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #quicktour #q3 #q3_1 .ly_layout .box p {
    font-size: 1.1rem;
  }
}
#quicktour #q4 .content_title .image {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 30%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  #quicktour #q4 .content_title .image {
    width: 80px;
    bottom: auto;
    top: -20px;
  }
}
#quicktour #q4 .ly_inner::before {
  background-color: #fff;
}
#quicktour #q4 #q4_1 {
  padding-top: 60px;
}
#quicktour #q4 #q4_1 h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #004098;
  margin-bottom: 40px;
}
#quicktour #q4 #q4_1 .ly_layout {
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #quicktour #q4 #q4_1 .ly_layout {
    display: block;
  }
}
#quicktour #q4 #q4_1 .ly_layout .box {
  width: 33.333%;
  background-color: #BDCEE7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 40px;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media screen and (max-width: 767px) {
  #quicktour #q4 #q4_1 .ly_layout .box {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#quicktour #q4 #q4_1 .ly_layout .box .en {
  text-align: right;
  color: #004098;
  font-weight: 500;
}
#quicktour #q4 #q4_1 .ly_layout .box .image {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #quicktour #q4 #q4_1 .ly_layout .box .image {
    margin-bottom: 10px;
  }
}
#quicktour #q4 #q4_1 .ly_layout .box .image img {
  max-width: 101px;
}
#quicktour #q4 #q4_1 .ly_layout .box p {
  text-align: center;
}
#quicktour #q5 .content_title .image {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  #quicktour #q5 .content_title .image {
    width: 40%;
    top: -20px;
  }
}
#quicktour #q5 #q5_1 {
  position: relative;
  padding-top: 80px;
}
#quicktour #q5 #q5_1 .illust {
  position: absolute;
  z-index: 1;
}
#quicktour #q5 #q5_1 #il5_1 {
  width: 18%;
  max-width: 180px;
  left: -5%;
  top: 20px;
}
#quicktour #q5 #q5_1 #il5_2 {
  width: 15%;
  max-width: 150px;
  left: 5%;
  bottom: 0;
}
#quicktour #q5 #q5_1 #il5_3 {
  width: 11%;
  max-width: 110px;
  right: 2%;
  bottom: 8%;
}
#quicktour #q5 #q5_1 .ly_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 50px;
}
#quicktour #q5 #q5_1 .ly_layout .box {
  padding: 45px 25px;
  width: calc(33.333% - 4px);
  background-color: #fff;
  margin-bottom: 8px;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media screen and (max-width: 767px) {
  #quicktour #q5 #q5_1 .ly_layout .box {
    width: 100%;
    padding: 15px 10px;
  }
}
#quicktour #q5 #q5_1 .ly_layout .box h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#quicktour #q5 #q5_1 .ly_layout .box .number {
  font-size: 3rem;
}
#quicktour #q5 #q5_1 .ly_layout .box .number span {
  font-size: clamp(7rem, 9vw, 11rem);
  line-height: 1;
  font-weight: 600;
  padding: 0 5px;
  color: #004098;
}
#quicktour #q5 #q5_1 .ly_layout .box p {
  font-size: 1.6rem;
}
#quicktour #strong {
  margin-bottom: 100px;
}
#quicktour #strong .ly_inner p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 80px;
  line-height: 2;
}
#quicktour #strong .ly_inner p span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #quicktour #strong .ly_inner p span {
    font-size: 2rem;
  }
}
#quicktour #strong .ly_inner .image {
  max-width: 970px;
  margin: auto;
}

#business {
  background-color: #EAEFF7;
}
#business #first h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #business #first h2 {
    font-size: 2rem;
  }
}
#business #first .lead {
  max-width: 940px;
  margin: 0 auto 30px;
}
#business #first ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#business #first ul li {
  width: calc(33.333% - 4px);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #business #first ul li {
    width: 100%;
  }
}
#business #first ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #D1DDED;
  line-height: 1;
  padding: 0 80px 0px 30px;
  color: #004098;
  font-weight: 500;
  transition: all 0.3s ease;
  height: 94px;
}
@media screen and (max-width: 767px) {
  #business #first ul li a {
    padding: 15px;
  }
}
#business #first ul li a:hover {
  background-color: #a9c4e7;
}
#business #first ul li a small {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
#business #first ul li a span {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: rotate(90deg);
  border: 1px solid #004098;
}
@media screen and (max-width: 767px) {
  #business #first ul li a span {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
}
#business #first ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #004098;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #first ul li a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004098;
  border-right: 1px solid #004098;
  top: 50%;
  right: 13px;
  transform: translateY(-3px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #business #first ul li a span::after {
    right: 8px;
  }
}
#business .ly_contentblock .ly_inner {
  position: relative;
}
#business .ly_contentblock .ly_inner .en-title {
  color: #8DA9D1;
  font-size: 7.2rem;
  font-weight: 200;
  text-align: right;
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_inner .en-title {
    font-size: 7vw;
    line-height: 1;
    margin-bottom: -5px;
  }
}
#business .ly_contentblock .ly_bg {
  position: relative;
  background-color: #fff;
  width: 90%;
  padding-top: 45px;
  padding-bottom: 18px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg {
    width: 100%;
  }
}
#business .ly_contentblock .ly_bg h2 {
  position: relative;
  left: -5%;
  background: linear-gradient(180deg, #0051BF, #004098);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 50px;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}
#business .ly_contentblock .ly_bg h2 small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg h2 {
    padding: 25px;
    font-size: 2rem;
  }
}
#business .ly_contentblock .ly_bg .ly_bg_in {
  padding: 50px 8%;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .ly_bg_in {
    padding: 25px 5%;
  }
}
#business .ly_contentblock .ly_bg .ly_bg_in .copy {
  font-size: 3rem;
  color: #004098;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .ly_bg_in .copy {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
#business .ly_contentblock .ly_bg .products {
  position: relative;
  width: calc(100% - 36px);
  margin: auto;
  padding: 70px 5%;
  background-color: #D9E4F2;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .products {
    padding: 35px 5%;
  }
}
#business .ly_contentblock .ly_bg .products .en-side {
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9rem;
  font-weight: 200;
  line-height: 1;
  writing-mode: vertical-rl;
}
#business .ly_contentblock .ly_bg .products h3 {
  position: relative;
  z-index: 1;
  background-color: #004098;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 16px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .products h3 {
    margin-bottom: 25px;
  }
}
#business .ly_contentblock .ly_bg .products .arrow {
  max-width: 640px;
  margin: auto;
  background: url(/recruit/assets/image/about/business/arrow.png) no-repeat center top 80px;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .products .arrow {
    background-size: 80% auto;
  }
}
#business .ly_contentblock .ly_bg .products .wide {
  position: relative;
  margin-bottom: 15px;
}
#business .ly_contentblock .ly_bg .products .wide span {
  position: absolute;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-weight: 500;
  bottom: 32px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
#business .ly_contentblock .ly_bg .products .wide span.l2 {
  padding: 8px 16px;
}
#business .ly_contentblock .ly_bg .products p {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
#business .ly_contentblock .ly_bg .products .main {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .products .main {
    margin-bottom: 25px;
  }
}
#business .ly_contentblock .ly_bg .products .ly_layout {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .products .ly_layout {
    display: block;
    position: relative;
  }
}
#business .ly_contentblock .ly_bg .products .ly_layout figure {
  max-width: 194px;
}
@media screen and (max-width: 767px) {
  #business .ly_contentblock .ly_bg .products .ly_layout figure {
    max-width: none;
    width: 100%;
  }
}
#business .ly_contentblock .ly_bg .products .ly_layout figure figcaption {
  font-size: 1.4rem;
}
#business .ly_contentblock .ly_bg .products > .ly_layout {
  gap: 30px;
}
#business #p2 .arrow {
  max-width: none;
}
#business #p2 .arrow .layout1 {
  gap: 25px;
}
#business #p2 .arrow .layout1 .box {
  width: 24.1%;
}
@media screen and (max-width: 767px) {
  #business #p2 .arrow .layout1 .box {
    width: 100%;
  }
}
#business #p2 .arrow .layout1 .box.wide {
  width: 51.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business #p2 .arrow .layout1 .box.wide {
    width: 100%;
  }
}
#business #p2 .arrow .layout1 .box.wide .image {
  position: relative;
}
#business #p2 .arrow .layout1 .box.wide .text2 {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5%;
}
#business #p2 .arrow .layout1 .box.wide .text2 span {
  position: static;
  width: 45%;
  transform: none;
  padding: 8px 16px;
}
#business #p2 .arrow .layout1 .box.wide .text2 span small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #business #p2 .arrow .layout1 .box.wide .text2 span small {
    font-size: 1rem;
    padding-top: 5px;
  }
}
#business #p2 .arrow .layout1 .text-layout {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  #business #p2 .arrow .layout1 .text-layout {
    display: block;
  }
}
#business #p3 .layout1,
#business #p4 .layout1 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #business #p3 .layout1,
  #business #p4 .layout1 {
    display: block;
  }
}
#business #p3 .layout1 .box,
#business #p4 .layout1 .box {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #business #p3 .layout1 .box,
  #business #p4 .layout1 .box {
    width: 100%;
  }
  #business #p3 .layout1 .box:nth-child(1),
  #business #p4 .layout1 .box:nth-child(1) {
    margin-bottom: 45px;
  }
}
#business #p3 .layout1 .box small,
#business #p4 .layout1 .box small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #business #p3 .layout1 .box small,
  #business #p4 .layout1 .box small {
    font-size: 1rem;
    padding-top: 5px;
  }
}
#business #p5 .products {
  padding-top: 0;
  padding-bottom: 40px;
}
#business #p5 .products .layout1 {
  align-items: flex-start;
}
#business #p5 .products .layout1 .box {
  width: 50%;
}
#business #p5 .products .layout1 .arrow {
  margin: 0 auto;
  background: url(/recruit/assets/image/about/business/arrow-short.png) no-repeat center top;
  background-size: 80%;
  padding-top: 70px;
}
#business #p5 .products .layout1 figure {
  max-width: none;
}
#business #p5 .products .layout1 figure.wide {
  width: 100%;
}

#future {
  background-color: #E5F2FF;
}
#future #visual {
  background-color: #004098;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #future #visual {
    padding-bottom: 40px;
  }
}
#future #visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #004098;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: 0;
  bottom: -199px;
}
@media screen and (max-width: 767px) {
  #future #visual::after {
    width: 80px;
    height: 80px;
    bottom: -79px;
  }
}
#future #visual .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 150px 100%, 0 calc(100% - 150px));
}
@media screen and (max-width: 767px) {
  #future #visual .image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
}
@media screen and (max-width: 767px) {
  #future #visual .vis-top {
    position: relative;
  }
}
#future #visual .title {
  position: absolute;
  top: 10%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #future #visual .title {
    display: block;
    top: auto;
    bottom: 20px;
    height: auto;
    left: 5%;
  }
}
#future #visual .title h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #future #visual .title h1 {
    font-size: 4vw;
  }
}
#future #visual .title .en {
  color: #fff;
  font-size: clamp(4rem, 5.5vw, 7.5rem);
  font-weight: 200;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #future #visual .title .en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #future #visual .text {
    position: static;
  }
}
#future #visual .text span {
  display: inline-block;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(32px) brightness(1.2);
          backdrop-filter: blur(32px) brightness(1.2);
  color: #004098;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #future #visual .text span {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    color: #fff;
  }
}
#future #visual .text span.copy {
  font-size: 3.4rem;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  #future #visual .text span.copy {
    text-align: center;
    font-size: 5vw;
    line-height: 2;
  }
}
#future #visual .text span.name {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  #future #visual .text span.name {
    text-align: center;
    line-height: 1.5;
    display: block;
    font-size: 1.4rem;
  }
}
#future .ly_contentblock {
  max-width: 1152px;
  margin: auto;
}
#future .ly_contentblock .ly_layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock .ly_layout {
    display: block;
  }
}
#future .ly_contentblock .ly_layout .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock .ly_layout .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
#future .ly_contentblock .ly_layout .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock .ly_layout .image {
    width: 100%;
    margin-bottom: 0px;
  }
}
#future .ly_contentblock .ly_layout .text h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #004098;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock .ly_layout .text h2 {
    font-size: 2rem;
  }
}
#future .ly_contentblock .ly_layout .text p {
  margin-bottom: 2rem;
}
#future .ly_contentblock#p2 .ly_layout {
  padding: 50px 3%;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock#p2 .ly_layout {
    padding-top: 0;
    padding: 20px 0;
  }
}
#future .ly_contentblock#p2 .ly_layout h2 {
  width: 40%;
  font-size: 3rem;
  font-weight: 500;
  color: #004098;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock#p2 .ly_layout h2 {
    font-size: 2rem;
    width: 100%;
  }
}
#future .ly_contentblock#p2 .ly_layout p {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #future .ly_contentblock#p2 .ly_layout p {
    width: 100%;
  }
}