.fv {
  position: relative;
}
.fv__bannerWrapper {
  display: flex;
  position: absolute;
  justify-content: space-between;
  bottom: 3%;
  width: 90%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.fv__banner {
  width: 49%;
}
.fv .swiper-pagination {
  bottom: 14% !important;
  width: auto !important;
  right: 4% !important;
  left: auto !important;
}
.fv .swiper-pagination-bullet {
  background-color: #F0F0F0;
  width: 15px;
  height: 15px;
  opacity: 1 !important;
}
.fv .swiper-pagination-bullet-active {
  background-color: #7E7E7E;
}

.message-what__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0 150px;
  background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0) calc(100% - 80px), rgb(237, 237, 237) 100%), url(../common/img/message-bg.png);
  background-blend-mode: destination-out;
}

.message__ttl.ttl--l, .message__subTtl.ttl--m, .message__txt {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  color: #FFF;
}
.message__ttl.ttl--l::before {
  background-color: #FFF;
}
.message__subTtl.ttl--m {
  margin-top: 30px;
}
.message__subTtl, .message__txt {
  margin-top: 30px;
  color: #FFF;
}
.message .messageSwiper {
  margin-top: 70px;
}
.message .messageSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.message .messageSwiper .swiper-slide {
  margin: 0 0 50px;
}

.what {
  position: relative;
  color: #FFF;
  margin-top: 70px;
}
.what__icon {
  position: absolute;
  top: -40px;
}
.what__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.what__ttl.ttl--l, .what__subTtl.ttl--s {
  color: #FFF;
}
.what__ttl.ttl--l::before {
  background-color: #FFF;
}
.what__list {
  margin-top: 30px;
}
.what__item:nth-child(n+2) {
  margin-top: 30px;
}
.what__itemInner {
  position: relative;
}
.what__itemTxt {
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.what__itemArrowWrapper.arrowWrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: linear-gradient(180deg, rgb(0, 58, 149), rgb(0, 147, 217));
  opacity: 0.8;
}
.what__itemArrow.arrow {
  background-color: #ffffff;
}
.what__itemArrow.arrow::before, .what__itemArrow.arrow::after {
  background-color: #ffffff;
}
.what .blur-img::after {
  border-radius: 26px;
}

.interview {
  padding: 20px 0 60px;
  background-color: #EDEDED;
}
.interview__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.interview__content {
  position: relative;
  margin-top: 25px;
}
.interview__link.readmore-link {
  position: absolute;
  font-size: 1.3rem;
  bottom: 10px;
  right: 10px;
}

.enviroment {
  background-image: url(../common/img/enviroment-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 282px;
}
.enviroment__inner {
  position: relative;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 0.2%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.2) 100%);
  padding: 45px 0;
  border-radius: 0 0 0 70px;
  position: relative;
  z-index: 1;
}
.enviroment__innerContent {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.enviroment__img {
  margin-top: 40px;
}
.enviroment__box {
  margin-top: 40px;
}
.enviroment__boxTxt {
  margin-top: 20px;
  font-weight: bold;
}
.enviroment__boxLink {
  margin-top: 20px;
  font-size: 1.6rem;
  width: 235px;
  text-align: center;
}
.enviroment__boxLink.readmore-link::before {
  left: 42px;
}

.cta {
  background-color: #EAF6FA;
  padding: 60px 0;
}
.cta__list {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.cta__item {
  position: relative;
}
.cta__item:nth-child(n+2) {
  margin-top: 35px;
}
.cta__item.comming-soon::after {
  border-radius: 5vw;
}
.cta__itemInner {
  position: absolute;
  bottom: 20px;
  color: #fff;
  display: flex;
  width: 93%;
  justify-content: space-between;
  align-items: end;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.cta__itemTtl {
  font-weight: 500;
  font-size: 3.1rem;
  padding-left: 15px;
}
.cta__itemTtl span {
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.cta__itemTtl::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #FFF;
  bottom: 12px;
  left: 0;
  transform: rotate(45deg);
}
.cta__itemArrowWrapper {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #FFF;
  position: relative;
}
.cta__itemArrow {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 4px;
  border-radius: 9999px;
  background-color: #006EC9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cta__itemArrow::before, .cta__itemArrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #006EC9;
  transform-origin: calc(100% - 1.5px) 50%;
}
.cta__itemArrow::before {
  transform: rotate(45deg);
}
.cta__itemArrow::after {
  transform: rotate(-45deg);
}

.company {
  position: relative;
  padding: 55px 0 80px;
}
.company__icon {
  position: absolute;
}
.company__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.company__list {
  margin-top: 40px;
}
.company__item {
  position: relative;
}
.company__item:nth-child(n+2) {
  margin-top: 40px;
}
.company__itemInner {
  position: absolute;
  bottom: 20px;
  color: #fff;
  display: flex;
  width: 93%;
  justify-content: space-between;
  align-items: end;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.company__itemTtl {
  font-size: 3.2rem;
  font-weight: bold;
}
.company__itemTtl span {
  display: block;
  margin-bottom: 10px;
  font-size: 3.5rem;
}
.company__link {
  margin-top: 46px;
}
.company__link a {
  font-size: 2rem;
  text-align: center;
}
.company__link.readmore-link::before {
  left: 100px;
}
.company__linkPc {
  display: none;
}

.recruit {
  padding: 50px 0 80px;
  background-color: #006EC9;
}
.recruit__ttl.ttl--l, .recruit__subTtl.ttl--s {
  color: #FFF;
}
.recruit__ttl.ttl--l::before {
  background-color: #FFF;
}
.recruit__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.recruit__tab {
  margin-top: 45px;
}
.recruit__tabContainer {
  display: flex;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}
.recruit__tabContainer .tab {
  background-color: #D4E6F3;
  color: #5895FF;
  text-align: center;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  padding: 15px 0;
  letter-spacing: 0;
}
.recruit__tabContainer .tab.active {
  color: #FFF;
  background-color: #5895FF;
}
.recruit__tabContent {
  padding: 15.295% 0 10%;
  border-radius: 0 17px 17px 17px;
  background: #FFF;
}
.recruit__tabContentTtl {
  display: none;
}
.recruit__tabContentItem {
  border-bottom: 2px solid #DEDEDE;
  padding-bottom: 5%;
  letter-spacing: 0;
  line-height: 1.7;
}
.recruit__tabContentItem + .recruit__tabContentItem {
  padding-top: 7%;
}
.recruit__tabContentItemTtl {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 auto;
  width: 85.295%;
  letter-spacing: 0;
}
.recruit__tabContentItemTxt {
  margin: 5.884% auto 0;
  font-weight: normal;
  width: 85.295%;
  letter-spacing: 0;
  font-size: 1.7rem;
}
.recruit__tabContentItemTxt span {
  font-weight: bold;
}
.recruit .content {
  display: none;
}
.recruit .content.show {
  display: block;
}

.faq {
  background-image: url(../common/img/faq-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.faq__inner {
  width: 90%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
  border-radius: 25px;
  padding: 25px 15px 20px;
  border: 0.5px solid #707070;
}
.faq__ttl {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.faq__txt.ttl--s {
  color: #000000;
  padding: 0;
  margin-top: 0;
}
.faq__content {
  display: flex;
  justify-content: center;
  color: #000000;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
}
.faq .arrowWrapper {
  border: 3px solid #006EC9;
  background: transparent;
  width: 40px;
  height: 40px;
}
.faq .arrow {
  width: 15px;
  height: 3px;
}
.faq .arrow::before,
.faq .arrow::after {
  top: calc(50% - 1.5px);
  right: 0;
  width: 10px;
  height: 3px;
}

.entry {
  background-color: #F8F8F8;
  padding: 85px 0 70px;
  position: relative;
}
.entry__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.entry__ttl {
  text-align: center;
}
.entry__txt {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 32px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
}
.entry__list {
  margin-top: 42px;
}
.entry .comming-soon2 a:hover {
  opacity: 1;
}
.entry__item:nth-child(n+2) {
  margin-top: 20px;
  background-color: #006EC9;
  border-radius: 16px;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 2.1rem;
}
.entry__item:nth-child(n+2) a {
  padding: 20px 0;
}
.entry .arrowWrapper {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
}
.entry .arrow {
  width: 13px;
  height: 2.5px;
}
.entry .arrow::before,
.entry .arrow::after {
  top: calc(50% - 1.5px);
  width: 8px;
  height: 2.5px;
  transform-origin: calc(100% - 1.5px) 50%;
}

.entry::after {
  content: "";
  position: absolute;
  background-image: url(../common/img/entry-icon.png);
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
}

@media screen and (min-width: 768px) {
  .fv {
    padding: 0;
  }
  .fv__bannerWrapper {
    left: auto;
    right: 3%;
    width: 37.0313%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .fv__banner {
    width: 48%;
  }
  .fv .swiper-pagination {
    bottom: 15% !important;
    right: 3% !important;
  }
  .fv .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 1.3024vw;
    max-width: 25px;
    height: 1.3024vw;
    max-height: 25px;
  }
  .message-what__wrapper {
    padding: 9.271% 0 13.4899%;
    background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0) calc(100% - 80px), rgb(237, 237, 237) 100%), url(../common/img/message-bg-pc.png);
  }
  .message__inner {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .message__content {
    width: 60%;
  }
  .message__ttl.ttl--l {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0;
  }
  .message__subTtl.ttl--m {
    margin: 6.477% 0 0;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .message__txt.txt--s {
    margin: 9% 0 0;
    width: 100%;
    line-height: 2.5;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .message__img {
    width: 40%;
  }
  .message .messageSwiper .swiper-slide {
    margin: 0 0 7%;
  }
  .what {
    text-align: center;
    margin: 0;
  }
  .what__icon {
    top: -10px;
  }
  .what__inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .what .ttl--l {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .what .ttl--l::before {
    left: -2%;
  }
  .what__list {
    width: 90%;
    margin: 5.455% auto 0;
    display: flex;
    justify-content: space-between;
  }
  .what__item {
    width: 17%;
  }
  .what__item:nth-child(n+2) {
    margin-top: 0;
  }
  .what__itemTxt {
    margin-top: 13%;
    letter-spacing: 0;
    font-size: clamp(0.1rem, 1.12vw, 2.3rem);
  }
  .interview {
    padding: 1% 0 7%;
  }
  .interview__inner {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .interview__content {
    margin-top: 3.4096%;
  }
  .interview__link.readmore-link {
    font-size: clamp(0.1rem, 1.5104vw, 2.9rem);
    bottom: 5%;
    right: 2%;
  }
  .interview .blur-img::after {
    top: 4%;
    filter: blur(1vw);
  }
  .enviroment {
    background-image: url(../common/img/enviroment-bg-pc.jpg);
    padding: 0 0 12%;
  }
  .enviroment__inner {
    border-radius: 0 0 0 300px;
    padding: 5% 0 10.417%;
    background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.1) 100%);
  }
  .enviroment__innerContent {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .enviroment__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.743%;
  }
  .enviroment__img {
    margin-top: 0;
    width: 38.485%;
  }
  .enviroment__box {
    margin-top: 0;
    width: 55%;
  }
  .enviroment__box .ttl--s {
    padding-left: 0;
    color: #333333;
  }
  .enviroment__boxTxt.txt--s {
    margin-top: 4.408%;
    font-size: clamp(0.1rem, 1.5104vw, 2.9rem);
  }
  .enviroment__boxLink {
    margin-top: 6%;
    width: 50% !important;
  }
  .cta {
    padding: 6.4065%;
  }
  .cta__list {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .cta__item {
    width: 48%;
  }
  .cta__item:nth-child(n+2) {
    margin-top: 0;
  }
  .cta__itemInner {
    bottom: 3%;
  }
  .cta__itemTtl {
    font-size: clamp(0.1rem, 2.604vw, 5rem);
    padding-left: 4%;
  }
  .cta__itemTtl span {
    font-size: clamp(0.1rem, 1.2vw, 2.3rem);
  }
  .cta__itemTtl::before {
    bottom: 25%;
  }
  .cta .comming-soon::after {
    border-radius: 5%;
  }
  .company {
    padding: 6.25% 0 11.042%;
  }
  .company__icon {
    width: 89%;
    top: 4%;
    left: 8%;
  }
  .company__inner {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .company__content {
    margin-top: 10%;
  }
  .company__list {
    margin-top: 0;
    width: 50%;
  }
  .company__item:nth-child(n+2) {
    margin-top: 5.824%;
  }
  .company__itemInner {
    bottom: 6%;
  }
  .company__itemTtl {
    font-size: clamp(0.1rem, 2.3vw, 4.5rem);
  }
  .company__itemTtl span {
    display: inline;
    font-size: clamp(0.1rem, 2.3vw, 4.5rem);
  }
  .company__linkPc {
    display: block;
  }
  .company__link {
    display: none !important;
  }
  .company .readmore-link {
    margin-top: 36%;
    width: 75.899%;
  }
  .recruit {
    padding: 6.9274% 0 8.3856%;
  }
  .recruit__inner {
    width: 68.75%;
    max-width: 1320px;
  }
  .recruit__tabContainer .tab {
    border-radius: 25px 25px 0 0;
    padding: 1.7% 0;
  }
  .recruit__tab {
    margin-top: 4.773%;
  }
  .recruit__tabContent {
    padding: 6.97% 4.546% 5%;
  }
  .recruit__tabContainer {
    font-size: clamp(0.1rem, 1.875vw, 3.6rem);
  }
  .recruit__tabContentItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1% 4%;
    border-bottom: 1px dashed #707070;
  }
  .recruit__tabContentItem + .recruit__tabContentItem {
    padding-top: 4%;
  }
  .recruit__tabContentItemTtl {
    font-size: clamp(0.1rem, 1.5104vw, 2.9rem);
    background-color: #5895FF;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFF;
    border-radius: 15px;
    padding: 1% 2%;
    margin: 0;
  }
  .recruit__tabContentItemTxt {
    margin: 0;
    font-size: clamp(0.1rem, 0.9375vw, 1.8rem);
    width: 74%;
  }
  .faq {
    padding: 6.875% 0;
  }
  .faq__inner {
    width: 68.75%;
    max-width: 1320px;
    display: flex;
    justify-content: center;
    border-radius: 150px;
    gap: 2%;
  }
  .faq__ttl {
    margin: 0;
    margin-left: 12%;
  }
  .faq__content {
    margin-top: 0;
    gap: 80px;
  }
  .faq .arrowWrapper {
    width: 3.6045vw;
    height: 3.6045vw;
    max-width: 80px;
    max-height: 80px;
    border: 2px solid #006EC9;
  }
  .faq .arrow {
    width: 1.5vw;
    max-width: 20px;
    height: 0.3vw;
    max-height: 3px;
  }
  .faq .arrow::before,
  .faq .arrow::after {
    top: -10%;
    right: 0;
    max-width: 10px;
    width: 1vw;
    height: 0.3vw;
    max-height: 3px;
    transform-origin: 90%;
  }
  .entry {
    padding: 10% 0 6.6146%;
  }
  .entry__inner {
    width: 68.75%;
    max-width: 1320px;
  }
  .entry__txt {
    font-size: clamp(0.1rem, 1.25vw, 2.4rem);
  }
  .entry__list {
    display: flex;
    justify-content: center;
    margin-top: 4.167%;
    gap: 3%;
  }
  .entry__item {
    width: 38%;
  }
  .entry__item:nth-child(n+2) {
    position: relative;
    margin: 0;
    font-size: clamp(0.1rem, 2.083333vw, 4rem);
  }
  .entry__item:nth-child(n+2) a {
    position: absolute;
    height: 100%;
    padding: 3% 8% 3% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .entry .arrowWrapper {
    right: 5%;
    width: 2.6045vw;
    max-width: 50px;
    height: 2.6045vw;
    max-height: 50px;
  }
  .entry .arrow {
    width: 1.3vw;
    max-width: 21px;
    height: 0.2vw;
    max-height: 4px;
  }
  .entry .arrow::before,
  .entry .arrow::after {
    top: -2%;
    right: 0;
    width: 0.65vw;
    max-width: 14px;
    height: 0.2vw;
    max-height: 4px;
    transform-origin: calc(100% - 1px) 50%;
  }
  .entry::after {
    height: 100%;
    top: 2%;
    width: 40%;
    left: 30%;
    height: 80%;
  }
}
@media screen and (min-width: 1920px) {
  .what__inner {
    width: 68.75%;
  }
  .enviroment {
    padding: 0 0 18.8545%;
  }
  .enviroment__inner {
    padding: 4% 0 5.417%;
  }
  .faq__content {
    gap: 150px;
  }
}/*# sourceMappingURL=style.css.map */