/* LESS Document */
.drawer-overlay {
  z-index: 3;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  min-height: 882px;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 125vw;
  }
}
.mv_inner_text {
  max-width: 1376px;
  margin: 0 auto;
  position: absolute;
  top: 150px;
  left: 20px;
  right: 0;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv_inner_text {
    width: 80vw;
    top: 35vw;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv_inner_text p {
    max-width: 417px;
    padding-right: 10vw;
  }
}
.mv_inner_text p:nth-of-type(2) {
  transition-delay: 0.3s;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .mv_inner_text p:nth-of-type(2) {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.mv_inner_text p:nth-of-type(3) {
  transition-delay: 0.6s;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .mv_inner_text p:nth-of-type(3) {
    padding-left: 10vw;
    padding-right: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	hgroup
+++++++++++++++++++++++++++++++++++++++++++ */
hgroup {
  display: block;
  line-height: 0.9;
}
hgroup h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  hgroup h2 {
    font-size: 4vw;
  }
}
hgroup p {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  hgroup p {
    font-size: 12vw;
  }
}
hgroup p span {
  font-size: 31rem;
}
@media screen and (max-width: 767px) {
  hgroup p span {
    font-size: 46vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	aboutArea
+++++++++++++++++++++++++++++++++++++++++++ */
.aboutArea {
  margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .aboutArea {
    margin-bottom: 50px;
  }
}
.aboutArea h2 {
  max-width: max-content;
  margin: 0 auto;
  font-size: 4.7rem;
  font-weight: 900;
  color: #5D8F00;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .aboutArea h2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea h2 {
    font-size: 8vw;
  }
}
.aboutArea h2 span {
  display: block;
  font-size: 36rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: -140px;
  left: -220px;
}
@media screen and (max-width: 1023px) {
  .aboutArea h2 span {
    font-size: 24rem;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea h2 span {
    font-size: 28vw;
  }
}
.aboutArea .iframe {
  max-width: 800px;
  margin: 0 auto 156px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .aboutArea .iframe {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
.aboutArea .iframe iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .aboutArea .iframe iframe {
    height: 65vw;
  }
}
.aboutArea .iframe img {
  position: absolute;
  bottom: -50px;
  right: -140px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .aboutArea .iframe img {
    max-width: 159px;
    width: 15vw;
    right: 0;
  }
}
.aboutArea section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 30px 0 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .aboutArea section {
    flex-direction: column;
    background: #CCDBD8;
    padding: 30px 10px;
  }
}
.aboutArea section::before {
  content: '';
  display: block;
  width: calc(100vw - 114px);
  height: 100%;
  border-radius: 30px 0 0 30px;
  background: #CCDBD8;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .aboutArea section::before {
    content: none;
  }
}
.aboutArea section figure {
  max-width: 668px;
  width: 45%;
  position: relative;
  top: -65px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .aboutArea section figure {
    width: 80%;
    text-align: center;
    position: static;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .aboutArea section figure img {
    max-width: 550px;
    max-height: 350px;
    width: 100%;
    height: 50vw;
    object-position: 0 center;
    object-fit: cover;
  }
}
.aboutArea section .sectionText {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .aboutArea section .sectionText {
    display: contents;
  }
}
.aboutArea section .sectionText h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  color: #008F8F;
  font-size: clamp(0px, 4vw, 5rem);
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .aboutArea section .sectionText h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea section .sectionText h3 {
    font-size: 6vw;
  }
}
.aboutArea section .sectionText p {
  margin-bottom: 30px;
  font-weight: bold;
}
.aboutArea section .sectionText .btn a {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .aboutArea section .sectionText .btn a {
    font-size: 4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	interviewsArea
+++++++++++++++++++++++++++++++++++++++++++ */
.interviewsArea {
  max-width: 1400px;
  margin: 0 auto 120px;
}
.interviewsArea_lead {
  min-height: 300px;
  margin: 0 0 65px;
  padding: 0 0 0 100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .interviewsArea_lead {
    min-height: 0;
    padding: 0 10px 0 12vw;
  }
}
.interviewsArea hgroup p {
  color: #49BAD8;
}
.interviewsArea hgroup p span {
  display: block;
  font-size: 46rem;
  position: absolute;
  top: -75px;
  left: -125px;
}
@media screen and (max-width: 767px) {
  .interviewsArea hgroup p span {
    font-size: 46vw;
    top: -10vw;
    left: -13vw;
  }
}
.interviewsArea .interviewsBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 55px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 38px;
}
@media screen and (max-width: 1223px) {
  .interviewsArea .interviewsBox {
    gap: 30px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .interviewsArea .interviewsBox {
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .interviewsArea .interviewsBox {
    gap: 10px 0;
  }
}
.interviewsArea .interviewsBox > a {
  max-width: 344px;
  width: calc(33vw - 74px);
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .interviewsArea .interviewsBox > a {
    max-width: none;
    width: calc(33vw - 20px);
  }
}
@media screen and (max-width: 767px) {
  .interviewsArea .interviewsBox > a {
    width: calc(49vw - 20px);
  }
}
.interviewsArea .interviewsBox > a:nth-of-type(4) {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .interviewsArea .interviewsBox > a:nth-of-type(4) {
    margin: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	workArea
+++++++++++++++++++++++++++++++++++++++++++ */
.workArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 120px;
  padding: 0 30px 0 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .workArea {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .workArea {
    margin-bottom: 80px;
  }
}
.workArea hgroup {
  margin: 0 0 10px;
  padding: 0 0 0 220px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .workArea hgroup {
    padding: 0 10px 0 30vw;
    order: -1;
  }
}
.workArea hgroup h2 {
  font-size: 3.4rem;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  top: 10px;
  left: 30px;
}
@media screen and (max-width: 1023px) {
  .workArea hgroup h2 {
    font-size: 4vw;
    top: 0;
  }
}
.workArea hgroup p {
  margin: 0;
  color: #9661B9;
}
@media screen and (max-width: 1023px) {
  .workArea hgroup p {
    position: relative;
    left: 15px;
  }
}
.workArea hgroup p span {
  position: absolute;
  top: -150px;
  left: -282px;
}
@media screen and (max-width: 1023px) {
  .workArea hgroup p span {
    font-size: 36vw;
    top: -19vw;
    left: -34vw;
  }
}
.workArea figure {
  max-width: 658px;
  width: 45%;
}
@media screen and (max-width: 1023px) {
  .workArea figure {
    width: 75%;
    text-align: center;
    position: static;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .workArea figure img {
    max-width: 550px;
    max-height: 350px;
    width: 100%;
    height: 40vw;
    object-position: 0 center;
    object-fit: cover;
  }
}
.workArea_text {
  flex: 1;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .workArea_text {
    display: contents;
  }
}
.workArea_text h3 {
  font-size: 2.1rem;
}
@media screen and (max-width: 1023px) {
  .workArea_text ul {
    align-self: flex-start;
  }
}
.workArea_text ul li {
  font-size: 2rem;
  font-weight: bold;
  color: #9661B9;
}
@media screen and (max-width: 1023px) {
  .workArea_text ul li {
    font-size: 4vw;
  }
}
.workArea_text ul li a {
  text-decoration: none;
  color: #000;
}
.workArea_text ul li a:hover {
  color: #9661B9;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	dataArea
+++++++++++++++++++++++++++++++++++++++++++ */
.dataArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 250px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
@media screen and (max-width: 1023px) {
  .dataArea {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.dataArea hgroup {
  padding: 0 0 0 220px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .dataArea hgroup {
    padding: 0 0 0 25vw;
    align-self: flex-start;
  }
}
.dataArea hgroup h2 {
  font-size: 2rem;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .dataArea hgroup h2 {
    top: 0;
    font-size: 4vw;
  }
}
.dataArea hgroup p {
  margin: 0;
  color: #F69525;
}
.dataArea hgroup p span {
  position: absolute;
  top: -64px;
  left: -218px;
}
@media screen and (max-width: 1023px) {
  .dataArea hgroup p span {
    top: -129px;
  }
}
@media screen and (max-width: 767px) {
  .dataArea hgroup p span {
    top: -19vw;
    left: -25vw;
    font-size: 36vw;
  }
}
.dataArea hgroup::before {
  content: '';
  display: block;
  width: 587px;
  height: 648px;
  background: url(../img/img_data_1.webp) no-repeat center center / contain;
  position: absolute;
  top: 12px;
  left: 86px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .dataArea hgroup::before {
    width: 40vw;
    height: 50vw;
    top: -25vw;
    left: auto;
    right: -45vw;
    z-index: -1;
  }
}
.dataArea_text {
  flex: 1;
  min-height: 648px;
  padding: 132px 50px 0 0;
}
@media screen and (max-width: 1023px) {
  .dataArea_text {
    width: 100%;
    min-height: 0;
    padding: 0 10px;
  }
}
.dataArea_text p {
  font-weight: bold;
}
.dataArea_text .btn a {
  background: #F69525;
}
.dataArea_text .btn a:hover {
  opacity: 1;
  background: #df7c09;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	instaArea
+++++++++++++++++++++++++++++++++++++++++++ */
.instaArea {
  max-width: 1132px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .instaArea {
    padding: 0 10px;
  }
}
.instaArea hgroup {
  display: block;
  margin: 0 0 20px;
}
.instaArea hgroup h2 {
  margin: 0 0 8px;
  font-size: 4.8rem;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  .instaArea hgroup h2 {
    font-size: 9.6vw;
  }
}
.instaArea hgroup p {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .instaArea hgroup p {
    font-size: 4vw;
  }
}
.instaArea hgroup p::after {
  content: '';
  display: block;
  background: #FFF600;
  height: 17px;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -8px;
  z-index: -1;
}
.instaArea .columnBox {
  margin: 50px auto 60px;
}
@media screen and (max-width: 767px) {
  .instaArea .columnBox {
    margin: 30px 0;
    gap: 15px 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++

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