main {
  background-color: #E4EBF4;
  font-size: clamp(1.4rem, 1.2153846154rem + 0.2403846154vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 3vw;
  }
}
main #visual {
  position: relative;
  background-color: #004098;
}
main #visual .ly_inner {
  padding-bottom: 0;
}
main #visual .vis-top {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main #visual .vis-top {
    margin-bottom: 30px;
  }
}
main #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) {
  main #visual .vis-top .image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
main #visual .vis-top .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 .vis-top .text {
  position: absolute;
  bottom: 20px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  main #visual .vis-top .text {
    left: 10%;
  }
}
main #visual .vis-top .text h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main #visual .vis-top .text h1 {
    font-size: 4vw;
  }
}
main #visual .vis-top .text .en {
  color: #fff;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  main #visual .vis-top .text .en {
    font-size: 8vw;
  }
}
main #visual .vis-bottom {
  text-align: center;
  color: #fff;
  padding: 60px 0 100px 0;
}
@media screen and (max-width: 767px) {
  main #visual .vis-bottom {
    padding: 0px 0 50px 0;
    font-size: 3vw;
  }
}
main #visual .vis-bottom .lead {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  main #visual .vis-bottom .lead {
    font-size: 4vw;
  }
}
main .ly_container {
  position: relative;
}
main .ly_container .illust {
  position: absolute;
  z-index: 2;
}
main .ly_container h2 {
  color: #004098;
  border-bottom: 2px solid #004098;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main .ly_container h2 {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
main .ly_container h2 .jp {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  main .ly_container h2 .jp {
    font-size: 4vw;
  }
}
main .ly_container h2 .en {
  font-size: clamp(5.8rem, 7vw, 7.6rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .ly_container h2 .en {
    font-size: 8vw;
  }
}
main .ly_container .content_block {
  position: relative;
  background-color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block {
    margin-bottom: 30px;
  }
}
main .ly_container .content_block::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #E4EBF4;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block::before {
    width: 60px;
    height: 60px;
  }
}
main .ly_container .content_block .content_inner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner {
    padding-top: 30px;
  }
}
main .ly_container .content_block .content_inner h3 {
  position: relative;
  left: 0;
  background: linear-gradient(180deg, #0051BF, #004098);
  color: #fff;
  font-weight: 500;
  padding: 25px 65px 25px 30px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  margin-bottom: 40px;
  display: inline-flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner h3 {
    margin-bottom: 20px;
  }
}
main .ly_container .content_block .content_inner h3 .en {
  font-size: clamp(3.8rem, 4vw, 4.5rem);
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner h3 .en {
    font-size: 6vw;
  }
}
main .ly_container .content_block .content_inner h3 .jp {
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner h3 .jp {
    font-size: 4vw;
  }
}
main .ly_container .content_block .content_inner .ly_layout {
  display: flex;
  padding: 0 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner .ly_layout {
    display: block;
    padding: 0 5%;
  }
}
main .ly_container .content_block .content_inner .voice {
  position: relative;
  padding: 30px;
  background-color: #E4EBF4;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner .voice {
    padding: 20px;
    margin-bottom: 15px;
  }
}
main .ly_container .content_block .content_inner .voice::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 22px;
  bottom: -18px;
  left: 20px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #E4EBF4;
}
@media screen and (max-width: 767px) {
  main .ly_container .content_block .content_inner .voice::after {
    width: 15px;
    height: 15px;
    bottom: -14px;
  }
}
main #about .illust {
  max-width: 830px;
  left: 50%;
  transform: translateX(100px);
  top: -20px;
}
@media screen and (max-width: 767px) {
  main #about #q1 {
    margin-bottom: 70px;
  }
}
main #about #q1 .ly_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q1 .ly_layout {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
}
main #about #q1 .ly_layout.l1 {
  align-items: flex-end;
  justify-content: flex-start;
}
main #about #q1 .ly_layout.l1 .voice {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  main #about #q1 .ly_layout.l1 .voice {
    margin-right: 0;
  }
}
main #about #q1 .ly_layout.l2 {
  align-items: flex-start;
  justify-content: flex-end;
}
main #about #q1 .ly_layout.l2 .voice {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  main #about #q1 .ly_layout.l2 .voice {
    margin-left: 0;
  }
}
main #about #q1 .ly_layout .voice {
  position: relative;
  width: 30.33%;
}
@media screen and (max-width: 767px) {
  main #about #q1 .ly_layout .voice {
    width: 100%;
  }
}
main #about #q1 .ly_layout .voice:nth-child(odd) {
  background-color: #F1F5F9;
}
main #about #q1 .ly_layout .voice:nth-child(odd)::after {
  background-color: #F1F5F9;
}
main #about #q2 .content_inner {
  padding-top: 0;
}
main #about #q2 .content_inner h3 {
  margin-top: -40px;
}
main #about #q2 .content_inner .ly_layout {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  main #about #q2 .content_inner .ly_layout {
    display: block;
  }
}
main #about #q2 .content_inner .ly_layout .col h4 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
main #about #q2 .content_inner .ly_layout .col .humans {
  margin-bottom: 40px;
}
main #about #q2 .content_inner .ly_layout .col h5 {
  background-color: #000;
  color: #fff;
  display: block;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
}
main #about #q2 .content_inner .ly_layout .col1 {
  width: 65%;
  background-color: #004098;
  padding: 48px 3%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 767px) {
  main #about #q2 .content_inner .ly_layout .col1 {
    width: 100%;
    -moz-column-count: 1;
         column-count: 1;
    padding: 30px 5%;
  }
}
main #about #q2 .content_inner .ly_layout .col2 {
  width: 35%;
  background-color: #789AC8;
  padding: 48px 4%;
}
@media screen and (max-width: 767px) {
  main #about #q2 .content_inner .ly_layout .col2 {
    width: 100%;
    padding: 30px 5%;
  }
}
main #about #q2 .content_inner .ly_layout .voice {
  background-color: #F1F5F9;
  padding: 30px;
  margin-bottom: 35px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 767px) {
  main #about #q2 .content_inner .ly_layout .voice {
    padding: 20px;
    margin-bottom: 15px;
  }
}
main #about #q2 .content_inner .ly_layout .voice::after {
  background-color: #F1F5F9;
}
main #about #q3 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main #about #q3 .ly_layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
main #about #q3 .col1 {
  width: 60%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q3 .col1 {
    width: 100%;
    -moz-column-count: 1;
         column-count: 1;
  }
}
main #about #q3 .col2 {
  width: 40%;
  position: absolute;
  top: 40px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  main #about #q3 .col2 {
    width: 100%;
    position: static;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
main #about #q4 {
  position: relative;
  padding-bottom: 40px;
}
main #about #q4 .illust {
  max-width: 310px;
  width: 26%;
  position: absolute;
  top: 0;
  right: 30px;
  left: auto;
  transform: translateY(-50%);
}
main #about #q4 .ly_layout {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
main #about #q4 .ly_layout h4 {
  color: #fff;
  display: block;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout h4 {
    font-size: 3vw;
  }
}
main #about #q4 .ly_layout .col1 {
  width: 60%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout .col1 {
    width: 100%;
    flex-direction: column;
  }
}
main #about #q4 .ly_layout .col1 .col1-1 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout .col1 .col1-1 {
    width: 100%;
  }
}
main #about #q4 .ly_layout .col1 .col1-1 h4 {
  background-color: #004098;
}
main #about #q4 .ly_layout .col1 .col1-2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout .col1 .col1-2 {
    width: 100%;
  }
}
main #about #q4 .ly_layout .col1 .col1-2 h4 {
  background-color: #505050;
}
main #about #q4 .ly_layout .col1 .col1-2 .voice {
  background-color: #D9D9D9;
}
main #about #q4 .ly_layout .col1 .col1-2 .voice::after {
  background-color: #D9D9D9;
}
main #about #q4 .ly_layout .col2 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout .col2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
main #about #q4 .ly_layout .col2 .graph {
  position: relative;
  left: -30px;
}
@media screen and (max-width: 767px) {
  main #about #q4 .ly_layout .col2 .graph {
    left: 0;
  }
}
main #about #q5 .graph {
  padding: 0 30px 50px;
  text-align: center;
}
main #about #q6 .best {
  font-size: 4rem;
  padding-left: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main #about #q6 .best {
    font-size: 6vw;
    padding-left: 20px;
  }
}
main #about #q6 .best span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 2rem;
  vertical-align: 7px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main #about #q6 .best span {
    font-size: 4vw;
    padding: 5px 10px;
  }
}
main #about #q6 .ly_layout {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q6 .ly_layout {
    display: block;
  }
}
main #about #q6 .ly_layout.l1 {
  align-items: flex-end;
  justify-content: flex-start;
}
main #about #q6 .ly_layout.l1 .voice {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q6 .ly_layout.l1 .voice {
    margin-right: 0;
  }
}
main #about #q6 .ly_layout.l2 {
  align-items: flex-start;
  justify-content: flex-end;
}
main #about #q6 .ly_layout.l2 .voice {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q6 .ly_layout.l2 .voice {
    margin-left: 0;
  }
}
main #about #q6 .ly_layout .voice {
  position: relative;
  width: 30.33%;
}
@media screen and (max-width: 767px) {
  main #about #q6 .ly_layout .voice {
    width: 100%;
  }
}
main #about #q6 .ly_layout .voice:nth-child(odd) {
  background-color: #F1F5F9;
}
main #about #q6 .ly_layout .voice:nth-child(odd)::after {
  background-color: #F1F5F9;
}
main #about #q7 {
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .ly_layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
main #about #q7 .ly_layout .col1 {
  width: 60%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .ly_layout .col1 {
    width: 100%;
    display: block;
  }
}
main #about #q7 .ly_layout .col1 h4 {
  background-color: #004098;
  color: #fff;
  display: block;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
main #about #q7 .ly_layout .col1 .col1-1 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main #about #q7 .ly_layout .col1 .col1-1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
main #about #q7 .ly_layout .col1 .col1-2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main #about #q7 .ly_layout .col1 .col1-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
main #about #q7 .ly_layout .col1 .col1-2 h4 {
  background-color: #505050;
}
main #about #q7 .ly_layout .col1 .col1-2 .voice {
  background-color: #D9D9D9;
}
main #about #q7 .ly_layout .col1 .col1-2 .voice::after {
  background-color: #D9D9D9;
}
main #about #q7 .ly_layout .col2 {
  width: 45%;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .ly_layout .col2 {
    width: 100%;
    position: static;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
main #about #q7 .over {
  background-color: #004098;
  color: #fff;
  width: 105%;
  margin-left: -2.5%;
  padding: 60px 10% 80px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over {
    padding: 30px 5%;
  }
}
main #about #q7 .over h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over h3 {
    margin-bottom: 30px;
  }
}
main #about #q7 .over .ly_layout {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout {
    display: block;
  }
}
main #about #q7 .over .ly_layout::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout::after {
    display: none;
  }
}
main #about #q7 .over .ly_layout p {
  width: 47%;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout p {
    width: 100%;
    font-size: 3.5vw;
  }
}
main #about #q7 .over .ly_layout p:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout p:nth-child(1) {
    padding: 15px 0;
  }
}
main #about #q7 .over .ly_layout p:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout p:nth-child(2) {
    padding: 15px 0;
  }
}
main #about #q7 .over .ly_layout p:nth-child(3) {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout p:nth-child(3) {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
main #about #q7 .over .ly_layout p:nth-child(4) {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  main #about #q7 .over .ly_layout p:nth-child(4) {
    padding: 15px 0;
  }
}
main #myjob {
  background-color: #F1F5F9;
}
main #myjob .illust {
  max-width: 532px;
  width: 35%;
  right: 0;
  top: -20px;
}
@media screen and (max-width: 767px) {
  main #myjob .illust {
    top: 0;
    transform: translateY(-60%);
  }
}
main #myjob .content_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main #myjob .content_layout {
    display: block;
  }
}
main #myjob .content_layout .content_block {
  width: 49%;
  position: relative;
  background-color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main #myjob .content_layout .content_block {
    width: 100%;
    margin-bottom: 30px;
  }
}
main #myjob .content_layout .content_block::before {
  background-color: #F1F5F9;
}
main #myjob .content_layout .content_block h3 {
  margin-bottom: 0;
}
main #myjob .content_layout .content_block .image {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
main #myjob #q11 .voices {
  max-width: 435px;
  margin: auto;
  padding: 32px 30px;
}
main #myjob #q11 .voices .voice {
  max-width: 312px;
}
main #myjob #q11 .voices .voice:nth-child(even) {
  background-color: #F1F5F9;
  margin-left: auto;
}
main #myjob #q11 .voices .voice:nth-child(even)::after {
  background-color: #F1F5F9;
}
main #myjob #q12::before {
  background-color: #F1F5F9;
}
main #myjob #q12 .illust {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 19%;
  max-width: 190px;
}
main #myjob #q12 h3 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  main #myjob #q12 h3 {
    width: 100%;
  }
}
main #myjob #q12 .ly_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #myjob #q12 .ly_layout {
    display: block;
  }
}
main #myjob #q12 .ly_layout.l1 {
  align-items: flex-end;
  justify-content: flex-start;
}
main #myjob #q12 .ly_layout.l1 .voice {
  margin-right: 3%;
}
main #myjob #q12 .ly_layout.l2 {
  align-items: flex-start;
  justify-content: flex-end;
}
main #myjob #q12 .ly_layout.l2 .voice {
  margin-left: 3%;
}
main #myjob #q12 .ly_layout .voice {
  position: relative;
  width: 30.33%;
}
@media screen and (max-width: 767px) {
  main #myjob #q12 .ly_layout .voice {
    width: 100%;
  }
}
main #myjob #q12 .ly_layout .voice:nth-child(odd) {
  background-color: #F1F5F9;
}
main #myjob #q12 .ly_layout .voice:nth-child(odd)::after {
  background-color: #F1F5F9;
}