@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Petemoss&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&display=swap");
/* mixin */
/*  @media用 */
/* ====================================
   common
==================================== */
.font_zenmaru {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.center {
  text-align: center;
}

.left_t {
  text-align: left !important;
}

.right_t {
  text-align: right !important;
}

.ls0 {
  letter-spacing: 0px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.lsm2 {
  letter-spacing: -2px;
}

.fwb {
  font-weight: bold;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mauto {
  margin: auto !important;
}

.__stxt {
  font-size: .8rem;
}

.pc-only {
  display: block;
}

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

.sp-only {
  display: none;
}

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

/* ====================================
   全体
==================================== */
body {
  background: #fff !important;
}

li {
  list-style: none;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

.main_title {
  font-size: 1.6875rem;
  font-weight: 800;
  color: #00122C;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 540px) {
  .main_title {
    font-size: 2.625rem;
    line-height: 73px;
  }
}

.tit_grad {
  background: linear-gradient(90deg, #fcbb27 52%, rgba(255, 109, 0, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.wrap_txt_rotate-ru1 {
  max-width: 800px;
  font-weight: bold;
}

.wrap_txt_rotate-ru1 .sub-text {
  font-size: 1.5rem;
  margin-top: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 540px) {
  .wrap_txt_rotate-ru1 .sub-text {
    font-size: 1.25rem;
  }
}

.txt_rotate-ru1 {
  transform: rotate(-5deg) skewX(-5deg);
}

.target-main-text {
  font-size: 6.4vw;
  margin-top: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .target-main-text {
    font-size: 2rem;
  }
}

.slanted-box-bg {
  color: #fff;
  background: linear-gradient(to right, rgba(240, 122, 9, 0.67), rgba(253, 199, 89, 0.67));
  background: linear-gradient(to right, rgba(0, 143, 242, 0.67), rgba(49, 112, 197, 0.67));
  height: 35px;
  border-radius: 5px;
  box-shadow: 0px 4px 3.9px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 0 6px;
}

.wrap_txt_slanted .sub-text {
  font-size: 1.5rem;
  margin-top: 8px;
}

.tit__gra {
  margin-top: 0px;
}

.tit__gra .sub {
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: Min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .tit__gra .sub {
    font-size: calc(50 / 750 * 100vw);
  }
}

.tit__gra .sub .gra {
  background: var(--r_grad, linear-gradient(90deg, #008ff2 0%, #3170c5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec06__title .sub {
  text-align: center;
  font-size: Min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .sec06__title .sub {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec06__title .sub .gra {
  background: var(--r_grad, linear-gradient(90deg, #008ff2 0%, #3170c5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tit__gra-sub .sub .gra {
  background: var(--r_grad, linear-gradient(90deg, #fcbb27 0%, #FF6D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cv__title {
  color: var(--base-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .cv__title {
    font-size: calc(56 / 750 * 100vw);
  }
}

.cv__title .small {
  color: #fff;
  font-size: Min(calc(36 / 1080 * 100vw), 36px);
}

.cv__title-inner {
  display: inline-block;
  padding-bottom: Min(calc(4 / 1080 * 100vw), 4px);
  border-bottom: Min(calc(2 / 1080 * 100vw), 2px) solid #fff;
}

@media screen and (max-width: 768px) {
  .cv__title-inner {
    line-height: 140%;
    width: calc(620 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
    border-bottom: calc(4 / 750 * 100vw) solid #fff;
  }
}

.tit_cw {
  color: var(--base-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .tit_cw {
    font-size: calc(56 / 750 * 100vw);
  }
}

.tit_cw .small {
  color: #fff;
  font-size: Min(calc(36 / 1080 * 100vw), 36px);
}

.tit_cw .tit_cw-inner {
  display: inline-block;
  padding-bottom: Min(calc(4 / 1080 * 100vw), 4px);
}

@media screen and (max-width: 768px) {
  .tit_cw .tit_cw-inner {
    line-height: 140%;
    width: calc(620 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
}

.tit_bbline {
  text-align: center;
  margin-bottom: Min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (max-width: 768px) {
  .tit_bbline {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.tit_bbline.tit_cw-bbline .main {
  color: #fff;
}

.tit_bbline.tit_cw-bbline .main span {
  border-bottom: Min(calc(2 / 1080 * 100vw), 2px) solid #fff;
}

@media screen and (max-width: 768px) {
  .tit_bbline.tit_cw-bbline .main span {
    border-bottom: calc(2 / 750 * 100vw) solid #fff;
  }
}

.tit_bbline .main {
  display: block;
  font-feature-settings: "palt" on;
  font-size: Min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: Min(calc(2 / 1080 * 100vw), 2px);
  padding-top: Min(calc(28 / 1080 * 100vw), 28px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .tit_bbline .main {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}

.tit_bbline .main:before {
  content: "";
  display: block;
  width: Min(calc(63 / 1080 * 100vw), 63px);
  height: Min(calc(22 / 1080 * 100vw), 22px);
  background-image: url("../img/cmn/ico_sunline-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: Max(calc(0 / 1080 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .tit_bbline .main:before {
    width: calc(83 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
    top: calc(0 / 750 * 100vw);
  }
}

.tit_bbline .main span {
  display: inline-block;
  border-bottom: Min(calc(2 / 1080 * 100vw), 2px) solid #555;
}

@media screen and (max-width: 768px) {
  .tit_bbline .main span {
    display: inline-block;
    border-bottom: calc(2 / 750 * 100vw) solid #555;
  }
}

.tit_speech {
  background-color: #ffffff;
  width: 100%;
  padding: 28px 46px;
  margin: 70px auto 70.64px;
  position: relative;
  border-radius: 7.07px;
}

.tit_speech .triangle {
  display: inline-block;
  border-top: 25px solid #ffffff;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  position: absolute;
  bottom: -19px;
  left: 44%;
}

.tit_speech::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 22.1px;
  height: 23.45px;
  top: 6px;
  left: 7px;
}

.tit_speech::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 22.1px;
  height: 23.45px;
  bottom: 10px;
  right: 8px;
}

.tit_speech p {
  font-size: 34px;
  line-height: 24px;
  letter-spacing: 1.3px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0;
}

.tit_grade2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  padding: 23px 34px;
}

.tit_grade2 span {
  font-weight: 900;
  margin-top: 0px;
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .tit_grade2 span {
    font-size: 3.125rem;
  }
}

.tit_diagonal-line {
  position: relative;
}

.tit_diagonal-line:before, .tit_diagonal-line:after {
  content: "";
  position: absolute;
  top: inherit;
  bottom: 10px;
  display: block;
  width: 2px;
  height: 73%;
  background: var(--r_grad, linear-gradient(90deg, #008ff2 0%, #3170c5 100%));
}

.tit_diagonal-line:before {
  left: 24px;
  transform: rotate(-30deg) translateX(-20px);
}

.tit_diagonal-line:after {
  right: 24px;
  transform: rotate(30deg) translateX(20px);
}

.triangle_down {
  position: relative;
}

.triangle_down::before {
  content: "";
  background: #FF6D00;
  width: 3.9375rem;
  height: 1.0625rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: calc(100% + -14.375rem);
  left: 50%;
  translate: -50%;
}

@media (max-width: 540px) {
  .triangle_down::before {
    bottom: calc(100% + -25rem);
  }
}

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

.wrap_dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: -1;
}

/* 矢印 */
.ng-arrow {
  display: inline-block;
  width: 2px;
  height: 40px;
  background: #fcbb27;
  margin: 0 auto;
  position: relative;
  animation: arrowMove 1.5s infinite;
}

.ng-arrow:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fcbb27;
}

@keyframes arrowMove {
  0% {
    opacity: .2;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    opacity: .2;
    transform: translateY(-5px);
  }
}

.marker_ye01 {
  background: linear-gradient(transparent 65%, #ffff40 0%);
}

.marker_sub {
  background: linear-gradient(transparent 65%, #fcbb27 0%);
}

/* 左列固定 */
.fixed-col {
  position: sticky;
  left: 0;
  background: #fff;
}

.section-problem:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 40px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(47, 107, 255, 0.1) 0%, transparent 70%);
}

.bg_circle2 {
  position: relative;
}

.bg_circle2::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 30px solid rgba(43, 142, 240, 0.15);
  pointer-events: none;
}

@media (min-width: 768px) {
  .bg_circle2::before {
    display: none;
  }
}

/* ヒーロー */
.glass-hero {
  margin: 60px auto;
  padding: 70px 30px;
  max-width: 1000px;
  border-radius: 28px;
  text-align: center;
  background: var(--glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  box-shadow: 0 25px 50px rgba(91, 108, 255, 0.15);
  position: relative;
  overflow: hidden;
  /* 背景グラデ装飾 */
}

.glass-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  border-radius: 50%;
  opacity: 0.15;
  z-index: -1;
}

.glass-hero h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
}

.glass-hero h2 span {
  display: block;
  font-weight: 900;
  margin-top: 15px;
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .glass-hero h2 span {
    font-size: 3.25rem;
  }
}

/* 保存数バッジ */
.hero-badge {
  display: inline-block;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(135deg, #FF6B9A, #FF8FB1);
  color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(255, 107, 154, 0.3);
}

.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.transition3s {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.anima-txt_slide {
  opacity: 0;
  position: relative;
  transform: translate(-100%);
  -webkit-transform: translate(-100%);
}

.anima-txt_slide.right-trans {
  transform: translate(100%);
  -webkit-transform: translate(100%);
}

.anima-txt_slide.downUp {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}

.anima-txt_slide.is--show {
  -webkit-transform: translate(0);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.5s cubic-bezier(0.6, 0, 0.4, 1);
  opacity: 1;
  transform: translate(0);
  transition: opacity 1.2s, -webkit-transform 1.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.2s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.2s, -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.anima-txt_slide.is--show .in-txt_slide {
  -webkit-transform: translate(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  transform: translate(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.anima-txt_slide.is--show.order-s01 {
  -webkit-transition: opacity 1.2s, -webkit-transform 1.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: opacity 1.2s, -webkit-transform 1.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.2s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.2s, -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.anima-txt_slide.is--show.order-s02 {
  -webkit-transition: opacity 1.2s, -webkit-transform 2.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.anima-txt_slide.is--show.order-s03 {
  -webkit-transition: opacity 1.2s, -webkit-transform 2.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.anima-txt_slide .in-txt_slide {
  -webkit-transform: translate(100%);
  transform: translate(100%);
  width: 100%;
}

/* ====================================
   h2 TOP タイトル
==================================== */
.ranking-title {
  text-align: center;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}

.ranking-title::before, .ranking-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 140px;
  margin: 30px auto;
  background: #E5E7EB;
}

.ranking-title .title-badge {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  color: #fff;
  font-size: 1.125rem;
  border-radius: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.ranking-title h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 768px) {
  .ranking-title h2 {
    font-size: 2.375rem;
  }
}

.ranking-title .small {
  display: block;
  font-size: 16px;
  color: #5B6CFF;
  margin-bottom: 8px;
}

.ranking-title .top {
  display: block;
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .ranking-title .top {
    font-size: 3.25rem;
  }
}

/* ====================================
   TOP
==================================== */
#lp01 .recruit_tab label[for="tab2"] {
  display: none;
}

/* ====================================
   POINT 就活のPOINT
==================================== */
@media screen and (max-width: 540px) {
  .sec_point .main_title {
    font-size: 2.5625rem;
  }
}

.sec_point .tit_point .main {
  color: #fff;
}

.sec_point .tit_point .main span {
  border-bottom: Min(calc(2 / 1080 * 100vw), 2px) solid #fff;
}

.sec_point .sec06__title .main:before {
  background-image: url(../img/cmn/ico_sunline-top2.png);
}

.character {
  background-image: url(./img/cmn/check.png);
  background-image: url(../img/top/img_point1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 120px;
  margin-top: -20px;
  position: relative;
  width: 120px;
  z-index: 2;
}

.sec01__title {
  position: relative;
  text-align: center;
  margin-bottom: Min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec01__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media (max-width: 540px) {
  .sec01__title {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.sec01__title:before {
  content: '';
  position: absolute;
  width: 230px;
  height: 160px;
  right: 55px;
  bottom: -113px;
  margin: auto;
  background: url(../img/top/fukidasi_men.png) no-repeat;
  background-size: cover;
}

@media (max-width: 540px) {
  .sec01__title:before {
    width: 90px;
    height: 71px;
    right: -11px;
    bottom: -46px;
  }
}

.sec01__title .main {
  display: block;
  color: var(--color-orange-50, #008ff2);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: Min(calc(4 / 1080 * 100vw), 4px);
  padding-top: Min(calc(28 / 1080 * 100vw), 28px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01__title .main {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}

.sec01__title .main:before {
  content: "";
  display: block;
  width: Min(calc(63 / 1080 * 100vw), 63px);
  height: Min(calc(22 / 1080 * 100vw), 22px);
  background-image: url("../img/cmn/ico_sunline-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: Max(calc(0 / 1080 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .sec01__title .main:before {
    width: calc(83 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
  }
}

.sec01__title .main span {
  position: relative;
  display: inline-block;
  padding: 0 Min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (max-width: 768px) {
  .sec01__title .main span {
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.sec01__title .main span:before {
  content: "";
  display: block;
  width: Min(calc(17 / 1080 * 100vw), 17px);
  height: Min(calc(27 / 1080 * 100vw), 27px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: Min(calc(16 / 1080 * 100vw), 16px);
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec01__title .main span:before {
    top: calc(30 / 750 * 100vw);
    width: calc(22 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.sec01__title .main .tit_diagonal-line {
  position: relative;
}

.sec01__title .main .tit_diagonal-line:before, .sec01__title .main .tit_diagonal-line:after {
  content: "";
  position: absolute;
  top: inherit;
  bottom: 10px;
  display: block;
  width: 2px;
  height: 73%;
  background: var(--r_grad, linear-gradient(90deg, #008ff2 0%, #3170c5 100%));
}

.sec01__title .main .tit_diagonal-line:before {
  left: 24px;
  transform: rotate(-30deg) translateX(-20px);
}

.sec01__title .main .tit_diagonal-line:after {
  right: 24px;
  transform: rotate(30deg) translateX(20px);
}

.sec01__title .main span:after {
  content: "";
  display: block;
  width: Min(calc(17 / 1080 * 100vw), 17px);
  height: Min(calc(27 / 1080 * 100vw), 27px);
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: Min(calc(16 / 1080 * 100vw), 16px);
  right: 0;
}

@media screen and (max-width: 768px) {
  .sec01__title .main span:after {
    top: calc(30 / 750 * 100vw);
    width: calc(22 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.sec01__title .sub {
  display: block;
  color: var(--base-black-333, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .sec01__title .sub {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sec01__logo {
    width: Min(calc(920 / 1080 * 100vw), 920px);
    margin: 0 auto;
  }
}

.sec01__note {
  text-align: center;
  color: var(--base-black-333, #333);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .sec01__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(9 / 750 * 100vw);
  }
}

.sec_guide p {
  margin-bottom: 0px;
}

.sec_guide .wrap_dot::before {
  background-image: radial-gradient(#4cacff 1px, transparent 1px);
}

.sec_guide .wrap_txt_rotate-ru1 {
  padding-bottom: 48px;
}

@media (max-width: 540px) {
  .sec_guide .wrap_txt_rotate-ru1 {
    padding-top: 10px;
  }
}

.sec_feature {
  padding: calc(48 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
}

.sec06 {
  background: rgba(252, 187, 39, 0.1);
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec06__title {
  text-align: center;
  margin-bottom: Min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (max-width: 768px) {
  .sec06__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.sec06__title .main {
  display: block;
  color: var(--color-orange-50, #008ff2);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: Min(calc(2 / 1080 * 100vw), 2px);
  padding-top: Min(calc(28 / 1080 * 100vw), 28px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec06__title .main {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}

.sec06__title .main:before {
  content: "";
  display: block;
  width: Min(calc(63 / 1080 * 100vw), 63px);
  height: Min(calc(22 / 1080 * 100vw), 22px);
  background-image: url("../img/cmn/ico_sunline-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: Max(calc(0 / 1080 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .sec06__title .main:before {
    width: calc(83 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
    top: calc(0 / 750 * 100vw);
  }
}

.sec06__title .main span {
  display: inline-block;
  border-bottom: Min(calc(2 / 1080 * 100vw), 2px) solid #008ff2;
}

@media screen and (max-width: 768px) {
  .sec06__title .main span {
    display: inline-block;
    border-bottom: calc(2 / 750 * 100vw) solid #008ff2;
  }
}

.sec06__list {
  width: Min(calc(472 / 1080 * 100vw), 540px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec06__list {
    width: calc(630 / 750 * 100vw);
  }
}

.sec06__item {
  height: Min(calc(140 / 1080 * 100vw), 140px);
  border-radius: Max(calc(0 / 1080 * 100vw), 0px) Min(calc(30 / 1080 * 100vw), 30px) Min(calc(30 / 1080 * 100vw), 30px) Max(calc(0 / 1080 * 100vw), 0px);
  background: var(--color-white-solid, #FFF);
  margin-bottom: Min(calc(15 / 1080 * 100vw), 15px);
  position: relative;
  padding-left: Min(calc(41 / 1080 * 100vw), 41px);
  display: flex;
  align-items: center;
  gap: Min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (max-width: 768px) {
  .sec06__item {
    height: calc(220 / 750 * 100vw);
    border-radius: calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    position: relative;
    padding-left: calc(55 / 750 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    background: var(--color-white-solid, #FFF);
  }
}

.sec06__item:before {
  content: "";
  display: block;
  background: rgba(252, 187, 39, 0.6);
  width: Min(calc(15 / 1080 * 100vw), 15px);
  height: Min(calc(140 / 1080 * 100vw), 140px);
  position: absolute;
  left: 0;
  top: Max(calc(0 / 1080 * 100vw), 0px);
}

@media screen and (max-width: 768px) {
  .sec06__item:before {
    width: calc(20 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    top: calc(0 / 750 * 100vw);
    left: 0;
  }
}

.sec06__item figure {
  flex: 0 0 Min(calc(90 / 1080 * 100vw), 90px);
}

@media screen and (max-width: 768px) {
  .sec06__item figure {
    flex: 0 0 calc(120 / 750 * 100vw);
  }
}

.sec06__item-right {
  flex: 0 0 Min(calc(280 / 1080 * 100vw), 350px);
}

@media screen and (max-width: 768px) {
  .sec06__item-right {
    flex: 0 0 calc(392 / 750 * 100vw);
  }
}

.sec06__item-text01 {
  font-family: "Noto Sans JP";
  font-size: Min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: Min(calc(6 / 1080 * 100vw), 6px);
}

@media screen and (max-width: 768px) {
  .sec06__item-text01 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.sec06__item-text02 .text01 {
  color: #fcbb27;
  font-size: Min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .sec06__item-text02 .text01 {
    font-size: calc(50 / 750 * 100vw);
  }
}

.sec06__item-text02 .text_l {
  color: #fcbb27;
  font-size: Min(calc(32 / 1080 * 100vw), 46px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .sec06__item-text02 .text_l {
    font-size: calc(50 / 750 * 100vw);
  }
}

.sec06__item-text02 .num {
  color: var(--color-orange-50, #008ff2);
  font-size: Min(calc(56 / 1080 * 100vw), 56px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .sec06__item-text02 .num {
    font-size: calc(80 / 750 * 100vw);
  }
}

.sec06__item-text02 .text02 {
  font-size: Min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .sec06__item-text02 .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec06__item-note {
  color: var(--base-999, #999);
  text-align: right;
  font-size: Min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .sec06__item-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec06__item-text03 {
  color: var(--color-orange-50, #008ff2);
  font-family: "Noto Sans JP";
  font-size: Min(calc(36 / 1080 * 100vw), 34px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .sec06__item-text03 {
    font-size: calc(50 / 750 * 100vw);
  }
}

/* ==============================
support 基本的なサポート
============================== */
.sec_support {
  position: relative;
}

.sec_support:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 130px;
  top: -40px;
  right: -10px;
  background: url(../img/top/img_bg-support.png) no-repeat;
  z-index: 1;
  background-size: cover;
}

.sec_support .section-problem:after {
  left: -100px;
  right: 0px;
}

.sec_support.bg_circle2:before,
.wrap1080.bg_circle2:before {
  bottom: -50px;
  left: inherit;
  right: -80px;
  width: 160px;
  height: 160px;
  border: 20px solid rgba(43, 142, 240, 0.15);
}

.adlp-wrapper .wrap1080 {
  margin: auto;
  width: Min(calc(1080 / 1080 * 100vw), 1080px);
}

@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.view_area_10 {
  position: relative;
  z-index: 0;
}

.attraction-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: Min(calc(30 / 1080 * 100vw), 30px);
}

.cv__box {
  padding: Min(calc(32 / 1080 * 100vw), 32px) 0;
  border-radius: Min(calc(30 / 1080 * 100vw), 30px);
  background: var(--grd_orange02, linear-gradient(156deg, #F6760E -10.54%, rgba(255, 172, 30, 0.85) 21.92%, rgba(255, 223, 187, 0.93) 54.58%, #FFE5A3 69.09%));
  background: #f5fffc;
}

@media screen and (max-width: 768px) {
  .cv__box {
    padding: calc(53 / 750 * 100vw) 0 calc(28 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    background: var(--grd_orange, linear-gradient(163deg, #F6760E -1.07%, rgba(255, 172, 30, 0.85) 30.74%, rgba(255, 223, 187, 0.93) 62.74%, #FFE5A3 76.96%));
  }
}

.cv__balloon {
  width: Min(calc(180 / 1080 * 100vw), 180px);
  padding: Min(calc(3 / 1080 * 100vw), 3px) 0 0;
  margin: 0 auto;
  color: var(--main-accent-4-accent, #FF6200);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: Min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cv__balloon {
    width: calc(239 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) 0 0;
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .cv__title .small {
    font-size: calc(48 / 750 * 100vw);
  }
}

.cv__list {
  width: Min(calc(408 / 1080 * 100vw), 320px);
  margin: Min(calc(38 / 1080 * 100vw), 38px) auto 0;
}

@media screen and (max-width: 768px) {
  .cv__list {
    width: calc(530 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.cv__list li {
  position: relative;
  padding-left: Min(calc(34 / 1080 * 100vw), 34px);
  color: var(--base-black-333, #333);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: Min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .cv__list li {
    padding-left: calc(45 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.cv__list li:before {
  content: "";
  display: block;
  background-image: url(../img/cmn/check.png);
  background-image: url(../img/cmn/icon_point.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: Min(calc(28 / 1080 * 100vw), 28px);
  height: Min(calc(28 / 1080 * 100vw), 28px);
  position: absolute;
  left: 0;
  top: Min(calc(2 / 1080 * 100vw), 2px);
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cv__list li:before {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}

.cv__list li:not(:last-child) {
  margin-bottom: Min(calc(10 / 1080 * 100vw), 10px);
}

@media screen and (max-width: 768px) {
  .cv__list li:not(:last-child) {
    margin-bottom: calc(25 / 750 * 100vw);
  }
}

.cv__register {
  color: #555;
  font-weight: 900;
  text-align: center;
  margin: Min(calc(20 / 1080 * 100vw), 20px) 0 Min(calc(17 / 1080 * 100vw), 17px);
}

@media screen and (max-width: 768px) {
  .cv__register {
    margin: calc(30 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}

.cv__register .inner {
  display: inline-block;
  position: relative;
  padding: 0 Min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (max-width: 768px) {
  .cv__register .inner {
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.cv__register .inner:before {
  content: "";
  display: block;
  width: Min(calc(16 / 1080 * 100vw), 16px);
  height: Min(calc(28 / 1080 * 100vw), 28px);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0597479 2.53091C0.0597479 2.53091 13.6126 25.9461 14.1304 26.8919C14.3793 27.3399 15.5444 26.7326 15.3154 26.3344C14.8175 25.4682 3.64462 1.40594 3.35584 1.0575C3.0571 0.699109 3.38571 0.161515 2.1808 0.788708C0.965924 1.42586 0 1.90372 0 1.90372L0.0597479 2.53091Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}

@media screen and (max-width: 768px) {
  .cv__register .inner:before {
    width: calc(21 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.cv__register .inner:after {
  content: "";
  display: block;
  width: Min(calc(16 / 1080 * 100vw), 16px);
  height: Min(calc(28 / 1080 * 100vw), 28px);
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='27' viewBox='0 0 17 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9629 2.57261C15.9629 2.57261 2.01172 25.7489 1.47399 26.6946C1.21508 27.1426 0.0599579 26.5154 0.298949 26.1172C0.816765 25.2611 12.3979 1.39786 12.6966 1.04942C12.9954 0.700984 12.6767 0.153435 13.8717 0.800538C15.0666 1.44764 16.0326 1.94541 16.0326 1.94541L15.9629 2.57261Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
}

@media screen and (max-width: 768px) {
  .cv__register .inner:after {
    width: calc(21 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.cv__register .register-text {
  font-weight: bold;
  text-align: center;
  font-size: Min(calc(16 / 1080 * 100vw), 28px);
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 900;
  line-height: 105%;
}

@media screen and (max-width: 540px) {
  .cv__register .register-text {
    font-size: calc(65 / 750 * 100vw);
  }
}

.cv__register .time {
  text-align: center;
  font-size: Min(calc(40 / 1080 * 100vw), 56px);
  line-height: 105%;
}

@media screen and (max-width: 540px) {
  .cv__register .time {
    font-size: calc(94 / 750 * 100vw);
  }
}

.cv__register .minute {
  text-align: center;
  font-size: Min(calc(21 / 1080 * 100vw), 28px);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 105%;
}

@media screen and (max-width: 540px) {
  .cv__register .minute {
    font-size: calc(55 / 750 * 100vw);
  }
}

/* ==============================
flow 内定までの流れ
============================== */
.sec_flow {
  padding: 50px 20px 20px !important;
  z-index: -1;
}

.sec_flow .wrap_step_inner {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 6px;
  justify-content: space-between;
  padding: 8px;
}

@media (max-width: 540px) {
  .sec_flow .sec06__title {
    margin-bottom: calc(73 / 750 * 100vw);
  }
}

.sec_flow .step-content {
  flex: 1;
  padding: 8px 0;
}

.sec_flow .ng-arrow {
  position: absolute;
  left: 0;
  right: 0;
  width: 13px;
  height: 36px;
}

.sec_flow .ng-arrow:after {
  bottom: -21px;
  border: 14px solid transparent;
  border-top-color: #fcbb27;
}

.section-problem {
  background: #F4F8FF;
  overflow: hidden;
}

.section-problem.lp-section {
  padding: 100px 20px 20px;
}

.section-agent {
  background: #ffffff;
}

.section-support {
  background: #F8FAFF;
}

.section-ranking {
  background: #ffffff;
}

.ng-flow {
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.ng-flow-title {
  display: inline-block;
  background: #fcbb27;
  padding: 16px 70px;
  font-weight: 800;
  transform: skewX(-18deg);
  margin-bottom: 50px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.ng-flow-title span {
  display: inline-block;
  transform: skewX(18deg);
}

.ng-steps {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.ng-step {
  background: #fff;
  color: #333;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 35px;
  text-align: left;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

@media (max-width: 540px) {
  .ng-step {
    padding: 12px;
  }
}

.ng-step h3 {
  margin: 10px 0 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.ng-step p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.ng-step-number {
  position: absolute;
  top: -18px;
  left: 25px;
  background: #fcbb27;
  color: #000;
  font-weight: 800;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 14px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* 縦ライン */
.ng-steps:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
  display: none;
}

/* SP特化 */
@media (max-width: 768px) {
  .ng-flow {
    padding: 60px 15px;
  }
}

/* =========================
   reason
========================= */
.sec_reason {
  position: relative;
}

.sec_reason:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  top: -54px;
  right: 0px;
  background: url(../img/top/img_bg-reason.png) no-repeat;
  z-index: 1;
  background-size: cover;
}

.sec_reason .glass-hero {
  background: rgba(22, 104, 213, 0.05);
  box-shadow: 0 6px 34px rgba(91, 108, 255, 0.15);
}

@media (max-width: 540px) {
  .sec_reason .glass-hero {
    padding: 3rem 10px;
  }
}

.sec_reason .glass-hero .hero-badge {
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 6px 12px;
  margin-bottom: 5px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fcbb27, rgba(252, 187, 39, 0.4));
  box-shadow: 0 2px 5px rgba(252, 187, 39, 0.2);
}

.sec_reason .glass-hero .symbol {
  font-style: italic;
}

.sec_reason .glass-hero h2 span {
  display: inline-block;
}

.sec_reason .tit_grade2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  padding: 23px 34px;
}

@media (max-width: 540px) {
  .sec_reason .tit_grade2 {
    padding: 23px 13px;
  }
}

.sec_reason .tit_grade2 span {
  font-weight: 900;
  margin-top: 0px;
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 540px) {
  .sec_reason .tit_grade2 span {
    font-size: 3.125rem;
  }
}

@media (max-width: 540px) {
  .sec_reason .tit_grade2 span {
    font-size: 6.4vw;
  }
}

.sec_reason .tit_diagonal-line:before, .sec_reason .tit_diagonal-line:after {
  background: linear-gradient(90deg, #fcbb27 52%, rgba(255, 109, 0, 0.9) 100%);
}

@media (min-width: 540px) {
  .sec_reason .tit_diagonal-line {
    display: inline-block;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 540px) {
  .sec_reason .tit_diagonal-line:before {
    left: 17px;
  }
  .sec_reason .tit_diagonal-line:after {
    right: 17px;
  }
}

.sec_reason .tit_speech {
  margin: 20px auto 30px;
}

@media (min-width: 540px) {
  .sec_reason .tit_speech {
    margin: 20px auto 30px;
  }
}

@media (min-width: 768px) {
  .sec_reason .cv__list {
    width: Min(calc(408 / 1080 * 100vw), 534px);
  }
}

@media (max-width: 540px) {
  .sec_reason .cv__list {
    width: calc(620 / 750 * 100vw);
  }
}

.sec_reason .cv__list li:before {
  background-image: url(../img/cmn/img_ribbon.png);
}

.sec_reason .top-ct__frame-div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.sec_reason .top-ct__frame-parent1 {
  margin-top: 0;
}

@media (max-width: 540px) {
  .sec_reason .top-ct__frame-parent1 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sec_reason .top-ct__frame-parent1.cv__list .medal-con {
    margin-bottom: 16px;
    font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  }
  .sec_reason .top-ct__frame-parent1.cv__list .medal-con:last-child {
    margin-bottom: 0;
  }
}

.sec_reason .top-ct__frame-div {
  -ms-flex-item-align: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: center;
  align-self: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: rgba(179, 212, 252, 0.9);
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
  letter-spacing: 1px;
}

@media (max-width: 540px) {
  .sec_reason .top-ct__frame-div {
    padding: 19px 2px 10px;
  }
}

.sec_reason .medal-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.sec_reason .top-ct__medal-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  width: 22px;
}

.sec_reason .top-ct__medal-parent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
}

.sec_reason .top-ct__medal-parent {
  gap: 8px;
}

.sec_reason .top-ct__b10 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 100%;
}

@media (max-width: 540px) {
  .sec_reason .top-ct__b10 {
    font-size: 4.26667vw;
  }
}

.sec_reason .top-ct__container {
  display: inline-block;
  background-color: #fff;
  color: #1c50a0;
  height: 44px;
  padding: 3px 6px;
}

@media (max-width: 540px) {
  .sec_reason .top-ct__container {
    height: 32px;
  }
}

.sec_reason .top-ct__medal-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_reason .top-ct__b1 {
  line-height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .sec_reason .top-ct__b1 {
    font-size: 1.875vw;
  }
}

@media (max-width: 768px) {
  .sec_reason .top-ct__b1 {
    font-size: 4.26667vw;
  }
}

.sec_reason .top-ct__span6 {
  font-size: 2.125rem;
  line-height: 1;
}

@media (max-width: 540px) {
  .sec_reason .top-ct__span6 {
    font-size: 5.33333vw;
  }
}

.sec_reason .final-text {
  color: #1a3680;
  font-weight: bold;
  text-align: center;
}

.sec_reason .final-text .message-highlight {
  color: #f07a09;
  font-size: 2rem;
}

.sec_reason .final-text .__ltxt {
  font-size: 2.03125vw;
}

@media (max-width: 540px) {
  .sec_reason .final-text .__ltxt {
    font-size: 18px;
  }
}

.sec_reason .final-text .message-p2 {
  font-size: 0.875rem;
  padding: 4px 0 0;
}

.sec_reason .final-text .message-p3 {
  margin-top: 0;
  letter-spacing: -1px;
  line-height: 1.25;
}

.sec_reason .final-text .marker_ye02 {
  background: linear-gradient(transparent 69%, #FFC389 0%);
}

.sec_reason .final-text .message-medium {
  font-size: 1.71875vw;
}

@media (max-width: 540px) {
  .sec_reason .final-text .message-medium {
    font-size: 18px;
  }
}

.sec_reason .final-text .message-small {
  font-size: 1.71875vw;
}

@media (max-width: 540px) {
  .sec_reason .final-text .message-small {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .sec_reason .final-text .txt_last {
    font-size: 8vw;
    line-height: 1;
  }
}

.sec_reason .sec_fin {
  position: relative;
  padding: 20px 0 46px;
  z-index: -1;
  text-align: left;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
}

@media screen and (max-width: 540px) {
  .sec_reason .sec_fin {
    margin-left: -10px;
    margin-right: -10px;
    padding: 27px 0 20px;
    background: #f5e2b8;
  }
}

.sec_reason .sec_fin:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -54px;
  right: 0px;
  background: url(../img/cmn/stripe_diagonal_right_3.png) no-repeat;
  z-index: 2;
  background-size: cover;
  transform: rotate(45deg);
  opacity: .19;
}

@media screen and (max-width: 540px) {
  .sec_reason .sec_fin:before {
    bottom: -94px;
    right: -39px;
  }
}

.sec_reason .sec_fin::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #160c40;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: skewY(4.7deg);
  transform: skewY(4.7deg);
  background: linear-gradient(135deg, #5B6CFF, #00C2FF);
  background: linear-gradient(135deg, #1668d5, #0097ff);
  background: rgba(252, 187, 39, 0.1);
  background: #ffeae3;
  background: #fcbb27;
}

.sec_reason .sec_fin .txt_fin {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  font-size: 3.51562vw;
  font-size: 45px;
  z-index: 10;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 20px;
  margin-left: 5%;
  line-height: 4rem;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .sec_reason .sec_fin .txt_fin {
    font-family: "Zen Maru Gothic";
  }
}

@media screen and (max-width: 540px) {
  .sec_reason .sec_fin .txt_fin {
    font-size: 6.93333vw;
    line-height: 1;
  }
}

.sec_reason .sec_fin .txt_fin span {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 1;
}

.sec_reason .sec_fin .txt_fin .__ltxt {
  position: relative;
  font-size: 4.0625vw;
}

@media screen and (max-width: 540px) {
  .sec_reason .sec_fin .txt_fin .__ltxt {
    font-size: 11.2vw;
  }
}

.sec_reason .sec_fin .txt_fin .__ltxt:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 56px;
  bottom: 4px;
  right: -44px;
  background: url(../img/cmn/icon_point.png) no-repeat;
  z-index: 2;
  background-size: cover;
  transform: rotate(45deg);
  opacity: .19;
}

@media screen and (max-width: 540px) {
  .sec_reason .sec_fin .txt_fin .__ltxt:before {
    width: 33px;
    height: 45px;
    bottom: -1px;
    right: -33px;
  }
}

@media screen and (min-width: 1024px) {
  .sec_reason .txt_fin {
    font-size: 4.5rem;
    line-height: 5rem;
    max-width: 924px;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 1200px) {
  .sec_reason .txt_fin {
    max-width: 1000px;
  }
}

.lp-pro {
  padding: 38px 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

@media (max-width: 540px) {
  .lp-pro {
    flex-direction: column;
    gap: 30px;
    padding: 38px 10px 0;
  }
}

.lp-pro p {
  margin-bottom: 0;
}

.lp-pro-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
}

.lp-pro-text strong {
  font-weight: 900;
}

/* =========================
   レスポンシブ
========================= */
@media (max-width: 768px) {
  .lp-bubbles {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .lp-title .point {
    font-size: 34px;
  }
  .lp-title .sub {
    font-size: 20px;
  }
}

/* =========================
   point
========================= */
.sec_point {
  position: relative;
  background: linear-gradient(180deg, #1f7ed6 0%, #1976c9 60%, #156bb5 100%);
  background: linear-gradient(135deg, #4A90FF, #2F6BFF);
  background: linear-gradient(135deg, #FF7A00, #FFD93D);
  background: linear-gradient(135deg, #2F6BFF, #00A8FF);
  background: linear-gradient(135deg, #25d7a2, #008ff2);
  background: linear-gradient(135deg, #1668d5, #008ff2);
  padding: 80px 20px 100px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #fff;
}

@media (max-width: 768px) {
  .sec_point {
    padding: 48px 15px;
  }
}

.sec_point:after {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -40px;
  left: -50px;
  background: url(../img/cmn/frame_1.png) no-repeat;
  z-index: 1;
  background-size: cover;
  transform: rotate(45deg);
  opacity: .19;
}

/* 上部黄色ラベル */
.ng-label {
  display: inline-block;
  background: #fcbb27;
  padding: 18px 90px;
  font-weight: 800;
  transform: skewX(-18deg);
  margin-bottom: 40px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}

.ng-label span {
  display: inline-block;
  transform: skewX(18deg);
  font-size: 18px;
  letter-spacing: .05em;
}

/* メインタイトル */
.ng-title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .ng-title {
    font-size: 1.6875rem !important;
  }
}

/* 吹き出し */
.ng-worry {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ng-worry {
    margin-bottom: 90px;
  }
}

.ng-balloon {
  position: relative;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  padding: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* リード */
.ng-lead {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 35px 0 30px;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

@media (min-width: 540px) {
  .ng-lead {
    line-height: 1.5;
  }
}

.ng-lead strong {
  color: #fcbb27;
}

@media (min-width: 540px) {
  .ng-lead strong {
    font-size: 1.875rem;
  }
}

@media (max-width: 540px) {
  .ng-lead strong {
    font-size: 8.26667vw;
    line-height: 1;
  }
}

@media (max-width: 540px) {
  .ng-lead {
    margin: 8.4375rem 0 30px;
    font-size: 6.66667vw;
  }
}

@media (max-width: 540px) {
  .ng-lead img {
    width: 59px;
  }
}

/* 黄色バー */
.ng-yellowbar {
  background: #fcbb27;
  color: #000;
  font-weight: 800;
  padding: 14px 40px;
  border-radius: 40px;
  display: inline-block;
  margin: 25px 0 35px;
  min-width: 300px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}

/* ボックス */
.ng-box {
  background: #f7f7f7;
  border-radius: 14px;
  padding: 30px;
  margin: 0 auto 35px;
  max-width: 720px;
  text-align: left;
  color: #333;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.ng-box-title {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 22px;
}

.ng-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ng-box li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px dashed #bdbdbd;
  font-weight: 600;
}

.ng-box li:last-child {
  border: none;
}

/* アイコン */
.ng-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* 注意 */
.ng-note {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}

/* 改行制御 */
.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .ng-balloon {
    width: 120px;
    height: 120px;
    font-size: 12px;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}

/* ====================================
   Serch UI
==================================== */
.page-template-page_lp01 .searchandfilter ul {
  list-style: none;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .page-template-page_lp01 .searchandfilter ul {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 540px) {
  .page-template-page_lp01 .searchandfilter ul li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  .page-template-page_lp01 .bg_wrap_search {
    background: #EDF8FE;
  }
}

.page-template-page_lp01 .wrap_searchandfilter {
  overflow-x: hidden;
  background: #fff;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px 10px 20px;
  border-radius: 10px;
}

@media (max-width: 540px) {
  .page-template-page_lp01 .wrap_searchandfilter {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 20px 16px;
    margin: 0 16px;
    margin-top: -44px;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 24px rgba(26, 60, 110, 0.1);
    border: 1px solid var(--border);
    background: #fff;
    margin-bottom: 24px;
  }
}

.page-template-page_lp01 .wrap_searchandfilter .search-title {
  flex: 1;
  font-size: .9375rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  transition: color .2s ease;
}

.page-template-page_lp01 .wrap_searchandfilter .search-title .in__tit {
  position: relative;
  padding-left: 14px;
}

.page-template-page_lp01 .wrap_searchandfilter .search-title .in__tit:before {
  content: '';
  position: absolute;
  background: url("../img/cmn/icon_serch.png") no-repeat center;
  width: Min(calc(214 / 1080 * 100vw), 16px);
  height: Min(calc(213 / 1080 * 100vw), 16px);
  left: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.page-template-page_lp01 .searchandfilter {
  padding: 14px 0 0px;
}

@media (max-width: 540px) {
  .page-template-page_lp01 .searchandfilter ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }
}

.page-template-page_lp01 .searchandfilter li {
  position: relative;
}

.page-template-page_lp01 .searchandfilter li:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #374151;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 3;
}

.page-template-page_lp01 .searchandfilter li:last-child:after {
  display: none;
}

/* セクション横並び制御 */
.page-template-page_lp01 form > div {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左側タイトル固定幅 */
.page-template-page_lp01 form > div > label,
.page-template-page_lp01 form > div > p:first-child,
.page-template-page_lp01 form > div > h3 {
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  flex-shrink: 0;
}

/* 右側選択エリア */
.page-template-page_lp01 form > div > *:not(label):not(p:first-child):not(h3) {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* input非表示 */
.page-template-page_lp01 input[type="checkbox"],
.page-template-page_lp01 input[type="radio"] {
  display: none;
}

/* タグチップ完全再現 */
.page-template-page_lp01 label {
  position: relative;
  cursor: pointer;
}

.page-template-page_lp01 label span,
.page-template-page_lp01 label {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border-radius: 40px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all .25s ease;
}

/* hover */
/* checked */
/* セレクト */
.page-template-page_lp01 select {
  width: 100%;
  max-width: 400px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-sizing: border-box;
  color: #374151;
  cursor: pointer;
  font-size: .8125rem;
  height: 44px;
  max-width: none;
  min-width: 0;
  padding: 8px 32px 8px 12px;
  position: relative;
  transition: all .2s ease;
  width: 100%;
  z-index: 1;
}

@media (max-width: 540px) {
  .page-template-page_lp01 select {
    font-size: 16px;
  }
}

/* テキスト */
.page-template-page_lp01 input[type="text"] {
  width: 100%;
  max-width: 500px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* 検索ボタン中央固定 */
.page-template-page_lp01 input[type="submit"],
.page-template-page_lp01 button {
  display: block;
  margin: 0px auto 0;
  background: linear-gradient(90deg, #ff6b00, #ff8c00);
  color: #fff;
  font-size: 20px;
  padding: 20px 80px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  border: 0 !important;
  box-shadow: 0 0px 0px rgba(255, 107, 0, 0.3);
  transition: .3s;
  height: auto;
}

@media (max-width: 540px) {
  .page-template-page_lp01 input[type="submit"],
  .page-template-page_lp01 button {
    font-size: 16px;
  }
}

.page-template-page_lp01 input[type="submit"] {
  align-items: center;
  background-color: #bae0ff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 #ff6b00;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 136px;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 38px;
  justify-content: center;
  padding: 8px 12px;
  transition: all .2s ease;
  transition: all .3s;
  white-space: nowrap;
  width: 136px;
}

@media (max-width: 540px) {
  .page-template-page_lp01 input[type="submit"] {
    width: 100%;
    font-size: 22px;
  }
}

.page-template-page_lp01 input[type="submit"]:hover,
.page-template-page_lp01 button:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(255, 107, 0, 0.45);
}

/* ===========================
   SP完全最適化
=========================== */
@media screen and (max-width: 1440px) {
  .page-template-page_lp01 .searchandfilter {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .page-template-page_lp01 form {
    padding: 30px 20px;
  }
  .page-template-page_lp01 form > div {
    flex-direction: column;
    gap: 15px;
  }
  .page-template-page_lp01 form > div > label,
  .page-template-page_lp01 form > div > p:first-child,
  .page-template-page_lp01 form > div > h3 {
    width: 100%;
  }
  .page-template-page_lp01 button {
    width: 100%;
    padding: 16px;
  }
}

/* ====================================
   検索結果アーカイブページ
==================================== */
.poprank-wrapper .job-result-count {
  font-weight: bold;
  color: #fff;
  background-color: #4CACFF;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  margin-top: 8px;
  padding: 16px;
  font-size: 16px;
  text-align: center;
}

.poprank-wrapper .job-result-count .__ltxt {
  line-height: 1;
  font-weight: bold;
  font-size: 2.5vw;
}

@media (max-width: 540px) {
  .poprank-wrapper .job-result-count .__ltxt {
    font-size: 8.53333vw;
  }
}

.poprank-wrapper .job-result-count ._in-ctxt {
  line-height: 1.8;
  padding: 8px;
  margin-top: 20px;
  background: #fff;
  color: #4CACFF;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .poprank-wrapper .job-result-count ._in-ctxt {
    display: inline-block;
    margin: auto;
    padding: 10px 2.34375vw;
  }
}

.poprank-wrapper .job-result-count ._in-ctxt .tit_diagonal-line:before {
  left: -2.89062vw;
}

@media (max-width: 540px) {
  .poprank-wrapper .job-result-count ._in-ctxt .tit_diagonal-line:before {
    left: -8.8vw;
  }
}

.poprank-wrapper .job-result-count ._in-ctxt .tit_diagonal-line:after {
  right: 0vw;
}

@media (max-width: 540px) {
  .poprank-wrapper .job-result-count ._in-ctxt .tit_diagonal-line:after {
    right: 0vw;
  }
}

.poprank-wrapper .job-result-count ._in-ctxt .__ltxt {
  color: #fcbb27;
  font-size: 2.03125vw;
}

@media (max-width: 540px) {
  .poprank-wrapper .job-result-count ._in-ctxt .__ltxt {
    font-size: 6.93333vw;
  }
}

#lp01 .agent-table-container thead tr:first-child {
  background: #4CACFF;
  color: #fff;
}

#lp01 .agent-table-container thead th:first-child {
  width: 40px;
  padding: 2px 10px;
}

@media (max-width: 900px) {
  #lp01 .agent-table-container thead th:nth-child(1) {
    display: table-cell !important;
  }
}

@media (max-width: 900px) {
  #lp01 .agent-table-container thead th:nth-child(4) {
    width: 13%;
  }
  #lp01 .agent-table-container thead th:nth-child(5) {
    width: 26%;
  }
}

@media (max-width: 900px) {
  #lp01 .agent-table-container tbody td.col-rank {
    position: inherit;
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    align-items: center;
    /* 縦中央 */
  }
  #lp01 .agent-table-container tbody td.col-rating {
    width: 15%;
  }
  #lp01 .agent-table-container tbody td.col-features {
    width: 13%;
  }
}

/* ====================================
   PC-tablet最適化
==================================== */
@media (min-width: 768px) {
  .page-template-page_lp01 .container {
    width: 880px !important;
  }
}

@media (max-width: 900px) {
  .page-template-page_lp01 .container {
    width: 100% !important;
  }
}

/* ====================================
   SP最適化
==================================== */
@media (max-width: 540px) {
  body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  }
  input[type="submit"],
  .agent-table-button {
    min-height: 47px;
  }
  #lp01 {
    overflow: hidden;
  }
  #lp01 .agent-table-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 2.53333vw;
    min-height: 32px;
  }
  .home h1 {
    font-size: 24px;
  }
  .home ul li {
    margin-bottom: 8px;
    font-size: 1.0625rem;
  }
  .home .col-main {
    padding-left: 0;
    padding-right: 0;
  }
  .home .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lp01 .recruit_tab {
    font-size: 16px;
  }
  #lp01 .recruit_tab label[for="tab1"],
  #lp01 .recruit_tab label[for="tab2"] {
    font-size: 18px;
  }
  #lp01 .recruit_tab label[for="tab2"] {
    display: none;
  }
  #lp01 .recruit_tab .wrap_agent-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr th {
    font-size: 2.53333vw;
    font-weight: normal;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr th:nth-child(1) {
    display: table-cell;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr th:nth-child(2) {
    width: 21%;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr th:nth-child(20) {
    width: 20%;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-agent {
    padding-top: 5px;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-rating {
    padding-left: 2px;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-rating .mobile-rating-wrapper {
    font-size: 20px;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-rating .mobile-rating-wrapper .agent-card__star-images img {
    display: none;
    width: 20px;
    height: 20px;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-rating .mobile-rating-wrapper .agent-card__star-images img:first-child {
    display: block;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-feature svg {
    display: none;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td.col-features .sp {
    display: none;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td:nth-of-type(4), #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td:nth-of-type(5) {
    padding: 10px 4px 6px;
    vertical-align: middle;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td:last-child {
    padding: 5px 10px;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td .agent-info h3 {
    padding: 0px 2px 0;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td .agent-info__title {
    margin: 6px 0 0px;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container tr td .agent-info__title a {
    color: #1668d5;
    font-size: 2.72vw;
    text-decoration: underline;
  }
  #lp01 .recruit_tab .wrap_agent-table .agent-table-container .sp {
    font-size: 2.77333vw;
    line-height: 1.3;
  }
  #lp01 .wrap_ctxt {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0px 26px 16px 0px;
    margin: 36px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
  #lp01 .wrap_ctxt .icon_box {
    flex: none;
    height: auto;
    margin: 0px 3px 0px 0px;
    width: 16px;
    max-width: calc(100% - 3px);
  }
  .archive .container {
    padding-left: 0;
    padding-right: 0;
  }
  .archive .agent-card__detail-container {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    gap: 30px;
    margin: 0 auto;
  }
  .archive #lp01 .agent-card {
    overflow: inherit;
  }
}

.sec_title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #2a7fff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  position: relative;
}

.sec_title:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -8px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #2a7fff transparent transparent transparent;
}

.point-cv {
  position: relative;
}

.point-cv::before {
  content: '';
  position: absolute;
  top: -1px;
  left: calc(50% - 44px);
  width: 88px;
  height: 30px;
  background: #007bbc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.fv-wrap {
  position: relative;
}

@media (min-width: 1150px) {
  .fv-wrap.width_herosize {
    width: calc(100% + 300px);
    max-width: 1440px;
    margin-left: -150px;
    margin-right: -150px;
    overflow-x: hidden;
  }
}

.fv-bg {
  width: 100%;
  display: block;
}

/* ===== テキスト位置（最重要） ===== */
.fv-text {
  position: absolute;
  top: 7%;
  left: 6.5%;
}

/* サブタイトル */
.fv-sub {
  color: #000;
  font-size: 2.02562rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 9px;
}

@media (max-width: 1150px) {
  .fv-sub {
    font-size: 2.81826vw;
    margin-bottom: 0.78261vw;
  }
}

/* メインタイトル */
.fv-title {
  font-weight: 900;
  line-height: 1.1;
  margin-top: -13px;
  margin-bottom: 3.1875rem;
  background: linear-gradient(170deg, #008ff2 0%, #3170c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 3px 7px 14px rgba(107, 107, 107, 0.15);
}

@media (max-width: 1150px) {
  .fv-title {
    margin-bottom: 4.43478vw;
  }
}

.fv-title .line1 {
  font-size: 4.98937rem;
  color: #427fcc;
  letter-spacing: -2px;
  line-height: 1;
}

@media (max-width: 1150px) {
  .fv-title .line1 {
    font-size: 6.94174vw;
  }
}

.fv-title .line2 {
  font-size: 2.56875rem;
  font-size: 3.1875rem;
  color: #427fcc;
  display: inline-block;
  letter-spacing: -1px;
}

@media (max-width: 1150px) {
  .fv-title .line2 {
    font-size: 3.57391vw;
  }
}

.fv-title .line2 .bg_box {
  position: relative;
  z-index: 1;
  -webkit-text-fill-color: initial;
  padding: 0 0.4375rem 0 1.375rem;
  margin-left: -1.3125rem;
}

@media (max-width: 1150px) {
  .fv-title .line2 .bg_box {
    padding: 0 0.6087vw 0 1.91304vw;
    margin-left: -1.82609vw;
  }
}

.fv-title .line2 .bg_box:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -19px;
  width: 100%;
  height: 100%;
  background: url(../img/cmn/bg_line-fv.png) no-repeat bottom left;
  background-size: 100%;
  z-index: -1;
}

.fv-title .__ltxt {
  font-size: 3.98312rem;
  margin-left: -0.5rem;
}

@media (max-width: 1150px) {
  .fv-title .__ltxt {
    font-size: 5.54174vw;
  }
}

.fv-title .__ltxt .lsm2 {
  margin-left: -9px;
}

/* ===== ポイント ===== */
.fv-points {
  width: 28.75rem;
  display: grid;
  display: -ms-grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  justify-content: center;
}

@media (max-width: 1150px) {
  .fv-points {
    width: 40vw;
    gap: 0.86957vw;
  }
}

/* 各ブロック */
.fv-point {
  position: relative;
  text-align: center;
  font-size: 0.88938rem;
  font-weight: 800;
  padding: 0 10px;
  line-height: 1.2;
}

@media (max-width: 1150px) {
  .fv-point {
    font-size: 1.23739vw;
    padding: 0 0.69565vw;
  }
}

.fv-point .__txt1 {
  font-size: 0.98813rem;
  letter-spacing: -1.6px;
}

@media (max-width: 1150px) {
  .fv-point .__txt1 {
    font-size: 1.37478vw;
  }
}

.fv-point .__txt3 {
  font-size: 1.18562rem;
}

@media (max-width: 1150px) {
  .fv-point .__txt3 {
    font-size: 1.64957vw;
  }
}

.fv-point .__txt4 {
  font-size: 1.38312rem;
}

@media (max-width: 1150px) {
  .fv-point .__txt4 {
    font-size: 1.92435vw;
  }
}

.fv-point .__txt5 {
  font-size: 1.18562rem;
  margin-left: 5px;
}

@media (max-width: 1150px) {
  .fv-point .__txt5 {
    font-size: 1.64957vw;
  }
}

/* 月桂樹（左右） */
.laurel {
  position: absolute;
  top: -10px;
  font-size: 26px;
  font-size: 1.5rem;
  font-size: 2.08696vw;
  color: #c9a646;
}

.laurel.left {
  left: -18px;
}

.laurel.right {
  right: -18px;
}

/* ===== SP ===== */
@media (max-width: 768px) {
  .sp_fv-wrap01 {
    /* ===== テキスト位置（最重要） ===== */
    /* サブタイトル */
    /* メインタイトル */
  }
  .sp_fv-wrap01 .fv-text {
    text-align: center;
    top: 3.14815vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_fv-wrap01 .fv-sub {
    font-size: 5.6vw;
    margin-bottom: 9px;
  }
  .sp_fv-wrap01 .fv-title {
    margin-top: -13px;
    margin-bottom: 9.44444vw;
  }
  .sp_fv-wrap01 .fv-title .line1 {
    font-size: 14.26667vw;
  }
  .sp_fv-wrap01 .fv-title .line2 {
    font-size: 6.93333vw;
    font-size: 8.7037vw;
  }
  .sp_fv-wrap01 .fv-title .line2 .bg_box {
    position: relative;
    z-index: 1;
    -webkit-text-fill-color: initial;
    padding: 0 1.2963vw 0 4.07407vw;
    margin-left: 0vw;
  }
  .sp_fv-wrap01 .fv-title .__ltxt {
    font-size: 10.75vw;
    margin-left: -1.48148vw;
  }
}

/* ====================================
   中継ページ　litlink風
==================================== */
.single-litlink .top-wrap,
.single-litlink .footer-info-area {
  display: none;
}

.external-redirect-wrapper {
  text-align: center;
  padding: 40px 20px;
}

.tiktok-bridge {
  text-align: center;
  padding: 60px 20px;
  font-family: sans-serif;
}

.tiktok-bridge h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tiktok-bridge .sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.btn-main {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  padding: 16px;
  background: #ff2d55;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

.btn-sub {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}

.note {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.btn-sub {
  color: #fff !important;
  flex-grow: 1;
  text-align: center;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: none;
  line-height: 1.5;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 165, 255, 0.4);
  background: #0073e6;
  transition: .3s;
}

.btn-sub:active, .btn-sub:hover {
  color: #fff;
}

:root {
  /* Design System Tokens (8px based hierarchy) */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  /* Light Theme (Default) */
  --bg-color: #f7fafc;
  --bg-gradient: radial-gradient(circle at center top, #ffffff 0%, #edf2f7 100%);
  --text-main: #2d3748;
  --text-muted: #718096;
  --card-bg: rgba(255, 255, 255, 0.85);
  --card-border: rgba(255, 255, 255, 0.4);
  --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  --card-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.08);
  --border-radius: 20px;
  /* CTA Palette (Blue-ish tone for trustworthy look) */
  --cta-bg: #2b6cb0;
  --cta-text: #ffffff;
  --cta-shadow: 0 8px 20px rgba(43, 108, 176, 0.25);
}

/* Dark Mode Support (prefers-color-scheme) */
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #1a202c;
    --bg-gradient: radial-gradient(circle at center top, #2d3748 0%, #1a202c 100%);
    --text-main: #f7fafc;
    --text-muted: #a0aec0;
    --card-bg: rgba(45, 55, 72, 0.85);
    --card-border: rgba(255, 255, 255, 0.05);
    --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    --card-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.3);
    --cta-bg: #4299e1;
    --cta-text: #ffffff;
    --cta-shadow: 0 8px 20px rgba(66, 153, 225, 0.3);
  }
}

/* Basic Reset */
/* Layout Container */
/* Glassmorphism utility */
.glass {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--card-border);
}

/* ========== Profile Section ========== */
.profile {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
}

.profile__image-wrapper {
  position: relative;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  padding: 4px;
  /* Subtle colorful gradient border effect */
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.profile__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--bg-color);
}

.profile__name {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: var(--space-1);
}

.profile__desc {
  font-size: clamp(0.875rem, 3.5vw, 1rem);
  color: var(--text-muted);
  max-width: 90%;
  font-weight: 500;
}

/* ========== Links Section ========== */
.links {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.link-card {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--card-bg);
  border-radius: var(--border-radius);
  padding: var(--space-2) var(--space-3);
  text-decoration: none;
  color: var(--text-main);
  min-height: 64px;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
  overflow: hidden;
  /* Ensures large tap targets for mobile usability */
}

.link-card.interactive:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: var(--card-shadow-hover);
}

.link-card.interactive:active {
  transform: translateY(1px) scale(0.98);
}

/* CTA (Call to Action) Highlight */
.link-card.cta {
  background: var(--cta-bg);
  color: var(--cta-text);
  box-shadow: var(--cta-shadow);
  border: none;
}

.link-card.cta .link-card__desc {
  color: rgba(255, 255, 255, 0.8);
}

.link-card.cta .link-card__icon svg,
.link-card.cta .link-card__arrow {
  fill: var(--cta-text);
}

/* Icons */
.link-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--space-3);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

@media (prefers-color-scheme: dark) {
  .link-card__icon {
    background: rgba(255, 255, 255, 0.05);
  }
}

.link-card:hover .link-card__icon {
  transform: scale(1.1) rotate(-8deg);
}

.link-card__icon svg {
  width: 22px;
  height: 22px;
  fill: var(--text-main);
}

/* SNS Brand Colors */
.icon-twitter svg {
  fill: #1DA1F2;
}

.icon-instagram svg {
  fill: #E1306C;
}

.icon-youtube svg {
  fill: #FF0000;
}

.icon-website svg {
  fill: #38B2AC;
}

.link-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.link-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.link-card__desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
}

.link-card__arrow {
  flex-shrink: 0;
  margin-left: var(--space-2);
  width: 20px;
  height: 20px;
  fill: var(--text-muted);
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}

.link-card:hover .link-card__arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* ========== Footer ========== */
.footer {
  text-align: center;
  margin-top: var(--space-4);
}

.footer__text {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ========== Animations ========== */
/* Entrance Fade Up Sequence */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ripple Micro-interaction Structure */
.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  /* Let clicks pass through */
}

.link-card.cta .ripple {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (prefers-color-scheme: dark) {
  .ripple {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
