/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
  lead
+++++++++++++++++++++++++++++++++++++++++++ */
.lead2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  max-width: 1246px;
  min-height: 202px;
  margin: 94px auto 64px;
  border-radius: 20px;
  background: url(../img/bg_lead.webp) no-repeat center center / cover;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media (width <= 1023px) {
  .lead2 {
    margin: 40px 10px 40px;
  }
}
@media (width <= 767px) {
  .lead2 {
    font-size: 5.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  departmentArea
+++++++++++++++++++++++++++++++++++++++++++ */
.departmentArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 64px;
  margin: 100px 0;
}
@media (width <= 1399px) {
  .departmentArea {
    gap: 40px;
  }
}
@media (width <= 1023px) {
  .departmentArea {
    flex-direction: column;
  }
}
.departmentArea:nth-of-type(even) {
  gap: 0;
}
@media (width <= 1023px) {
  .departmentArea:nth-of-type(even) {
    gap: 40px;
  }
}
.departmentArea:nth-of-type(even) .departmentArea_text {
  order: 1;
  padding: 26px 100px 0 64px;
}
@media (width <= 1399px) {
  .departmentArea:nth-of-type(even) .departmentArea_text {
    padding: 26px 20px 0 40px;
  }
}
@media (width <= 1023px) {
  .departmentArea:nth-of-type(even) .departmentArea_text {
    padding: 0 20px;
    order: -1;
  }
}
.departmentArea:nth-of-type(even) .departmentArea_text h2 {
  margin-left: -64px;
  background: #1F296A;
}
@media (width <= 1399px) {
  .departmentArea:nth-of-type(even) .departmentArea_text h2 {
    margin-left: -40px;
  }
}
@media (width <= 767px) {
  .departmentArea:nth-of-type(even) .departmentArea_text h2 {
    margin-left: -20px;
    padding: 0 120px 0 20px;
  }
}
.departmentArea:nth-of-type(even) .departmentArea_text h3 {
  color: #1F296A;
}
.departmentArea:nth-of-type(even) .departmentArea_text dl {
  border-color: #1F296A;
}
.departmentArea:nth-of-type(even) .departmentArea_text dl dt i {
  color: #1F296A;
}
.departmentArea:nth-of-type(even) .departmentArea_text ul li::before {
  color: #1F296A;
}
.departmentArea:nth-of-type(even) .departmentArea_img {
  margin: 0 0 0 -50px;
}
@media (width <= 1023px) {
  .departmentArea:nth-of-type(even) .departmentArea_img {
    margin: 0 auto;
  }
}
.departmentArea_text {
  min-width: 608px;
  padding: 26px 0 0 100px;
  flex: 1;
}
@media (width <= 1399px) {
  .departmentArea_text {
    padding-left: 20px;
  }
}
@media (width <= 1023px) {
  .departmentArea_text {
    min-width: 0;
    padding: 0 20px;
  }
}
.departmentArea_text .hgroup {
  max-width: max-content;
  margin: 0 0 40px;
  position: relative;
}
@media (width <= 767px) {
  .departmentArea_text .hgroup {
    max-width: none;
  }
}
.departmentArea_text .hgroup h2 {
  max-width: max-content;
  margin: 0 0 0 -100px;
  padding: 0 120px 0 100px;
  background: #AF1C40;
  color: #FFF;
  font-size: 4rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 64px) 100%, 0 100%);
}
@media (width <= 767px) {
  .departmentArea_text .hgroup h2 {
    margin-left: -20px;
    padding: 0 120px 0 20px;
    font-size: 8vw;
  }
}
.departmentArea_text .hgroup p {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 333px;
  height: 54px;
  background: url(../img/bg_applications.svg) no-repeat center center / contain;
  color: #FFF;
  position: absolute;
  left: calc(100% - 100px);
  bottom: 0;
}
@media (width <= 767px) {
  .departmentArea_text .hgroup p {
    margin: 0 auto;
    font-size: clamp(0px, 3.2vw, 1.8rem);
    position: static;
  }
}
.departmentArea_text .description {
  margin: 0 0 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (width <= 767px) {
  .departmentArea_text .description {
    font-size: 4.8vw;
  }
}
.departmentArea_text dl {
  margin: 0 0 32px;
  padding: 0 24px;
  border: #AF1C40 1px solid;
  border-radius: 20px;
}
@media (width <= 767px) {
  .departmentArea_text dl {
    padding: 0 18px;
  }
}
.departmentArea_text dl dt {
  padding: 24px 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (width <= 767px) {
  .departmentArea_text dl dt {
    font-size: 4.8vw;
  }
}
.departmentArea_text dl dt i {
  font-size: 3.2rem;
  color: #AF1C40;
  vertical-align: middle;
}
@media (width <= 767px) {
  .departmentArea_text dl dt i {
    font-size: 6.4vw;
  }
}
.departmentArea_text dl dd {
  padding: 0 0 24px;
}
.departmentArea_text dl dd:not(:last-child) {
  border-bottom: #D7D7D7 1px solid;
}
.departmentArea_text h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (width <= 767px) {
  .departmentArea_text h3 {
    font-size: 6.4vw;
  }
}
.departmentArea_text h3::before,
.departmentArea_text h3::after {
  content: none;
}
.departmentArea_text ul li {
  padding: 10px 0 0 40px;
  font-size: 2rem;
  position: relative;
}
@media (width <= 767px) {
  .departmentArea_text ul li {
    padding-left: 8vw;
    font-size: 4vw;
  }
}
.departmentArea_text ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #AF1C40;
  font-size: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 767px) {
  .departmentArea_text ul li::before {
    font-size: 6.4vw;
  }
}
.departmentArea_img {
  margin: 0 -50px 0 0;
}
@media (width <= 1023px) {
  .departmentArea_img {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (width <= 767px) {
  .departmentArea_img {
    gap: 10px;
  }
}
.departmentArea_img img {
  display: block;
  margin: 0 0 24px;
  border-radius: 20px;
}
@media (width <= 1023px) {
  .departmentArea_img img {
    width: calc(50% - 10px);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++ */
/*+++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++ */
