#information {
  background-color: #F1F5F9;
}
#information #visual {
  background: linear-gradient(180deg, #0051BF, #00439F);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 72px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #information #visual {
    padding: 50px 0;
  }
}
#information #visual .ly_inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #information #visual .ly_inner {
    padding-bottom: 20px;
  }
}
#information #visual .en {
  font-size: clamp(4.6rem, 5vw, 5.6rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #information #visual .en {
    font-size: 2rem;
  }
}
#information #visual h1 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #information #visual h1 {
    font-size: 2.4rem;
  }
}
#information #first .ly_inner {
  max-width: calc(1020px + 10%);
}
#information #first ul {
  display: flex;
  justify-content: space-between;
}
#information #first ul li {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
#information #first ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
  background-color: #D1DDED;
  line-height: 1;
  padding: 30px 70px 30px 20px;
  color: #004098;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #information #first ul li a {
    padding: 15px;
    height: auto;
  }
}
#information #first ul li a:hover {
  background-color: #a9c4e7;
}
#information #first ul li a span {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: rotate(90deg);
  border: 1px solid #004098;
}
@media screen and (max-width: 767px) {
  #information #first ul li a span {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
}
#information #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%);
}
#information #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) {
  #information #first ul li a span::after {
    right: 8px;
  }
}
#information #req {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #information #req {
    margin-bottom: 30px;
  }
}
#information #req .ly_inner {
  background-color: #fff;
  padding: 80px 5%;
}
@media screen and (max-width: 767px) {
  #information #req .ly_inner {
    padding: 40px 5%;
  }
}
#information #req h2 {
  text-align: center;
  position: relative;
  font-weight: 500;
  color: #004098;
  font-size: 3rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #information #req h2 {
    font-size: 2.4rem;
  }
}
#information #req h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 5px;
  background-color: #004098;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
#information #req dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #information #req dl {
    display: block;
  }
}
#information #req dl dt {
  width: 20%;
  border-bottom: 2px solid #004098;
  padding: 30px 0;
  color: #004098;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #information #req dl dt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    border: none;
  }
}
#information #req dl dd {
  width: 80%;
  border-bottom: 1px solid #DCDCDC;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  #information #req dl dd {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
#information #req dl dd.salary span {
  display: inline-block;
  width: 190px;
}
#information #faq .ly_inner {
  padding: 80px 5%;
}
@media screen and (max-width: 767px) {
  #information #faq .ly_inner {
    padding: 30px 5%;
  }
}
#information #faq h2 {
  text-align: center;
  position: relative;
  font-weight: 500;
  color: #004098;
  font-size: 3rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #information #faq h2 {
    font-size: 2.4rem;
  }
}
#information #faq h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 5px;
  background-color: #004098;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
#information #faq h3 {
  color: #004098;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #information #faq h3 {
    font-size: 2rem;
  }
}
#information #faq dl {
  padding: 40px 5%;
  margin-bottom: 15px;
  background-color: #fff;
}
#information #faq dl dt {
  color: #004098;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  position: relative;
  padding-left: 48px;
}
#information #faq dl dt .en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.8rem;
  font-weight: 600;
  margin-right: 15px;
  line-height: 1.3;
}
#information #faq dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 15px;
  position: relative;
  padding-left: 48px;
}
#information #faq dl dd .en {
  position: absolute;
  left: 0;
  font-size: 2.8rem;
  font-weight: 600;
  color: #888;
  margin-right: 15px;
  line-height: 1.3;
}
#information #faq dl dd a {
  text-decoration: underline;
}

#message #visual {
  padding: 0;
  position: relative;
}
#message #visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-color: #004098;
  z-index: -1;
}
#message #visual .ly_inner {
  padding-top: 50px;
  padding-bottom: 0;
}
#message #visual .ly_inner h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #message #visual .ly_inner h1 {
    font-size: 2.4rem;
  }
}
#message #visual .ly_inner .image {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #message #visual .ly_inner .image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#message #first {
  padding: 70px 0;
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #message #first {
    padding: 0;
  }
}
#message #first p {
  margin-bottom: 2rem;
}