/* header */
main {
  margin-top: -70px;
  font-size: 2rem;
  font-weight: 500;
}

main #mv {
  position: relative;
  height: 100vh;
}

main #mv .slider1 {
  width: 80%;
  padding-right: 8%;
  position: absolute;
  left: 20%;
}

main #mv .catch {
  position: absolute;
  right: 11%;
  bottom: 8%;
  border-radius: 20px;
  background: #FAFE47;
  color: #38862E;
  font-size: 3.2rem;
  text-align: center;
  padding: 8px 32px;
  font-weight: bold;
}

main #mv .catch span {
  font-size: 2.4rem;
  display: block;
  font-weight: 500;
}

main #mv .text_box {
  width: 20%;
  text-align: center;
  position: absolute;
  top: 25%;
  display: flex;
  justify-content: center;
}

main #mv .text_box .text {
  writing-mode: vertical-rl;
  color: #38862E;
  font-weight: 500;
  font-size: 4.5rem;
  display: inline-block;
  text-align: left;
  letter-spacing: 5px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgb(248, 245, 240);
  margin: 0 auto;
}

main #mv .text_box .text span {
  display: inline-block;
  margin-top: 1em;
}

main>section {
  padding: 80px 0;
}

main .fukidashi {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

main .fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #E48734;
}

main .fukidashi p {
  color: #FFF;
  background: #E48734;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 500;
}

main h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 80px;
}

main h2 span {
  position: relative;
}

main h2 span:before {
  content: "";
  width: 100%;
  height: 24px;
  background: url("/img/recruit/common/h2_under.png") no-repeat left center;
  position: absolute;
  bottom: -32px;
  left: 0;
}

#block1 {
  padding: 80px 0 0;
}

#block1 .message {
  align-items: center;
  position: relative;
  padding: 80px 2%;
}

#block1 .message:before {
  content: "";
  width: 100%;
  height: 150%;
  background: url(/img/recruit/home/block1_01.png) no-repeat;
  background-position: 0 0;
  background-size: 45%;
  position: absolute;
  top: -26%;
  left: -6%;
  z-index: -1;
}

#block1 .message:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/recruit/home/block1_02.png) no-repeat;
  background-position: 100% 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#block1 .message h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  text-align: left;
}

#block1 .message p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  width: 65%;
}

#block2 .flex-box {
  justify-content: space-between;
}

#block2 .flex-box>div {
  width: 49%;
  position: relative;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 80px 40px 40px;
  font-weight: 500;
}

#block2 .flex-box>div p {
  font-size: 1.6rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}

#block2 .flex-box>div p:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#block2 .flex-box ._left {
  background: #AAECEF;
  padding-right: 200px;
}

#block2 .flex-box ._left figure {
  position: absolute;
  bottom: 0;
  right: -20px;
}

#block2 .flex-box ._right {
  background: #CAEBA8;
  padding-left: 200px;
}

#block2 .flex-box ._right figure {
  position: absolute;
  bottom: 0;
  left: -54px;
}

#block3 .flex-box {
  justify-content: center;
}

#block3 .flex-box li {
  /* margin-top: 60px; */
  text-align: center;
}

#block3 .flex-box li h3 {
  width: 270px;
  margin: 0 auto;
  background: #38862E;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  border-radius: 100vh;
  padding: 4px 0;
  white-space: nowrap;
}

#block3 .flex-box li figure img {
  margin: 0 auto;
}

#block3 .flex-box li .flex-box {
  justify-content: center;
}

#block3 .flex-box li .flex-box>div {
  padding: 0 20px;
}

#block3 .flex-box li .flex-box ._left {
  border-right: 1px solid #000;
}

#block3 .data-list1 {
  flex-wrap: wrap;
  gap: 60px 0;
}

#block3 .data-list1 li {
  width: 25%;
}

#block3 .data-list1 li figure {
  margin: 16px 0 8px;
}

#block3 .data-list1 li figure.graph {
  width: 60%;
  margin: 28px auto 8px;
}

#block3 .data-list1 li figure.mb {
  margin: 28px auto 24px;
}

#block3 .data-list1 li .note {
  font-size: 1.8rem;
}

#block3 .data-list1 li .note span {
  font-size: 4rem;
  color: #e48734;
  font-weight: bold;
  margin-left: 0.2em;
}

#block3 .data-list1 li .note .min {
  font-size: 1.8rem;
  margin-left: 0;
}

#block3 .data {
  opacity: 0;
  transform: translateY(60px);
  transition: 1.2s ease;
  text-align: center;
  font-size: 2.8rem;
  white-space: nowrap;
  line-height: 1;
  color: #e48734;
}

#block3 .data span {
  font-size: 5.6rem;
  font-weight: bold;
}

#block3 .fadeIn .data {
  opacity: 1;
  transform: translateY(0);
}


#block4 {
  padding: 80px 0;
  background: #FFF;
}

#block5 .inteview_box {
  background: rgba(99, 194, 199, 0.2);
  margin-bottom: 40px;
}

#block5 .inteview_box ._btn {
  background: #63C2C7;
}

#block5 .inteview_box .flex-box {
  justify-content: space-between;
}

#block5 .inteview_box.revers {
  background: rgba(153, 204, 102, 0.2);
}

#block5 .inteview_box.revers ._btn {
  background: #99CC66;
}

#block5 .inteview_box.revers .flex-box {
  justify-content: space-between;
  flex-direction: row-reverse;
}

#block5 ._left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
}

#block5 ._right {
  width: 55%;
}

#block5 ._right figure img {
  width: 100%;
}

#block5 ._inner p {
  margin-bottom: 1em;
  font-size: 2.2rem;
}

#block5 ._inner .ruby-box {
  margin-bottom: 2em;
  transform: rotate(0.05deg);
}

#block5 ._inner .ruby-box ruby {
  font-size: 3.2rem;
  margin-right: 1em;
}

._btn {
  display: block;
  width: 360px;
  border-radius: 100vh;
  padding: 16px;
  text-align: center;
}

._btn a {
  display: block;
  border-radius: 100vh;
  position: relative;
  color: #fff;
}

._btn a:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("/img/recruit/common/icon_more_btn_inteview.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

._btn a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/recruit/common/icon_more_btn_arrow.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

/* #block5 ._btn {
  display: block;
  border-radius: 100vh;
  position: relative;
}
#block5 ._btn:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("/img/recruit/common/icon_more_btn_inteview.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
#block5 ._btn:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/recruit/common/icon_more_btn_arrow.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#block5 ._btn span,
#block5 ._btn a {
  display: inline-block;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 400 !important;
  padding: 16px 88px;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
} */

#bnr {
  padding: 0 0 100px;
  margin-top: -60px;
}

#bnr .flex-box {
  align-items: end;
  justify-content: space-between;
}

#bnr .flex-box li {
  width: 48%;
}

/*# sourceMappingURL=home.css.map */