#education #visual,
#worklifebalance #visual {
  position: relative;
  z-index: 1;
}
#education #visual .ly_inner,
#worklifebalance #visual .ly_inner {
  position: relative;
  padding-top: 0;
}
#education #visual .ly_inner::after,
#worklifebalance #visual .ly_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 97%;
  height: 100%;
  background: linear-gradient(180deg, #0051BF, #00439F);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #education #visual .ly_inner::after,
  #worklifebalance #visual .ly_inner::after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#education #visual .image,
#worklifebalance #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) {
  #education #visual .image,
  #worklifebalance #visual .image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#education #visual .image::before,
#worklifebalance #visual .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.5) 50%);
  mix-blend-mode: multiply;
  z-index: 5;
  opacity: 0.4;
  top: 0;
  left: 0;
}
#education #visual .vis-top,
#worklifebalance #visual .vis-top {
  position: relative;
}
#education #visual .title,
#worklifebalance #visual .title {
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #education #visual .title,
  #worklifebalance #visual .title {
    display: block;
    top: auto;
    bottom: 20px;
    height: auto;
    left: 5%;
  }
}
#education #visual .title h1,
#worklifebalance #visual .title h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #education #visual .title h1,
  #worklifebalance #visual .title h1 {
    font-size: 4vw;
  }
}
#education #visual .title .en,
#worklifebalance #visual .title .en {
  color: #fff;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #education #visual .title .en,
  #worklifebalance #visual .title .en {
    font-size: 8vw;
  }
}
#education #visual .lead,
#worklifebalance #visual .lead {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 40px 8% 0 3%;
}
@media screen and (max-width: 767px) {
  #education #visual .lead,
  #worklifebalance #visual .lead {
    display: block;
  }
}
#education #visual .lead .copy,
#worklifebalance #visual .lead .copy {
  width: 40%;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #education #visual .lead .copy,
  #worklifebalance #visual .lead .copy {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
#education #visual .lead p,
#worklifebalance #visual .lead p {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #education #visual .lead p,
  #worklifebalance #visual .lead p {
    width: 100%;
  }
}
#education .ly_contentblock .ly_inner,
#worklifebalance .ly_contentblock .ly_inner {
  position: relative;
}
#education .ly_contentblock .ly_inner .en-title,
#worklifebalance .ly_contentblock .ly_inner .en-title {
  color: #8DA9D1;
  font-size: 6.4rem;
  font-weight: 200;
  text-align: right;
  line-height: 0.8;
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  #education .ly_contentblock .ly_inner .en-title,
  #worklifebalance .ly_contentblock .ly_inner .en-title {
    font-size: 7vw;
  }
}
#education .ly_contentblock .ly_bg,
#worklifebalance .ly_contentblock .ly_bg {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 20px;
  margin-left: auto;
}
#education .ly_contentblock .ly_bg h2,
#worklifebalance .ly_contentblock .ly_bg h2 {
  position: relative;
  left: -2.5%;
  width: 102.5%;
  background: linear-gradient(180deg, #0051BF, #004098);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 50px 50px 50px 75px;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
}
@media screen and (max-width: 767px) {
  #education .ly_contentblock .ly_bg h2,
  #worklifebalance .ly_contentblock .ly_bg h2 {
    width: 100%;
    padding: 25px;
    font-size: 2rem;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  }
}
#education .ly_contentblock .ly_bg h3,
#worklifebalance .ly_contentblock .ly_bg h3 {
  text-align: center;
  color: #004098;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #education .ly_contentblock .ly_bg h3,
  #worklifebalance .ly_contentblock .ly_bg h3 {
    font-size: 2.2rem;
  }
}

#worklifebalance {
  background-color: #F1F5F9;
}
#worklifebalance .ly_contentblock .ly_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}
#worklifebalance .ly_contentblock .ly_layout.col2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col2 {
    margin-bottom: 0;
  }
}
#worklifebalance .ly_contentblock .ly_layout.col2 .box {
  height: 256px;
  width: 49%;
  background-color: #F1F5F9;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  display: flex;
  align-items: center;
  padding: 15px 4%;
  gap: 5%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col2 .box {
    width: 100%;
    height: auto;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
}
#worklifebalance .ly_contentblock .ly_layout.col2 .box .icon {
  width: 100px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col2 .box .icon {
    width: 75px;
  }
}
#worklifebalance .ly_contentblock .ly_layout.col2 .box .text {
  flex: 1;
}
#worklifebalance .ly_contentblock .ly_layout.col2 .box .text h4 {
  color: #004098;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col2 .box .text h4 {
    margin-bottom: 15px;
  }
}
#worklifebalance .ly_contentblock .ly_layout.col2 .box .text p {
  font-weight: 500;
  font-size: 1.5rem;
}
#worklifebalance .ly_contentblock .ly_layout.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 3% 10px;
}
#worklifebalance .ly_contentblock .ly_layout.col3 .box {
  width: 32.33%;
  text-align: center;
  background-color: #F1F5F9;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  margin-bottom: 8px;
  padding: 40px 3% 40px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col3 .box {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 15px 4%;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
}
#worklifebalance .ly_contentblock .ly_layout.col3 .box .icon {
  width: 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col3 .box .icon {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col3 .box .text {
    flex: 1;
  }
}
#worklifebalance .ly_contentblock .ly_layout.col3 .box .text h4 {
  color: #004098;
  font-size: 2rem;
  font-weight: 500;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock .ly_layout.col3 .box .text h4 {
    padding-block: 15px;
    text-align: left;
  }
}
#worklifebalance .ly_contentblock .ly_layout.col3 .box .text p {
  text-align: left;
  font-size: 1.5rem;
}
#worklifebalance .ly_contentblock2 {
  margin-bottom: 80px;
}
#worklifebalance .ly_contentblock2#p3 h2 {
  margin-bottom: 80px;
}
#worklifebalance .ly_contentblock2#p4 h2 {
  margin-bottom: 80px;
}
#worklifebalance .ly_contentblock2 .ly_inner {
  background-color: #fff;
  padding: 50px 5%;
  max-width: 1200px;
}
#worklifebalance .ly_contentblock2 h2 {
  text-align: center;
  position: relative;
  font-weight: 500;
  color: #004098;
  font-size: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock2 h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
#worklifebalance .ly_contentblock2 h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 5px;
  background-color: #004098;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock2 .zu {
    overflow-x: scroll;
  }
  #worklifebalance .ly_contentblock2 .zu img {
    width: 800px;
    max-width: none;
  }
}
#worklifebalance .ly_contentblock2 .kuru {
  max-width: 605px;
  background-color: #F1F5F9;
  padding: 50px 4%;
  margin: 50px auto 70px;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock2 .kuru {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
}
#worklifebalance .ly_contentblock2 .kuru .text {
  width: 50%;
}
#worklifebalance .ly_contentblock2 .kuru .text h3 {
  color: #004098;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#worklifebalance .ly_contentblock2 .kuru .text p {
  font-size: 1.4rem;
}
#worklifebalance .ly_contentblock2 .kuru .image {
  width: 50%;
  background-color: #fff;
  text-align: center;
}
#worklifebalance .ly_contentblock2 .kuru .image img {
  width: 111px;
}
#worklifebalance .ly_contentblock2 .ly_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 3% 10px;
}
#worklifebalance .ly_contentblock2 .ly_layout .box {
  width: 32.33%;
  background-color: #F1F5F9;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  margin-bottom: 8px;
  padding: 40px 3% 40px;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock2 .ly_layout .box {
    width: 100%;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    padding: 15px 4%;
  }
}
#worklifebalance .ly_contentblock2 .ly_layout .box h3 {
  color: #004098;
  font-size: 2rem;
  font-weight: 500;
  padding-block: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #worklifebalance .ly_contentblock2 .ly_layout .box h3 {
    padding-block: 0 15px;
  }
}
#worklifebalance .ly_contentblock2 .ly_layout .box p {
  text-align: left;
  font-size: 1.5rem;
}
#worklifebalance #p4 {
  margin-bottom: 80px;
}
#worklifebalance #p4 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%);
}
#worklifebalance #p4 dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 2%;
}
#worklifebalance #p4 dl dt {
  width: 20%;
  border-bottom: 2px solid #004098;
  padding: 30px 0;
  color: #004098;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #worklifebalance #p4 dl dt {
    padding: 20px 0;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
#worklifebalance #p4 dl dd {
  width: 80%;
  border-bottom: 1px solid #DCDCDC;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  #worklifebalance #p4 dl dd {
    padding: 20px 0 20px 20px;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
#worklifebalance #p4 dl dd.salary span {
  display: inline-block;
  width: 190px;
}
#worklifebalance #p4 dl.onlydd dd {
  width: 100%;
}

#education {
  background-color: #F1F5F9;
}
#education #p1 .ly_bg {
  position: relative;
}
#education #p1 .ly_bg .illust {
  position: absolute;
  width: 25%;
  max-width: 250px;
  right: 3%;
  top: -50px;
  z-index: 1;
}
#education .ly_innner_in {
  padding: 40px 5%;
}
#education .ly_innner_in .lead {
  max-width: 812px;
  margin: 0 auto 50px;
}
#education .ly_innner_in .zu {
  text-align: center;
}
#education .ly_innner_in .zu h3 {
  color: #004098;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#education .ly_innner_in .zu .image {
  max-width: 768px;
  margin: auto;
}
#education #p2 .ly_layout {
  display: flex;
  gap: 18px;
  padding: 48px 2% 0;
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout {
    display: block;
  }
}
#education #p2 .ly_layout .text {
  padding: 25px 5%;
}
#education #p2 .ly_layout .text h3 {
  text-align: left;
  color: #004098;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#education #p2 .ly_layout .text dl {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout .text dl {
    display: block;
  }
}
#education #p2 .ly_layout .text dl:last-child {
  border-bottom: 1px solid #004098;
}
#education #p2 .ly_layout .text dl dt {
  color: #004098;
  border-top: 1px solid #004098;
  padding: 15px 0;
  padding-right: 2ex;
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout .text dl dt {
    padding-bottom: 0;
  }
}
#education #p2 .ly_layout .text dl dd {
  border-top: 1px solid #004098;
  padding: 15px 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout .text dl dd {
    border-top: none;
    padding-top: 0;
  }
}
#education #p2 .ly_layout.col2 .box {
  width: 50%;
  background-color: #F1F5F9;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout.col2 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout.col3 {
    padding-top: 0;
  }
}
#education #p2 .ly_layout.col3 .box {
  width: 33.333%;
  background-color: #F1F5F9;
}
@media screen and (max-width: 767px) {
  #education #p2 .ly_layout.col3 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#education #p2 .ly_layout.col3 .box dd {
  font-size: 1.4rem;
}
#education #p2 .ly_layout.col3 .column {
  flex-direction: column;
}
#education #p2 .ly_layout.col3 .column dt {
  padding-bottom: 10px;
}
#education #p2 .ly_layout.col3 .column dd {
  border-top: none;
  padding-top: 0;
}
#education #p3 .ly_bg {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #education #p3 .ly_bg {
    padding-bottom: 20px;
  }
}
#education #p3 .ly_bg .ly_bg_inner {
  max-width: 768px;
  margin: auto;
}
#education #p3 h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #education #p3 h3 {
    font-size: 1.6rem;
  }
}
#education #p3 .lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #education #p3 .lead {
    padding: 0 5%;
  }
}
#education #p3 .image {
  max-width: 768px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #education #p3 .image {
    padding: 0 5%;
  }
}
#education #p3 .image.zu {
  margin-block: 50px 30px;
}

#careermodel {
  background-color: #F1F5F9;
}
#careermodel #visual {
  position: relative;
  z-index: 1;
}
#careermodel #visual .ly_inner {
  position: relative;
  padding-top: 0;
}
#careermodel #visual .ly_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 105%;
  height: 100%;
  background: linear-gradient(180deg, #0051BF, #00439F);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .ly_inner::after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#careermodel #visual .vis-top {
  position: relative;
  margin-bottom: 60px;
}
#careermodel #visual .vis-top .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) {
  #careermodel #visual .vis-top .image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#careermodel #visual .vis-top .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25) 50%);
  mix-blend-mode: multiply;
  z-index: 5;
  opacity: 0.4;
  top: 0;
  left: 0;
}
#careermodel #visual .vis-top .title {
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-top .title {
    display: block;
    top: auto;
    bottom: 20px;
    height: auto;
    left: 5%;
  }
}
#careermodel #visual .vis-top .title h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-top .title h1 {
    font-size: 4vw;
  }
}
#careermodel #visual .vis-top .title .en {
  color: #fff;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-top .title .en {
    font-size: 8vw;
  }
}
#careermodel #visual .vis-bottom .nav {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-bottom .nav {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
#careermodel #visual .vis-bottom .nav a {
  position: relative;
  width: 25%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-bottom .nav a {
    width: 48%;
    margin-bottom: 60px;
  }
}
#careermodel #visual .vis-bottom .nav a::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-bottom .nav a::after {
    bottom: -40px;
  }
}
#careermodel #visual .vis-bottom .nav a .title {
  position: absolute;
  bottom: -20px;
  left: 15px;
  width: calc(100% - 30px);
}
#careermodel #visual .vis-bottom .nav a .title span {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 7px 12px;
  color: #004098;
  font-size: 1.5rem;
}
#careermodel #visual .vis-bottom .nav a .title .en {
  font-size: 1.3rem;
  color: #000;
}
#careermodel #visual .vis-bottom .lead {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #careermodel #visual .vis-bottom .lead {
    text-align: left;
  }
}
#careermodel .ly_contentblock .ly_inner {
  position: relative;
}
#careermodel .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) {
  #careermodel .ly_contentblock .ly_inner .en-title {
    font-size: 7vw;
  }
}
#careermodel .ly_contentblock .ly_bg {
  position: relative;
  z-index: 1;
}
#careermodel .ly_contentblock .ly_bg h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  padding-left: 20px;
  color: #004098;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg h2 {
    font-size: 1.8rem;
  }
}
#careermodel .ly_contentblock .ly_bg h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #004098;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
#careermodel .ly_contentblock .ly_bg h2 .en-title {
  position: absolute;
  right: 3%;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg h2 .en-title {
    bottom: -5px;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-inline: 3%;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in {
    padding-inline: 5%;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in::after {
    height: calc(100% - 30px);
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .vis {
  position: relative;
  text-align: right;
  margin-bottom: 60px;
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .vis .copy {
  position: absolute;
  bottom: -2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in .vis .copy {
    position: static;
    margin-block: -5px 15px;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .vis .copy span {
  display: inline-block;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  background-color: rgba(4, 68, 157, 0.5);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  line-height: 1;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in .vis .copy span {
    font-size: clamp(1.7rem, 4.6vw, 3.4rem);
    background-color: #004098;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in .layout {
    display: block;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .text {
  width: 64%;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .text {
    width: 100%;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .text p {
  margin-bottom: 2rem;
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .profile {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .profile {
    width: 100%;
  }
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .profile h3 {
  background-color: #004098;
  color: #fff;
  font-size: 1.8rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  padding: 10px 20px;
  margin-bottom: 20px;
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .profile dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  border-top: 1px solid #CCD9EA;
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .profile dl dt {
  width: 50px;
  font-weight: 500;
  border-bottom: 1px solid #CCD9EA;
  padding: 20px 0;
}
#careermodel .ly_contentblock .ly_bg .ly_bg_in .layout .profile dl dd {
  width: calc(100% - 50px);
  border-bottom: 1px solid #CCD9EA;
  padding: 20px 0;
}
#careermodel .ly_contentblock .ly_bg .path {
  background-color: #F7F7F7;
  padding: 50px 5%;
  margin: auto;
}
#careermodel .ly_contentblock .ly_bg .path .layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .path .layout {
    display: block;
  }
}
#careermodel .ly_contentblock .ly_bg .path .layout .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .path .layout .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
#careermodel .ly_contentblock .ly_bg .path .layout .text h3 {
  color: #004098;
  font-size: clamp(3.2rem, 3.5vw, 4.8rem);
  font-weight: 500;
  margin-bottom: 20px;
  font-weight: 400;
}
#careermodel .ly_contentblock .ly_bg .path .layout .text dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
#careermodel .ly_contentblock .ly_bg .path .layout .text dl dt {
  width: 135px;
  font-size: 1.5rem;
  padding: 10px 0;
  border-bottom: 1px solid #CCD9EA;
  font-weight: 500;
}
#careermodel .ly_contentblock .ly_bg .path .layout .text dl dd {
  width: calc(100% - 135px);
  padding: 10px 0;
  border-bottom: 1px solid #CCD9EA;
}
#careermodel .ly_contentblock .ly_bg .path .layout .image {
  width: 44%;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  transform: translateY(-2%);
}
@media screen and (max-width: 767px) {
  #careermodel .ly_contentblock .ly_bg .path .layout .image {
    width: 100%;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
}