@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&family=Roboto:wght@700&display=swap");
/*ふわっと表示*/
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  font-family: "Noto Sans JP", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: initial;
}

header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding: 1.5rem;
  z-index: 999;
}

nav {
  font-size: 1.125rem;
  font-weight: 600;
}
nav .a__nav--text:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -ms-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

@media screen and (max-width: 1024px) {
  .rf_totec_recruit_logo {
    height: 32px !important;
    width: auto;
  }
}

/*hero*/
.l-hero {
  padding-top: 12.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .l-hero {
    padding-top: 7.5rem;
    text-align: center;
  }
}

.l-hero__background {
  position: relative;
}
.l-hero__background::before {
  content: "";
  position: absolute;
  min-height: 46.875rem;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #deebf7;
  transform: skewY(-7deg);
  z-index: -1;
}

.l-hero__title {
  font-size: 7.5rem;
  font-weight: 700;
  color: #1f2a66;
}
@media screen and (max-width: 1024px) {
  .l-hero__title {
    font-size: 3.4375rem;
  }
}

.l-hero__text {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
.l-hero__text p {
  display: inline-block;
  background-color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  padding: 0.25rem 1.75rem;
  margin: 0.5rem 0;
}
@media screen and (max-width: 1024px) {
  .l-hero__text p {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-hero__text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-hero__text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/*container*/
.l-container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.l-container--hero {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.l-separater {
  position: relative;
  height: 12.5rem;
  margin: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-separater {
    height: 9.375rem;
    margin: 5rem 0;
  }
}

.l-separater__line {
  border-left: 2px solid #1f2a66;
  height: 100%;
  left: 50%;
  position: absolute;
}

.l-container__background {
  position: relative;
  padding-top: 6.25rem;
}
.l-container__background::before {
  content: "";
  position: absolute;
  min-height: 0rem;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #deebf7;
  transform: skewY(-7deg);
  z-index: -1;
}

.l-container__background--gradation {
  position: relative;
  padding-top: 6.25rem;
}
.l-container__background--gradation::before {
  content: "";
  position: absolute;
  min-height: 0rem;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(235, 246, 255);
  background: linear-gradient(90deg, rgb(235, 246, 255) 0%, rgb(254, 217, 231) 100%);
  transform: skewY(-7deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l-container__background--gradation {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 1408px) {
  .c-nav__header {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav__header {
    display: none;
  }
}

.c-title__h2 {
  color: #1f2a66;
  display: inline-block;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right, #1f2a66 7px, transparent 7px);
  background-size: 19px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .c-title__h2 {
    margin-bottom: 2.5rem;
  }
}
.c-title__h2 strong {
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  color: #1f2a66;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 1024px) {
  .c-title__h2 strong {
    font-size: 3rem;
  }
}

.c-button span {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: 2px solid;
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .c-button span {
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
  }
}
.c-button span:hover {
  background: #1f2a66;
  color: #fff;
  transition: 0.5s;
}

.c-button__nav span {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 2px solid;
}
.c-button__nav span:hover {
  background: #1f2a66;
  color: #fff;
  transition: 0.5s;
}

.c-button__entry {
  color: #fff;
  background-color: #1f2a66;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0% 100%);
  font-size: 1.75rem;
  padding: 1.5rem 7.5rem;
}
.c-button__entry:hover {
  background: #e5000f;
  color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .c-button__entry {
    width: 100%;
    font-size: 1.125rem;
    clip-path: inherit;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.c-underline {
  width: 60%;
  background-image: linear-gradient(to right, #1f2a66 7px, transparent 7px);
  background-size: 19px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-underline {
    width: 100%;
  }
}

/*about*/
.p-top__about {
  height: 840px;
  background-image: url("../img/img_top_about.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 22.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top__about {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__about {
    background-position: center;
    height: 250px;
  }
}
.p-top__about.ptn02 {
  background-image: url("../img/img_top_about_02.jpg");
}
.p-top__about.ptn03 {
  background-image: url("../img/img_top_about_03.jpg");
}

.p-top__about--text-wrap {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top__about--text-wrap {
    position: relative;
    top: 200px;
  }
}

.p-top__about--text-area {
  min-width: 900px;
  background-color: #fff;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__about--text-area {
    min-width: auto;
    max-width: 95%;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
}

.p-top__about--border {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding: 1.5rem 0;
}
.p-top__about--border .left {
  width: 100%;
  height: 0.1875rem;
  background-color: #1f2a66;
}
.p-top__about--border .right {
  width: 100%;
  height: 0.1875rem;
  background-color: #e5000f;
}

.p-top__interview {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-top__interview {
    padding-top: 5rem;
    display: block;
  }
}
.p-top__interview a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.p-top__interview .item {
  width: 33.3333%;
}
@media screen and (max-width: 1024px) {
  .p-top__interview .item {
    width: auto;
  }
}

.p-top__interview--image {
  position: relative;
}
.p-top__interview--image h4 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.p-top__interview--number {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top__interview--number {
    top: 5px;
  }
}
.p-top__interview--number span {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  color: #1f2a66;
  padding: 2px 10px;
  color: #1f2a66;
}
.p-top__interview--number span.new {
  background-color: #e5000f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__interview--number span {
    font-size: 2rem;
  }
}

.p-top__interview--text {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fff;
  color: #1f2a66;
  padding: 2px 10px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1408px) {
  .p-top__interview--text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top__interview--text {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}

.p-top__interview--name {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  color: #1f2a66;
  padding: 2px 10px;
}
@media screen and (max-width: 1408px) {
  .p-top__interview--name {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top__interview--name {
    font-size: 1.5rem;
  }
}

.p-interview--name {
  font-size: 3.75rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-interview--name {
    font-size: 2.625rem;
  }
}

/*flow*/
.p-top__flow {
  background-color: #1f2a66;
  padding: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top__flow {
    padding: 1.25rem 0;
  }
}

.p-top__flow--circle {
  position: relative;
  min-height: 21.875rem;
  background-image: radial-gradient(circle, #1f9ddb 174px, transparent 175px);
}
@media screen and (max-width: 1408px) {
  .p-top__flow--circle {
    min-height: 20.625rem;
    background-image: radial-gradient(circle, #1f9ddb 140px, transparent 140px);
  }
}

.p-top__flow--line::after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 3rem;
  height: 2px;
  background-color: #1f9ddb;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-top__flow--line::after {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__flow--line {
    padding-bottom: 80px;
  }
}

.p-top__flow--contents {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-top__flow--contents span {
  display: block;
  margin-top: -12px;
}
@media screen and (max-width: 1024px) {
  .p-top__flow--contents {
    top: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .p-top__flow--img svg {
    width: 90%;
    margin-top: -2rem;
    margin-bottom: -0.75rem;
  }
}

.p-top__entry--list {
  width: 75%;
  padding-bottom: 1.25rem;
  background-image: linear-gradient(to right, #1f2a66 7px, transparent 7px);
  background-size: 19px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1rem;
}

.p-top__entry--list--inner {
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: 70%;
  margin: 0 auto;
  font-size: 1.3125rem;
  color: #1f2a66;
}

.u-color__navy {
  color: #1f2a66 !important;
}

.u-font__EN {
  font-family: "Roboto", sans-serif;
}

/*contact*/
.footer_contact {
  margin-top: 2.5rem;
  background-color: #1f2a66;
  color: #fff;
}

.footer_contact-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  .footer_contact-inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact-inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer_contact-inner h2 {
  text-align: center;
  margin-bottom: 30px;
}

.footer_contact-inner h2 strong {
  display: block;
  padding-left: 0.05em;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: 180%;
  font-family: urw-din, sans-serif;
  line-height: 1.1;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .footer_contact-inner h2 small {
    font-size: 0.8rem;
  }
}
.footer_contact-flex {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  border: 2px solid;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer_contact-flex {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    border: none;
    padding-bottom: 24px;
  }
}
.footer_contact-column {
  position: relative;
  flex-direction: column;
  width: 33.33%;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .footer_contact-column {
    width: 100%;
    margin: 0 auto;
    border: 2px solid;
    margin-bottom: 16px;
    padding: 16px 0;
  }
}
.footer_contact-column:not(:first-child)::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .footer_contact-column:not(:first-child)::before {
    display: none;
  }
}
.footer_contact-column p {
  text-align: center;
}

.contact_column-title {
  font-size: 1.3rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1080px) {
  .contact_column-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_column-title {
    padding-bottom: 0;
  }
}
.contact_column-text-bold {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 8px;
}

@media screen and (max-width: 1080px) {
  .contact_column-text-bold {
    font-size: 1rem;
  }
}
.contact_column-text-big {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .contact_column-text-big {
    font-size: 1.5rem;
  }
}
.contact_column-text-small {
  font-size: 1.2rem;
}

.contact_column-text-small small {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  .contact_column-text-small {
    font-size: 1rem;
  }
  .contact_column-text-small small {
    font-size: 0.8rem;
  }
}
.contact_column-text-mail {
  color: #fff;
}

.pb-69px {
  padding-bottom: 69px;
}

@media screen and (max-width: 768px) {
  .pb-69px {
    padding-bottom: inherit;
  }
}
/* sp menu */
.spmenu {
  position: absolute;
  top: -90px;
  right: -15px;
  z-index: 999;
}
.spmenu nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(31, 32, 102, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(250px);
  transition: all 0.5s;
}
.spmenu nav.open {
  transform: translateZ(0);
}
.spmenu nav li {
  text-align: center;
  padding: 10px 0;
}
.spmenu nav li span {
  color: #fff !important;
}

.sp-button-wrap {
  margin-top: 16px;
  margin-right: 16px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .sp-button-wrap {
    display: none;
  }
}

.js-sp-button {
  position: relative;
  background: #1f2a66;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: auto;
  z-index: 100 !important;
}

/*ボタン内側*/
.js-sp-button span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.js-sp-button span:nth-of-type(1) {
  top: 15px;
}

.js-sp-button span:nth-of-type(2) {
  top: 23px;
}

.js-sp-button span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.js-sp-button.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.js-sp-button.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.js-sp-button.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}