<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Mixin
 * BreakPointや便利関数を定義
 * 肥大化するようならファイル分けする
 */
/*
 * 便利関数などを以下で設定
 */
/**
 * カラー設定
 */
/**
 * Font Family
 */
.is-pc {
  display: block !important;
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.award-bnr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e1e9f0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 980px;
  padding: 20px 24px 18px 24px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .award-bnr {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 20px;
  }
}
.award-bnr .award-bnr-text {
  padding-right: 14px;
  width: calc(49.5% - 14px);
}
@media (max-width: 767px) {
  .award-bnr .award-bnr-text {
    padding-right: 0;
    width: 100%;
  }
}
.award-bnr .award-bnr-text .award-bnr-text-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 767px) {
  .award-bnr .award-bnr-text .award-bnr-text-title {
    font-size: 1.34rem;
    line-height: 26px;
  }
}
.award-bnr .award-bnr-text .award-bnr-text-title img {
  display: inline-block;
  vertical-align: bottom;
  height: auto;
  width: 151px;
}
@media (max-width: 767px) {
  .award-bnr .award-bnr-text .award-bnr-text-title img {
    width: 100px;
  }
}
.award-bnr .award-bnr-text-lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 21px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .award-bnr .award-bnr-text-lead {
    font-size: 1.27rem;
    line-height: 19px;
    margin-top: 16px;
  }
}
.award-bnr .award-bnr-img {
  width: 50.5%;
}
@media (max-width: 767px) {
  .award-bnr .award-bnr-img {
    margin-top: 16px;
    width: 100%;
  }
}
.award-bnr .award-bnr-img source,
.award-bnr .award-bnr-img img {
  height: auto;
  width: 100%;
}

section {
  text-align: center;
}

main .btn_entry {
  font-size: 17px;
  font-weight: 700;
  padding: 15px 16px;
  color: #fff;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#FEA725), to(#EB690C));
  background: linear-gradient(90deg, #FEA725 0%, #EB690C 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 404px;
  margin: 0 auto;
  letter-spacing: 0.06em;
  position: relative;
}
@media (max-width: 767px) {
  main .btn_entry {
    margin: 0 5.1282051282vw;
    width: calc(100% - 10.2564102564vw);
    padding: 4.1025641026vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 4.1025641026vw;
  }
  main .btn_entry.sp-sm {
    font-size: 3.4615384615vw;
  }
}
main .btn_entry::before {
  content: "";
  width: 71px;
  height: 23px;
  display: inline-block;
  background-image: url("/img/top/cta_bubble01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}
main .btn_entry::after {
  content: "";
  width: 6px;
  height: 9px;
  display: inline-block;
  background-image: url("/img/top/cta_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
}
@media (max-width: 390px) {
  main .btn_entry::after {
    right: 12px;
  }
}
main .btn_entry:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
main .btn_entry svg {
  margin-left: 1.2rem;
}
main .btn_entry.btn_blue {
  background-image: -webkit-linear-gradient(90deg, #278FF0 0%, #0062C3 100%);
  background: var(--grd-blue, linear-gradient(90deg, #278FF0 0%, #0062C3 100%));
  text-align: center !important;
}
main .btn_entry_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  /* transition: .5s; */
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 767px) {
  main .btn_entry_bottom {
    gap: 10px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
}
main .btn_entry_bottom .btn_entry {
  position: relative;
  margin: 16px 0;
  padding: 16px 30px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  width: 420px;
  text-align: left;
}
@media (max-width: 767px) {
  main .btn_entry_bottom .btn_entry {
    margin: 10px 0;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding: 12px 20px 12px 12px;
    width: 61%;
  }
}
@media (max-width: 390px) {
  main .btn_entry_bottom .btn_entry {
    font-size: 13px;
    padding: 12px 16px 12px 12px;
  }
}
main .btn_entry_bottom .btn_entry::before {
  content: none;
}
main .btn_entry_bottom .btn_entry:hover {
  opacity: 1;
}
main .btn_entry_bottom .btn_entry .copy {
  font-size: 15px;
}
@media (max-width: 390px) {
  main .btn_entry_bottom .btn_entry .copy {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main .btn_entry_bottom .btn_blue {
    width: 34%;
    font-size: 14px;
    line-height: normal;
  }
}
main .btn_entry_bubble {
  font-size: 15px;
  font-weight: 500;
  padding: 50px 0 12px;
  color: #eb690c;
  text-align: center;
}
@media (max-width: 767px) {
  main .btn_entry_bubble {
    padding: 30px 0 5px;
    font-size: 3.3333333333vw;
  }
}
main .btn_entry .copy {
  font-size: 12px;
  background: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  color: #EF7200;
  margin-right: 10px;
}
@media (max-width: 767px) {
  main .btn_entry .copy .btn_entry .copy {
    font-size: 12px;
    margin-right: 10px;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media (max-width: 390px) {
  main .btn_entry .copy {
    margin-right: 5px;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.btn_link {
  padding: 15px 0;
  border-radius: 6px;
  background: rgb(1, 76, 150);
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: relative;
  width: 404px;
}
@media only screen and (min-width: 769px) {
  .btn_link {
    font-size: 16px;
  }
}
.btn_link::after {
  content: "";
  width: 6px;
  height: 9px;
  display: inline-block;
  background-image: url("/img/top/cta_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
}

.det-link {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 14px;
  color: #1e1e1e;
  margin-top: 15px;
}

.bg_blar_gdt-b-w {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

h2.top_h2 {
  color: var(--main-blue);
  font-size: 45px;
  border-bottom: 3px solid var(--main-blue);
  display: inline-block;
  padding: 5px 30px;
}

h3.top_h3 {
  color: var(--main-blue);
  font-size: 32px;
  color: #1E1E1E;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

h4.top_h4 {
  font-size: 18px;
  margin-top: 45px;
}

.mt-80 {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .mt-80 {
    margin-top: 40px;
  }
}
@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-left2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes infinity-scroll-left2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.js-scroll_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-scroll_list:first-child {
  -webkit-animation: infinity-scroll-left 140s -70s linear infinite;
          animation: infinity-scroll-left 140s -70s linear infinite;
}

.js-scroll_list:last-child {
  -webkit-animation: infinity-scroll-left2 140s linear infinite;
          animation: infinity-scroll-left2 140s linear infinite;
}

.art-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.art-list li {
  width: 49%;
  margin-top: 30px;
}

.art-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
}

.art-list img {
  width: 30%;
  border-radius: 10px 0 0 10px;
}

.art-list p {
  padding: 17px 60px 17px 14px;
  font-size: 14px;
  text-align: left;
  position: relative;
}

.art-list p:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  right: 25px;
  top: calc(50% - 5px);
  background-image: url(/img/header/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.top-mv .slick-dots {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots .slick-active button {
  background-color: rgba(238, 116, 8, 0.6196078431);
}

.slick-center {
  margin: auto 10px;
}

#main_area .top-mv {
  position: relative;
}

#top-clt_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100px;
  width: 100%;
}

#top-clt_logo ul {
  border-bottom: 1px solid #f0f0f0;
  height: 100%;
}

#top-clt_logo li {
  padding: 0 10px;
}

#under_mv {
  padding: 50px 0 60px;
}

#under_mv h2 {
  color: var(--main-blue);
  font-size: 30px;
}

#under_mv .under_mv-desc {
  font-size: 15px;
  line-height: 33px;
  margin-top: 36px;
}

#under_mv .under_mv-desc b {
  color: var(--main-blue);
}

#under_mv .under_mv-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 46px;
}

#under_mv .under_mv-point-ttl {
  color: var(--main-light-blue);
  font-size: 15px;
  line-height: 26px;
  margin-top: 15px;
}

#under_mv .under_mv-point-ttl strong {
  font-size: 30px;
  font-weight: 700;
  margin: 5px;
  line-height: 35px;
}

#under_mv .under_mv-point-dtl {
  font-size: 13px;
  line-height: 24px;
  margin-top: 20px;
}

#under_mv .under_mv-point-dtl b {
  color: var(--main-light-blue);
}

#under_mv .btn_entry {
  margin-top: 45px;
}

#problem {
  background: rgba(1, 76, 150, 0.1);
  padding: 65px 0;
}
@media (max-width: 767px) {
  #problem {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 769px) {
  #problem h2 {
    color: #1E1E1E;
    font-family: Noto Sans JP, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #problem h2 {
    font-size: 20px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  #problem h2 span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #problem h2 span {
    font-size: 16px;
  }
}
#problem h2 b {
  font-size: 30px;
}
@media (max-width: 767px) {
  #problem h2 b {
    font-size: 26px;
  }
}
#problem .problem-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #problem .problem-case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#problem .problem-case .fukidasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
  background: #fff;
  margin: 0 auto 20px;
  font-size: 15px;
  width: 100%;
  padding: 14px 15px;
}
@media (max-width: 767px) {
  #problem .problem-case .fukidasi {
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 19px;
    gap: 5px;
  }
  #problem .problem-case .fukidasi span {
    color: #1E1E1E;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
  }
}
#problem .problem-case li {
  width: 30%;
  margin-top: 42px;
}
@media (max-width: 767px) {
  #problem .problem-case li {
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
}
#problem .problem-sol {
  font-size: 15px;
  color: var(--main-orange);
  font-weight: 700;
  color: #1E1E1E;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  #problem .problem-sol {
    font-size: 1.875vw;
  }
}
#problem .problem-sol-dtl {
  color: var(--main-font-color);
  opacity: 0.9;
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
  color: #1E1E1E;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  #problem .problem-sol-dtl {
    margin-top: 5px;
  }
}
#problem .problem-sol-dtl a {
  text-decoration: underline;
}
#problem .problem-img {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  #problem .problem-img {
    width: 100%;
  }
}
#problem .common_inner {
  border-radius: 0;
  background-color: unset;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  #problem .common_inner {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #problem .fukidasi {
    font-size: 13px;
    padding: 7px 19px 8px;
    margin: auto;
  }
}
#problem .fukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 10px solid #fff;
}
#problem .problem-bottom-cv {
  background: #FAFAFA;
  padding: 70px 0;
  margin-top: 70px;
}
@media (max-width: 767px) {
  #problem .problem-bottom-cv {
    padding: 40px 0;
    margin-top: 40px;
  }
}
#problem .problem-bottom-cv .btn_entry_bubble {
  padding-top: 0;
}
@media (max-width: 767px) {
  #problem .problem-bottom-cv .btn_entry_bubble {
    padding-top: 0;
  }
}

.consultant_bnr {
  background-image: url(/img/top/bg_consul_pc_new.png);
  background-color: #012853;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20%;
}

.consultant_bnr img {
  width: 100%;
  max-width: 980px;
  margin: auto;
  display: block;
}

.consultant_bnr .consultant_bnr_txt {
  max-width: 980px;
  margin: 0 auto;
}

.consultant_bnr .consultant_bnr_txt img {
  width: 70%;
  text-align: left;
  margin: 0 0 20px 0;
}

.consultant_bnr .btn_entry {
  width: 287px;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .consultant_bnr .btn_entry {
    width: 287px;
    margin: 0 auto;
  }
}

.consultant_bnr .btn_entry span {
  font-size: 12px;
}

.consultant_bnr .btn_entry::before {
  content: none;
}

.consultant_bnr .btn_entry::after {
  content: none;
}

@media (max-width: 767px) {
  .consultant_bnr {
    background-image: url(/img/top/bg_consul_sp.png);
    background-color: #012853;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 20px;
  }
  .consultant_bnr .consultant_bnr_txt img {
    width: 58%;
    text-align: left;
    margin: 0 0 15px 0;
  }
  .consultant_bnr .consultant_bnr_txt {
    text-align: center;
  }
}
.kv {
  position: relative;
  z-index: 1;
}
.kv img {
  height: auto;
  width: 100%;
}
.kv .fv-cta {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26.4467592593vw;
  height: 4.224537037vw;
  border-radius: 5.71px;
  background: -webkit-gradient(linear, left top, right top, from(#FFA825), to(#EC6A0D));
  background: linear-gradient(90deg, #FFA825 0%, #EC6A0D 100%);
  -webkit-box-shadow: 2.29px 6.86px 11.43px 0px rgba(16, 73, 161, 0.8);
          box-shadow: 2.29px 6.86px 11.43px 0px rgba(16, 73, 161, 0.8);
  position: absolute;
  bottom: 12.2%;
  right: 23%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .kv .fv-cta {
    display: block;
    width: 94%;
    height: 16.4102564103vw;
    bottom: 0;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.102);
            box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.102);
  }
}
.kv .fv-cta:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .kv .fv-cta:hover {
    -webkit-transform: translate(-50%, 50%) scale(1.05);
            transform: translate(-50%, 50%) scale(1.05);
  }
}
@media (max-width: 767px) {
  .kv .fv-cta::after {
    content: "";
    width: 8px;
    height: 12px;
    display: inline-block;
    background-image: url("/img/top/cta_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
  }
}
.kv .fv-cta .fv-cta-bubble {
  width: 6.3657407407vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/img/top/fv-cta-rectangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #EF7200;
  font-size: 0.8101851852vw;
  font-weight: 700;
  line-height: 1.1342592593vw;
  letter-spacing: -0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .kv .fv-cta .fv-cta-bubble {
    background: none;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -3.2051282051vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5.1282051282vw;
    height: 6.4102564103vw;
    width: 40.2564102564vw;
    border: 1px solid #FC9F22;
    font-size: 3.3333333333vw;
    line-height: 6.4102564103vw;
    padding: 0 12px;
  }
}
.kv .fv-cta .fv-cta-bubble .number {
  font-size: 1.1574074074vw;
  line-height: 1.6203703704vw;
}
@media (max-width: 767px) {
  .kv .fv-cta .fv-cta-bubble .number {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (max-width: 767px) {
  .kv .fv-cta .fv-cta-bubble .is-pc {
    display: none;
  }
}
.kv .fv-cta .fv-cta-bubble .txt-md {
  font-size: 0.9259259259vw;
  line-height: 1.2962962963vw;
}
@media (max-width: 767px) {
  .kv .fv-cta .fv-cta-bubble .txt-md {
    font-size: inherit;
    line-height: inherit;
  }
}
.kv .fv-cta .fv-cta-txt {
  color: #FFFFFF;
  font-size: 1.2731481481vw;
  font-weight: 700;
  line-height: 1.2731481481vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.1574074074vw;
}
@media (max-width: 767px) {
  .kv .fv-cta .fv-cta-txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.1282051282vw;
    line-height: 5.1282051282vw;
    min-width: 100%;
    width: 100%;
    height: 100%;
  }
}

.step-form {
  position: relative;
  z-index: 2;
  margin: -75px auto 0;
  max-width: 830px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 10px 5px rgba(198, 198, 198, 0.15);
          box-shadow: 4px 4px 10px 5px rgba(198, 198, 198, 0.15);
  padding: 25px 57px 40px 57px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .step-form {
    margin: -103px 15px 0;
    padding: 35px 14px 30px 14px;
  }
}
.step-form-title {
  font-size: 23px;
  font-weight: 700;
  color: rgb(1, 76, 150);
  text-align: center;
}
@media (max-width: 767px) {
  .step-form-title {
    font-size: 18px;
  }
}
.step-form-title span {
  font-size: 13px;
  font-weight: 400;
  color: rgb(1, 76, 150);
  background: rgba(1, 76, 150, 0.15);
  padding: 3px 6px 4px 6px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .step-form-title span {
    padding: 1px 4px;
    font-size: 10px;
    margin-right: 8px;
  }
}
.step-form-bar-inner {
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  margin: 23px auto 0 auto;
}
@media (max-width: 767px) {
  .step-form-bar-inner {
    width: 44.61%;
  }
}
.step-form-bar-inner:before {
  content: "";
  display: block;
  border-top: 2px solid rgb(217, 217, 217);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
}
.step-form-bar-inner span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: rgb(217, 217, 217);
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .step-form-bar-inner span {
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
}
.step-form-bar-inner span:first-child {
  background-color: rgb(12, 208, 235);
}
.step-form-question {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  margin-top: 15px;
}
.step-form-question::before {
  content: "Q1";
  margin-right: 8px;
  color: #fff;
  background-color: rgb(12, 208, 235);
  font-size: 11px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .step-form-question::before {
    width: 22px;
    height: 22px;
    font-size: 10px;
    border-radius: 11px;
    margin-right: 6px;
  }
}
.step-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 17px;
}
.step-form-buttons button {
  width: 170px;
  padding: 14px 0;
  text-align: center;
  position: relative;
  background-color: rgb(1, 76, 150);
  color: #fff;
  border-color: rgb(1, 76, 150);
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.step-form-buttons button::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 17.5px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
}
.step-form-buttons button.no-select {
  background-color: gray;
}
.step-form-selects {
  margin-top: 17px;
}
.step-form-selects select {
  margin: 10px 0 0;
  padding: 0 10px 0 15px;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  background: rgba(217, 217, 217, 0.4);
  border: none;
  color: #014c96;
  font-size: 13px;
  font-weight: 700;
}
.step-form .cv-middle-btns {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .step-form .cv-middle-btns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: unset;
  }
}
.step-form .cv-middle-btns li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .step-form .cv-middle-btns li {
    width: unset;
  }
}
.step-form .cv-middle-btns li input[type=radio] {
  display: none;
}
.step-form .cv-middle-btns li label {
  font-size: 1.5rem;
  width: 100%;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(1, 76, 150);
  text-align: center;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  display: block;
  padding: 15px 0;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .step-form .cv-middle-btns li label {
    width: 170px;
    font-size: 1.5rem;
    padding: 13.5px 0;
  }
}
.step-form .cv-middle-btns li label:hover {
  opacity: 0.7;
}
.step-form .cv-middle-btns li label::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 17.5px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
}
.step-form .cv-middle-btns li.is-active label {
  background: #014c96;
}
.step-form .cv-middle-btns li.is-disabled label {
  background: gray;
}
@media screen and (min-width: 768px) {
  .step-form .cv-middle-btns li + li {
    margin-left: 12px;
  }
}
.step-form .cv-middle-selectboxes {
  display: none;
}
.step-form .cv-middle-selectbox {
  background: rgb(217, 217, 217);
  border: none;
  color: #014c96;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  height: 52px;
  margin: 20px auto 0 auto;
  max-width: 860px;
  padding: 0 20px 0 25px;
  width: 100%;
}

.fv-cta {
  background-color: #FAFAFA;
}

.fv-form {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.141);
          box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.141);
  margin: -6.5% auto 0;
  max-width: 830px;
  padding: 18px 55px 30px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .fv-form {
    padding: 19px 30px 30px;
  }
}
@media (max-width: 767px) {
  .fv-form {
    padding: 19px 16px 30px;
    margin-top: -10%;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.141);
            box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.141);
  }
}
.fv-form .fv-form-lead {
  background: #11CEE8;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 6px 26px;
  position: absolute;
  text-align: center;
  top: -19px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
}
@media (max-width: 767px) {
  .fv-form .fv-form-lead {
    font-size: 1.6rem;
    padding: 4px 16px;
    top: -15px;
  }
}
.fv-form .fv-form-title {
  color: #2f2f2f;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .fv-form .fv-form-title {
    font-size: 1.5rem;
  }
}
.fv-form .cv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .fv-form .cv-btns {
    display: block;
  }
}
.fv-form .cv-btns-item {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 767px) {
  .fv-form .cv-btns-item + .cv-btns-item {
    margin-top: 12px;
  }
}
.fv-form .cv-btns-item a {
  background: -webkit-gradient(linear, left top, right top, from(#FFA825), to(#EC6A0D));
  background: linear-gradient(90deg, #FFA825 0%, #EC6A0D 100%);
  border-radius: 4px;
  -webkit-box-shadow: 1px 4px 8px 0px rgba(208, 96, 15, 0.302);
          box-shadow: 1px 4px 8px 0px rgba(208, 96, 15, 0.302);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 12px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .fv-form .cv-btns-item a {
    font-size: 1.8rem;
  }
}
.fv-form .cv-btns-item a span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .fv-form .cv-btns-item a span {
    font-size: 1.8rem;
  }
}
.fv-form .cv-btns-item a:hover {
  opacity: 0.7;
}
.fv-form .cv-btns-item a:after {
  border-right: 2px solid white;
  border-top: 2px solid white;
  content: "";
  height: 8px;
  position: absolute;
  right: 17.5px;
  top: 51%;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  width: 8px;
}
.fv-form .cv-btns-item.btn-blue a {
  background: #014C96;
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.122);
          box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.122);
  border: 2px solid #FFFFFF;
}
@media (max-width: 767px) {
  .fv-form .cv-btns-item.btn-blue a {
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.239);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.239);
  }
}
@media (max-width: 767px) {
  .fv-form .cv-btns-item.btn-blue a span {
    font-size: 1.8rem;
  }
}

#consultants {
  margin-top: 40px;
  padding-bottom: 60px;
  background: url("/img/top/top-bg.jpg") no-repeat center 0px;
  background-size: cover;
  text-align: left;
}
@media (max-width: 767px) {
  #consultants {
    margin-top: 38px;
    padding-bottom: 38px;
  }
}

#consultants.bg-lg {
  background: url("/img/top/top-bg-lg.jpg") no-repeat center 30px;
}

#consultants.consultants-spacing {
  margin-top: 0;
  padding-bottom: 137px;
}
@media (max-width: 767px) {
  #consultants.consultants-spacing {
    padding-bottom: 50px;
  }
  #consultants.consultants-spacing .consultant-col {
    margin-top: 10px;
  }
}

#consultants.consultants-spacing2 {
  margin-top: 0;
}

#consultants.consultants-spacing2 .award-container {
  background: unset;
}
@media (max-width: 767px) {
  #consultants.consultants-spacing2 .award-container {
    padding-top: 27px;
  }
}

.consultant-box {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .consultant-box {
    display: block;
  }
}

.consultant-col {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .consultant-col {
    margin-top: 32px;
  }
}

.consultant-col:nth-child(1) {
  max-width: 480px;
}
@media (max-width: 767px) {
  .consultant-col:nth-child(1) {
    max-width: unset;
  }
}

.consultant-col:nth-child(2) {
  max-width: 470px;
}
@media (max-width: 767px) {
  .consultant-col:nth-child(2) {
    max-width: unset;
    padding: 0 20px;
    margin-top: 15px;
  }
}

.consultant-lead {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .consultant-lead {
    font-size: 14px;
    margin: 15px 20px 0 20px;
  }
}

.consultant-title-sub {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-title-sub {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  .consultant-title-sub {
    font-size: 14px;
    text-align: center;
  }
}

.consultant-title-main {
  font-size: 28px;
  font-weight: 900;
  display: block;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-title-main {
    font-size: 2.1875vw;
    margin-top: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .consultant-title-main {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
  }
}

.consultant-panel {
  width: 350px;
  padding: 25px 10px 20px 10px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-panel {
    width: 27.34375vw;
    padding: 1.953125vw 0.78125vw 1.5625vw 0.78125vw;
  }
}
@media (max-width: 767px) {
  .consultant-panel {
    width: 81.71%;
    padding: 16px 10px 20px 10px;
  }
}

.consultant-panel:nth-child(1) {
  background-image: url("/img/top/bg-icon-1.svg");
  background-repeat: no-repeat;
  background-position: top 30px right 15px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-panel:nth-child(1) {
    background-position: top 2.34375vw right 1.171875vw;
  }
}

.consultant-panel:nth-child(2) {
  background-image: url("/img/top/bg-icon-3.svg");
  background-repeat: no-repeat;
  background-position: top 30px right 15px;
  margin-left: 120px;
  margin-top: 12px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-panel:nth-child(2) {
    background-position: top 2.34375vw right 1.171875vw;
    margin-left: 9.375vw;
    margin-top: 0.9375vw;
  }
}
@media (max-width: 767px) {
  .consultant-panel:nth-child(2) {
    margin-left: 16.41%;
  }
}

.consultant-panel-title {
  background: -webkit-gradient(linear, left top, right top, from(#2b90b0), to(#014c96));
  background: linear-gradient(90deg, #2b90b0 0%, #014c96 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-panel-title {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .consultant-panel-title {
    font-size: 14px;
  }
}

.consultant-actual-value .bundle {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#2b90b0), to(#014c96));
  background: linear-gradient(90deg, #2b90b0 0%, #014c96 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}

.consultant-actual-value .prefix {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-actual-value .prefix {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  .consultant-actual-value .prefix {
    font-size: 16px;
  }
}

.consultant-actual-value .value {
  font-family: Montserrat;
  font-size: 65px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-actual-value .value {
    font-size: 5.078125vw;
  }
}
@media (max-width: 767px) {
  .consultant-actual-value .value {
    font-size: 50px;
  }
}

.consultant-actual-value .unit {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-actual-value .unit {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  .consultant-actual-value .unit {
    font-size: 16px;
  }
}

.consultant-actual-value .notice {
  display: block;
  text-align: right;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  position: absolute;
  bottom: -8px;
  right: 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-actual-value .notice {
    font-size: 0.859375vw;
    bottom: -0.625vw;
  }
}
@media (max-width: 767px) {
  .consultant-actual-value .notice {
    font-size: 10px;
  }
}

.consultant-slider {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-slider {
    margin-top: 4.296875vw;
    gap: 1.015625vw;
  }
}
@media (max-width: 767px) {
  .consultant-slider {
    margin-top: 7.6923076923vw;
    gap: 2.5641025641vw;
    display: block;
  }
}

@media (max-width: 767px) {
  .consultant-slider .slick-list &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.consultant-slider-col {
  width: 220px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-slider-col {
    width: 17.1875vw;
  }
}
@media (max-width: 767px) {
  .consultant-slider-col {
    width: 48.71vw !important;
    overflow: hidden;
  }
}

.consultant-slider-col a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.consultant-slider-col a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.consultant-slider-image {
  position: relative;
}

.consultant-slider-image img {
  vertical-align: bottom;
  width: 100%;
}

.consultant-slider-image .tag {
  background: -webkit-gradient(linear, left top, right top, from(#2B90B0), to(#014C96));
  background: linear-gradient(90deg, #2B90B0 0%, #014C96 100%);
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6.5px 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-slider-image .tag {
    font-size: 0.9375vw;
    padding: 0.5078125vw 0.546875vw;
  }
}
@media (max-width: 767px) {
  .consultant-slider-image .tag {
    padding: 1.0256410256vw 1.7948717949vw;
    font-size: 2.8205128205vw;
  }
}

.consultant-slider-txt {
  background: white;
  width: 100%;
  padding: 12px 20px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-slider-txt {
    padding: 0.9375vw 1.5625vw;
  }
}
@media (max-width: 767px) {
  .consultant-slider-txt {
    padding: 2.5641025641vw 3.8461538462vw;
  }
}

.consultant-slider-txt .name {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-slider-txt .name {
    font-size: 1.40625vw;
    margin-right: 0.390625vw;
  }
}
@media (max-width: 767px) {
  .consultant-slider-txt .name {
    font-size: 3.5897435897vw;
  }
}

.consultant-slider-txt .rome {
  color: #b8b8b8;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .consultant-slider-txt .rome {
    font-size: 0.859375vw;
  }
}
@media (max-width: 767px) {
  .consultant-slider-txt .rome {
    font-size: 2.5641025641vw;
  }
}

.consultant-link {
  max-width: 1152px;
  display: block;
  text-align: right;
  margin: 15px auto 0 auto;
}
@media (max-width: 767px) {
  .consultant-link {
    margin: 15px 20px 0 0;
  }
}

.consultant-link a {
  text-decoration: underline;
  font-size: 14px;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .consultant-link a {
    font-size: 13px;
  }
}

#consultants .w-100-bnr {
  max-width: 1120px;
  margin: 0 auto;
  padding: 68px 0 20px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  #consultants .w-100-bnr {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #consultants .w-100-bnr {
    width: 94%;
    padding: 45px 0 2px;
  }
}

#consultants .w-100-bnr img {
  margin: 0;
}

#merit {
  padding-top: 80px;
  text-align: left;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  #merit {
    padding: 38px 20px 0 20px;
  }
}

#merit.merit-spacing {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #merit.merit-spacing {
    padding-bottom: 40px;
    margin-top: 65px;
  }
}

#merit .block {
  display: block;
}
@media (max-width: 767px) {
  #merit .block {
    display: contents;
  }
}

#merit h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  line-height: 48px;
}
@media (max-width: 767px) {
  #merit h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 390px) {
  #merit h2 {
    font-size: 17px;
  }
}

.merit-lead {
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
@media (max-width: 767px) {
  .merit-lead {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
  }
}

.merit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .merit-box {
    max-width: unset;
    display: block;
    margin: 15px 0 0 0;
  }
}

.merit-col {
  width: 310px;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-col {
    width: calc(33.33% - 1.953125vw);
  }
}
@media (max-width: 767px) {
  .merit-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .merit-col + .merit-col {
    margin-top: 15px;
  }
}

.merit-col-fact {
  background: url("/img/top/FactBack.jpg");
  background-size: cover;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.merit-col-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #1e1e1e;
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-col-title {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .merit-col-title {
    font-size: 16px;
  }
}

.merit-col-txt {
  font-size: 16px;
  padding: 25px;
  line-height: 26px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-col-txt {
    font-size: 1.25vw;
    padding: 1.953125vw;
    line-height: 2.03125vw;
  }
}
@media (max-width: 767px) {
  .merit-col-txt {
    font-size: 14px;
    padding: 18px 20px;
    height: unset;
    line-height: 22px;
  }
}

.merit-actual-value {
  text-align: center;
  padding: 0 14px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-actual-value {
    padding: 0 1.09375vw;
  }
}
@media (max-width: 767px) {
  .merit-actual-value {
    height: 90px;
  }
}

@media (max-width: 767px) {
  .merit-actual-value-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.merit-actual-value .prefix {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-actual-value .prefix {
    font-size: 1.5625vw;
    margin-right: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .merit-actual-value .prefix {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.merit-actual-value .value {
  font-size: 82px;
  font-family: Montserrat;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-actual-value .value {
    font-size: 6.40625vw;
  }
}
@media (max-width: 767px) {
  .merit-actual-value .value {
    font-size: 65px;
    -ms-flex-item-align: end;
        align-self: end;
  }
}

.merit-actual-value .value.txt-small {
  font-size: 52px;
  letter-spacing: -0.01em;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-actual-value .value.txt-small {
    font-size: 4.0625vw;
  }
}

.merit-actual-value .unit {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .merit-actual-value .unit {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .merit-actual-value .unit {
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 10px;
  }
}

.merit-actual-value .unit.txt-small {
  font-size: 13px;
}
@media (max-width: 767px) {
  .merit-actual-value .unit.txt-small {
    font-size: 18px;
  }
}

.merit-notice {
  width: 100%;
  text-align: right;
  color: #fff;
  font-weight: 400;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .merit-notice {
    font-size: 9px;
  }
}

#suppliers {
  padding-top: 60px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  #suppliers {
    padding-top: 10.2564102564vw;
  }
}
#suppliers h2 {
  font-size: 32px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #suppliers h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
#suppliers .suppliers-box {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #suppliers .suppliers-box {
    max-width: unset;
    margin: 0 20px;
  }
}
#suppliers .suppliers-box .suppliers-box-caption {
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #suppliers .suppliers-box .suppliers-box-caption {
    font-size: 8px;
  }
}
#suppliers .suppliers-slider1 {
  background: #fff;
  margin-top: 45px;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #suppliers .suppliers-slider1 {
    margin-top: 33px;
    height: 59px;
  }
}
#suppliers .suppliers-slider1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 140px;
}
@media (max-width: 767px) {
  #suppliers .suppliers-slider1 img {
    width: 120px;
  }
}
#suppliers .suppliers-slider2 {
  background: #fff;
  margin-top: 25px;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #suppliers .suppliers-slider2 {
    height: 59px;
  }
}
#suppliers .suppliers-slider2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 140px;
}
@media (max-width: 767px) {
  #suppliers .suppliers-slider2 img {
    width: 120px;
  }
}
#suppliers .suppliers-bottom-cv {
  padding: 60px 0 80px 0;
}
@media (max-width: 767px) {
  #suppliers .suppliers-bottom-cv {
    padding: 50px 0;
  }
}
#suppliers .suppliers-bottom-cv .btn_entry_bubble {
  padding-top: 0;
}
@media (max-width: 767px) {
  #suppliers .suppliers-bottom-cv .btn_entry_bubble {
    padding-top: 0;
  }
}

#consultant {
  padding: 70px 0;
  background: #fafafa;
}
@media (max-width: 767px) {
  #consultant {
    padding: 40px 0 50px 0;
  }
}

.consultant-desc {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .consultant-desc {
    text-align: left;
  }
}

.consultant-list {
  margin: 35px auto 0;
}
@media only screen and (min-width: 769px) {
  .consultant-list {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px auto 0;
  }
}

.consultant-name {
  font-size: 15px;
  margin-top: 18px;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }
}

.flow-list li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 16%;
}
@media (max-width: 767px) {
  .flow-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 100%;
    margin-top: 22px;
  }
}

@media only screen and (min-width: 769px) {
  .flow-list li:first-child::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .flow-list li:not(:last-child) p:after {
    content: "";
    margin: 0 1rem;
    width: 2px;
    height: calc(100% - 10px);
    background-color: var(--main-light-blue);
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0.6;
  }
}

@media only screen and (min-width: 769px) {
  .flow-list li::after {
    position: absolute;
    top: 52%;
    left: -25%;
    width: 50%;
    content: "";
    border-bottom: 2px dotted #1e60a0;
  }
}
@media only screen and (max-width: 768px) {
  .flow-list li::after {
    position: absolute;
    top: 113%;
    left: 13%;
    width: 50px;
    content: "";
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-bottom: 2px dotted #1e60a0;
  }
}

@media only screen and (min-width: 769px) {
  .flow-list li::after {
    position: absolute;
    top: 52%;
    left: -25%;
    width: 50%;
    content: "";
    border-bottom: 2px dotted #1e60a0;
  }
}
@media only screen and (max-width: 768px) {
  .flow-list li::after {
    position: absolute;
    top: 113%;
    left: 13%;
    width: 50px;
    content: "";
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-bottom: 2px dotted #1e60a0;
  }
}

@media only screen and (max-width: 768px) {
  .flow-list li:last-child:after {
    border-bottom: none;
  }
}

.flow-list p {
  opacity: 0.6;
  color: var(--main-light-blue);
  font-size: 30px;
}
@media (max-width: 767px) {
  .flow-list p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .flow-list dl {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow-list dt {
  color: var(--main-light-blue);
  margin-top: 38px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .flow-list dt {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  .flow-list dt {
    margin-top: 2px;
  }
}

.flow-list dd {
  opacity: 0.9;
  margin-top: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .flow-list dd {
    margin-left: 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .flow-list dd img {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (max-width: 768px) {
  .flow-list dd span {
    color: #014C96;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
  }
}

#consultant .det-link {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #consultant .det-link {
    margin-top: 15px;
  }
}

#search .feat-list-area {
  padding: 60px 0 80px 0;
}
@media (max-width: 767px) {
  #search .feat-list-area {
    padding: 40px 0;
  }
}

#search .search-logos {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#search .search-logos li {
  width: 16.6666666667%;
}

#search .search-logos span {
  font-size: 12px;
  opacity: 0.6;
  display: block;
  width: 85%;
  margin: auto;
}

#search .search-jobcards {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

#search .box_list_item {
  text-align: left;
  width: calc(25% - 20px);
}

#search .box_list_item a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 5px;
  color: var(--main-font-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#search .box_list_item img {
  max-height: 150px;
}

#search .recruit_like_syokusyu {
  color: var(--main-font-color);
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#search .recruit_like_syokusyu span {
  color: var(--main-font-color);
  font-size: 14px;
  font-weight: 700;
  margin-left: 7px;
}

#search .company_name {
  padding: 0 0 7px;
  color: var(--main-font-color);
  opacity: 0.8;
  font-size: 14px;
}

#search .recruit_like_avobe,
#search .recruit_like_bottom {
  padding: 15px 14px;
}

#search .recruit_like_avobe {
  height: 70px;
}

#search .recruit_like_bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#search .kyuzin_name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
  color: var(--main-blue);
}

#search .job_detail {
  width: 100%;
}
#search .job_detail dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#search .job_detail dt {
  font-size: 14px;
  color: var(--main-blue);
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#search .job_detail dt img {
  margin-right: 7px;
}
#search .job_detail dd {
  font-size: 16px;
  font-weight: 700;
  width: 62%;
}
#search .job_detail div:first-child dd span {
  color: var(--main-orange);
}
#search .job_detail div:nth-child(2) dd span {
  font-size: 14px;
  font-weight: 400;
}

/* ↓求人を検索する↓ */
#search .middle-search-area {
  background: linear-gradient(259deg, #014c96 3.53%, #479cc1 69.13%, #9bc0dd 100%);
  margin-top: 80px;
  padding: 64px 0 102px;
}

#search .middle-search-area h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
}

/* フリーワードで探す */
#search .search-form {
  margin: 0 auto;
  max-width: 980px;
  width: 94%;
}

#search .search-fw {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(73, 73, 73, 0.05);
          box-shadow: 0 4px 20px 0 rgba(73, 73, 73, 0.05);
  margin-top: 38px;
  padding: 34px 90px 38px;
}

#search .search-fw .top_h4 {
  font-size: 20px;
  margin-top: 0;
}

#search .search-fw-box {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}

#search .search-fw-box input {
  border: 1px solid #a5a5a5;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  padding-left: 18px;
  width: 85%;
}

#search .search-fw-box button {
  background-color: #014c96;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  width: 15%;
}

/* 詳細条件を選択 */
#search .search-cnd {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(73, 73, 73, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(73, 73, 73, 0.05);
  padding: 34px 90px 38px;
  margin-top: 10px;
}

#search .search-cnd .top_h4 {
  margin-top: 0;
}

#search .search-cnd-desc {
  font-size: 13px;
  margin-top: 8px;
}

/* 詳細条件（ヘッダーのCSSとほぼ同様） */
#search .header_search_conditions {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 14px;
}

#search .header_search_conditions.header_search_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 4%;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#search .header_search_conditions li {
  position: relative;
  text-align: left;
  width: 30.5%;
}

#search .header_search_conditions li.cross_icon::before {
  background: url(/img/header/icon-blue-cross.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  left: -9%;
  top: 20px;
  width: 13px;
}

#search .header_search_conditions li.search_condition_job a.conditions_icon::before {
  background-image: url(/img/header/icon-job.svg);
}

#search .header_search_conditions li.search_condition_location a.conditions_icon::before {
  background-image: url(/img/header/icon-location.svg);
}

#search .header_search_conditions li.search_condition_income a.conditions_icon::before {
  background-image: url(/img/header/icon-income.svg);
}

#search .header_search_conditions li.search_condition_gyosyu a.conditions_icon::before {
  background-image: url(/img/header/icon-gyosyu.svg);
}

#search .header_search_conditions li.search_condition_skill a.conditions_icon::before {
  background-image: url(/img/header/icon-skill.svg);
}

#search .header_search_conditions li .modal_open_inner {
  border-radius: 3px;
  background-color: #efefef;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#search .header_search_conditions li .modal_open_inner a.conditions_icon {
  line-height: 1;
  position: relative;
}

#search .header_search_conditions li .modal_open_inner a.conditions_icon::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 12px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

#search .header_search_conditions li .modal_open_inner a.conditions_icon:hover {
  text-decoration: none;
}

#search .header_search_conditions li .modal_open_inner .selected_label {
  display: none;
}

#search .header_search_conditions li.conditions_selected .selected_label {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin: 0 -10px 0 18px;
  padding: 1px 4px;
  background-color: #014c96;
  border-radius: 3px;
}

#search .header_search_conditions li a.conditions_icon {
  color: #1e1e1e;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 18px 15px 44px;
}

/* 検索ボタン */
#search #search_submit button {
  background: #014c96;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  padding: 14px 0;
  width: 300px;
}

#search #search_submit button::before {
  background-image: url(/img/header/icon-search.svg);
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: -4px;
  width: 20px;
}

/* こだわり条件や履歴から検索する */
#search .kodawari_search {
  text-align: left;
}

#search .kodawari_search .kodawari-body-middle {
  display: none;
}

#search .feat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #search .feat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#search .feat-list li {
  margin-top: 30px;
  width: 32%;
}
@media (max-width: 767px) {
  #search .feat-list li {
    margin-top: 21px;
    width: 100%;
  }
}
#search .feat-list li .feat-img-container {
  width: 100%;
  height: auto;
  position: relative;
}
#search .feat-list li .feat-img-container .feat-img-text {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  letter-spacing: 0.05em;
  text-align: right;
}
#search .feat-list li .feat-img-container .feat-img-text strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
#search .feat-list li img {
  border-radius: 3px;
  width: 100%;
}
@media (max-width: 767px) {
  #search .feat-list li img {
    height: auto;
    width: 100%;
  }
}
#search .feat-list li p {
  padding: 15px 0px;
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 767px) {
  #search .feat-list li p {
    display: none;
  }
}

#search .diagnosis_bnr {
  display: block;
  margin-top: 42px;
}

#search .search-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 50px;
}

#search .search-gr-logo {
  padding: 20px 0;
}

#search .search-gr-logo p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#search .search-gr-desc {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

#search .btn_link {
  margin-top: 75px;
}

#knowhow {
  background: rgba(1, 76, 150, 0.1);
  padding: 100px 0;
}
#knowhow .knowhow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
#knowhow .knowhow-list li {
  width: 280px;
  border-radius: 3px;
  background: #F8F9FA;
}
#knowhow .knowhow-list img {
  height: auto;
  width: 100%;
  border-radius: 3px 3px 0 0;
}
#knowhow .knowhow-list a {
  border-radius: 3px;
  background: #F8F9FA;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#knowhow .knowhow-list dl {
  padding: 16px 20px 18px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#knowhow .knowhow-list dt {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #knowhow .btn_entry {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
    padding: 16px !important;
    margin: unset;
  }
}

.knowhow-knowhow {
  border-radius: 5px;
  padding: 40px 35px 35px;
  background-color: #fff;
  margin-top: 60px;
}
.knowhow-service {
  border-radius: 5px;
  padding: 40px 35px 35px;
  background-color: #fff;
  margin-top: 20px;
}
.knowhow-diagnosis {
  border-radius: 5px;
  padding: 40px 35px 35px;
  background-color: #fff;
  margin-top: 20px;
}

#column {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #column .btn_entry {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
    padding: 16px !important;
    margin: unset;
  }
}

.column-interview {
  margin-top: 60px;
}
.column-experience {
  margin-top: 50px;
}
.column-h3-desc {
  color: var(--Black, #333);
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  border-left: #333 solid 4px;
}
.column-art {
  margin-top: 20px;
}
.column-art .column-list-item {
  margin: 12px;
}
.column-art a {
  display: block;
  background: #FAFAFA;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(73, 73, 73, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(73, 73, 73, 0.15);
}
.column-art a img {
  border-radius: 3px 3px 0 0;
}
.column-art a &gt; div {
  text-align: left;
  padding: 16px;
}
.column-art a &gt; img {
  width: 100%;
}
.column-art .column-art-ttl {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.column-art .column-art-date {
  font-size: 12px;
  margin-top: 16px;
  opacity: 0.4;
}

.top-mv .slick-arrow {
  background-color: rgba(255, 255, 255, 0);
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top-mv .next-arrow {
  position: absolute;
  right: 0 !important;
}

.top-mv .prev-arrow {
  position: absolute;
  left: 0 !important;
}

@media (max-width: 768px) {
  .top-mv .slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }
}
.top-slick .slick-arrow {
  top: 40%;
  background-color: #1583EA;
}

.top-slick .slick-arrow:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#knowhow .top-slick .slick-next {
  right: -10%;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #knowhow .top-slick .slick-next {
    bottom: 0;
    right: 33%;
    top: auto;
  }
}

#knowhow .top-slick .slick-prev {
  left: -10%;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #knowhow .top-slick .slick-prev {
    bottom: 0;
    left: 33%;
    top: auto;
  }
}

.top-slick .slick-next {
  right: -6%;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .top-slick .slick-next {
    bottom: 0;
    right: 33%;
    top: auto;
  }
}

.top-slick .slick-prev {
  left: -6%;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .top-slick .slick-prev {
    bottom: 0;
    left: 33%;
    top: auto;
  }
}

.top-slick .slick-dots {
  margin-top: 28px;
}

.top-slick .slick-dots li:not(:last-child) {
  margin-right: 14px;
}

.top-slick .slick-dots button {
  border-radius: 50%;
}

.top-slick .slick-dots .slick-active button {
  background-color: var(--main-light-blue);
}

#column .btn_link {
  margin-top: 60px;
}

#faq {
  padding: 75px 0 85px;
  background-color: #f8f8f8;
}

#faq .faq-list {
  text-align: left;
  margin-top: 50px;
}

#faq .faq-list li {
  margin-bottom: 25px;
}

#faq .faq-list dl {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  padding: 20px 30px;
  cursor: pointer;
}

#faq .faq-list dt {
  font-size: 20px;
  position: relative;
  padding-right: 60px;
}

#faq .faq-list dt::after {
  content: "＋";
  font-weight: 700;
  color: var(--main-light-blue);
  opacity: 0.8;
  line-height: 1;
  display: block;
  position: absolute;
  right: 1rem;
  top: 0.75em;
  margin-top: -0.5em;
}

#faq .faq-list .opened dt::after {
  content: "－";
}

#faq .faq-list dd {
  font-size: 16px;
  margin-top: 20px;
  opacity: 0.7;
  display: none;
}

#faq .btn_link {
  margin-top: 75px;
}

#business {
  padding: 75px 0 100px;
}
@media (max-width: 767px) {
  #business {
    padding: 75px 0 50px;
  }
}

#business .business-desc {
  margin-top: 30px;
  font-size: 15px;
  line-height: 33px;
}

#business .business-desc span {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}

#business .business-case b,
#business .business-desc b,
#business .business-desc span {
  color: var(--main-light-blue);
}

#business .btn_link {
  margin-top: 30px;
}

#business .business-case {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#business .business-case li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-top: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
}

#business .business-case li img {
  width: 40%;
  border-radius: 10px 0 0 10px;
  padding: 22px 20px;
}

#business .business-case li p {
  padding: 13px 22px 14px 0;
  font-size: 14px;
  text-align: left;
}

.entry-push {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 90px 0;
  z-index: 1;
  position: relative;
}
.entry-push::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/img/top/bg_img_entry-push.jpg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 1;
  background-position: center -164px;
}
@media (max-width: 767px) {
  .entry-push {
    padding: 40px 20px;
  }
}
.entry-push-msg {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .entry-push-msg {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.entry-push-desc {
  font-size: 15px;
  line-height: 25px;
  margin-top: 25px;
}
.entry-push .btn_entry {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .entry-push .btn_entry {
    margin: 20px auto 0 auto !important;
    width: 100% !important;
  }
}
.entry-push-inner {
  position: relative;
  z-index: 3;
}
.entry-push .bg_blar_blue {
  position: absolute;
  background: rgba(19, 24, 49, 0.7);
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #main_area .top-mv {
    text-align: center;
    background-color: #f5f3f4;
    height: 44vmin;
    min-height: 300px;
    overflow: hidden;
  }
  #main_area .top-mv img {
    width: auto;
    max-width: 100%;
    min-height: 300px;
    max-height: 700px;
    height: 44vmin;
    display: unset;
  }
  #search .search-cnd-list {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
  #search .search-cnd-list li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
  #search .search-gr img {
    width: 400px;
  }
  #faq .faq-list dt::before {
    content: "Q.";
    color: var(--main-light-blue);
    opacity: 0.7;
    margin-right: 10px;
    font-size: 20px;
  }
  #faq .faq-list dd::before {
    content: "A.";
    color: var(--main-orange);
    margin-right: 15px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slick-dotted:not(.top-mv) {
    margin-bottom: 40px !important;
  }
  .slick-dotted:not(.top-mv) .slick-dots {
    position: absolute;
    bottom: -30px;
  }
  .slick-dotted:not(.top-mv) .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .slick-dotted:not(.top-mv) .slick-dots .slick-active button {
    background-color: var(--main-light-blue);
  }
  /* .slick-slide:not(.top-mv__slide) {
    margin-left: 10px
  } */
  .common_inner {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  h2.top_h2 {
    font-size: 20px;
    border-bottom: 2px solid var(--main-blue);
    padding: 10px 15px;
  }
  h3.top_h3 {
    font-size: 20px;
    display: inline-block;
  }
  .det-link {
    text-align: right;
    font-size: 13px;
  }
  .btn_link {
    width: 100%;
  }
  /* #business, #column, #consultant, #faq, #knowhow, #search {
    padding: 40px 0
  } */
  #main_area .top-mv {
    height: 86.6666666667vw;
    overflow: hidden;
  }
  #main_area .top-mv img {
    width: 100%;
    height: 100%;
    display: unset;
  }
  #main_area .slick-dotted {
    margin-bottom: 0;
  }
  #top-clt_logo {
    height: 65px;
  }
  #top-clt_logo li {
    padding: 0 5px;
  }
  #top-clt_logo li img {
    width: 120px;
    height: 100%;
  }
  #under_mv {
    padding: 0 0 40px;
  }
  #under_mv .under_mv-msg {
    padding: 30px;
    background-color: #f8f9ff;
    text-align: left;
  }
  #under_mv .under_mv-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  #under_mv .under_mv-point li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: 100%;
  }
  #under_mv .under_mv-point li:not(:last-child) {
    border-bottom: 1px solid rgba(198, 198, 198, 0.4);
  }
  #under_mv .under_mv-point-desc {
    text-align: left;
  }
  #under_mv .under_mv-point-dtl {
    margin-top: 15px;
  }
  #under_mv .btn_entry {
    font-size: 13px;
    letter-spacing: 0;
  }
  #under_mv h2 {
    font-size: 20px;
  }
  #search .search-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
  }
  #search .search-logos li {
    width: 33.3333333333%;
  }
  #search .search-logos img {
    width: 100%;
    height: auto;
  }
  #search .box_list_item {
    width: 100%;
  }
  #search .box_list_item:nth-child(n+4) {
    display: none;
  }
  #search .box_list_item a {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #search .box_list_item img {
    width: 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 70px;
  }
  #search .search-jobcards {
    margin-top: 45px;
  }
  #search .recruit_like_bottom {
    margin-left: 10px;
    padding: 0;
  }
  #search .recruit_like_syokusyu {
    font-size: 10px;
  }
  #search .recruit_like_syokusyu span {
    font-size: 10px;
  }
  #search .kyuzin_name {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #search .company_name {
    font-size: 10px;
  }
  #search .job_detail dl div {
    margin: 0;
  }
  #search .job_detail dt {
    font-size: 10px;
    margin-right: 3px;
    width: unset;
  }
  #search .job_detail dt img {
    width: 15px;
    margin-right: 3px;
  }
  #search .job_detail dd {
    font-size: 14px;
  }
  /* 中間部 「求人を検索する」 */
  #search .middle-search-area {
    margin-top: 40px;
    padding: 30px 0 30px;
  }
  #search .middle-search-area h3 {
    border-bottom: none;
    font-size: 20px;
    margin-top: 0;
  }
  #search .search-form {
    padding: 24px 10px;
  }
  #search .search-fw {
    margin-top: 0;
    padding: 18px 15px 20px;
  }
  #search .search-fw .top_h4 {
    margin-top: 0;
  }
  #search .search-fw-box {
    margin-top: 10px;
  }
  #search .search-fw-box input {
    width: 81%;
  }
  #search .search-fw-box button {
    width: 17%;
  }
  /* 詳細条件を選択 */
  #search .search-cnd {
    padding: 20px 13px 25px;
  }
  #search .search-cnd-desc {
    font-size: 12px;
    text-align: left;
  }
  /* 条件 */
  #search .header_search_conditions li {
    height: 100px;
  }
  #search .header_search_conditions li .modal_open_inner {
    font-size: 12px;
    height: 100px;
    text-align: center;
  }
  #search .header_search_conditions li .modal_open_inner a.conditions_icon {
    padding: 48px 20px 0;
  }
  #search .header_search_conditions li .modal_open_inner a.conditions_icon::before {
    height: 28px;
    left: 50%;
    top: 18px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 28px;
  }
  #search .header_search_conditions li.conditions_selected .modal_open_inner a.conditions_icon::before {
    top: 4px;
  }
  #search .header_search_conditions li.cross_icon::before {
    background: none;
  }
  #search .header_search_conditions li.conditions_selected .modal_open_inner {
    border: 2px solid #014c96;
  }
  #search .header_search_conditions li.conditions_selected .modal_open_inner a.conditions_icon {
    padding-top: 32px;
  }
  #search .header_search_conditions li.conditions_selected .selected_label {
    border-radius: 0;
    height: 20px;
    margin: 0;
    width: 100%;
  }
  /* こだわり条件と履歴から検索 */
  #search .kodawari_search .kodawari_search_inner {
    padding: 20px 12px;
    overflow-y: hidden;
    height: auto;
  }
  #search .kodawari_search .kodawari_search_list {
    margin-bottom: 15px;
  }
  #search .kodawari_search .kodawari_search_list .kodawari_search_list_item {
    padding: 6px 12px;
    text-align: left;
  }
  #search .kodawari_search .kodawari_search_list .kodawari_search_list_item.secondary_selected {
    padding-left: 12px;
    padding-top: 20px;
  }
  /* 中間部 - 求人を検索する ここまで↑ */
  #search .search-gr {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #search .search-gr picture img {
    width: 80%;
    margin: 20px auto;
    height: auto;
  }
  #search .search-gr-logo {
    padding: 15px 0;
  }
  #search .search-gr-logo p {
    font-size: 13px;
  }
  #search .search-gr-logo img {
    width: 235px;
  }
  #search .search-gr-desc {
    text-align: center;
  }
  #search .btn_link {
    margin-top: 30px;
  }
  #knowhow .knowhow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  #knowhow .knowhow-list li {
    width: 100%;
  }
  #knowhow .knowhow-list a {
    margin-top: 20px;
  }
  /* #knowhow .knowhow-list .knowhow-img {
    width: 98px;
    height: 98px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px
  }
  #knowhow .knowhow-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    border-radius: 10px 0 0 10px
  } */
  #knowhow .knowhow-list dt {
    font-size: 14px;
  }
  #column h2 {
    font-size: 13px;
  }
  #column h2 svg {
    margin-top: 5px;
    width: 220px;
  }
  #column h3.top_h3 {
    margin-top: 20px;
  }
  #column .btn_link {
    margin-top: 30px;
  }
  .column-h3-desc {
    font-size: 12px;
    margin-top: 10px;
  }
  .art-list {
    margin-top: 12px;
  }
  .art-list li {
    width: 48%;
    margin-top: 18px;
  }
  .art-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
  }
  .art-list img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .art-list p {
    padding: 15px 10px;
    font-size: 12px;
  }
  .art-list p:after {
    content: none;
  }
  #faq .faq-list li {
    border-bottom: 1px solid rgba(198, 198, 198, 0.4);
  }
  #faq .faq-list dl {
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
  }
  #faq .faq-list dt {
    font-size: 14px;
    position: relative;
    padding-right: 30px;
  }
  #faq .faq-list dd {
    font-size: 14px;
    margin-top: 10px;
    color: var(--main-light-blue);
  }
  #faq .btn_link {
    margin-top: 15px;
  }
  #business .business-desc span {
    font-size: 20px;
  }
  #business .business-case {
    margin-top: 12px;
  }
  #business .business-case li {
    width: 48%;
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
  }
  #business .business-case li img {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 5px 20px 0;
  }
  #business .business-case li p {
    padding: 15px 10px;
    font-size: 12px;
    text-align: left;
  }
}
@media print, screen and (max-width: 1024px) {
  .top-mv {
    margin-top: -1px;
    padding-top: 1px;
  }
}
.search-cnd-list li p {
  display: none;
}

@media (max-width: 767px) {
  .pc_hidden {
    display: inline-block;
  }
}
#main_area {
  margin: 60px 0;
}

/* 20231117追加 */
#wish {
  background: url(/img/top/wish_bg.svg);
  padding: 80px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #wish {
    padding: 40px 0;
  }
}
#wish .common_inner {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #wish .common_inner {
    width: 100%;
  }
}
#wish .common_inner h3 {
  color: #1E1E1E;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-style: normal;
  text-align: left;
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 50px;
  /* 143.75% */
}
@media only screen and (max-width: 768px) {
  #wish .common_inner h3 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 34px;
  }
}
#wish ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #wish ul li {
    display: block;
    width: 100%;
  }
}
#wish ul li:nth-child(2) {
  margin: 50px auto;
}
#wish ul li:last-child {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #wish ul li .sp img {
    width: 100%;
  }
}
#wish .wish_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 36px;
}
@media only screen and (max-width: 768px) {
  #wish .wish_point {
    gap: 16px;
    text-align: left;
  }
}
#wish .wish_nub {
  color: #014C96;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  #wish .wish_nub {
    font-size: 22px;
  }
}
#wish .wish_ttl {
  color: #1E1E1E;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
@media only screen and (max-width: 768px) {
  #wish .wish_ttl {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
  }
}
#wish .wish_ttl span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 191.667% */
}
@media only screen and (max-width: 768px) {
  #wish .wish_ttl span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    /* 255.556% */
  }
}
#wish .wish_fact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  padding: 23px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(73, 73, 73, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(73, 73, 73, 0.05);
}
#wish .wish_fact_ttl {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2b90b0), to(#014c96));
  background: linear-gradient(90deg, #2b90b0 0, #014c96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #wish .wish_fact_ttl {
    line-height: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #wish .wish_fact_value_sp {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5px;
  }
}
#wish .wish_fact_value {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2b90b0), to(#014c96));
  background: linear-gradient(90deg, #2b90b0 0, #014c96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #wish .wish_fact_value {
    font-size: 15px;
  }
}
#wish .wish_fact_value .fact_date {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 700;
  line-height: 48px;
}
@media only screen and (max-width: 768px) {
  #wish .wish_fact_value .fact_date {
    font-size: 38px;
  }
}
#wish .wish_fact_value .fact_date2 {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 700;
  line-height: 65px;
}
@media only screen and (max-width: 768px) {
  #wish .wish_fact_value .fact_date2 {
    font-size: 52px;
  }
}
#wish .wish_fact_value .fact_hosoku {
  font-size: 11px;
  font-weight: 400;
  color: #014C96;
}
@media only screen and (max-width: 768px) {
  #wish .wish_fact {
    margin-top: 16px;
    padding: 18px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    width: 100%;
  }
}

.HomePageTop.svelte-1iy0r23.svelte-1iy0r23 {
  margin-bottom: -120px !important;
}

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

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

@media only screen and (max-width: 768px) {
  #problem .problem-case li {
    width: 100% !important;
    margin-top: 15px;
  }
  #problem .problem-sol {
    font-size: 18px;
  }
  #problem .problem-sol-dtl {
    color: #1E1E1E;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
  }
  #problem .problem-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/* 20231124追加分 */
#search h3 {
  text-align: center;
  margin-inline: auto;
}

.search-btn {
  margin-inline: auto;
  margin-bottom: 50px;
}

#search .diagnosis_bnr {
  margin-top: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  width: 48%;
  border-radius: 5px;
}

.diagnosis_bnr__btn {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 30px;
}

.diagnosis_bnr img {
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(73, 73, 73, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(73, 73, 73, 0.05);
}

.diagnosis_bnr p {
  font-size: 15px;
  padding: 15px;
  line-height: 27px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #knowhow,
  #column {
    padding: 40px 0;
  }
  .knowhow-knowhow,
  .column-interview {
    margin-top: 20px;
  }
  .column-h3-desc {
    font-size: 3.8461538462vw;
  }
  .knowhow-knowhow,
  .knowhow-service {
    padding: 20px;
  }
  .diagnosis_bnr__btn {
    display: block;
  }
  .diagnosis_bnr img:first-of-type {
    margin-bottom: 10px;
  }
  #search .diagnosis_bnr {
    width: 100%;
  }
  #knowhow .knowhow-list dl {
    padding: 8px 20px 10px;
  }
}
.w-100-bnr img {
  margin-top: 20px;
  -webkit-box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.0784313725), 0px 4px 6px -4px rgba(24, 39, 75, 0.1215686275);
          box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.0784313725), 0px 4px 6px -4px rgba(24, 39, 75, 0.1215686275);
  border-radius: 6px;
}

.SXS {
  display: block;
  margin: 0;
  padding: 0;
}

.job-info-slider {
  max-width: 1152px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider {
    max-width: 90vw;
  }
}
.job-info-slider .slick-list {
  padding-bottom: 50px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider .slick-list {
    padding-bottom: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .job-info-slider.slick-dotted {
    margin-bottom: 0 !important;
  }
}

.job-info-slider-col {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(73, 73, 73, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(73, 73, 73, 0.15);
  margin: 0 12px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-col {
    margin: 0 0.9375vw;
  }
}
@media (max-width: 767px) {
  .job-info-slider-col {
    max-width: 75.8974358974vw;
    width: 100%;
    margin: 0 1.7948717949vw 6.1538461538vw 1.7948717949vw;
  }
}
.job-info-slider-col:hover {
  text-decoration: none;
  opacity: 0.8;
}

.job-info-slider-txt {
  text-align: left;
  font-size: 16px;
  padding: 12px 12px 20px 12px;
  background: #F5F5F5;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-txt {
    padding: 0.9375vw 0.9375vw 1.5625vw 0.9375vw;
  }
}
.job-info-slider-txt .job_detail {
  width: 100%;
  height: 20px;
  margin: 20px auto 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-txt .job_detail {
    height: 1.5625vw;
    margin: 2.34375vw auto 0;
  }
}
@media (max-width: 767px) {
  .job-info-slider-txt .job_detail {
    margin: 5.1282051282vw auto 0;
  }
}
.job-info-slider-txt .job_detail dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-info-slider-txt .job_detail dt {
  font-size: 14px;
  color: #000000;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-txt .job_detail dt {
    font-size: 1.09375vw;
  }
}
.job-info-slider-txt .job_detail dt img {
  margin-right: 7px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-txt .job_detail dt img {
    margin-right: 0.546875vw;
  }
}
.job-info-slider-txt dd {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  color: #000000;
}
.job-info-slider-txt p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #000000;
  max-width: 246px;
  width: 100%;
  height: 46px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-txt p {
    font-size: 1.09375vw;
    height: 3.59375vw;
  }
}
.job-info-slider-txt .job-info-slider-txt__title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  max-width: 246px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-txt .job-info-slider-txt__title {
    font-size: 1.09375vw;
    height: 4.6875vw;
  }
}
.job-info-slider-txt div:first-child dd span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.job-info-slider-img {
  position: relative;
}
.job-info-slider-img img {
  max-height: 128px;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1000ms 500ms;
  transition: opacity 1000ms 500ms;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-img img {
    max-height: 10vw;
  }
}
.job-info-slider-img span {
  position: absolute;
  background-color: #FF9E31;
  color: #FFFFFF;
  width: 44px;
  height: 21px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 4px 4px;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 5px 0px 5px 0px;
}

.common_inner.secound-l {
  padding-bottom: 48px;
  max-width: 1152px !important;
  width: 100%;
}
@media (max-width: 767px) {
  .common_inner.secound-l {
    padding: 0 !important;
  }
}
.common_inner.secound-l h3 {
  font-size: 32px;
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .common_inner.secound-l h3 {
    font-size: 20px;
    padding: 40px 0px 30px 0;
  }
}

.area2 {
  margin-top: 0 !important;
}

.geeklymakase {
  padding-bottom: 0px !important;
}

/* .teinsyokuyakunitatu{
  padding:0px!important;
} */
.slick-custom-nav-1,
.slick-custom-nav-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .slick-custom-nav-1,
  .slick-custom-nav-2 {
    gap: 16px;
  }
}

.slick-custom-nav-1 .slick-dots,
.slick-custom-nav-2 .slick-dots {
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 767px) and (max-width: 1280px) {
  .slick-custom-nav-1 .slick-dots,
  .slick-custom-nav-2 .slick-dots {
    bottom: -1.328125vw;
  }
}
@media (max-width: 767px) {
  .slick-custom-nav-1 .slick-dots,
  .slick-custom-nav-2 .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 0;
    width: auto;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1280px) {
  .slick-custom-nav-1 .slick-dots li,
  .slick-custom-nav-1 .slick-dots li button,
  .slick-custom-nav-1 .slick-dots li button::before,
  .slick-custom-nav-2 .slick-dots li,
  .slick-custom-nav-2 .slick-dots li button,
  .slick-custom-nav-2 .slick-dots li button::before {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .slick-custom-nav-1 .slick-dots li,
  .slick-custom-nav-1 .slick-dots li button,
  .slick-custom-nav-1 .slick-dots li button::before,
  .slick-custom-nav-2 .slick-dots li,
  .slick-custom-nav-2 .slick-dots li button,
  .slick-custom-nav-2 .slick-dots li button::before {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}

.slick-custom-nav-1 .slick-dots li,
.slick-custom-nav-2 .slick-dots li {
  margin: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slick-custom-nav-1 .slick-dots li,
  .slick-custom-nav-2 .slick-dots li {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .slick-custom-nav-1 .slick-dots li,
  .slick-custom-nav-2 .slick-dots li {
    width: 20px;
  }
}
.slick-custom-nav-1 .slick-dots li:first-child button,
.slick-custom-nav-2 .slick-dots li:first-child button {
  border-radius: 10px 0 0 10px;
}
.slick-custom-nav-1 .slick-dots li:last-child button,
.slick-custom-nav-2 .slick-dots li:last-child button {
  border-radius: 0 10px 10px 0;
}

.slick-custom-nav-1 .slick-dots li.slick-active,
.slick-custom-nav-2 .slick-dots li.slick-active {
  margin: 0 -5px;
  z-index: 2;
}

.slick-custom-nav-1 .slick-dots li.slick-active button,
.slick-custom-nav-2 .slick-dots li.slick-active button {
  background-color: #014C96;
  width: 100%;
  border-radius: 10px;
  opacity: 1;
}
@media (max-width: 767px) {
  .slick-custom-nav-1 .slick-dots li.slick-active button,
  .slick-custom-nav-2 .slick-dots li.slick-active button {
    border-radius: 5px;
  }
}

.slick-custom-nav-1 .slick-dots li button,
.slick-custom-nav-2 .slick-dots li button {
  background-color: #A5A5A5;
  opacity: 0.8;
  width: 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .slick-custom-nav-1 .slick-dots li button,
  .slick-custom-nav-2 .slick-dots li button {
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  .slick-custom-nav-1 .slick-dots li button::before,
  .slick-custom-nav-2 .slick-dots li button::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .slick-custom-nav-1 .slick-dots li button::before,
  .slick-custom-nav-2 .slick-dots li button::before {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .slick-custom-nav-1 .slick-prev,
  .slick-custom-nav-2 .slick-prev {
    position: absolute;
    top: 100%;
    left: 30%;
    -webkit-transform: translateY(31%);
            transform: translateY(31%);
  }
}
@media screen and (max-width: 768px) {
  .slick-custom-nav-1 .slick-prev,
  .slick-custom-nav-2 .slick-prev {
    left: unset;
  }
}

.slick-custom-nav-1 .slick-prev::before,
.slick-custom-nav-2 .slick-prev::before {
  border-left: 2px solid #014C96;
  border-bottom: 2px solid #014C96;
  content: "";
  position: absolute;
  left: 19px;
  top: 17px;
  display: block;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(47deg) skewX(5deg);
          transform: rotate(47deg) skewX(5deg);
}
@media (min-width: 767px) and (max-width: 1280px) {
  .slick-custom-nav-1 .slick-prev::before,
  .slick-custom-nav-2 .slick-prev::before {
    left: 1.484375vw;
    top: 1.328125vw;
    width: 0.859375vw;
    height: 0.859375vw;
  }
}
@media (max-width: 767px) {
  .slick-custom-nav-1 .slick-prev::before,
  .slick-custom-nav-2 .slick-prev::before {
    left: 18px;
    top: 17px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  .slick-custom-nav-1 .slick-next,
  .slick-custom-nav-2 .slick-next {
    position: absolute;
    top: 100%;
    right: 71%;
    margin-right: -41%;
    -webkit-transform: translateY(31%);
            transform: translateY(31%);
  }
}
@media screen and (max-width: 768px) {
  .slick-custom-nav-1 .slick-next,
  .slick-custom-nav-2 .slick-next {
    right: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.slick-custom-nav-1 .slick-next::before,
.slick-custom-nav-2 .slick-next::before {
  border-left: 2px solid #014C96;
  border-bottom: 2px solid #014C96;
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  display: block;
  width: 11px;
  height: 11px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .slick-custom-nav-1 .slick-next::before,
  .slick-custom-nav-2 .slick-next::before {
    left: 1.25vw;
    top: 1.40625vw;
    width: 0.859375vw;
    height: 0.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .slick-custom-nav-1 .slick-next::before,
  .slick-custom-nav-2 .slick-next::before {
    left: 17px;
    top: 17px;
    width: 8px;
    height: 8px;
  }
}

.slick-custom-nav-1 .slick-arrow,
.slick-custom-nav-2 .slick-arrow {
  --width-icon: 42px;
  cursor: pointer;
  position: absolute;
  width: var(--width-icon);
  height: var(--width-icon);
  line-height: 0;
  margin-top: -17px;
  border: none;
  border-radius: 50%;
  background-color: #014C96;
  text-indent: -200px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.slick-custom-nav-1 .slick-arrow::before,
.slick-custom-nav-2 .slick-arrow::before {
  border-color: #fafafa;
}
@media (max-width: 767px) {
  .slick-custom-nav-1 .slick-arrow,
  .slick-custom-nav-2 .slick-arrow {
    position: relative;
    top: 50%;
    margin-top: 0;
    z-index: 10;
  }
}

.slick-custom-nav-1 button,
.slick-custom-nav-2 button {
  width: 34px;
  height: 34px;
  line-height: 0;
  margin-top: -8px;
  font-size: 16px;
  background: none;
  color: #333333;
  border: none;
  font-weight: 700;
}

.search-kaisyu {
  padding: 0px 0px 0px 0px !important;
}

.award-container {
  padding-top: 60px;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .award-container {
    padding-top: 25px;
  }
}
.award-container .award-bnr {
  background: unset;
  padding: unset;
  display: block;
  max-width: 680px;
}
.award-container .award-bnr-img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(131, 136, 141, 0.25));
          filter: drop-shadow(0px 10px 10px rgba(131, 136, 141, 0.25));
}
@media (max-width: 767px) {
  .award-container .award-bnr-img {
    -webkit-filter: none;
            filter: none;
  }
}

.movie-container {
  padding-top: 50px;
  background-color: #fafafa;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .movie-container {
    padding-top: 30px;
  }
}
.movie-container .movie-bnr {
  max-width: 680px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-scroll {
  overflow: hidden !important;
}

#overlayTopFirst {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  overflow: hidden;
}

#popupBannerTopFirst {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1001;
}
#popupBannerTopFirst .close-btn-top-first {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 24px;
  color: #7F8E9B;
  font-weight: 700;
  padding: 0 4px;
}
#popupBannerTopFirst .popup-box {
  width: 670px;
  height: 408px;
  border-radius: 8px;
  background: linear-gradient(91.2deg, #59BDCB 0.92%, #007FB5 98.88%);
  padding: 40px 40px 24px;
  position: relative;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box {
    width: 92.0512820513vw;
    height: 98.4615384615vw;
    padding: 7.1794871795vw 5.1282051282vw 6.1538461538vw;
  }
}
#popupBannerTopFirst .popup-box .popup-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 26px 0px rgba(10, 129, 167, 0.302);
          box-shadow: 0px 6px 26px 0px rgba(10, 129, 167, 0.302);
  background-image: url(/img/top/popup_mask_q1.webp);
  background-position: top left;
  background-size: 105px auto;
  background-repeat: no-repeat;
  padding: 0 30px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-txt-area {
  padding-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  color: #2F2F2F;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-txt-area {
    background-color: rgba(255, 255, 255, 0.27);
    background-image: url(/img/top/popup_mask_p2.webp);
    background-position: top left;
    background-size: 102px auto;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 27.6923076923vw;
    padding: 6.6666666667vw 5.1282051282vw;
    color: #fff;
    font-size: 4.1025641026vw;
    line-height: 5.7435897436vw;
    position: relative;
  }
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-txt-area::after {
    position: absolute;
    left: 50%;
    bottom: -6.7948717949vw;
    content: "";
    background-image: url(/img/top/popup_2arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 4.1025641026vw;
    width: 4.1025641026vw;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-txt-area span {
  color: #014C96;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-txt-area span {
    color: inherit;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-txt-area .popup-tamaki-sp {
  display: none;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-txt-area .popup-tamaki-sp {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45.0769230769vw;
    height: 34.8717948718vw;
    border-radius: 0 0 6px 0;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-txt-area .is-sp {
  display: none;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-txt-area .is-sp {
    display: block;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-button-area {
  padding: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-button-area {
    padding: 9.2307692308vw 0 6.1538461538vw;
    gap: 3.5897435897vw;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-button-area a {
  text-decoration: none;
  width: 340px;
  height: 64px;
  padding: 20px 0 24px 87px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  background: #014C96;
  border-radius: 4.22px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(26, 43, 52, 0.322);
          box-shadow: 0px 3px 4px 0px rgba(26, 43, 52, 0.322);
  background-repeat: no-repeat, no-repeat;
  background-position: 2% 50%, 0 0;
  background-size: 45px auto, 71px 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 1003;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-button-area a {
    width: 81.7948717949vw;
    height: 16.4102564103vw;
    border-radius: 4px;
    padding-left: 22.0512820513vw;
    padding: 5.1282051282vw 0 6.1538461538vw 22.0512820513vw;
    background: #fff;
    -webkit-box-shadow: 2px 4px 4px 0px rgba(26, 35, 52, 0.2);
            box-shadow: 2px 4px 4px 0px rgba(26, 35, 52, 0.2);
    background-size: 10.2564102564vw auto, 18.2051282051vw 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 3.0769230769vw 50%, 0 0;
    color: #014C96;
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-button-area a:hover {
  opacity: 0.7;
}
#popupBannerTopFirst .popup-box .popup-inner .popup-button-area a.popup-button-promising {
  background-image: url(/img/top/popup_icon_promising.webp), url(/img/top/popup_button_highlight.svg);
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-button-area a.popup-button-promising {
    background-image: url(/img/top/popup_icon_promising.webp), url(/img/top/popup_button_highlight_sp.svg);
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-button-area a.popup-button-exploring {
  background-image: url(/img/top/popup_icon_exploring.webp), url(/img/top/popup_button_highlight.svg);
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-button-area a.popup-button-exploring {
    background-image: url(/img/top/popup_icon_exploring.webp), url(/img/top/popup_button_highlight_sp.svg);
  }
}
#popupBannerTopFirst .popup-box .popup-inner .popup-button-area a .txt-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-inner .popup-button-area a .txt-lg {
    font-size: 5.1282051282vw;
    line-height: 5.1282051282vw;
  }
}
#popupBannerTopFirst .popup-box .popup-geekly {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.82px;
  padding-top: 24px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-geekly {
    padding: 0;
    font-size: 2.9025641026vw;
    line-height: 4.2051282051vw;
  }
}
#popupBannerTopFirst .popup-box .popup-geekly p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-geekly p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#popupBannerTopFirst .popup-box .popup-geekly .popup-geekly-img {
  width: 100px;
  height: 31px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-geekly .popup-geekly-img {
    width: 18.1974358974vw;
    height: 5.641025641vw;
  }
}
#popupBannerTopFirst .popup-box .popup-tamaki {
  width: 307.85px;
  height: 405px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1002;
}
@media (max-width: 767px) {
  #popupBannerTopFirst .popup-box .popup-tamaki {
    display: none;
  }
}

.cta-banner2 {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.cta-banner2-area {
  padding-top: 40px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cta-banner2-area {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .cta-banner2-bubble {
    padding: 0 3.8461538462vw;
  }
}

@media (max-width: 767px) {
  .cta-banner2-bubble__img {
    display: block;
    margin: 12px auto 16px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta-banner2-bubble__text {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.42px;
  }
}

@media (max-width: 767px) {
  .cta-banner2-bubble__text--strong {
    color: #014C96;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 767px) {
  .cta-banner2-bubble__text--strong::before {
    content: "「";
    font-weight: 300;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .cta-banner2-bubble__text--strong::after {
    content: "」";
    font-weight: 300;
    letter-spacing: -6.8px;
  }
}

@media (max-width: 767px) {
  .cta-banner2-notice {
    color: #3C3C3C;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.55px;
    padding: 0 20px;
    margin-top: 8px;
  }
}

.notice-area {
  background: #F8F8F8;
  padding: 30px 0;
}

.notice-area-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .notice-area-txt {
    font-size: 11px;
  }
}/*# sourceMappingURL=top.css.map */</pre></body></html>