/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  width: 100%;
  height: 60vw;
  background: url("../img/top/mv_bg.jpg") no-repeat center top / contain;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 767px) {
  .mv {
    height: 145vw;
    background: url("../img/top/mv_bg_sp.jpg") no-repeat center top / cover;
    margin-bottom: 20vw;
  }
}
.mv .icon1 {
  width: 8.5vw;
  height: 8.85vw;
  position: absolute;
  top: 12%;
  left: 46%;
  animation: icon1a 20s infinite linear,
					icon1b 1s infinite alternate ease;
  transform: translate(0, -10%);
}
@media screen and (max-width: 767px) {
  .mv .icon1 {
    top: 10%;
    left: 4%;
    animation: none;
    animation: icon1a_sp 20s infinite linear,
					icon1b 1s infinite alternate ease;
  }
}
.mv .icon2 {
  width: 8vw;
  height: 7.42vw;
  position: absolute;
  top: 10%;
  left: 67%;
  animation: icon2 4s infinite alternate ease-in-out;
}
@media screen and (max-width: 767px) {
  .mv .icon2 {
    top: 8%;
    left: 32%;
    animation: icon2_sp 4s infinite alternate ease-in-out;
  }
}
.mv .icon3 {
  width: 3vw;
  height: 2.92vw;
  position: absolute;
  top: 48%;
  left: 44%;
  animation: icon3 0.5s infinite alternate linear;
}
@media screen and (max-width: 767px) {
  .mv .icon3 {
    top: 28%;
    left: 1%;
  }
}
.mv .icon4 {
  width: 7.85vw;
  height: 6.14vw;
  position: absolute;
  top: 76%;
  right: 6.5%;
  animation: icon4 18s 2s infinite ease-in-out;
}
@media screen and (max-width: 767px) {
  .mv .icon4 {
    top: 45%;
    right: 33%;
    animation: icon4_sp 18s 3s infinite ease-in-out;
  }
}
.mv .icon5 {
  width: 3.8vw;
  height: 3.6vw;
  position: absolute;
  top: 52%;
  left: 71%;
}
@media screen and (max-width: 767px) {
  .mv .icon5 {
    top: 30%;
    left: 38%;
  }
}
.mv .icon6 {
  width: 3.8vw;
  height: 3.6vw;
  position: absolute;
  top: 39%;
  left: 46%;
}
@media screen and (max-width: 767px) {
  .mv .icon6 {
    top: 23%;
    left: 4%;
  }
}
.mv .newsArea {
  max-width: 514px;
  width: 45%;
  padding: 14px 15px;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  border-radius: 10px;
  position: absolute;
  left: 5%;
  top: 64%;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .mv .newsArea {
    max-width: none;
    width: 92%;
    padding: 1vw 12px;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 11vw;
  }
}
.mv .newsArea p {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv .newsArea p {
    font-size: 3.6vw;
  }
}
.mv .newsArea dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  flex-wrap: wrap;
}
.mv .newsArea dl dt {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.mv .newsArea dl dd {
  flex: 1;
  line-height: 1.5;
}
@keyframes icon1a {
  0 {
    top: 12%;
    left: 46%;
  }
  25% {
    top: 8%;
    left: 52%;
  }
  50% {
    top: 12%;
    left: 46%;
  }
  75% {
    top: 16%;
    left: 40%;
  }
  100% {
    top: 12%;
    left: 46%;
  }
}
@keyframes icon1a_sp {
  0 {
    top: 10%;
    left: 4%;
  }
  25% {
    top: 6%;
    left: 10%;
  }
  50% {
    top: 10%;
    left: 4%;
  }
  75% {
    top: 14%;
    left: -2%;
  }
  100% {
    top: 10%;
    left: 4%;
  }
}
@keyframes icon1b {
  0 {
    transform: translate(0, -10%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes icon2 {
  0 {
    top: 10%;
  }
  100% {
    top: 16%;
  }
}
@keyframes icon2_sp {
  0 {
    top: 8%;
  }
  100% {
    top: 12%;
  }
}
@keyframes icon3 {
  0 {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes icon4 {
  0 {
    top: 76%;
  }
  20% {
    top: 62%;
    right: 6.5%;
  }
  30% {
    top: 62%;
    right: 9.5%;
  }
  40% {
    top: 62%;
    right: 3.5%;
  }
  50% {
    top: 62%;
    right: 8.5%;
  }
  60% {
    top: 62%;
    right: 4.5%;
  }
  70% {
    top: 62%;
    right: 6.5%;
  }
  90% {
    top: 76%;
  }
  100% {
    top: 76%;
  }
}
@keyframes icon4_sp {
  0 {
    top: 45%;
  }
  20% {
    top: 35%;
    right: 33%;
  }
  30% {
    top: 35%;
    right: 36%;
  }
  40% {
    top: 35%;
    right: 30%;
  }
  50% {
    top: 35%;
    right: 33%;
  }
  60% {
    top: 35%;
    right: 30%;
  }
  70% {
    top: 35%;
    right: 33%;
  }
  90% {
    top: 35%;
  }
  100% {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    height: auto;
    padding: 15px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  position: relative;
}
article::before {
  content: attr(data-bg);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -7px;
}
@media screen and (max-width: 767px) {
  article::before {
    letter-spacing: -0.7vw;
  }
}
.businessArea::before {
  color: rgba(9, 94, 213, 0.1);
  font-size: 11rem;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .businessArea::before {
    font-size: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .businessArea::before {
    text-align: center;
    font-size: 11vw;
    top: 10vw;
    right: 0;
    left: 0;
  }
}
.businessArea hgroup {
  margin: 0 auto 125px;
}
@media screen and (max-width: 767px) {
  .businessArea hgroup {
    margin-bottom: 60px;
  }
}
.businessArea section h3 {
  padding: 0;
}
.businessArea section h3::before {
  content: none;
}
.businessArea section .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .businessArea section .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
  }
}
.businessArea section .text {
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .businessArea section .text {
    max-width: none;
  }
}
.businessArea section .text p {
  line-height: 2;
}
.businessArea section .img {
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .businessArea section .img {
    position: static;
    order: -1;
  }
}
.businessArea section:nth-of-type(1) {
  margin: 0 0 264px;
}
@media screen and (max-width: 767px) {
  .businessArea section:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
.businessArea section:nth-of-type(1) .img {
  max-width: 794px;
  width: 80%;
  height: 538px;
  top: -28px;
  left: 474px;
}
@media screen and (max-width: 767px) {
  .businessArea section:nth-of-type(1) .img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
}
.businessArea section:nth-of-type(2) {
  margin: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .businessArea section:nth-of-type(2) {
    margin-bottom: 50px;
  }
}
.businessArea section:nth-of-type(2) .text {
  width: 45%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .businessArea section:nth-of-type(2) .text {
    width: 100%;
  }
}
.businessArea section:nth-of-type(2) .img {
  max-width: 667px;
  width: 72%;
  height: 620px;
  top: -165px;
  left: -170px;
}
@media screen and (max-width: 767px) {
  .businessArea section:nth-of-type(2) .img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
}
.developmentArea {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  padding: 105px 0 65px;
  background: #ECF9FB;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .developmentArea {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}
.developmentArea::before {
  color: rgba(69, 196, 210, 0.1);
  margin: auto;
  font-size: 11rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 148px;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .developmentArea::before {
    top: 160px;
    font-size: 10vw;
  }
}
.developmentArea hgroup {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .developmentArea hgroup {
    margin-bottom: 40px;
  }
}
.developmentArea hgroup::before {
  left: auto;
  right: -115px;
  transform: scale(-1, 1);
}
.developmentArea hgroup::after {
  left: -110px;
  right: auto;
  transform: scale(-1, 1);
}
.developmentArea .columnBox {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .developmentArea .columnBox {
    margin-bottom: 30px;
  }
}
.developmentArea .columnBox .columnItem {
  max-width: 500px;
  padding: 19px;
  border-radius: 19px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .developmentArea .columnBox .columnItem {
    max-width: none;
    width: 100%;
  }
}
.developmentArea .columnBox .columnItem p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .developmentArea .columnBox .columnItem p {
    font-size: 3.6vw;
  }
}
.developmentArea .columnBox .columnItem ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .developmentArea .columnBox .columnItem ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .developmentArea .columnBox .columnItem ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.developmentArea .columnBox .columnItem ul li {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .developmentArea .columnBox .columnItem ul li {
    width: calc(25% - 20px);
  }
}
.developmentArea .columnBox .columnItem ul li figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.developmentArea .btn {
  max-width: 528px;
  height: 69px;
  border-color: #45C4D3;
  color: #45C4D3;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .developmentArea .btn {
    max-width: max-contet;
    height: auto;
    padding: 15px 0;
    font-size: 4vw;
  }
}
.recruitArea {
  background: url("../img/top/bg_recruit.jpg") no-repeat center top / 100% auto;
}
@media screen and (max-width: 1023px) {
  .recruitArea {
    background-size: 125% auto;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea {
    background-size: cover;
    background-position: 60% center;
  }
}
.recruitArea::before {
  color: rgba(255, 255, 255, 0.2);
  margin: auto;
  font-size: 11rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 33%;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .recruitArea::before {
    font-size: 11vw;
    right: 0;
    top: 11vw;
  }
}
.recruitArea .inner {
  min-height: 50vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .recruitArea .inner {
    min-height: 65vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner {
    height: auto;
    padding: 100px 0 20px;
  }
}
.recruitArea .inner .text {
  color: #FFF;
  position: absolute;
  top: 41%;
  right: -35px;
}
@media screen and (max-width: 1023px) {
  .recruitArea .inner .text {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner .text {
    max-width: 50%;
    margin: 0 0 0 auto;
    padding: 0 10px;
    position: static;
  }
}
.recruitArea .inner .text h2 {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .recruitArea .inner .text h2 {
    font-size: 8vw;
    text-align: right;
  }
}
.recruitArea .inner .text a {
  max-width: 300px;
  color: #FFF;
  text-decoration: none;
  border-color: #FFF;
}
.companyArea {
  padding: 60px 0 0;
}
.companyArea::before {
  color: rgba(69, 196, 211, 0.1);
  margin: auto;
  font-size: 11rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .companyArea::before {
    font-size: 11vw;
  }
}
.companyArea hgroup {
  margin: 0 auto 95px;
}
@media screen and (max-width: 767px) {
  .companyArea hgroup {
    margin-bottom: 60px;
  }
}
.companyArea hgroup::before {
  top: -6px;
  left: auto;
  right: -150px;
  transform: scale(-1, 1);
}
.companyArea hgroup::after {
  top: -18px;
  left: -120px;
  right: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .companyArea .logo img {
    width: 120px;
  }
}
.companyArea section .inner {
  min-height: 468px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .companyArea section .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    min-height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .companyArea section .text {
    width: calc(40vw + 80px);
  }
}
@media screen and (max-width: 767px) {
  .companyArea section .text {
    width: 100%;
  }
}
.companyArea section .img {
  width: 700px;
  height: 468px;
  margin: auto;
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 1023px) {
  .companyArea section .img {
    max-width: 700px;
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .companyArea section .img {
    order: -1;
    max-width: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    top: auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
}
.companyArea section:nth-of-type(1) {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(1) {
    margin-top: 50px;
  }
}
.companyArea section:nth-of-type(1) h3 {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(1) h3 {
    margin-bottom: 20px;
  }
}
.companyArea section:nth-of-type(1) h3::before {
  content: '';
  display: block;
  width: 82px;
  height: 153px;
  background: url("../img/top/bg_tryangle_3.png") no-repeat center center / contain;
  position: absolute;
  top: -100px;
  left: -90px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(1) h3::before {
    top: -80px;
    left: -65px;
  }
}
.companyArea section:nth-of-type(1) .text {
  max-width: 540px;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(1) .text {
    max-width: none;
    padding: 0;
  }
}
.companyArea section:nth-of-type(1) .text p {
  line-height: 2;
}
.companyArea section:nth-of-type(1) .img {
  left: 540px;
}
@media screen and (max-width: 1023px) {
  .companyArea section:nth-of-type(1) .img {
    left: auto;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(1) .img {
    left: 0;
    right: 0;
  }
}
.companyArea section:nth-of-type(2) {
  margin: 50px 0 0;
}
.companyArea section:nth-of-type(2) h3 {
  margin-bottom: 40px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(2) h3 {
    margin-bottom: 20px;
  }
}
.companyArea section:nth-of-type(2) h3::before {
  content: '';
  display: block;
  width: 82px;
  height: 153px;
  background: url("../img/top/bg_tryangle_4.png") no-repeat center center / contain;
  position: absolute;
  top: -90px;
  right: -90px;
  left: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(2) h3::before {
    right: -60px;
    top: -70px;
  }
}
.companyArea section:nth-of-type(2) .img {
  right: 540px;
}
@media screen and (max-width: 1023px) {
  .companyArea section:nth-of-type(2) .img {
    left: -100px;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(2) .img {
    right: 0;
    left: 0;
  }
}
.companyArea section:nth-of-type(2) .text {
  max-width: 540px;
  margin: 0 0 0 auto;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(2) .text {
    max-width: none;
    padding: 0;
  }
}
.companyArea section:nth-of-type(2) .text p {
  line-height: 2;
}
.companyArea section:nth-of-type(2) .btn {
  max-width: 358px;
}
@media screen and (max-width: 767px) {
  .companyArea section:nth-of-type(2) .btn {
    max-width: max-content;
  }
}
