@charset 'utf-8';
/* reset, common, header, fv, cta, proposal, strength, occupation, voice, message_promise, about, adviser, flow, faq, contact, company, footer */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --black: #333;
  --blue: #0F7DD9;
  --blue_light: #41A4F6;
  --yellow: #FFF55D;
  --red: #FF4245;
  --grad_main: linear-gradient(to bottom, #D7F1FF, #DAE9FF);
  --box_shadow: 0 0 20px #0F7DD91A;
  --font_size-xs: 0.75rem; /* 12px */
  --font_size-sm: 0.875rem; /* 14px */
  --font_size-sm_md: 1.125rem; /* 18px */
  --font_size-md: 1.25rem; /* 20px */
  --font_size-lg: 2rem; /* 32px */
  --font_size-xl: 3rem; /* 48px */
  /* 1.5rem 24px */
  /* 2.25rem 36px */
  /* 2.5rem 40px */
}
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
  font-size: 100%;
}
html.is_no_smooth {
  scroll-behavior: auto;
}
body, h1, h2, h3, h4, p, blockquote, dl, dd {
  margin-block-end: 0;
}
figure {
  margin: 0;
}
body, h1, h2, h3, h4 {
  margin-block-start: 0;
}
body, p, ul, td, th {
  margin: 0;
  padding: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
body {
  color: var(--black);
  font-size: 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  min-height: 100vh;
}
h1, h2, h3, h4 {
  line-height: 1.4;
}
button, input, label {
  line-height: 1.1;
}
a {
  color: currentColor;
  text-decoration: none;
}
img,
picture {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}
:target {
  scroll-margin-block: 5ex;
}
address {
  font-style: normal;
}

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

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  .pc {
    display: none;
  }
}

/*-----------------
common
-----------------*/
.font_en {
  font-family: "Figtree", -apple-system, BlinkMacSystemFont,"Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.c-inner {
  width: min(1100px, 90%);
  margin: 0 auto;
}

.c-bg_grad {
  background: var(--blue) linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
  color: #fff;
  .accent {
    color: var(--yellow);
  }
}

.u-text_blue {
  color: var(--blue);
}

.c-section_title {
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  &.lg {
    font-size: 2.5rem;
  }
  .sm {
    font-size: var(--font_size-lg);
  }
  .logo {
    width: 12em;
    vertical-align: middle;
  }
}

.section_title_en {
  color: var(--blue);
  font-family: "Caveat", cursive;
  font-size: var(--font_size-lg);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 4px;
  text-align: center;
}

.heading_with_illust {
  display: flex;
  align-items: flex-start;
  .c-section_title {
    text-align: left;
  }
  .illust {
    display: inline-block;
  }
}

.image_offset {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  img {
    display: block;
    position: relative;
    z-index: 1;
  }
}
.image_offset::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: rgba(15, 125, 217, 0.5);
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .heading_with_illust .c-section_title {
    font-size: max(3vw, 20px);
  }
}

@media screen and (max-width: 767px) {
  .c-section_title {
    font-size: 1.5rem;
    &.lg {
      font-size: 1.75rem;
    }
    .sm {
      font-size: var(--font_size-md);
    }
  }
  .heading_with_illust {
    flex-direction: column;
    .illust {
      width: 50%;
      margin: 20px auto;
    }
  }
}

/*-----------------
header
-----------------*/
.header {
  font-size: var(--font_size-sm);
  padding: 20px 40px 24px;
  .tagline {
    margin-bottom: 8px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .header {
    font-size: var(--font_size-xs);
    padding: 20px 14px;
    .logo {
      width: 210px;
    }
  }
}

/*-----------------
fv
-----------------*/
.fv {
  background: 
    url(../img/fv_bg2.png), 
    url(../img/fv_bg1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position:
    top left,
    top right;
  padding: 60px 0 120px;
  position: relative;
  overflow: hidden;
}

.fv_img_01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64.75%;
  max-width: 1012px;
}

.fv_catch_01 {
  background-color: #fff;
  display: inline-block;
  font-size: clamp(26px, 2.66vw, var(--font_size-lg));
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 15px;
}

.fv_catch_02 {
  font-size: clamp(var(--font_size-lg), 4vw, var(--font_size-xl));
  font-weight: 800;
  filter: drop-shadow(0 0 10px rgb(255 255 255 / 0.5));
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
}

.fv_text_highlight {
  background: linear-gradient(0deg, #2350C3, #0F7DD9); 
  background-clip: text;
  color: transparent;
}

.fv_catch_03 {
  font-size: clamp(16px, 1.66vw, var(--font_size-md));
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgb(255 255 255 / 0.5);
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.fv_badges {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.6;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 16px;
  margin-top: 40px;
  width: 46%;
  min-width: 416px;
  position: relative;
  .badge {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .text1 {
    font-size: 1em;
    font-weight: 900;
  }
  .text2 {
    font-size: 1.3em;
    font-weight: 800;
  }
  .text3 {
    color: var(--red);
    font-size: 2.5em;
    line-height: 1.2;
  }
  .text4 {
    color: var(--red);
    font-size: 1.5em;
  }
  .text5 {
    color: var(--red);
    font-size: 1.25em;
  }
  .text6 {
    color: var(--red);
    font-size: 0.75em;
  }
  .text7 {
    color: var(--red);
    font-size: 2.1em;
  }
  .badge_icon {
    width: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    padding: 50px 0 100px;
  }

  .fv_img_01 {
    right: -12%;
    width: 64.75%;
    bottom: 7%;
  }

  .fv_catch_01 {
    font-size: max(3.6vw, 18px);
  }

  .fv_catch_02 {
    font-size: max(4.1vw, 20px);
    filter: drop-shadow(0 0 6px rgb(255 255 255 / 0.5));
  }

  .fv_catch_03 {
    font-size: max(2vw, 14px);
    text-shadow: 0 1px 6px rgb(255 255 255 / 0.5);
    margin-top: 30px;
  }

  .fv_badges {
    font-size: clamp(10px, 1vw, 16px);
    gap: 20px 6px;
    margin-top: 30px;
    width: 56%;
    min-width: 320px;
    justify-content: flex-start;
  }
}


/*-----------------
cta
-----------------*/
.cta_section {
  background: linear-gradient(90deg, #FFF88C 0%, #B7E5FF 100%), linear-gradient(90deg, #FFFCCC 0%, #D7F1FF 100%), #F5F5F5;
  padding: 80px 0 60px;
}
.cta_section.pt_sm {
  padding: 60px 0 60px;
}

.c-cta_box {
  background-color: #fff;
  box-shadow: 0 0 20px #0F7DD91A;
  margin: 0 auto 0;
  max-width: 1100px;
  padding-inline: 2.8%;
  padding-block: 20px 50px;
  position: relative;
  z-index: 2;
  text-align: center;
  position: relative;
  width: 94%;
  .c-cta_lead .font_en {
    font-size: 1.5em;
  }
  .accent {
    color: var(--blue);
  }
}

.c-cta_lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--red);
  font-size: max(4.6vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  &::before, &::after {
    content: '';
    display: block;
    background-color: var(--red);
    height: 1.5em;
    width: 4px;
    position: relative;
    top: -0.2em;
  }
  &::before {
    rotate: -30deg;
    margin-right: 16px;
  }
  &::after {
    rotate: 30deg;
    margin-left: 16px;
  }
  .marker {
    background: linear-gradient(transparent 0%, transparent 70%, #FFF889 70%, #FFF889 100%);
  }
}

.c-cta_title {
  font-size: min(6vw, 34px);
  
  font-weight: 800;
  letter-spacing: 0.05em;
}

.c-cta_text {
  font-size: max(2.3vw, 16px);
  font-weight: 700;
  line-height: 1.4;
}

.c-cta_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  margin-top: 38px;
}
.c-btn {
  border: none;
  border-radius: 5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(1.8vw, 15px);
  height: max(8vw, 60px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px;
  width: 45%;
  .text {
    position: relative;
    left: -0.7em;
  }
  .arrrow {
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: inherit;
    display: block;
    rotate: -45deg;
    width: 10px;
    height: 10px;
    position: relative;
    right: 18px;
  }
  & + .or {
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
}

.c-btn_icon {
  aspect-ratio: 1 /1;
  background: #fff;
  border-radius: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.c-btn.btn1 {
  background: var(--blue_light) linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  color: #fff;
  .icon_img {
    width: 56%;
  }
}
.c-btn.btn2 {
  background: var(--yellow) linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  color: var(--blue);
  .icon_img {
    width: 45%;
  }
}

.c-cta_lead.is_overwrap {
  position: absolute;
  left: 50%;
  translate: -50% -1.6em;
  width: 7em;
  & + .c-cta_title {
    margin-top: 14px;
  }
}

.c-cta_box.under_fv {
  border: 6px solid #D8E6F0;
  max-width: 900px;
  margin: -80px auto 0;
  padding-block: 9px 42px;
  .c-cta_lead .font_en {
    font-size: 1.66em;
  }
  .c-cta_btn_wrap {
    margin-top: 20px;
  }
}

.c-cta_section_lead {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 38px;
}

.c-cta_box_lead_wrap {
  display: flex;
  justify-content: center;
  gap: 10px 5%;
  font-size: 1.5rem;
  .title_logo {
    padding-left: 3%;
  }
  .title {
    background: var(--blue) linear-gradient(180deg, rgba(255,255,255, 0) 0%, rgba(255,255,255,0.2) 100%);
    border: 1px solid var(--black);
    color: #fff;
    line-height: 1.5;
    margin-bottom: 2px;
    .emph {
      color: var(--yellow);
    }
  }
  .text {
    font-size: 1rem;
    text-align: left;
  }
}

.c-cta_box.box2 {
  padding-block: 48px 56px;
  .c-cta_btn_wrap {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn {
    font-size: var(--font_size-md);
    height: 100px;
  }
  .c-cta_lead {
    font-size: 2.25rem;
  }
  .c-cta_lead.is_overwrap {
    translate: -50% -1.5em;
  }
  .c-cta_title {
    font-size: var(--font_size-xl);
  }
  .c-cta_text {
    font-size: 1.5rem;
  }
  .c-cta_box.under_fv {
    .c-btn {
      height: 80px;
    }
    .c-cta_lead {
      font-size: 1.5rem;
    }
    .c-cta_title {
      font-size: var(--font_size-lg);
    }
    .c-cta_text {
      font-size: var(--font_size-sm_md);
    }
  }
}

@media screen and (max-width: 767px) {
  .c-cta_box {
    padding-inline: 5%;
  }
  .c-cta_btn_wrap {
    flex-direction: column;
  }
  .c-btn {
    width: 100%;
    max-width: 280px;
  }
  .c-cta_section_lead {
    font-size: var(--font_size-md);
  }
  .c-cta_box_lead_wrap {
    font-size: var(--font_size-md);
    flex-direction: column;
    .title_logo {
      padding-left: 0;
    }
    .text {
      font-size: var(--font_size-sm);
      margin-top: 6px;
    }
  }
}

@media screen and (max-width: 590px) {
  .c-cta_section_lead {
    max-width: 17em;
    margin: 0 auto 30px;
  }
}

/*-----------------
proposal
-----------------*/
.proposal {
  background: linear-gradient(#E9F0FA, #FFFFFF 70%);
  margin-top: -222px;
  padding-top: 295px;
  padding-bottom: 75px;
  .section_title .logo {
    margin-left: 0.6em;
    margin-right: 0.3em;
    margin-bottom: 0.16em;
  }
}

.case_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 58px;
  font-size: min(2.2vw, var(--font_size-md));
}

.case_list_item {
  background-color: #E4EBF0;
  box-shadow: var(--box_shadow);
  font-weight: 700;
  height: 12em;
  padding: 20px 8% 20px 6%;
  position: relative;
}

.case_label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  padding-inline: 12px;
  .num {
    font-size: 1.375em;
    margin-left: 6px;
  }
}

.case_list_body {
  display: grid;
  align-items: center;
  height: 100%;
}

.case_text,
.case_image {
  grid-area: 1 / 1;
}

.case_text {
  position: relative;
  z-index: 1;
}

.case_image {
  justify-self: end;
  align-self: center;
  max-height: calc(12em - 40px);
}

@media screen and (max-width: 767px) {
  .case_list {
    grid-template-columns: 1fr;
    font-size: var(--font_size-sm_md);
  }
  .case_list_item {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  .case_label {
    font-size: 0.875rem;
  }
}

/*-----------------
strength
-----------------*/
.strength {
  background: var(--grad_main);
}
.strength::before {
  content: '';
  display: block;
  background: #fff;
  width: 50%;
  max-width: 800px;
  height: clamp(40px, 6.25vw, 100px);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: relative;
  top: 0;
  left: 50%;
  translate: -50% 0;
  margin-bottom: 35px;
}

.strength_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 56px;
}

.strength_item {
  background-color: #fff;
  box-shadow: var(--box_shadow);
  position: relative;
  .num {
    background: linear-gradient(90deg, #FFF889, #B6E5FF);
    background-clip: text;
    color: transparent;
    font-size: 4rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    filter: drop-shadow(0 0 1px var(--blue));
    position: absolute;
    top: -0.5em;
    left: 22px;
  }
  .inner {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
  }
  .text_area {
    position: relative;
    z-index: 2;
  }
}

.strength_title {
  color: var(--blue);
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
  margin-bottom: 30px;
  .title_lead {
    font-size: var(--font_size-md);
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-inline: 10px;
  }
}

.strength_img {
  width: 240px;
  position: relative;
}
.strength_img.img1 {
  top: 60%;
}
.strength_img.img3 {
  width: 331px;
}

.strength_item:nth-of-type(even) {
  .num {
    left: inherit;
    right: 22px;
  }
}

@media screen and (min-width: 768px) {
  .strength_item {
    height: 320px;
    .text_area {
      width: 55.5%;
    }
  }
  .strength_img {
    position: absolute;
    right: 11%;
    top: 50%;
    transform: translateY(-50%);
  }
  .strength_item:nth-of-type(even) {
    flex-direction: row-reverse;
    .text_area {
      margin-left: auto;
    }
    .strength_img {
      left: 13%;
    }
  }
}

@media screen and (max-width: 767px) {
  .strength_title {
    font-size: max(3.6vw, 24px);
  }
  .strength_img {
    text-align: center;
    margin: 0 auto;
    top: 20px;
  }
  .strength_img.img1 {
    width: 50%;
  }
  .strength_img.img2 {
    width: 50%;
  }
  .strength_img.img3 {
    width: 80%;
  }
}

.support {
  display: flex;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 92px;
  gap: 51px;
  .text_area {
    margin-top: -10px;
  }
}

.support_title {
  font-size: var(--font_size-lg);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  .text2 {
    line-height: 1.6;
  }
  .emph {
    background-color: var(--blue);
    color: var(--yellow);
    display: inline-block;
    line-height: 1.3;
    padding-inline: 6px;
  }
}

.support_text {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .support .text_area {
    min-width: 474px;
  }
}

@media screen and (max-width: 767px) {
  .support {
    flex-direction: column;
  }
  .support_title {
    font-size: var(--font_size-md);
  }
}

/*-----------------
occupation
-----------------*/
.occupation {
  background: linear-gradient(to bottom, #E9F0FA, #fff);
  padding-block: 95px 80px;
  .heading_with_illust {
    gap: 10px 4%;
    .illust {
      display: inline-block;
      position: relative;
    }
  }
  .heading_lead {
    margin-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .occupation .heading_with_illust {
    .text_wrap {
      width: 66%;
    }
    .illust {
      top: -15px;
    }
  }
}


.occupation_title {
  color: var(--blue);
  font-size: var(--font_size-lg);
  line-height: 1.1;
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.occupation_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--blue);
  margin: 15px auto 0;
}

.occupation_list {
  display: flex;
  gap: 20px 4%;
  margin-top: 58px;
}

.occupation_item {
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  font-weight: 700;
  text-align: center;
  padding-bottom: 45px;
  .label {
    font-size: var(--font_size-md);
    padding: 5px;
  }
  .title {
    font-size: var(--font_size-lg);
    line-height: 1.1;
    margin-top: 30px;
  }
  .tag {
    border: 1px solid var(--blue);
    border-radius: 3em;
    color: var(--blue);
    font-size: var(--font_size-sm_md);
    padding: 0 13px;
    width: fit-content;
    margin: 23px auto 0;
    line-height: 1.5;
  }
}

.occupation_table {
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  border-collapse: collapse;
  margin-top: 38px;
  width: 100%;
  tr {
    height: 80px;
  }
  th {
    background-color: #EDF8FF;
    border-bottom: 1px solid #fff;
    font-size: var(--font_size-md);
    font-weight: 700;
    text-align: left;
    padding-inline: 4.5%;
    width: 31%;
  }
  td {
    border-bottom: 1px solid #EDF8FF;
    padding-inline: 4.5%;
    width: 70%;
  }
  tr:last-of-type {
    th, td {
      border: none;
    }
  }
  .td_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
  }
}

@media screen and (max-width: 767px) {
  .occupation_list {
    flex-direction: column;
    align-items: center;
  }
  .occupation_title {
    font-size: 1.5rem;
  }
  .occupation_item {
    max-width: 340px;
    .title {
      font-size: 1.5rem;
      margin-top: 30px;
    }
    .tag {
      font-size: 1rem;
    }
  }
  .occupation_table {
    tr {
      height: 80px;
    }
    th {
      font-size: var(--font_size-sm);
      padding: 0 10px;
      width: 31%;
    }
    td {
      font-size: var(--font_size-xs);
      padding: 0 10px;
      width: 70%;
    }
    .td_list {
      gap: 10px 30px;
    }
  }
}

/*-----------------
voice
-----------------*/
.voice {
  background-color: #EDF8FF;
  padding-block: 44px 82px;
  .c-section_title .logo {
    width: 9.6em;
    margin-right: 8px;
  }
}

.voice_list {
  margin-top: 58px;
}

.voice_card {
  background-color: #fff;
  box-shadow: var(--box_shadow);
  margin-top: 40px;
  position: relative;
  padding: 40px 5% 50px;
  .inner {
    max-width: 900px;
    margin: 0 auto;
  }
}

.voice_label {
  color: var(--yellow);
  font-size: var(--font_size-sm_md);
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  line-height: 1;
  .num {
    font-size: 2.22em;
    margin-top: 7px;
  }
}

.voice_card_header {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-left: 2%;
  .user_icon {
    width: 24%;
    max-width: 200px;
  }
}

.voice_title_lead {
  background-color: #CFEDFF;
  color: var(--blue);
  font-size: var(--font_size-sm_md);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.8;
  padding-inline: 14px;
}

.voice_title {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
}

.voice_salary_box {
  display: inline-flex;
  align-items: center;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 900;
  margin-top: 22px;
  position: relative;
}

.salary_box_label {
  background: var(--blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;  
  font-size: var(--font_size-sm_md);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  width: 60px;
  height: 60px;
}

.salary_box_main {
  display: inline-flex;
  align-items: baseline;
  margin-left: 10px;
}

.salary_box_current,
.salary_box_target {
  line-height: 1;
  white-space: nowrap;
}

.salary_box_current_num {
  font-size: 2.22em;
}

.salary_box_arrow {
  margin-inline: 11px;
  position: relative;
  bottom: 5px;
}

.salary_box_target_num {
  font-size: 3.55em;
  letter-spacing: 0;
}

.salary_box_target_unit {
  font-size: 1.77em;
}

.salary_badge {
  aspect-ratio: 1 / 1;
  background: var(--yellow);
  border-radius: 5em;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  position: relative;
  top: -12px;
  margin-left: 16px;
  padding-left: 6px;
  white-space: nowrap;
}
.salary_badge::before {
  content: "";
  background: var(--yellow);
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 14px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  rotate: -100deg;
}

.salary_badge_num,
.salary_badge_text {
  font-size: var(--font_size-lg);
  color: var(--blue);
  display: inline-block;
  letter-spacing: 0;
}
.salary_badge_num {
  line-height: 0.8;
  margin-top: 9px;
  &+.sm {
    font-size: 0.8125rem;
  }
}

.comparison_table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 37px;
  table-layout: fixed
}

.comparison_col_head {
  width: 150px;
}
.comparison_col_before,
.comparison_col_after {
  width: calc(50% - 75px);
}

.comparison_col_after {
  font-weight: 600;
}

.comparison_head {
  .before, .after {
    text-align: center;
    position: relative;
    font-size: 15px;
  }
  .before span,
  .after span {
    background: #fff;
    border: 1px solid var(--black);
    border-radius: 3em;
    line-height: 1;
    width: 120px;
    padding-block: 4px;
    position: absolute;
    top: -14px;
    left: 49%;
    transform: translateX(-50%);
  }
  .after span {
    top: -18px;
  }
  .after span {
    border-color: var(--red);
    border-width: 2px;
    color: var(--red);
    font-size: 1.2em;
  }
}

.comparison_table_body {
  table-layout: fixed;
  th, td {
    border: 1px solid var(--black);
    text-align: left;
    height: 70px;
  }
  th {
    background: #F5F5F5;
    font-size: var(--font_size-sm_md);
    font-weight: 700;
    line-height: 1.4;
    padding-inline: 21px;
  }
  td {
    line-height: 1.6;
    padding-inline: 12px;
  }
}

.voice_key_point {
  background-color: #EDF8FF;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px 30px;
  line-height: 1.8;
  height: 90px;
  margin-top: 22px;
  padding-inline: 25px;
  .ttl {
    color: var(--blue);
    font-size: var(--font_size-sm_md);
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .voice_card {
    padding: 60px 5% 52px;
  }
  .voice_label {
    width: 60px;
    height: 60px;
    font-size: var(--font_size-sm);
  }
  .voice_card_header {
    flex-direction: column-reverse;
    align-items: center;
    .user_icon {
      width: 50%;
    }
  }
  .voice_title_lead {
    font-size: 1rem;
  }
  .voice_title {
    font-size: var(--font_size-md);
  }
  .voice_salary_box {
    font-size: var(--font_size-sm);
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-right: 60px;
  }
  .salary_box_main {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .salary_box_arrow {
    bottom: 0;
    rotate: 90deg;
  }
  .salary_badge {
    position: absolute;
    right: 0;
    top: 0;
  }
  .comparison_table_wrap {
    overflow-x: scroll;
  }
  .comparison_table {
     min-width: 470px;
  }
  .comparison_col_head {
    width: 66px;
  }
  .comparison_col_before,
  .comparison_col_after {
    width: calc(50% - 33px);
  }
  .comparison_head {
    .before, .after {
      font-size: 12px;
    }
  }
  .comparison_table_body {
    th {
      font-size: var(--font_size-sm);
      letter-spacing: 0;
      padding-inline: 10px;
    }
  }
  .voice_key_point {
    flex-direction: column;
    height: auto;
    padding-block: 10px;
    padding-inline: 10px;
   .ttl {
      font-size: 1rem;
    }
  }
}

/*-----------------
message_promise
-----------------*/
.message_promise {
  background: url(../img/message_bg.png) no-repeat top / contain;
}
.message {
  display: flex;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: auto;
  max-width: 1350px;
  .section_title {
    font-size: var(--font_size-lg);
    line-height: 1.6;
    margin-top: 79px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1101px) {
  .message {
    margin-left: calc((100% - 1100px) / 2);
  }
}

.message_text {
  width: 50%;
  margin-right: 5.5%;
}
.message_img {
  width: 44.5%;
}
.message_body {
  font-size: var(--font_size-sm_md);
  font-weighht: 500;
  letter-spacing: 0;
  margin-top: 52px;
  p {
    margin-bottom: 1.9em;
  }
}

@media screen and (max-width: 767px) {
  .message {
    flex-direction: column;
    align-items: center;
    margin: 0 5%;
    .section_title {
      font-size: 1.5rem;
    }
  }
  .message_text {
    width: 100%;
    margin-right: 0;
  }
  .message_img {
    width: 100%;
    max-width: 400px;
  }
  .message_body {
    font-size: var(--font_size-sm);
  }
}

.promise {
  padding-bottom: 80px;
}
.promise .heading_with_illust {
  width: 90%;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .promise .heading_with_illust {
    max-width: 1000px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 6%;
    .illust {
      position: relative;
      top: 12px;
      width: 28%;
    }
  }
}

.promise_list {
  background-color: #fff;
  box-shadow: var(--box_shadow);
  max-width: 1100px;
  width: 90%;
  margin: -10px auto 0;
  padding: 61px 3%;
}
.promise_item {
  display: flex;
  align-items: center;
  gap: 10px 52px;
}
.promise_item:not(:first-of-type) {
  margin-top: 40px;
}

.promise_block_num {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(90deg, #FFF889 0%, #B6E5FF 100%);
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  .label {
    font-size: var(--font_size-md);
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .value {
    margin-top: 8px;
    font-size: var(--font_size-xl);
  }
}

.promise_block_num_inner {
  color: var(--blue);
  line-height: 1.2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promise_block_content .title {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .promise_item {
    flex-direction: column;
  }
  .promise_block_num {
    width: 100px;
    height: 100px;
    .label {
      font-size: 1rem;
    }
    .value {
      font-size: var(--font_size-md);
    }
  }
  .promise_block_content .title {
    font-size: 1.6em;
  }
}

/*-----------------
about
-----------------*/
.about {
  background: linear-gradient(#C2EAFF, #CCE0FE);
  padding-block: 61px;
}

.about_list {
  display: flex;
  align-items: center;
  gap: 20px 4%;
}

.about_list_item {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 6px solid #C2E6FF;
  border-radius: 50%;
  box-shadow: var(--box_shadow);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  .upper {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
  }
  .middle {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .lower {
    min-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.5em;
  }
  .md {
    font-size: 1.16em;
  }
  .lg {
    font-size: 1.33em;
  }
  .xl {
    font-size: 1.66em;
  }
  .adjust1 {
    margin-top: 10px;
  }
  .adjust2 {
    margin-top: -5%;
  }
}

.about_text {
  margin: 40px auto 0;
  max-width: 800px;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .about_list_item .img1 {
    width: 30%;
  }
  .about_list_item .img2 {
    width: 46%;
  }
  .about_list_item .img3 {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .about_list {
    flex-direction: column;
  }
  .about_list_item {
    max-width: 380px;
    width: 80%;
  }
}

/*-----------------
adviser
-----------------*/
.career_adviser {
  padding-block: 45px 80px;
  .lead_text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 36px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.adviser_list {
  margin-top: 58px;
}

.adviser_card {
  background-color: #fff;
  box-shadow: var(--box_shadow);
  margin-top: 40px;
  position: relative;
  padding: 30px 4.5% 38px;
  min-height: 540px;
}

.adviser_card_header {
  display: grid;
  grid-template-columns: 27.5% 1fr;
  grid-template-rows: auto auto;
  gap: 16px 6.5%;
  align-items: start;
  width: 91%;
  margin-left: auto;
  .parsonal_icon {
    grid-row: 1 / 3;
    grid-column: 1;
  }
  .text_area {
    width: calc(100% - 200px);
  }
}

.adviser_name {
  font-size: var(--font_size-sm_md);
  grid-column: 2;
  grid-row: 1;
  margin-top: 46px;
  .lg {
    font-size: 1.77em;
    margin-left: 15px;
  }
}

.advantage_box {
  border: 1px solid var(--blue);
  background: #fff;
  padding: 5% 5% 4%;
  position: relative;
  grid-column: 2;
  grid-row: 2;
  p {
    line-height: 1.6;
  }
}
.advantage_box_label {
  background: #fff;
  color: var(--blue);
  font-size: var(--font_size-sm_md);
  font-weight: 600;
  padding: 0 8px;
  position: absolute;
  top: -0.9em;
  left: 21px;
}

.adviser_comments {
  display: flex;
  gap: 10px 38px;
  margin-top: 40px;
  .title {
    font-size: var(--font_size-md);
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
    padding: 6px;
  }
  .text {
    position: relative;
  }
  .text::before {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
  }
}
.adviser_motto {
  flex: 1;
  .title {
    background-color: #FFFBB9;
    color: #E0B200;
  }
  .text::before {
    background: url(../img/about_motto.svg) no-repeat center / contain;
    width: 67px;
    height: 54px;
    left: -3em;
  }
}
.adviser_message {
  flex: 1;
  .title {
    background-color: #CDE5F6;
    color: var(--blue);
  }
  .text::before {
    background: url(../img/about_message.svg) no-repeat center / contain;
    width: 79px;
    height: 57px;
    left: -4em;
  }
}

@media screen and (max-width: 767px) {
  .career_adviser {
    .lead_text {
      font-size: var(--font_size-md);
    }
  }
  .adviser_card_header {
    width: 100%;
    grid-template-columns: 22% 1fr;
    .parsonal_icon {
      max-width: 80px;
    }
  }
  .adviser_name {
    font-size: 1rem;
    margin-top: 1.5em;
  }
  .advantage_box {
    grid-column: 1 / -1;
    margin-top: 30px;
  }
  .advantage_box_label {
    font-size: 1rem;
  }
  .adviser_comments {
    flex-direction: column;
    .title {
      font-size: 1rem;
    }
    .text::before {
      top: calc(-100% - 1em);
    }
  }
  .adviser_message {
    margin-top: 2em;
  }
}

.adviser_commitment {
  background-color: #EDF8FF;
  margin-top: 66px;
}
.adviser_commitment_title {
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 17px;
  text-align: center;
}
.adviser_commitment_text_img {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 10px 62px;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding-block: 40px 50px;
  .text {
    line-height: 1.9;
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .adviser_commitment_title {
    font-size: var(--font_size-sm_md);
    padding: 10px ;
  }
  .adviser_commitment_text_img {
    flex-direction: column;
    font-size: 1rem;
  }
}

/*-----------------
flow
-----------------*/
.flow {
  background: var(--grad_main);
  padding-block: 38px 80px;
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 56px auto 0;
  padding: 0;
}

.flow_card {
  background: #fff;
  display: grid;
  grid-template-rows:
    1fr   /* STEP */
    116px /* カード（揃える） */
    2fr;  /* テキスト */
  height: 260px;
  text-align: center;
  position: relative;
}
.flow_item:not(:last-child) .flow_card::after {
  content: "";
  background: var(--blue);
  position: absolute;
  top: calc(50% - 2px);;
  left: calc(100% - 1px);
  width: 22px;
  height: 4px;
}

.flow_step {
  font-size: clamp(12px, 1.36vw, 16px);
  font-weight: 700;
  line-height: 1;
  .label {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 12px;
  }
  .num {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
}

.flow_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  .step3_img {
    position: relative;
    top: 7px;
    left: 11px;
  }
}

.flow_title {
  color: var(--blue);
  font-size: var(--font_size-md);
  font-size: clamp(16px, 1.95vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_text {
  font-size: clamp(11px, 1.36vw, 16px);
  margin: 14px 0 0;
  padding-inline: 10px;
}

@media screen and (max-width: 767px) {
  .flow_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
  .flow_item:not(:last-child) .flow_card::after {
    display: none;
  }
  .flow_card {
    height: 200px;
    grid-template-rows: 1fr 100px 2fr;
  }
  .flow_icon img {
    height: 70%;
  }
}

/*-----------------
faq
-----------------*/
.faq {
  padding-block: 58px 80px;
  .c-section_title {
    font-size: var(--font_size-xl);
  }
}

.faq_wrap {
  margin-top: 46px;
}
.faq_item {
  background: #fff;
  border: 1px solid #C2E6FF;
  border-radius: 4px;
  box-shadow: var(--box_shadow);
  margin-top: 24px;
}
summary {
  display: block;
  list-style-type: none;
}
summary::-webkit-details-marker {
  display: none;
}
.faq_question {
  cursor: pointer;
  font-size: var(--font_size-md);
  font-weight: 700;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 70px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 30px 14px 30px 48px;
}
.faq_question .text_q {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}

.faq_icon {
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
details[open] .faq_icon {
  transform: rotate(135deg); /* ↓ */
}

.faq_answer {
  background-color: #fafafa;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  padding: 30px 48px;
}
.faq_answer .text_a {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faq .c-section_title {
    font-size: var(--font_size-lg);
  }
  .faq_question {
    font-size: 1rem;
    grid-template-columns: 36px 1fr 20px;
    padding: 20px 14px;
  }
  .faq_question .text_q {
    font-size: 2rem;
  }
  .faq_answer {
    grid-template-columns: 36px 1fr;
    padding: 20px 14px;
  }
  .faq_answer .text_a {
    font-size: 2rem;
  }
}

/*-----------------
contact
-----------------*/
.contact {
  background: var(--grad_main);
  padding-block: 38px 60px;
}
.contact_form_wrap {
  background-color: #fff;
  box-shadow: var(--box_shadow);
  margin-top: 52px;
  padding: 60px 10px 80px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 935px;
  margin: 0 auto;
}
.form_row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px 50px;
  align-items: start;
  &.row_mt {
    margin-top: 10px;
  }
}

.form_label_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.form_label {
  font-weight: 700;
  line-height: 1.5;
}

.required_tag {
  background: #FF4747;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
/*  display: inline-flex;
  align-items: center;
  justify-content: center;*/
  /*min-width: 38px;*/
  /*height: 24px;*/
  padding: 0 4px;
}

.form_field input,
.form_field select,
.form_field textarea {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 16px;
  appearance: none;
  width: 100%;
  max-width: 600px;
  height: 50px;
  padding: 0 16px;
}

.form_field input::placeholder,
.form_field textarea::placeholder {
  color: #aaa;
}

.birth_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 490px;
}

.select_wrap {
  position: relative;
  select {
    color: #aaa;
    position: relative;
  }
  select:valid {
    color: #333;
  }
}
.select_wrap::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.select_medium {
  max-width: 330px;
}

.address_group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.address_postcode {
  max-width: 330px;
}

.timing_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 14px;
  max-width: 600px;
}

.timing_item {
  position: relative;
  cursor: pointer;
  input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
.timing_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 5em;
  color: #999;
  text-align: center;
  transition: 0.2s;
}

.timing_item input:checked + span {
  background: #C0E1FD;
  border-color: #C0E1FD;
  color: var(--blue);
}

.error_message {
  color: var(--red);
}

.form_submit {
  margin-top: 45px;
  text-align: center;
}
.submit_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 276px;
  height: 60px;
  padding: 0 40px;
  background: #41A4F6 linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
  border: none;
  border-radius: 5em;
  color: #fff;
  font-size: var(--font_size-sm_md);
  font-weight: 700;
  cursor: pointer;
}
.submit_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.submit_btn.btn_back {
  background: #aaa;
  margin-bottom: 20px;
  &::after {
    left: 24px;
    transform: translateY(-50%) rotate(225deg);
  }
}

@media screen and (max-width: 767px) {
  .form_section {
    padding: 50px 16px;
  }

  .form_row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .form_label_wrap {
    min-height: auto;
  }

  .birth_grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .timing_list {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .select_medium,
  .address_postcode {
    max-width: 100%;
  }

  .submit_btn {
    min-width: 260px;
    height: 56px;
    font-size: 1rem;
  }
}

/*-----------------
company
-----------------*/
.company {
  padding-block: 60px 110px;
}
.company_info_list {
  margin-top: 64px;
}
.company_info_item {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 16% 1fr;
  gap: 20px;
  padding: 14px 0;
}
.company_info_item dt {
  font-weight: 700;
}
.company_info_item dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .company_info_list {
    margin-top: 40px;
  }
  .company_info_item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/*-----------------
footer
-----------------*/
.footer {
  text-align: center;
  .link_wrap {
    margin-bottom: 20px;
    a {
      display: inline-block;
      &:hover {
        opacity: 0.7;
      }
    }
  }
  small {
    background: var(--black);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding: 5px 1px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer small {
    font-size: 11px;
  }
}


/*-----------------
form confirm&thanks
-----------------*/
.contact_confirm {
  padding: 50px 8px;
  .form_row {
    border-bottom: 1px solid #aaa;
    padding: 10px;
    max-width: 950px;
    margin: 0 auto;
  }
}
.confirm_lead {
  text-align: center;
  margin-top: 20px;
}
.thanks_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 142px);
  padding: 20px 5%;
  p {
    margin-bottom: 1.2em;
  }
  .thanks_title {
    margin-bottom: 50px;
  }
  .submit_btn {
    margin-top: 50px;
  }
}


