@charset "UTF-8";
/*
vw PC 1600px
36px 1.8rem
30px 1.5rem
24px 1.2rem
 ベース
 コンポーネント
 ヘッダー
 フッター
 トップページ
 用語解説
*/
/*ベース*/
:root {
  --black: #000;
  --main_color: #062c84;
  --main_deep: #111e4d;
  --gray: #dee1e3;
  --orange: #e0b67f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol, li {
  padding: 0;
}

h1, h2, h3, h4 {
  line-height: 1.6;
  font-weight: 700;
}

button, input, label {
  line-height: 1.1;
}

img,
picture {
  max-width: 100%;
}
img {
  vertical-align: bottom;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

a {
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

address {
  font-style: normal;
}

/* textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
} */

html {
  font-size: clamp(16px, 1.25vw, 20px);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  background-color: #dee1e3;
  min-height: 100vh;
  margin: 0;
  color: var(--black);
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN", "HiraKakuProN-W6", -apple-system, BlinkMacSystemFont, Yu Gothic, Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(14px, 2.08vw, 16px);
  }
  body {
    font-size: 14px;
    padding-top: 84px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  height: auto;
}

iframe, video {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  コンポーネント
＝＝＝＝＝＝＝＝＝＝*/
.c_inner {
  width: min(1600px, 92%);
  margin: 0 auto;
}

.c_sec_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
  .ja, .en {
    display: block;
  }
  [lang="ja"] {
    font-size: clamp(26px, 2.5vw, 40px);
    letter-spacing: 0.2em;
    position: relative;
    z-index: 2;
  }
  [lang="en"] {
    font-family: "Barlow", sans-serif;
    font-size: 100px;
    font-size: clamp(42px, 3.75vw, 60px);
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1;
    opacity: 0.2;
    position: absolute;
    top: -0.5em;
    left: 50%;
    translate: -50% 0px;
    z-index: 1;
  }
}
.c_sec_ttl.color1 {
  [lang="ja"] {
    color: #fff;
  }
  [lang="en"] {
    color: #e5e5e5;
  }
}
.c_sec_ttl.color2 {
  [lang="ja"] {
    color: var(--main_deep);
  }
  [lang="en"] {
    color: #566391;
  }
}
.c_sec_ttl.is_dense {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c_sec_ttl {
    margin-bottom: 50px;
  }
}

.c_btn {
  background: var(--main_color);
  border-radius: 10px;
  color: #fff;
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  margin: 0 auto;
  &.en {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    letter-spacing: 0.2em;
  }
  &::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: -45deg;
  }
}
@media screen and (max-width: 768px) {
  .c_btn {
    width: 80%;
    height: 70px;
    padding: 10px 26px;
  }
}
.c_btn.border_btn {
  padding: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 0.9);
  border-radius: 0;
  height: auto;
}
.c_btn.color_w {
  background: #fff;
  color: var(--main_color);
  &::after {
    border-color: var(--main_color);
  }
}
.c_btn.no_arrow {
  justify-content: center;
  text-align: center;
  &::after {
    content: none;
  }
}

.text_c {
  text-align: center;
}

.bg_color{
  background-color: var(--main_color);
}

.c_sec_wrap {
  padding: 140px 0 160px;
}
@media screen and (max-width: 768px) {
  .c_sec_wrap {
    padding: 70px 0 80px;
  }
}

.flex_layout-01 {
  display: flex;
  align-items: center;
  .text_box {
    background-color: #fff;
    padding: 40px 50px 50px;
  }
  .ttl {
    color: var(--main_deep);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: flex;
    align-items: baseline;
    gap: 20px;
    line-height: 1./4;
  }
  .num {
    color: var(--orange);
    font-family: "Barlow", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .text {
    line-height: 2.4;
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .flex_layout-01:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .flex_layout-01 {
    flex-direction: column;
    align-items: stretch;
    .text_box {
      padding: 30px;
    }
    .text {
      margin-top: 26px;
    }
  }
}

.page_ttl_sec {
  background-color: var(--main_color);
  height: 470px;
  padding: 10px;
  display: flex;
  align-items: center;
  .ttl_text {
    color: #fff;
    display: flex;
    flex-direction: column;
    .sm {
      /* font-size: clamp(30px, 2.5vw, 40px); */
      font-size: 1rem;
      letter-spacing: 0.1em;
      margin-top: 10px;
    }
    .lg {
      /* font-family: "Barlow", sans-serif; */
      font-size: 100px;
      font-size: clamp(44px, 3.375vw, 54px);
      font-weight: 700;
      letter-spacing: 0.2em;
      line-height: 1.4;
    }
  }
}
@media screen and (max-width: 768px) {
  .page_ttl_sec {
    height: 200px;
    .ttl_text{
      .lg {
        font-size: 28px;
      }
    }
  }
}

.page_c_lead {
  line-height: 2.2;
  text-align: center;
  margin-bottom: 100px;
  .lead_ttl {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.page_c_lead.color_w {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page_c_lead {
    margin-bottom: 60px;
    .lead_ttl {
      font-size: 1.3rem;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
　ヘッダー
＝＝＝＝＝＝＝＝＝＝*/
.header_wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header_logo {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: max-content;
  white-space: nowrap;
  margin-right: 20px;
  .tagline {
    font-size: 0.5em;
    letter-spacing: -0.01em;
  }
}

.header_nav {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px 50px;
  line-height: 1.6;
}

.btn_contact {
  background: linear-gradient(to top, #079ec7, #79c0ec);
  border-radius: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  width: 260px;
  height: 58px;
  padding: 4px;
  position: relative;
  &::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: -45deg;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  .btn_inner {
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header_wrap {
    padding: 20px 20px;
  }
  .header_logo {
    font-size: 1.7rem;
  }
  .header_nav {
    width: min(320px, 85vw);
    position: fixed;
    top: 0;
    right: 0;
    padding: 80px 20px 60px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 1000;
    flex-direction: column;
    .nav_item {
      padding: 10px 0;
    }
  }
  .btn_contact {
    margin-top: 30px;
  }
}

.hamburger {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  z-index: 1001;
}
@media screen and (min-width: 769px)  {
  .hamburger {
    display: none;
  }
}
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
}
.hamburger::before {
  top: 12px;
}
.hamburger::after {
  bottom: 10px;
}

.hamburger::before {
  box-shadow: 0 8px 0 var(--black);
}

.hamburger.is-open {
  &::before {
    top: 19px;
    transform: rotate(45deg);
    box-shadow: none; /* 真ん中の線を消す */
  }
  &::after {
    bottom: 19px;
    transform: rotate(-45deg);
  }
}

.header_nav.is-open {
  transform: translateX(0);
}

/*＝＝＝＝＝＝＝＝＝＝
  フッター
＝＝＝＝＝＝＝＝＝＝*/
.footer {
  background-color: var(--main_color);
  color: #fff;
  address {
    line-height: 1.6;
    margin-top: 20px;
  }
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 130px 0 250px;
}

.footer_logo {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: max-content;
  white-space: nowrap;
  .tagline {
    font-size: 0.5em;
    letter-spacing: -0.01em;
  }
}

.footer_list_wrap {
  max-width: 675px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 50px;
  letter-spacing: -0.01em;
}
.footer_mark_list {
  display: flex;
  gap: 18px;
  margin-top: 100px;
  img {
    height: 7vw;
    max-height: 96px;
    object-fit: contain;
  }
}
.footer_copyright {
  background-color: #fff;
  color: var(--black);
  display: block;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .footer_logo {
    margin-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    padding: 80px 0 100px;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_list_wrap {
    margin-top: 60px;
  }
  .footer_nav {
    gap: 16px 40px;
    letter-spacing: -0.01em;
  }
  .footer_mark_list {
    gap: 10px;
    margin-top: 60px;
    img {
      height: 13vw;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  トップページ
＝＝＝＝＝＝＝＝＝＝*/
.hero {
  color: #fff;
}
.hero_inner {
  position: relative;
}
.hero_left {
  position: absolute;
  width: 50%;
  left: 5%;
  z-index: 5;
}
.hero_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 4rem;
  .num {
    color: var(--orange);
    font-family: "Barlow", sans-serif;
    font-size: 50px;
  }
  .md {
    font-size: 2rem;
  }
  .lg {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .desc {
    display: inline-block;
    margin-top: 6px;
    text-align: left;
  }
  .apos {
    color: var(--orange);
  }
}
.hero_img {
  width: 60%;
  position: relative;
  img {
    max-width: inherit;
    width: 100%;
  }
  .hero_right_mask {
    position: absolute;
    display: inline-block;
    width: 24%;
    height: 100%;
    background: var(--main_color);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    left: -1px;
    top: 1px;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .hero_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .hero_inner {
    padding-bottom: 58px;
  }
  .hero_left {
    width: 90%;
    bottom: 0;
  }
  .hero_title {
    font-size: 0.93rem;
    .md {
      font-size: 1.4rem;
    }
    .lg {
      font-size: 2rem;
    }
  }
  .hero_img {
    width: 100%;
    .hero_right_mask {
      width: 100%;
      clip-path: polygon(0% 50%, 0% 100%, 100% 100%);
    }
  }
}

.top_service {
  margin-top: -1px;
}
.top_service_list {
  max-width: 1600px;
  margin: 0 auto;
  & + .c_btn {
    margin-top: 80px;
  }
}
.top_service_card {
  background-color: #fff;
  .text_wrap {
    padding: 50px 6px 66px;
    text-align: center;
  }
  .ttl {
    color: var(--main_color);
    font-size: 1.5rem;
  }
  .desc {
    line-height: 1.8;
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .top_service_list {
    display: flex;
    gap: 20px;
    & + .c_btn {
      margin-top: 100px;
    }
  }
}

@media screen and (max-width: 768px) {
  .top_service_list {
    max-width: 500px;
  }
}

.top_reason_ttl {
  color: var(--main_deep);
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  .lg {
    font-size: 1.5em;
  }
  .slash{
    display: block;
    background-color: var(--main_deep);
    width: 5px;
    height: 1.5em;
    &:first-of-type {
      rotate: -35deg;
    }
    &:last-of-type {
      rotate: 35deg;
    }
  }
}

.top_reason_point {
  max-width: 1300px;
  margin: 150px auto 0;
  .item {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 90px 10px 50px;
  }
  .point_tag {
    background-color: #9d7034;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 10px 40px;
    .num {
      font-family: "Barlow", sans-serif;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1;
    }
  }
  .ttl {
    color: var(--main_color);
    font-size: 1.5rem;
    .emph {
      color: #c60202;
    }
  }
  .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
  }
  .text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
  .top_reason_point {
    display: flex;
    justify-content: center;
    gap: 20px;
    .item {
      width: 33%;
    }
    .img_wrap {
      height: 115px;
    }
  }
}

@media screen and (max-width: 768px) {
  .top_reason_point {
    .item {
      margin-top: 60px;
    }
    .img_wrap {
      img {
        scale: 0.8;
      }
    }
  }
}

.top_interview {
  background: url(../img/top_interview_bg.jpg) top/cover no-repeat;
  .flex_layout-01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .top_interview .flex_layout-01 {
    margin-bottom: 130px;
    img {
      width: 50%;
    }
    .text_box {
      width: 50%;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  用語解説
＝＝＝＝＝＝＝＝＝＝*/
.p-terminology {
  .term_list_wrap {
    width: min(1400px, 90%);
    margin: 0 auto;
  }
  .term_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 18px;
  }
  .term_item {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    color: var(--main_color);
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 16px;
  }
}

.p-terminology.single {
  .content_wrap {
    background-color: #fff;
    width: min(1400px, 90%);
    margin: 0 auto 100px;
    padding: 80px 60px;
  }
  h2 {
    border-bottom: 1px solid #e5e5e5;
    color: var(--main_color);
    margin-bottom: 26px;
    padding-bottom: 20px;
  }
  p {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .p-terminology {
    .term_list {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .term_item {
      font-size: 1rem;
      letter-spacing: 0.05em;
    }
  }
  .p-terminology.single {
    .content_wrap {
      margin: 0 auto 80px;
      padding: 50px 40px;
    }
  }
}
/* 20260304 add */
a.recruit_btn {
    color: #0f2c84;
    text-decoration: underline;
}