@charset "UTF-8";
.bg_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/bg.png)no-repeat center center/cover, #F4FBFE;
}
.bg_wrap .bg_wrap_inr {
  background: #fff;
  width: calc(92% - 50rem);
  position: fixed;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  padding: 4rem 4.5rem;
  border-radius: 2rem;
}
.bg_wrap .bg_wrap_inr .logo {
  max-width: 50rem;
  margin: 0 auto 6.7rem;
  width: 80%;
}
.bg_wrap .bg_wrap_inr ul {
  justify-content: space-around;
  max-width: 75rem;
  margin: 0 auto 3rem;
}
.bg_wrap .bg_wrap_inr ul li {
  width: 100%;
  margin-bottom: 1rem;
}
.bg_wrap .bg_wrap_inr ul li a {
  background-color: #FEFFE0;
  line-height: 1.2;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  color: #009DFF;
  border: 2px solid #6C6C6C;
  box-shadow: 3px 3px 0 #6C6C6C;
  border-radius: 20px;
  padding: 2rem 2rem;
  font-size: 2.4rem;
  height: 100%;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
}
.bg_wrap .bg_wrap_inr ul li a::after {
  position: absolute;
  content: "\e902";
  font-family: 'icomoon' !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #009DFF;
}
.bg_wrap .bg_wrap_inr .produce_txt a {
  border-bottom: 1px solid #000;
  color: #000;
  margin-left: 5px;
}
.l-wrap {
  max-width: 43rem;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10000000;
}
.mv_wrap .mv_txt {
  background: url("../images/mv_borde.png")no-repeat center center/cover;
  color: #FF4500;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  padding: 6rem 3rem 4rem;
  margin: -5rem 0 0;
}
.mv_wrap .mv_txt .mv_txt__item {
  background: url("../images/k-left.png")no-repeat left center/67px, url("../images/k-right.png")no-repeat right center/67px;
  padding: 1.5rem 0;
}
.mv_gotstaff {
  background: #009DFF;
  position: relative;
  padding: 2rem 0 0;
  z-index: 0;
  border-radius: 7% 7% 0 0;
}
.mv_gotstaff::after {
  background: #009DFF;
  position: absolute;
  width: 120%;
  height: 9rem;
  border-radius: 100%;
  border-top: 5px solid #F5FF02;
  content: "";
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.mv_gotstaff-serif {
  background: url("../images/serif.png")no-repeat center center/contain;
  padding: 1rem 0 2rem;
  color: #009DFF;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  width: 17.4rem;
  height: 5.7rem;
}
.mv_gotstaff-ttl {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
.mv_gotstaff-ttl .yellow_text {
  color: #F5FF00;
  font-size: 2.2rem;
  font-weight: 800;
  padding-bottom: 1rem;
  background: url("../images/une.png")no-repeat bottom left/contain;
}
.mv_gotstaff-ttl .yellow_text .en {
  font-size: 3.5rem;
  font-weight: 900;
}
.mv_gotstaff-inr {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  margin-top: 2.3rem;
  padding: 2.2rem 1.7rem 5rem;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list {
  justify-content: space-around;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li {
  width: 46%;
  background-color: #C8E9FF;
  border-radius: 5px;
  border: 1px solid #6C6C6C;
  box-shadow: 3px 3px 0 #6C6C6C;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
  padding: 1.5rem 1.7rem 2rem 4.8rem;
  text-shadow: 2px 2px 0 #6C6C6C;
  line-height: 1;
  -webkit-text-stroke: 1px #000000;
  position: relative;
  margin-bottom: 1.5rem;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.5rem;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li:nth-child(1)::after {
  background: url("../images/icon-1.png")no-repeat center center/contain;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li:nth-child(2)::after {
  background: url("../images/icon-2.png")no-repeat center center/contain;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li:nth-child(3)::after {
  background: url("../images/icon-3.png")no-repeat center center/contain;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li:nth-child(4)::after {
  background: url("../images/icon-4.png")no-repeat center center/contain;
  width: 3rem;
}
.mv_gotstaff-inr .mv_gotstaff-inr__list li .yellow_text {
  font-size: 3.4rem;
}
.cta-wrap {
  position: relative;
  background: #C8E9FF;
  padding: 5.5rem 2rem 4rem;
}
.cta-wrap .cta-wrap-serif {
  background: url("../images/cta-serif.png")no-repeat center center/contain;
  position: absolute;
  top: 0;
  transform: translate(-50%, -40%);
  left: 50%;
  height: 6.8rem;
  width: 29rem;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.4rem;
}
.cta-wrap .cta-wrap-serif .orange_text {
  font-size: 1.8rem;
}
.orange_text {
  color: #FF4500;
}
.cta-btn {
  margin-bottom: 1.5rem
}
.cta-btn a {
  border: 1px solid #222222;
  box-shadow: 2px 2px 0 #000000;
  border-radius: 1rem;
  display: block;
  text-align: center;
  padding: 1.2rem 1.1rem 0.9rem 7rem;
  font-size: 2.4rem;
  position: relative;
}
.cta-btn a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
}
.cta-btn a .maru_inr {
  background-color: #fff;
  border-radius: 3rem;
  display: block;
  font-size: 1.5rem;
}
.cta-line a {
  background-color: #03C755;
}
.cta-line a::after {
  content: "\e900";
  left: 1.2rem;
  font-size: 4.5rem;
}
.cta-line a .maru_inr {
  color: #03C755;
}
.cta-tel a {
  background-color: #264A87;
  font-size: 2.8rem;
}
.cta-tel a::after {
  content: "\e901";
  left: 2.4rem;
}
.cta-tel a .maru_inr {
  color: #264A87;
}
.why_recruit {
  background: url("../images/why_recruit-img.png")no-repeat right bottom/96%, #F4FBFF;
  padding: 4rem 2rem 26rem;
}
.why_recruit .why_recruit-serif {
  background: url("../images/why-serif.png")no-repeat center center/contain;
  padding: 2rem 1rem 2.6rem;
  text-align: center;
  line-height: 1.2;
}
.why_recruit .why_recruit-serif .orange_text {
  font-size: 2.8rem;
}
.why_recruit .why_recruit-list {
  font-size: 1.6rem;
}
.why_recruit .why_recruit-list li {
  padding-left: 3rem;
  position: relative;
  margin-top: 1.6rem;
}
.why_recruit .why_recruit-list li::after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  left: 0;
  top: 3px;
  background: url("../images/check.png")no-repeat center center/contain;
}
.why_recruit .why_recruit-list span {
  background-color: #F5FF02;
  font-size: 1.8rem;
}
.introduce {
  background-color: #FEFFE0;
  padding: 4rem 3.5rem;
}
.introduce .introduce-ttl {
  background: url("../images/serif-left.png")no-repeat left center/2.5rem, url("../images/serif-right.png")no-repeat right center/2.5rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  max-width: 34rem;
  margin: auto;
}
.introduce .introduce-bg {
  background-color: #009DFF;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  text-align: center;
}
.introduce .splide {
  margin-top: 3rem;
}
.introduce .splide__slide {
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #000000;
  box-shadow: 3px 3px 0 #000;
  width: calc(100% - 3px) !important;
  height: calc(100% - 3px) !important;
}
.introduce .splide__slide .introduce__inr {
  padding: 2rem 1.5rem 3rem;
}
.introduce .splide__slide table {
  width: 100%;
}
.introduce .splide__slide table tr {
  border-bottom: 1px solid #BEBEBE;
  font-size: 1.3rem;
}
.introduce .splide__slide table tr:last-child {
  border-bottom: none;
}
.introduce .splide__slide table th, .introduce .splide__slide table td {
  padding: 1rem 0 1rem 1rem;
  text-align: left;
  vertical-align: top;
}
.introduce .splide__slide table th {
  font-weight: 600;
  width: 8rem;
}
.introduce .splide__slide table td {
  width: calc(100% - 8rem);
}
.splide__pagination {
  display: none;
}
.splide__arrow--next, .splide__arrow--prev {
  width: 4rem;
  height: 4rem;
  opacity: 1;
}
.splide__arrow--next {
  right: -2.4rem;
}
.splide__arrow--prev {
  left: -2.4rem;
}
.reason {
  background-color: #F4FBFF;
  padding: 4rem 2rem;
}
.reason .reason-ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}
.reason .reason-ttl .en {
  font-size: 4rem;
}
.reason .reason-list {
  margin-top: 1.5rem;
}
.reason .reason-list li {
  margin-top: 1.5rem;
  background-color: #FEFFE0;
  padding: 1rem 0 1rem 3.6rem;
  border: 1px solid #6C6C6C;
  box-shadow: 3px 3px 0 #6C6C6C;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 2.5rem);
  margin-left: auto;
  position: relative;
}
.reason .reason-list li::after {
  width: 5rem;
  height: 5rem;
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.reason .reason-list li:nth-child(1)::after {
  background: url("../images/r-icon1.png")no-repeat center center/contain;
}
.reason .reason-list li:nth-child(2)::after {
  background: url("../images/r-icon2.png")no-repeat center center/contain;
}
.reason .reason-list li:nth-child(3)::after {
  background: url("../images/r-icon3.png")no-repeat center center/contain;
}
.reason .reason-list li:nth-child(4)::after {
  background: url("../images/r-icon4.png")no-repeat center center/contain;
}
.reason .reason-list li:nth-child(2) {
  display: block;
}
.reason .reason-list li .orange_text {
  font-size: 1.8rem;
}
.manga {
  padding: 4rem 0 6rem;
}
.manga .manga-ttl {
  max-width: 35rem;
  margin: 0 auto 2rem;
}
.question {
  padding: 4rem 2rem;
}
.question .ttl {
  font-size: 2.4rem;
  color: #264A87;
  text-align: center;
}
.question-list {
  margin-top: 2rem;
}
.question-list dt {
  background-color: #009DFF;
  padding: 1.5rem;
  display: flex;
  color: #fff;
  line-height: 1.4;
  font-size: 1.6rem;
  align-items: center;
}
.question-list dt.top {
  align-items: flex-start;
}
.question-list dt span {
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 100vh;
  color: #009DFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 1rem;
  font-weight: 500;
}
.question-list dd {
  background-color: #F4FBFF;
  padding: 1.5rem;
  display: flex;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.question-list dd span {
  background-color: #009DFF;
  width: 3rem;
  height: 3rem;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 1rem;
  font-weight: 500;
}
.question-list dd .text {
  width: calc(100% - 4rem);
}
.flow {
  padding: 4rem 2rem 6.4rem;
  background-color: #FEFFE0;
}
.flow .flow-ttl {
  text-align: center;
  font-size: 2.4rem;
}
.flow .flow-list__ttl {
  display: flex;
  font-size: 1.8rem;
  text-align: center;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1;
}
.flow .flow-list__ttl .step {
  background-color: #009DFF;
  border-radius: 5px;
  padding: 0.8rem 1.3rem;
  margin-right: 1rem;
  color: #fff;
  font-weight: 500;
}
.flow .flow-list li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin-top: 2rem;
}
footer .cta-wrap {
  padding: 5.5rem 2rem 4rem
}
@media only screen and (min-width: 769px) {
  .l-wrap {
    margin: 0 2% 0 calc(98% - 43rem);
  }
  .bg_wrap .bg_wrap_inr {
    width: calc(98% - 45rem);
    padding: 10rem 2rem 4rem;
  }
  .bg_wrap .bg_wrap_inr .cvsbtn {
    margin-bottom: 0.5rem;
  }
  .bg_wrap .bg_wrap_inr .logo {
    margin: 0 auto 2rem;
    width: 100%;
  }
  .bg_wrap .bg_wrap_inr ul li a:hover {
    color: #fff;
    background-color: #009DFF;
  }
  .bg_wrap .bg_wrap_inr ul li a:hover::after {
    right: 5px;
    color: #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .l-wrap {
    margin: 0 4% 0 calc(96% - 43rem);
  }
  .bg_wrap .bg_wrap_inr {
    padding: 8rem 2rem 4rem;
    width: calc(92% - 45rem);
  }
  .bg_wrap .bg_wrap_inr ul li {
    width: calc(100% / 2 - 2rem);
  }
}
@media only screen and (min-width: 1367px) {
  .l-wrap {
    margin: 0 5% 0 calc(95% - 43rem);
  }
}
@media only screen and (max-width: 768px) {
  .bg_wrap .bg_wrap_inr {
    display: none;
  }
}