/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	messageArea
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  .messageArea .flex .flexImg {
    max-width: 400px;
    width: 75%;
    margin: 0 auto;
  }
}
.messageArea mark {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 10px;
  background: #FFF;
  font-size: 3.2rem;
  font-weight: bold;
  color: #7C77CA;
}
@media screen and (max-width: 767px) {
  .messageArea mark {
    font-size: 6.4vw;
  }
}
.messageArea .section1 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .messageArea .section1 {
    padding-right: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .section1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .section1 h3 {
    order: -2;
  }
}
.messageArea .section1_bg {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .messageArea .section1_bg {
    max-width: 400px;
    width: 30%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .section1_bg {
    width: 75%;
    margin: 0 auto 20px;
    position: static;
    order: -1;
  }
}
.messageArea .section2 {
  margin-top: 158px;
  padding: 0 0 0 320px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .messageArea .section2 {
    padding-left: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .section2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    margin-top: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .section2 h3 {
    order: -2;
  }
}
.messageArea .section2_bg {
  position: absolute;
  top: -100px;
  left: -110px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .messageArea .section2_bg {
    max-width: 386px;
    width: 30%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .section2_bg {
    width: 75%;
    margin: 0 auto 20px;
    position: static;
    order: -1;
  }
}
.messageArea .section2 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.messageArea .section2 ul li {
  display: block;
  padding: 0 10px;
  background: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .messageArea .section2 ul li {
    font-size: 4.8vw;
  }
}
.messageArea .section2 ul li strong {
  font-size: 3.2rem;
  font-weight: bold;
  color: #7C77CA;
}
@media screen and (max-width: 767px) {
  .messageArea .section2 ul li strong {
    font-size: 6.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	initiativesArea
+++++++++++++++++++++++++++++++++++++++++++ */
.initiativesArea {
  position: relative;
}
.initiativesArea_bg {
  position: absolute;
  right: -45px;
  bottom: 70px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .initiativesArea_bg {
    display: block;
    max-width: 335px;
    width: 30%;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .initiativesArea_bg {
    width: 75%;
    margin: 0 auto;
    position: static;
  }
}
.initiativesArea_link a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  max-width: 496px;
  width: 100%;
  padding: 8px 12px;
  border-top: #B3751F 2px solid;
  border-bottom: #B3751F 2px solid;
  background: #FFF;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .initiativesArea_link a {
    max-width: 80%;
  }
}
.initiativesArea_link a:hover {
  background: #B3751F;
  color: #FFF;
}
.initiativesArea_link a::after {
  content: '\f061';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #B3751F;
}
.initiativesArea section {
  padding-right: 350px;
}
@media screen and (max-width: 1023px) {
  .initiativesArea section {
    padding-right: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .initiativesArea section {
    padding-right: 0;
  }
}
