@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Roboto-SemiBold.woff) format("woff"), url(../fonts/Roboto-SemiBold.woff2) format("woff2");
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../fonts/BarlowCondensed-SemiBold.woff) format("woff"), url(../fonts/BarlowCondensed-SemiBold.woff2) format("woff2");
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* font:rem=px デザインしたwidthを割る  */
html {
  scroll-behavior: smooth;
  font-size: 2.5vw;
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #3C3C3C;
  font-display: optional;
  font-size: 1.4rem;
  background: #F9FDFF;
}

/* common */
.barlow {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}

.en {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 600;
}

.orange {
  color: #FB7E00;
}

.inner {
  padding: 4.5rem 2rem;
}

h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75em;
  font-size: 2rem;
  color: #0F4696;
}
h2 .strong {
  font-size: 3rem;
  color: #48A1FA;
}

.accordion {
  cursor: pointer;
}

.accordion_content {
  display: none;
}

.splide {
  padding-bottom: 2.5rem;
}
.splide__pagination {
  bottom: 0;
}
.splide__pagination__page.is-active {
  background: #48A1FA;
  transform: scale(1);
}
.splide__arrow {
  background: #0F4696;
  opacity: 1;
  width: 3rem;
  height: 3rem;
}
.splide__arrow svg {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}
.splide__arrow--prev {
  left: 0.5rem;
}
.splide__arrow--next {
  right: 0.5rem;
}

/**/
.all_wrap {
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .all_wrap {
    width: 40rem;
    margin: 0 auto;
  }
}
.all_wrap.thanks_page {
  height: 100svh;
  display: flex;
  flex-direction: column;
}
.all_wrap.thanks_page main {
  display: block;
  flex: 1 0 auto;
}

/**/
.header {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header h1 figure {
  width: 18rem;
}

/**/
.fv {
  line-height: 1.4;
  background: url(../images/fv_back_parallelogram_front.svg) no-repeat, url(../images/fv_back_parallelogram_back.svg) no-repeat, url(../images/fv_man.webp) no-repeat, url(../images/fv_back.webp) no-repeat;
  background-size: 100%, 100%, 93.5%, 100%;
  background-position: top 18.7rem left 0, top 15.5rem left 0, top left -4.2rem, top center;
  background-blend-mode: multiply, normal, normal, normal;
}
.fv .inner {
  padding: 3.5rem 2rem 3rem;
}
.fv--top {
  margin-left: 17.3rem;
  font-weight: 500;
  font-size: 2.2rem;
}
.fv--top span {
  font-weight: 700;
  background: #0F4696;
  color: #FAE448;
  font-size: 2.8rem;
  display: inline-block;
  padding: 0.09em 0.45em;
}
.fv--top + div {
  margin-top: 6rem;
}
.fv--middle {
  color: #fff;
  text-align: center;
}
.fv--middle .company_name {
  font-size: 5.2rem;
  font-weight: 600;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.fv--middle .company_name + .sub {
  margin-top: 1rem;
}
.fv--middle .sub {
  font-size: 1.6rem;
}
.fv--middle + div {
  margin-top: 2rem;
}
.fv--bottom ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.fv--bottom ul li {
  text-align: center;
  color: #fff;
  background: url(../images/fv_list_back.svg) no-repeat center/contain;
  width: 9.653rem;
  height: 10.253rem;
}
.fv--bottom ul li p {
  padding-top: 2.6rem;
}
.fv--bottom ul li p .strong {
  color: #FB7E00;
  font-size: 2.4rem;
}
.fv--bottom ul li:first-child p {
  padding-top: 2.2rem;
}

/*CTA*/
.cta_area {
  background: url(../images/cta_area_back.webp) no-repeat center center/cover, #FEFFE6;
}
.cta_area .inner {
  padding: 4rem 2rem 5rem;
}
.cta_area .cta_wrap {
  text-align: center;
  font-weight: 700;
}
.cta_area .cta_wrap .cat_top {
  margin-bottom: 0.5em;
}
.cta_area .cta_wrap .cat_top .wrap {
  position: relative;
  display: inline-block;
  padding: 0 1.4em;
}
.cta_area .cta_wrap .cat_top .wrap .en {
  font-size: 2.5rem;
  letter-spacing: -2.5px;
  margin-right: 2.5px;
}
.cta_area .cta_wrap .cat_top .wrap .underline {
  background: linear-gradient(transparent 60%, #FAE448 60%);
}
.cta_area .cta_wrap .cat_top .wrap::before, .cta_area .cta_wrap .cat_top .wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #3C3C3C;
  width: 1.4em;
  height: 2px;
}
.cta_area .cta_wrap .cat_top .wrap::before {
  transform: rotate(70deg);
  left: 0;
}
.cta_area .cta_wrap .cat_top .wrap::after {
  transform: rotate(-70deg);
  right: 0;
}
.cta_area .cta_wrap a {
  position: relative;
  display: block;
  background: #FB7E00;
  color: #fff;
  font-size: 2rem;
  padding: 0.75em 0;
  border-radius: 10rem;
  box-shadow: 0 4px 0 rgba(139, 70, 0, 0.2);
  overflow: hidden;
  transition: all 0.4s;
}
.cta_area .cta_wrap a::before {
  z-index: 2;
  content: "";
  position: absolute;
  height: 100%;
  width: 3rem;
  background: #fff;
  animation: shine 5s ease-in-out infinite;
  top: -18rem;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.cta_area .cta_wrap a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_cta.svg) no-repeat center/contain;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.cta_area .cta_wrap a:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(139, 70, 0, 0.2);
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.15;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.3;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*こんな転職サービス*/
.service {
  position: relative;
}
.service::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "SERVICE";
}
.service .inner {
  position: relative;
  z-index: 1;
}
.service h2 .strong {
  position: relative;
}
.service h2 .strong::after {
  position: absolute;
  content: "";
  background: url(../images/h2_strong.svg) no-repeat center/contain;
  width: 2.886rem;
  height: 2.799rem;
  top: -0.3em;
  right: -0.7em;
}
.service--list ul:not(.job_list) {
  background: #F8FBFF;
  border: solid 1px #ddd;
  border-radius: 0.4rem;
  padding: 3rem 2.8rem;
  font-weight: 700;
}
.service--list ul:not(.job_list) li {
  color: #0F4696;
}
.service--list ul:not(.job_list) li .heading {
  font-size: 1.8rem;
  padding-left: 1em;
  position: relative;
}
.service--list ul:not(.job_list) li .heading .strong {
  font-size: 2rem;
}
.service--list ul:not(.job_list) li .heading::before {
  position: absolute;
  content: "";
  top: 0.523em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #0F4696;
  border-radius: 50%;
}
.service--list ul:not(.job_list) li .heading + div {
  margin-top: 1.2rem;
}
.service--list ul:not(.job_list) li .accordion {
  position: relative;
  background: #0F4696;
  color: #fff;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.5em 0;
}
.service--list ul:not(.job_list) li .accordion::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.service--list ul:not(.job_list) li .accordion.open {
  border-radius: 0.4rem 0.4rem 0 0;
}
.service--list ul:not(.job_list) li .accordion.open::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.service--list ul:not(.job_list) li + li {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: dashed 1px #D9E1EE;
}
.service--list ul:not(.job_list) li .accordion_content {
  background: #fff;
  padding: 1.5rem 2rem;
  border: solid 1px #ddd;
  border-radius: 0 0 0.4rem 0.4rem;
  font-weight: 500;
}
.service--list ul:not(.job_list) li .accordion_content ul li {
  padding-left: 1em;
  position: relative;
}
.service--list ul:not(.job_list) li .accordion_content ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  font-size: 1em;
}
.service--list ul:not(.job_list) li .accordion_content ul li + li {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
}
.service--list ul:not(.job_list) li .accordion_content .etc {
  text-align: right;
}
.service--list + div {
  margin-top: 4rem;
}
.service .recommend {
  position: relative;
}
.service .recommend::after {
  position: absolute;
  content: "";
  background: url(../images/worry_man.svg) no-repeat center/contain;
  width: 16rem;
  height: 14.512rem;
  top: 7.5rem;
  right: -1rem;
  z-index: -1;
}
.service .recommend h3 {
  text-align: center;
}
.service .recommend h3 p {
  position: relative;
  display: inline-block;
  padding: 0 1.9em 0 2em;
  font-weight: 700;
  font-size: 1.8rem;
}
.service .recommend h3 p .strong {
  font-size: 2.4rem;
}
.service .recommend h3 p .underline {
  background: linear-gradient(transparent 60%, #FFF3E6 60%);
}
.service .recommend h3 p::before, .service .recommend h3 p::after {
  position: absolute;
  content: "";
  width: 2.616rem;
  height: 4.5rem;
  bottom: 0;
}
.service .recommend h3 p::before {
  left: 0;
  background: url(../images/recommend_heading_left.svg) no-repeat center/contain;
}
.service .recommend h3 p::after {
  right: 0;
  background: url(../images/recommend_heading_right.svg) no-repeat center/contain;
}
.service .recommend h3 + div {
  margin-top: 3rem;
}
.service .recommend--list ul li {
  font-weight: 600;
  font-size: 1.6rem;
  padding-left: 1.25em;
  position: relative;
}
.service .recommend--list ul li::before {
  position: absolute;
  content: "";
  background: url(../images/check_blue.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 0.3em;
  left: 0;
}
.service .recommend--list ul li + li {
  margin-top: 1.5rem;
}

/**/
.consultation {
  position: relative;
  background: #0F4696;
  color: #fff;
}
.consultation::before {
  position: absolute;
  content: "Consultation";
  color: #EDF6FF;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  opacity: 0.1;
  font-size: 6.4rem;
  line-height: 1;
  top: 0;
  left: 0;
}
.consultation::after {
  position: absolute;
  content: "";
  background: url(../images/consultation_man.svg) no-repeat center/contain;
  width: 13rem;
  height: 17.81rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.consultation .inner {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem 3.5rem;
}
.consultation h2 {
  color: #fff;
  text-align: left;
  font-size: 3rem;
  margin-bottom: 0.4em;
}
.consultation h2 .yellow {
  color: #FAE448;
}

/*転職者の声*/
.voice {
  position: relative;
}
.voice::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "VOICE";
}
.voice .inner {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0;
}
.voice h2 .strong {
  position: relative;
}
.voice h2 .strong::after {
  position: absolute;
  content: "";
  background: url(../images/icon_voice.svg) no-repeat center/contain;
  width: 5rem;
  height: 4.625rem;
  top: 0.15rem;
  right: -1rem;
  z-index: -1;
}
.voice .voice_slide .splide__list .splide__slide {
  background: #fff;
  border: #48A1FA solid 1px;
  border-radius: 0.4rem;
  padding: 2.5rem;
  position: relative;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .number {
  position: absolute;
  content: "";
  background: #48A1FA;
  width: 37.5%;
  padding: 0.5em 0;
  color: #fff;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: 0 0.2rem 0 0.4rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top figure {
  width: 12rem;
  height: 12rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top .profile .name {
  color: #0F4696;
  font-size: 3rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top .profile .name .hira {
  font-size: 1.4rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top .profile .detail {
  display: flex;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top .profile .detail p {
  color: #48A1FA;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0.5em;
  border: solid 1px #48A1FA;
  border-radius: 10rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .voice_top + div {
  margin-top: 1.5rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 3rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after:after {
  position: absolute;
  content: "";
  background: url(../images/voice_ba_arrow.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  top: 6rem;
  left: 12.3rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after dl {
  text-align: center;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after dl dt {
  padding: 0.3em 0;
  letter-spacing: 0.08em;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after dl dd {
  padding: 1rem 0;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after dl dd .job {
  font-size: 1.2rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .before {
  width: 38%;
  background: #F5F5F5;
  border-radius: 0.4rem;
  overflow: hidden;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .before dl dt {
  background: #D9E1EE;
  color: #0F4696;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .before dl dd .job {
  margin-bottom: 1rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .before dl dd .salary .en {
  font-size: 3rem;
  font-weight: 500;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .after {
  width: 52%;
  background: #FFF3E6;
  border-radius: 0.4rem;
  overflow: hidden;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .after dl dt {
  background: #FB7E00;
  color: #fff;
  font-weight: 600;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .after dl dd .job {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after .after dl dd .salary .en {
  font-size: 4rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .before_after + div {
  margin-top: 2.5rem;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .text {
  line-height: 1.8;
}
.voice .voice_slide .splide__list .splide__slide .voice_wrap .text .heading {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 2rem;
  color: #48A1FA;
  margin-bottom: 0.5em;
}

/*アドバイザー*/
.advisor {
  position: relative;
}
.advisor::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "ADVISOR";
}
.advisor .inner {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0;
}
.advisor .intro {
  width: 83%;
  margin: 0 auto;
  line-height: 1.8;
}
.advisor .intro + div {
  margin-top: 2.5rem;
}
.advisor .advisor_slide .splide__list .splide__slide {
  background: #F8FBFF;
  border: solid 1px #ddd;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  border-radius: 0.4rem;
}
.advisor .advisor_slide .splide__list .splide__slide .advisor_name {
  color: #0F4696;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.advisor .advisor_slide .splide__list .splide__slide .advisor_name p:first-of-type {
  font-size: 1.2rem;
  font-weight: 500;
}
.advisor .advisor_slide .splide__list .splide__slide .advisor_name p.name {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}
.advisor .advisor_slide .splide__list .splide__slide .advisor_name p.name::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #ddd;
  top: 0;
  left: -1.5rem;
}
.advisor .advisor_slide .splide__list .splide__slide .comment {
  line-height: 1.8;
}

/*数字で知る*/
.by_the_numbers {
  background: #EDF6FF;
  position: relative;
}
.by_the_numbers::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "NUMBER";
  color: rgba(255, 255, 255, 0.7);
}
.by_the_numbers .inner {
  position: relative;
  z-index: 1;
}
.by_the_numbers--list ul li {
  border-radius: 0.4rem;
  border: solid 1px #0F4696;
  overflow: hidden;
}
.by_the_numbers--list ul li + li {
  margin-top: 1.5rem;
}
.by_the_numbers--list ul li h3 {
  position: relative;
  text-align: center;
  background: #0F4696;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5em 0;
  font-weight: 700;
}
.by_the_numbers--list ul li h3::after {
  position: absolute;
  content: "";
  background: #0F4696;
  width: 2rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.by_the_numbers--list ul li .content_wrap {
  background: #fff;
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  color: #0F4696;
}
.by_the_numbers--list ul li:first-child .content_wrap {
  justify-content: space-between;
}
.by_the_numbers--list ul li:first-child .content_wrap figure {
  width: 6rem;
  height: 6.8rem;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings p + p {
  margin-top: 1rem;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings .main_number {
  font-weight: 600;
  font-size: 1.6rem;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings .main_number .strong {
  font-size: 4.8rem;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings .sub_number {
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
  background: #FFF3E6;
  padding: 0.5em 1em;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings .sub_number .strong {
  font-size: 3rem;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings .sub_number .mark {
  vertical-align: 1em;
}
.by_the_numbers--list ul li:first-child .content_wrap .job_openings .note {
  text-align: center;
  font-size: 1.2rem;
}
.by_the_numbers--list ul li:nth-child(2) .content_wrap {
  justify-content: space-between;
}
.by_the_numbers--list ul li:nth-child(2) .content_wrap figure {
  width: 17.093rem;
  height: 9rem;
}
.by_the_numbers--list ul li:nth-child(2) .content_wrap .inexperienced {
  font-size: 2rem;
  font-weight: 600;
}
.by_the_numbers--list ul li:nth-child(2) .content_wrap .inexperienced .strong {
  font-size: 6rem;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap {
  text-align: center;
  align-items: stretch;
  gap: 2rem;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap .occupation {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap .occupation p:first-of-type {
  font-size: 1.2rem;
  width: 100%;
  padding: 0.125em 0;
  border-radius: 10rem;
  border: solid 1px;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap .occupation p.job {
  font-weight: 600;
  margin: 0.5em 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap .occupation figure {
  width: 7.4rem;
  height: 7.9rem;
  margin: 0 auto;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap .occupation.male p:first-of-type {
  border-color: #48A1FA;
  background: #EDF6FF;
  color: #48A1FA;
}
.by_the_numbers--list ul li:nth-child(3) .content_wrap .occupation.female p:first-of-type {
  border-color: #FB7E00;
  background: #FFF3E6;
  color: #FB7E00;
}
.by_the_numbers--list ul li:nth-child(4) .content_wrap {
  justify-content: space-between;
}
.by_the_numbers--list ul li:nth-child(4) .content_wrap figure {
  width: 3.955rem;
  height: 4.5rem;
}
.by_the_numbers--list ul li:nth-child(4) .content_wrap .period {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.by_the_numbers--list ul li:nth-child(4) .content_wrap .period p:first-of-type {
  font-size: 1.2rem;
  border-radius: 10rem;
  border: solid 1px #0F4696;
  padding: 0.125em 1em;
}
.by_the_numbers--list ul li:nth-child(4) .content_wrap .period p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 600;
}
.by_the_numbers--list ul li:nth-child(4) .content_wrap .period p:nth-of-type(2) .strong {
  font-size: 4.8rem;
}
.by_the_numbers--list ul li:nth-child(5) .content_wrap {
  justify-content: center;
  gap: 2rem;
}
.by_the_numbers--list ul li:nth-child(5) .content_wrap .ratio {
  width: 13.5rem;
}
.by_the_numbers--list ul li:nth-child(5) .content_wrap .ratio p {
  text-align: center;
  margin-bottom: 1rem;
}
.by_the_numbers--list ul li:nth-child(5) .content_wrap .ratio p span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.125em 1em;
  border-radius: 10rem;
  border: solid 1px #0F4696;
}

/*入社までの流れ*/
.flow {
  position: relative;
}
.flow::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "FLOW";
}
.flow .inner {
  position: relative;
  z-index: 1;
}
.flow h2 .firstline {
  position: relative;
}
.flow h2 .firstline .en {
  font-size: 3rem;
  color: #48A1FA;
}
.flow h2 .firstline::after {
  position: absolute;
  content: "";
  background: url(../images/h2_strong.svg) no-repeat center/contain;
  width: 2.886rem;
  height: 2.799rem;
  top: -0.7em;
  right: -1.2em;
}
.flow--list ul {
  position: relative;
}
.flow--list ul::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  left: 3rem;
  background: #48A1FA;
}
.flow--list ul li {
  position: relative;
  z-index: 2;
}
.flow--list ul li + li {
  margin-top: 2.5rem;
}
.flow--list ul li .top {
  display: flex;
  gap: 1rem;
}
.flow--list ul li .top figure {
  width: 6rem;
  height: 6rem;
}
.flow--list ul li .top .heading {
  line-height: 1.4;
  height: 6rem;
}
.flow--list ul li .top .heading .step_number {
  color: #48A1FA;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5em;
  display: inline-block;
}
.flow--list ul li .top .heading h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0F4696;
}
.flow--list ul li .text {
  margin-left: 7rem;
}

/**/
.contact {
  background: #EDF6FF;
  position: relative;
}
.contact::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "CONTACT";
  color: rgba(255, 255, 255, 0.7);
}
.contact .inner {
  position: relative;
  z-index: 1;
}
.contact--wrap form .content + .content {
  margin-top: 2rem;
}
.contact--wrap form .content p {
  font-weight: 600;
}
.contact--wrap form .content p.heading {
  margin-bottom: 1rem;
}
.contact--wrap form .content p span {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.2rem;
  margin-right: 1rem;
}
.contact--wrap form .content p span.required {
  background: #FA5448;
}
.contact--wrap form .content p span.optionally {
  background: #999;
}
.contact--wrap form .content input::-moz-placeholder {
  color: #ddd;
}
.contact--wrap form .content input::placeholder {
  color: #ddd;
}
.contact--wrap form .content input[type=text], .contact--wrap form .content input[type=email], .contact--wrap form .content input[type=tel], .contact--wrap form .content textarea, .contact--wrap form .content select {
  width: 100%;
  background: #fff;
  padding: 1em;
}
.contact--wrap form .content input[type=radio] {
  display: none;
}
.contact--wrap form .content input[type=radio]:checked + label {
  background: #48A1FA;
  color: #fff;
  border: solid #fff 1px;
  font-weight: 600;
}
.contact--wrap form .content textarea {
  min-height: 9em;
}
.contact--wrap form .content .select_wrap {
  position: relative;
}
.contact--wrap form .content .select_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: #3C3C3C;
  width: 1rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact--wrap form .content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.contact--wrap form .content .grid .like_btn {
  background: #ddd;
  color: #999;
  border: solid #ddd 1px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 1em;
  line-height: 1.4;
}
.contact--wrap form .content label p {
  margin-bottom: 1rem;
}
.contact--wrap form .content.agree {
  text-align: center;
}
.contact--wrap form .content.agree a {
  color: #48A1FA;
  text-decoration: underline;
}
.contact--wrap form .content.submit_btn input[type=submit] {
  background: #FB7E00;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 4px 0 rgba(139, 70, 0, 0.2);
  border-radius: 0.5rem;
  padding: 1.5em 0;
  transition: all 0.4s;
}
.contact--wrap form .content.submit_btn input[type=submit]:disabled {
  filter: grayscale(100%);
}

/**/
.faq {
  background: #F8F8F8;
  position: relative;
}
.faq::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "FAQ";
  color: #fff;
}
.faq .inner {
  position: relative;
  z-index: 1;
}
.faq h2 {
  font-size: 3rem;
}
.faq--list {
  width: 83%;
  margin: 0 auto;
}
.faq--list .wrap:first-of-type {
  border-top: solid 1px #D9E1EE;
}
.faq--list .wrap:last-of-type {
  border-bottom: solid 1px #D9E1EE;
}
.faq--list .wrap + div {
  border-top: solid 1px #D9E1EE;
}
.faq--list .wrap .accordion {
  padding: 1.5em 2em 1.5em 3.2em;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}
.faq--list .wrap .accordion::before, .faq--list .wrap .accordion::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq--list .wrap .accordion::before {
  content: "Q";
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #48A1FA;
  font-size: 2.8rem;
  left: 1rem;
}
.faq--list .wrap .accordion::after {
  content: "";
  background: #48A1FA;
  width: 1.4rem;
  height: 0.7rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  right: 0.5em;
}
.faq--list .wrap .accordion.open::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.faq--list .wrap .accordion_content {
  border-top: solid 1px #D9E1EE;
  padding: 1em 1.5em;
  background: #fff;
  line-height: 1.8;
}

/**/
.company {
  position: relative;
}
.company::after {
  position: absolute;
  content: "SERVICE";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #EDF6FF;
  writing-mode: vertical-rl;
  top: 0;
  left: -1.3rem;
  z-index: 0;
  content: "COMPANY";
}
.company .inner {
  position: relative;
  z-index: 1;
}
.company h2 {
  font-size: 3rem;
}
.company--info dl div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #48A1FA 0, #48A1FA 30%, #D9E1EE 30%, #D9E1EE 100%);
     border-image: linear-gradient(to right, #48A1FA 0, #48A1FA 30%, #D9E1EE 30%, #D9E1EE 100%);
  border-image-slice: 1;
}
.company--info dl div dt {
  color: #48A1FA;
  width: 30%;
  text-align: center;
  padding: 1em 0;
}
.company--info dl div dd {
  width: 70%;
  padding: 1em 0 1em 1em;
}
.company--info + div {
  margin-top: 6rem;
}
.company--bottom {
  text-align: center;
}
.company--bottom figure {
  width: 25rem;
  margin: 0 auto;
}
.company--bottom p {
  font-size: 1.2rem;
  margin-top: 2em;
}
.company--bottom p a {
  text-decoration: underline;
  color: #48A1FA;
}

/**/
.footer {
  text-align: center;
  background: #0F4696;
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem 0;
}

/**/
.bottom_cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease-out, visibility 0s 0.4s;
  visibility: hidden;
}
@media only screen and (min-width: 750px) {
  .bottom_cta {
    width: 40rem;
    margin: 0 auto;
  }
}
.bottom_cta.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-out, visibility 0s;
}
.bottom_cta--wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem;
}
.bottom_cta a {
  font-weight: 600;
  position: relative;
  display: block;
  background: #FB7E00;
  color: #fff;
  font-size: 2rem;
  padding: 0.75em 0;
  border-radius: 10rem;
  box-shadow: 0 4px 0 rgba(139, 70, 0, 0.2);
  overflow: hidden;
  transition: all 0.4s;
}
.bottom_cta a::before {
  z-index: 2;
  content: "";
  position: absolute;
  height: 100%;
  width: 3rem;
  background: #fff;
  animation: shine 5s ease-in-out infinite;
  top: -18rem;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.bottom_cta a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_cta.svg) no-repeat center/contain;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.bottom_cta a:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(139, 70, 0, 0.2);
}

/**/
.thanks h2 {
  font-size: 2.4rem;
}
.thanks p {
  line-height: 1.8;
}
.thanks .back {
  width: 80%;
  margin: 4rem auto 0;
}
.thanks .back a {
  text-align: center;
  position: relative;
  display: block;
  background: #0F4696;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.75em 0;
  border-radius: 10rem;
  box-shadow: 0 4px 0 rgba(15, 70, 150, 0.2);
  overflow: hidden;
  transition: all 0.4s;
}
.thanks .back a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_back.svg) no-repeat center/contain;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.thanks .back a:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(15, 70, 150, 0.2);
}/*# sourceMappingURL=style.css.map */