@charset "utf-8";
/* CSS Document */


.fv {
  position: relative;
  background-color: #FFEBF7;
}
body.on .fv {
  height: 90vh;
}
body.on .fv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://march-group.jp/system_panel/uploads/images/fv_item.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 95%;
  height: 95%;
  z-index: 3;
  opacity: 0;
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.fv .swiper {
  position: relative;
  z-index: 1;
  width: 70%;
  margin-left: 15%;
}
.fv .swiper .swiper-slide {
  position: relative;
  height: 80vh;
}
.fv .swiper .swiper-slide .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.fv .txtbox {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  z-index: 5;
}
.fv .txtbox h1, .fv .txtbox p {
  background-color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: clamp(24px, 5vw, 42px);
  letter-spacing: 0.2rem;
  font-weight: 700;
}
body.on .fv .txtbox h1, body.on .fv .txtbox p {
  opacity: 0;
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
body.on .fv .txtbox h1 {
  animation-delay: 1.0s;
}
body.on .fv .txtbox p {
  animation-delay: 1.3s;
}
.main-wrap .section01 > .flex {
  gap: 80px;
}
.main-wrap .section01 > .flex > div {
  width: calc(50% - 80px /2);
}
.main-wrap .section01 .imgbox img {
  border-radius: 20px;
}
.main-wrap .section01 .txtbox h2 {
  display: inline;
  background-image: linear-gradient(to right, #DD0086 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.top_title1 .flex {
  gap: 20px;
}
.top_title1 .flex .en_title {
  position: relative;
  padding-right: 22px;
  line-height: 1;
}
.top_title1 .flex .en_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.top_title1 .arrow_icon {
  width: 40px;
}
.section03 .top_title1 .flex .en_title::after, .section05 .top_title1 .flex .en_title::after {
  background-color: #DD0086;
}
.main-wrap .section02 .boxwrap {
  gap: 50px 100px;
  align-items: flex-start;
}
.main-wrap .section02 .boxwrap .box {
  position: relative;
  display: block;
  width: calc(100% / 2 - 100px / 2);
  background-color: #fff;
  border-radius: 20px;
}
.main-wrap .section02 .boxwrap .box:nth-of-type(2), .main-wrap .section02 .boxwrap .box:nth-of-type(4) {
  margin-top: 100px;
}
body.on .main-wrap .section02 .boxwrap .box {
  aspect-ratio: 1 / 1;
}
.main-wrap .section02 .boxwrap .box .imgbox {
  z-index: 1;
  border-radius: 20px;
  transition: ease 0.3s;
}
.main-wrap .section02 .boxwrap .box:hover .imgbox {
  opacity: 0.5;
}
body.on .main-wrap .section02 .boxwrap .box .imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.main-wrap .section02 .boxwrap .box .badge_box {
  aspect-ratio: 1 / 1;
  width: 130px;
  border-radius: 50%;
  z-index: 2;
}
.main-wrap .section02 .boxwrap .box:nth-of-type(1) .badge_box {
  background-color: #085CB1;
}
.main-wrap .section02 .boxwrap .box:nth-of-type(2) .badge_box {
  background-color: #37B3ED;
}
.main-wrap .section02 .boxwrap .box:nth-of-type(3) .badge_box {
  background-color: #7DBF4D;
}
.main-wrap .section02 .boxwrap .box:nth-of-type(4) .badge_box {
  background-color: #F59C00;
}
.main-wrap .section02 .boxwrap .box .badge_box img {
  width: 40px;
  margin-bottom: 10px;
}
body.on .main-wrap .section02 .boxwrap .box .badge_box {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body.on .main-wrap .section02 .boxwrap .box .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.main-wrap .section02 .boxwrap .box .badge_box h3 {
  line-height: 1;
}
.main-wrap .section03 .contents .webgene-blog, .main-wrap .section04 .boxwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 30px;
}
.main-wrap .section03 .contents .webgene-blog .webgene-item, .main-wrap .section04 .boxwrap .box {
  width: calc(100% / 3 - 60px / 3);
}
.section03 .contents .square-img,.section04 .square-img,.section05 .square-img{
    border-radius: 10px;
}

.main-wrap .section05 .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 30px 20px;
}
.main-wrap .section05 .webgene-blog .webgene-item {
  width: calc(100% / 2 - 20px / 2);
}
.main-wrap .section06 {
  position: relative;
  background-color: #F6D903;
}
.main-wrap .section06 {
  position: relative;
}
body.on .section06::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://march-group.jp/system_panel/uploads/images/recruit_bg.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 95%;
  height: 95%;
  z-index: 3;
  opacity: 0;
}
body.on .section06.active::after {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.main-wrap .section06 .txtbox {
  width: 50%;
  position: relative;
  z-index: 5;
}
.main-wrap .section06 .imgbox {
  z-index: 1;
}
.main-wrap .section06 .imgbox > div {
  border-radius: 50%;
}
.main-wrap .section06 .imgbox.imgbox1 {
  position: absolute;
  width: 25%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.main-wrap .section06 .imgbox.imgbox2 {
  position: absolute;
  width: 25%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.main-wrap .section06 .imgbox.imgbox2 .img1 {
  width: 80%;
  margin-bottom: 20%;
}
.main-wrap .section06 .imgbox.imgbox2 .img2 {
  width: 50%;
  margin-left: 40%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .main-wrap .section01 > .flex {
    gap: 60px;
  }
  .main-wrap .section01 > .flex > div {
    width: calc(50% - 60px /2);
  }
  .main-wrap .section02 .boxwrap .box .badge_box {
    width: 110px;
  }
  .main-wrap .section02 .boxwrap .box .badge_box h3 {
    font-size: 14px;
  }
  .main-wrap .section05 .webgene-blog .webgene-item {
    width: 100%;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .fv {
    height: 60vh;
  }
  .fv .swiper .swiper-slide {
    height: 50vh;
  }
  .main-wrap .section01 > .flex {
    gap: 40px;
  }
  .main-wrap .section01 > .flex > div {
    width: calc(50% - 40px /2);
  }
  .main-wrap .section02 .boxwrap {
    width: 100% !important;
    gap: 50px 80px;
  }
  .main-wrap .section02 .boxwrap .box {
    width: calc(100% / 2 - 80px / 2);
  }
  .main-wrap .section02 .boxwrap .box:nth-of-type(2), .main-wrap .section02 .boxwrap .box:nth-of-type(4) {
    margin-top: 80px;
  }
  .main-wrap .section02 .boxwrap .box .badge_box {
    width: 100px;
  }
  .main-wrap .section03 .contents .webgene-blog, .main-wrap .section04 .boxwrap {
    gap: 20px;
  }
  .main-wrap .section03 .contents .webgene-blog .webgene-item, .main-wrap .section04 .boxwrap .box {
    width: calc(100% / 3 - 40px / 3);
  }
  .main-wrap .section06 .txtbox {
    width: 60%;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .main-wrap .section01 > .flex {
    gap: 30px;
  }
  .main-wrap .section01 > .flex > div {
    width: 70%;
  }
  .main-wrap .section02 .boxwrap {
    padding: 0 20px;
  }
  body.on .main-wrap .section02 .boxwrap .box .more {
    bottom: 20px;
    right: auto;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .main-wrap .section06 .txtbox {
    width: 80%;
  }
  .main-wrap .section06 .imgbox.imgbox1 {
    width: 20%;
    left: 5%;
    top: 30%;
    transform: translateY(-50%);
  }
  .main-wrap .section06 .imgbox.imgbox2 {
    width: 30%;
    right: 5%;
    top: 0%;
    transform: translateY(0);
  }
  .main-wrap .section06 .imgbox.imgbox2 .img1 {
    width: 80%;
    margin-bottom: 30%;
  }
  .main-wrap .section06 .imgbox.imgbox2 .img2 {
    width: 50%;
    margin-left: 40%;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  body.on .fv {
    height: auto;
    padding: 50px 0 50px;
  }
  .fv .swiper {
    width: 80%;
    margin-left: 0;
  }
  .fv .swiper .swiper-slide {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .fv .txtbox {
    top: 80%;
    align-items: center;
    left: auto;
  }
  .main-wrap .section01 > .flex {
    gap: 30px;
  }
  .main-wrap .section01 > .flex > div {
    width: 100%;
  }
  .top_title1 .flex {
    gap: 15px;
  }
  .top_title1 .flex .en_title {
    padding-right: 17px;
  }
  .top_title1 .arrow_icon {
    width: 36px;
  }
  .main-wrap .section02 .boxwrap {
    padding: 0 40px;
    gap: 0;
  }
  .main-wrap .section02 .boxwrap .box {
    width: 100%;
    margin-top: 80px;
  }
  .main-wrap .section02 .boxwrap .box:nth-of-type(2), .main-wrap .section02 .boxwrap .box:nth-of-type(4) {
    margin-top: 80px;
  }
  body.on .main-wrap .section02 .boxwrap .box .badge_box {
    width: 90px;
  }
  .main-wrap .section02 .boxwrap .box .badge_box img {
    width: 30px;
  }
  .main-wrap .section02 .boxwrap .box .badge_box h3 {
    font-size: 12px;
  }
  .main-wrap .section03 .contents .webgene-blog, .main-wrap .section04 .boxwrap {
    gap: 30px;
  }
  .main-wrap .section03 .contents .webgene-blog .webgene-item, .main-wrap .section04 .boxwrap .box {
    width: 100%;
  }
  .main-wrap .section06 .txtbox {
    width: 100%;
  }
  .main-wrap .section06 .imgbox.imgbox1 {
    position: static;
    width: 40%;
    left: 0;
    top: 0;
    transform: translateY(0);
    margin-right: 50%;
    margin-bottom: 20px;
  }
  .main-wrap .section06 .imgbox.imgbox2 {
    position: static;
    width: 100%;
    right: 5%;
    top: 0%;
    transform: translateY(0);
    margin-top: 30px;
  }
  .main-wrap .section06 .imgbox.imgbox2 .img1 {
    width: 50%;
    margin-bottom: -80px;
    margin-right: 50%;
  }
  /* ---------- 350px ~ ---------- */
  @media screen and (max-width: 350px) {}
}
.main-wrap .section06 .imgbox.imgbox2 .img2 {
  width: 40%;
  margin-left: 60%;
}
}