@charset "utf-8";
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12rem 10rem;
}
.swiper {}
[class*=swiper]:focus {
  outline: none;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.card {
  overflow: hidden;
}
.card .swiper {
  overflow: visible;
}
.card .swiper-button-prev, .card .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card .swiper-button-prev::before, .card .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
}
.card .swiper-button-prev::after, .card .swiper-button-next::after {
  border-color: #fff;
}
.card .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.card .swiper-button-next {
  left: calc(100% - 1.6rem);
}
.card .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  /*-webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);*/
  background: #fff;
}
.card .slide-media {
  padding-top: 62.5%;
}
.card .slide-media img {
  /*height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);*/
  object-position: top center;
}
.card .slide-content {
  padding: 3.2rem;
}
.card .slide-date {
  font-size: clamp(14px, 2.083333333333333vw, 16px) !important; /*base wide size w768 ⇒ 16px*/
  line-height: 1;
  display: block;
}
.card .slide-title {
  font-size: clamp(15px, 2.34375vw, 20px) !important; /*base wide size w768 ⇒ 18px*/
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*    height: 3.2em;*/
  height: 4em;
  margin-top: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: left;
}
.card .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 12rem 4rem 6rem 4rem;
  }
  .card .swiper {
    padding: 0 3.2rem;
  }
  .card .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  .card .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    /*   -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);*/
  }
  .card .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
.slide-content .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slide-content .flex span {
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(18px, 2.34375vw, 20px) !important; /*base wide size w768 ⇒ 18px*/
  font-weight: 700;
}
/*Fv*/
.fv {
  height: 100vh;
  /*background: #034ac7;*/
  background: url("../images/hero_img01_pc.jpg") no-repeat right center;
  background-size: cover;
  display: flex;
  align-items: center;
  /*align-items: flex-end;*/
  padding: 0 4vw 0 9vw;
}
.fv-ttl {}
.fv-ttl img {
  width: 100%;
  height: auto;
  max-width: 750px;
}
@media only screen and (max-width: 1365px) {
  .fv {
    background: url("../images/hero_img01_pc.jpg") no-repeat right center;
    align-items: flex-end;
    padding: 0 4vw 4vw 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .fv {
    background: url("../images/hero_img01_sp.jpg") no-repeat center center;
  }
}
/*message*/
.message {
  padding: 10rem 4vw 20rem 4vw;
}
.message_bg {
  background: url("../images/message_bg.png") no-repeat center center;
  background-size: cover;
}
.message .textArea {
  max-width: 750px;
  margin-left: 31.25vw;
  box-sizing: border-box;
}
.message .textArea .heading img {
  width: 100%;
  height: auto;
  max-width: 900px;
}
.message .textArea .lead {
  margin-top: 8rem;
  font-size: clamp(18px, 2.083333333333333vw, 25px) !important; /*base wide size w768 ⇒ 16px*/
  font-weight: 500;
  color: #0050a7;
}
.message .textArea .lead strong {
  display: inline-block;
  margin: 0 3px;
  padding: 0 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .message {
    padding: 6rem 4vw;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .message .textArea {
    margin-left: 0;
  }
  .message .textArea .lead {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .message .textArea .lead {
    margin-top: 4rem;
  }
  .message .textArea .lead span {
    display: inline-block;
  }
  .message .textArea .lead strong {
    margin: 2px 3px;
    padding: 0 6px;
  }
}
/*Recruitment strategy*/
.recruitment_strategy {
  padding: 6rem 4vw;
  background: #edf7ff url("../images/recruitment_strategy_bg.png") no-repeat center left;
  background-size: cover;
}
.positioning-map {
  max-width: 900px;
  margin: 10rem auto 0 auto;
}
.positioning-map img {
  width: 100%;
  height: auto;
}
/*interview*/
.interview {
  padding: 6rem 4vw 0 4vw;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {}
/*about*/
.about {
  padding: 6rem 0;
  background: #edf7ff;
}
@media only screen and (max-width: 767px) {}
/*data*/
.data {
  padding: 6rem 4vw 0 4vw;
}
.data__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.data__list:after {
  content: "";
  display: block;
  width: calc(33.333% - 0.75%);
}
.data__list:before {
  content: "";
  display: block;
  width: calc(33.333% - 0.75%);
  order: 1;
}
.data__list li {
  width: calc(33.333% - 0.75%);
  padding: 30px 0;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.data__list li:nth-child(n+4) {
  margin-top: 14px;
}
.data__list h3 {
  font-weight: 700;
  line-height: 1.2;
}
.data__list .display {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.display .number {
  width: 50%;
}
.display .number span:nth-of-type(1) {
  font-family: YakuHanJPs_Noto, "Roboto", sans-serif;
  font-size: clamp(32px, 6.25vw, 72px) !important; /*base wide size w768 ⇒ 48px*/
  font-weight: 900;
  color: #3684f2;
  white-space: nowrap;
}
.display .number span:nth-of-type(2) {
  font-size: clamp(18px, 2.34375vw, 20px) !important; /*base wide size w768 ⇒ 18px*/
  font-weight: 900;
  color: #353535;
}
.js-num.s {
  font-size: 50%;
}
.display img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
.data .ttl.-min h3 + p {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .data__list:after {
    content: "";
    display: block;
    width: calc(50% - 1.75%);
  }
  .data__list:before {
    content: "";
    display: block;
    width: calc(50% - 1.75%);
    order: 1;
  }
  .data__list li {
    width: calc(50% - 1.75%);
    padding: 30px 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .data__list li:nth-child(n+3) {
    margin-top: 14px;
  }
  .display img {
    width: 80%;
  }
}
/*welfare*/
.welfare {
  padding: 6rem 4vw 0 4vw;
}
.welfare__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.welfare__list:after {
  content: "";
  display: block;
  width: calc(25% - 0.75%);
}
.welfare__list:before {
  content: "";
  display: block;
  width: calc(25% - 0.75%);
  order: 1;
}
.welfare__list li {
  width: calc(25% - 0.75%);
  padding: 30px 30px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.welfare__list li:nth-child(n+5) {
  margin-top: 14px;
}
.welfare__list h3 {
  font-weight: 700;
  line-height: 1.2;
}
.welfare__list li img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  .welfare__list:after {
    content: "";
    display: block;
    width: calc(50% - 0.75%);
  }
  .welfare__list:before {
    content: "";
    display: block;
    width: calc(50% - 0.75%);
    order: 1;
  }
  .welfare__list li {
    width: calc(50% - 0.75%);
    padding: 30px 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .welfare__list li:nth-child(n+3) {
    margin-top: 14px;
  }
}
/*technology*/
.technology {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10vh 4vw;
  background: #edf7ff url("../images/technology_bg.jpg") no-repeat bottom center;
  /*background-size: cover;*/
}
.technology .ttl-h3 {
  max-width: 1200px;
  margin: 0 auto 30px;
}
.technology__wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 5%;
  max-width: 1200px;
  margin: 0 auto;
}
.technology__item {
  width: calc(33.333% - 10px);
}
.technology__item:nth-child(3n+2) {
  margin-top: 50px;
}
.technology__item:nth-child(3n+3) {
  margin-top: 100px;
}
.technology__wrap h3 {
  position: relative;
  padding: 0.5rem 0 2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: clamp(18px, 3.125vw, 24px) !important; /*base wide size w768 ⇒ 24px*/
  background: linear-gradient(90deg, #fb9d00 0% 50%, #0068de 50%);
  background-repeat: no-repeat;
  background-size: 4rem 0.3rem;
  background-position: bottom;
  color: #fff;
  text-align: center;
}
.technology__wrap p {
  margin-top: 2rem;
  color: #fff;
}
.technology__item img {
  width: 100%;
  height: auto;
  /*aspect-ratio: 4 / 3;*/
  border-radius: 10px;
}
.technology__item img {
  filter: brightness(0.9);
}
.technology__item img:hover {
  filter: brightness(1.50);
  transition: .7s;
}
.technology__item .textArea {}
@media only screen and (max-width: 767px) {
  .technology {
    padding: 10vh 4vw;
    background: #29adff url("../images/technology_bg_sp.jpg") no-repeat bottom center;
  }
  .technology__wrap {
    display: block;
  }
  .technology__item {
    width: 100%;
  }
  .technology__item img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
}
/*豊かな商品設計*/
.technology-functional {
  padding: 10vh 4vw;
  background: #98e888 url("../images/functional_bg.jpg") no-repeat bottom center;
}
.technology-functional .ttl-h3 {
  max-width: 1200px;
  margin: 0 auto 30px;
}
.technology-functional__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  column-gap: 5%;
}
/*.technology-functional__wrap:after {
  content: "";
  display: block;
  width: 33.333%;
}*/
.technology-functional__item:nth-of-type(2) {
 width: calc(66.666% - 10px);
}
.technology-functional__item:nth-of-type(1) {
  width: calc(33.333% - 32px);
}

.technology-functional__wrap img {
  width: 100%;
  height: auto;
}
.technology-functional__item img {
  filter: brightness(0.9);
}
.technology-functional__item img:hover {
  filter: brightness(1.50);
  transition: .7s;
}
.technology-functional__wrap h3 {
  position: relative;
  padding: 0.5rem 0 2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: clamp(18px, 3.125vw, 24px) !important; /*base wide size w768 ⇒ 24px*/
  background: linear-gradient(90deg, #fb9d00 0% 50%, #0068de 50%);
  background-repeat: no-repeat;
  background-size: 4rem 0.3rem;
  background-position: bottom;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .technology-functional__wrap {
    flex-wrap: wrap;
  }

	.technology-functional__item:nth-of-type(1) {
 width: 100%;
		margin-top: 20px;
}
	.technology-functional__item:nth-of-type(2) {
	   width: 100%;
    

  }
  .technology-functional__item img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
  
}
/*FAQ*/
.faq {
  padding: 6rem 4vw 8rem 4vw;
}
@media only screen and (max-width: 767px) {}
.qa__list {
  max-width: 1200px;
  padding-top: 6rem;
  margin: 0 auto;
}
.qa__list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}
.qa__list dl:first-child {
  margin-top: 0;
}
.qa__list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa__list .open::after {
  transform: rotate(-45deg);
}
.qa__list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: 700;
  background: #fff;
  border-radius: 999px;
}
.qa__list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa__list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa__list dl dd {
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 20px 60px;
  background: #edf7ff;
  /*border-radius: 0 0 30px 30px;*/
  border-radius: 10px;
}
.qa__list dl dd p {
  margin: 30px 0 0;
}
.qa__list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .qa__list dl {
    margin: 10px 0 0;
  }
  .qa__list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa__list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa__list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa__list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa__list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa__list dl dd p {
    margin: 30px 0 0;
  }
  .qa__list dl dd p:first-child {
    margin-top: 0;
  }
}
/*CTA*/
.cta__wrap {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 20rem 0;
  background: url(../images/cta_bg.png) no-repeat center center;
  background-size: cover;
  height: max(30vh, 30vw);
}
.cta__wrap .lead {
  font-size: clamp(32px, 6.25vw, 72px) !important; /*base wide size w768 ⇒ 48px*/
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
}
/*common*/
.ttl {
  text-align: center;
}
.ttl.-min {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  text-align: left;
}
.ttl-h2 {
  position: relative;
  display: block;
  max-width: 480px;
  margin: 0 auto;
  font-family: YakuHanJPs_Noto, "Roboto", sans-serif;
  /*font-size: 7.2vmin;*/
  font-size: clamp(48px, 6.25vw, 72px) !important; /*base wide size w768 ⇒ 48px*/
  font-weight: 700;
  line-height: 1;
}
.txt.jp-interview {
  position: absolute;
  top: 60%;
  left: 50%;
}
.jp-interview img {
  width: 100%;
  height: auto;
  max-height: 70px;
}
.txt.jp-aboutus {
  position: absolute;
  top: 50%;
  left: 50%;
}
.jp-aboutus img {
  width: 100%;
  height: auto;
  max-height: 100px;
}
.txt.jp-faq {
  position: absolute;
  top: 45%;
  left: 50%;
}
.jp-faq img {
  width: 100%;
  height: auto;
  max-height: 150px;
}
.jp-recruitment_strategy {
  position: absolute;
  top: 80%;
  left: 50%;
}
.jp-recruitment_strategy img {
  width: 100%;
  height: auto;
  max-height: 150px;
}
.ttl-h3 {
  font-size: clamp(28px, 5.46875vw, 42px) !important; /*base wide size w768 ⇒ 42px*/
  font-weight: 700;
  line-height: 1.3;
}
.ttl-h3::before {
  content: "";
  display: inline-block;
  background: url("../images/mk_ttl01.png") no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.fon-xs480 {
  font-size: clamp(14px, 2.9166666666666665vw, 16px) !important; /*base wide size w480 ⇒ 14px*/
}
.fon-xs480 span {
  display: inline-block;
}
.btn__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {}
.btn--entry {
  display: inline-block;
  padding-top: clamp(10px, 1.8229166666666667vw, 17px); /*base wide size w768 ⇒ 14px*/
  padding-right: 35px; /*padding-right: 70px;*/
  padding-bottom: clamp(10px, 1.8229166666666667vw, 17px); /*base wide size w768 ⇒ 14px*/ ;
  padding-left: 40px;
  min-width: 300px;
  margin: 0px;
  background: #fb9d00;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  font-size: clamp(14px, 1.953125vw, 15px); /*base wide size w768 ⇒ 15px*/
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.btn--entry:hover {
  background: #fbb819;
  color: #fff;
}
.btn--contact {
  display: inline-block;
  padding-top: clamp(10px, 1.8229166666666667vw, 17px); /*base wide size w768 ⇒ 14px*/
  padding-right: 35px; /*padding-right: 70px;*/
  padding-bottom: clamp(10px, 1.8229166666666667vw, 17px); /*base wide size w768 ⇒ 14px*/ ;
  padding-left: 40px;
  min-width: 300px;
  margin: 0px;
  background: #0068de;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  font-size: clamp(14px, 1.953125vw, 15px); /*base wide size w768 ⇒ 15px*/
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.btn--contact:hover {
  background: #2180ec;
  color: #fff;
}
.btn--corporate {
  display: inline-block;
  padding-top: 10px;
  padding-right: 20px; /*padding-right: 70px;*/
  padding-bottom: 10px;
  padding-left: 20px;
  margin: 10px 0;
  background: #0068de;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  font-size: clamp(12px, 1.8229166666666667vw, 14px); /*base wide size w768 ⇒ 14px*/
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.btn--corporate:hover {
  background: #2180ec;
  color: #fff;
}