@charset "UTF-8";
/*-------------------------------------------
共通設定
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: clamp(60px, 15.3846153846vw, 115.3846153846px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/jobseeker/jobseeker-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .container {
    background: none;
    padding-left: 0;
  }
}
.container.no-scroll {
  overflow: hidden;
}

.wrapper {
  width: min(100vw, 767px);
  margin-left: calc(59.88vw - 187.5px);
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    margin-inline: auto;
    overflow: visible;
    position: static;
  }
}

/*--------------------------------------
side-cta
--------------------------------------*/
.side-cta {
  padding-block-start: 9.25rem;
  width: calc(59.88vw - 187.5px);
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .side-cta {
    display: none;
  }
}
.side-cta__inner {
  padding-inline: 1.25rem;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.side-cta__logo {
  margin-bottom: clamp(30px, 4.45vw, 57px);
}
.side-cta__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(3px, 0.5vw, 5px);
}
.side-cta__logo img {
  width: clamp(50px, 8vw, 104px);
  height: clamp(50px, 8vw, 104px);
}
.side-cta__title {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  white-space: nowrap;
}
.side-cta__subtitle {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.3;
  color: #11254A;
  margin-bottom: 2.5rem;
}
.side-cta__text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #11254A;
  margin-bottom: 2rem;
}
.side-cta__btn {
  background: #38A5BA;
  margin: 0 auto;
  width: 100%;
  max-width: 339px;
  border-radius: clamp(20px, 2vw, 27.5px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .side-cta__btn {
    width: 90%;
  }
}
.side-cta__btn a {
  padding: clamp(10px, 1.5vw, 13px) 0 clamp(10px, 1.5vw, 12px);
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  margin-inline: auto;
}

/*--------------------------------------
side-menu
--------------------------------------*/
.side-menu {
  width: calc(100vw - 375px - (59.88vw - 187.5px));
  height: 100vh;
  padding-top: clamp(40px, 16.40625vw, 210px);
  padding-left: min(87px, 6.8vw);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .side-menu {
    padding-left: min(40px, 5vw);
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    display: none;
  }
}
.side-menu__nav {
  height: fit-content;
  margin-top: 0;
  padding-left: 0;
}
.side-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu__link {
  display: block;
  font-size: clamp(12px, 1.5625vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #484848;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.side-menu__link:hover {
  opacity: 0.7;
}

/*--------------------------------------
header
--------------------------------------*/
.header {
  display: none;
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    height: 107px;
    z-index: 9999;
  }
}
.header__inner {
  padding: 15.63px 20px 24px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .side-cta__logo-sp {
  margin-bottom: 0;
}
.header .side-cta__logo-sp a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .side-cta__logo-sp img {
  width: 54.9px;
  height: 54.9px;
}
.header .side-cta__title-sp {
  font-family: "Noto Sans", sans-serif;
  font-size: 9.84px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
.header__drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__drawer-icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border: none;
    z-index: 300;
  }
}
.header__drawer-icon .drawer-icon__bar {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #BA89CA;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__drawer-icon .drawer-icon__bar {
    width: 20px;
    height: 2px;
  }
}
.header__drawer-icon .--bar1 {
  top: calc(50% - 7px);
  left: 50%;
  transform: translateX(-50%);
}
.header__drawer-icon .--bar2 {
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__drawer-icon .--bar3 {
  top: calc(50% + 7px);
  left: 50%;
  transform: translateX(-50%);
}
.header__drawer-icon.open .--bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__drawer-icon.open .--bar2 {
  opacity: 0;
}
.header__drawer-icon.open .--bar3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #js-drawer-icon {
    display: none;
  }
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/jobseeker/jobseeker-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* 初期状態：画面上に隠す */
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .sp-menu {
    padding-top: 107px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu.open {
  transform: translateY(0);
}
.sp-menu .side-menu__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sp-menu .side-menu__list {
    padding: 103px 20px 0 20px;
    max-width: 400px;
    width: 100%;
    row-gap: 1.25rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu .side-menu__item {
    cursor: pointer;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu .side-menu__link {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 1.3;
    font-weight: 700;
  }
}

/*--------------------------------------
fv
--------------------------------------*/
.fv {
  background-image: url("../img/jobseeker/jobseeker-fv.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 560px;
  position: relative;
  overflow: visible;
  z-index: 1;
  transform: none !important;
  filter: none !important;
}
@media screen and (max-width: 767px) {
  .fv {
    height: clamp(560px, 149.3333333333vw, 1145.3866666667px);
    padding-top: clamp(107px, 28.5333333333vw, 218.8506666667px);
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 350px;
  left: -50px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-sp-filter-blue.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    top: clamp(350px, 93.3333333333vw, 715.8666666667px);
    left: clamp(-50px, -13.3333333333vw, -102.2666666667px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.fv__blur-img {
  position: absolute;
  top: -80px;
  left: -80px;
  border-radius: 50%;
  width: 327px;
  height: 327px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__blur-img {
    top: clamp(-80px, -21.3333333333vw, -163.6266666667px);
    left: clamp(-80px, -21.3333333333vw, -163.6266666667px);
    width: clamp(327px, 87.2vw, 668.824px);
    height: clamp(327px, 87.2vw, 668.824px);
  }
}
.fv__container {
  padding: 0 31px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__container {
    padding: 0 clamp(31px, 8.2666666667vw, 63.4053333333px);
  }
}
.fv .side-cta__logo-sp {
  margin-bottom: 0;
  padding: 16px 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .fv .side-cta__logo-sp {
    display: none;
  }
}
.fv .side-cta__logo-sp a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fv .side-cta__logo-sp a img {
  width: 54.9px;
  height: 54.9px;
}
.fv .side-cta__logo-sp a .side-cta__title {
  font-size: 9.84px;
  line-height: 1.5;
  font-weight: 700;
}
.fv__hero-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #A668BA;
  margin-bottom: 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__hero-subtitle {
    font-size: clamp(24px, 6.4vw, 49.088px);
    letter-spacing: clamp(2px, 0.5333333333vw, 4.0906666667px);
    margin-bottom: clamp(15px, 4vw, 30.68px);
  }
}
.fv__hero-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__hero-text {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
    margin-bottom: clamp(20px, 5.3333333333vw, 40.9066666667px);
  }
}
.fv__hero-text .purple {
  font-weight: 700;
  color: #A668BA;
}
.fv__hero-img {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__hero-img {
    height: clamp(300px, 80vw, 613.6px);
  }
}
.fv__hero-img .fv__hero-img01 {
  position: absolute;
  top: 8px;
  left: 10%;
  width: 117px;
  height: 136px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .fv__hero-img .fv__hero-img01 {
    top: clamp(8px, 2.1333333333vw, 16.3626666667px);
    width: clamp(117px, 31.2vw, 239.304px);
    height: clamp(136px, 36.2666666667vw, 278.1653333333px);
  }
}
.fv__hero-img .fv__hero-img02 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 144px;
  height: 181px;
}
@media screen and (max-width: 767px) {
  .fv__hero-img .fv__hero-img02 {
    top: clamp(-50px, -13.3333333333vw, -102.2666666667px);
    width: clamp(144px, 38.4vw, 294.528px);
    height: clamp(181px, 48.2666666667vw, 370.2053333333px);
  }
}

/*--------------------------------------
sp
--------------------------------------*/
.sp__container {
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sp__container {
    padding: 0 clamp(30px, 8vw, 61.36px);
  }
}
.sp__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #AD5C9E;
  margin-bottom: 15px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp__title {
    font-size: clamp(24px, 6.4vw, 49.088px);
    margin-bottom: clamp(15px, 4vw, 30.68px);
  }
}
.sp__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #AD5C9E;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp__subtitle {
    font-size: clamp(20px, 5.3333333333vw, 40.9066666667px);
  }
}
.sp__text {
  font-size: 14px;
  line-height: 1.5;
  padding: 43.4px 30px 45.6px;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp__text {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
    padding: clamp(43.4px, 11.5733333333vw, 88.7674666667px) clamp(30px, 8vw, 61.36px) clamp(45.6px, 12.16vw, 93.2672px);
  }
}
.sp__text .purple {
  font-weight: 700;
  color: #AD5C9E;
  z-index: 5;
}
.sp__text-underline {
  font-size: 14px;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp__text-underline {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
  }
}
.sp__text-underline span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  background-image: linear-gradient(to bottom, #F5EBF8 0%, #F5EBF8 100%);
  background-repeat: no-repeat;
  background-size: 100% 9px;
  background-position: 0 100%;
  display: inline;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .sp__text-underline span {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
    background-size: 100% clamp(9px, 2.4vw, 18.408px);
    margin-bottom: clamp(2px, 0.5333333333vw, 4.0906666667px);
  }
}

/*--------------------------------------
sp__trouble
--------------------------------------*/
.sp__trouble {
  background: #fff;
  padding-top: 29px;
  padding-bottom: 36.6px;
  position: relative;
  overflow: visible;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sp__trouble {
    padding-top: clamp(29px, 7.7333333333vw, 59.3146666667px);
    padding-bottom: clamp(36.6px, 9.76vw, 74.8592px);
  }
}
.sp__trouble::before {
  content: "";
  position: absolute;
  top: 260px;
  right: -100px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-sp-filter-pink.webp");
  background-size: cover;
  background-position: center;
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp__trouble::before {
    top: clamp(260px, 69.3333333333vw, 531.7866666667px);
    right: clamp(-100px, -26.6666666667vw, -204.5333333333px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.sp__trouble-list {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  margin-top: 18px;
  padding: 21px 24px;
  margin-bottom: 44px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sp__trouble-list {
    border: clamp(1px, 0.2666666667vw, 2.0453333333px) solid #F2F2F2;
    border-radius: clamp(8px, 2.1333333333vw, 16.3626666667px);
    margin-top: clamp(18px, 4.8vw, 36.816px);
    padding: clamp(21px, 5.6vw, 42.952px) clamp(24px, 6.4vw, 49.088px);
    margin-bottom: clamp(44px, 11.7333333333vw, 89.9946666667px);
  }
}
.sp__trouble-item {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  padding-left: 15.5px;
  margin-bottom: 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sp__trouble-item {
    font-size: clamp(12px, 3.2vw, 24.544px);
    padding-left: clamp(15.5px, 4.1333333333vw, 31.7026666667px);
    margin-bottom: clamp(15px, 4vw, 30.68px);
  }
}
.sp__trouble-item:last-child {
  margin-bottom: 0;
}
.sp__trouble-item::before {
  content: "";
  width: 5.28px;
  height: 5.28px;
  border-radius: 50%;
  background: #BA89CA;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .sp__trouble-item::before {
    width: clamp(5.28px, 1.408vw, 10.79936px);
    height: clamp(5.28px, 1.408vw, 10.79936px);
    top: clamp(6px, 1.6vw, 12.272px);
  }
}
.sp__trouble-item span {
  position: relative;
  display: inline;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .sp__trouble-item span {
    padding-bottom: clamp(2px, 0.5333333333vw, 4.0906666667px);
  }
}
.sp__trouble-item span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 9px;
  background: #EFE1F3;
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sp__trouble-item span::after {
    bottom: clamp(-2px, -0.5333333333vw, -4.0906666667px);
    height: clamp(9px, 2.4vw, 18.408px);
  }
}
.sp__trouble-img {
  position: absolute;
  width: 55px;
  height: 159px;
  bottom: 90px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sp__trouble-img {
    width: clamp(55px, 14.6666666667vw, 112.4933333333px);
    height: clamp(159px, 42.4vw, 325.208px);
    bottom: clamp(90px, 24vw, 184.08px);
    right: clamp(20px, 5.3333333333vw, 40.9066666667px);
  }
}

/*--------------------------------------
sp__cta
--------------------------------------*/
.sp__cta {
  background: #34ABAF;
  padding: 25px 54px 23px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sp__cta {
    padding: clamp(25px, 6.6666666667vw, 51.1333333333px) clamp(54px, 14.4vw, 110.448px) clamp(23px, 6.1333333333vw, 47.0426666667px);
  }
}
.sp__cta-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .sp__cta-title {
    font-size: clamp(16px, 4.2666666667vw, 32.7253333333px);
    margin-bottom: clamp(12px, 3.2vw, 24.544px);
    padding: 0 clamp(12px, 3.2vw, 24.544px);
  }
}
.sp__cta-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: translateY(-50%) rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .sp__cta-title::before {
    width: clamp(2px, 0.5333333333vw, 4.0906666667px);
    height: clamp(25px, 6.6666666667vw, 51.1333333333px);
  }
}
.sp__cta-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .sp__cta-title::after {
    width: clamp(2px, 0.5333333333vw, 4.0906666667px);
    height: clamp(25px, 6.6666666667vw, 51.1333333333px);
  }
}
.sp__cta-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .sp__cta-text {
    font-size: clamp(12px, 3.2vw, 24.544px);
    margin-bottom: clamp(12px, 3.2vw, 24.544px);
  }
}
.sp__cta-text .text-large {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sp__cta-text .text-large {
    font-size: clamp(15px, 4vw, 30.68px);
  }
}
.sp__cta .sp__cta-btn {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sp__cta .sp__cta-btn {
    border-radius: clamp(20px, 5.3333333333vw, 40.9066666667px);
    max-width: clamp(267px, 71.2vw, 546.104px);
  }
}
.sp__cta .sp__cta-btn a {
  font-weight: 500;
  font-size: 16px;
  color: #34ABAF;
  padding: 6.5px 0 9.5px;
}
@media screen and (max-width: 767px) {
  .sp__cta .sp__cta-btn a {
    font-size: clamp(16px, 4.2666666667vw, 32.7253333333px);
    padding: clamp(6.5px, 1.7333333333vw, 13.2946666667px) 0 clamp(9.5px, 2.5333333333vw, 19.4306666667px);
  }
}

/*--------------------------------------
sp__problems
--------------------------------------*/
.sp__problems {
  margin: 0 auto;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.sp__problems::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -62px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-problems-filter-blue.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__problems::before {
    top: clamp(60px, 16vw, 122.72px);
    left: clamp(-62px, -16.5333333333vw, -126.8106666667px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.sp__problems::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-problems-filter-pink.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__problems::after {
    top: clamp(-100px, -26.6666666667vw, -204.5333333333px);
    right: clamp(-80px, -21.3333333333vw, -163.6266666667px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.sp__problems-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.sp__problems-circle {
  position: absolute;
  border: 1px solid #E3C9EB;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__problems-circle {
    border: clamp(1px, 0.2666666667vw, 2.0453333333px) solid #E3C9EB;
  }
}
.sp__problems-circle--large {
  width: 113px;
  height: 113px;
  top: -60px;
  left: -15px;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp__problems-circle--large {
    width: clamp(113px, 30.1333333333vw, 231.1226666667px);
    height: clamp(113px, 30.1333333333vw, 231.1226666667px);
    top: clamp(-60px, -16vw, -122.72px);
    left: clamp(-15px, -4vw, -30.68px);
  }
}
.sp__problems-circle--small {
  width: 21px;
  height: 21px;
  top: 35px;
  left: 4px;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sp__problems-circle--small {
    width: clamp(21px, 5.6vw, 42.952px);
    height: clamp(21px, 5.6vw, 42.952px);
    top: clamp(50px, 13.3333333333vw, 102.2666666667px);
    left: clamp(4px, 1.0666666667vw, 8.1813333333px);
  }
}
@media screen and (max-width: 521px) {
  .sp__problems-circle--small {
    top: clamp(35px, 9.3333333333vw, 71.5866666667px);
  }
}
.sp__problems .sp__problems-bg-filter {
  position: absolute;
  top: 320px;
  right: -80px;
  width: 219px;
  height: 219px;
  background-image: url("../img/jobseeker/jobseeker-problems-filter-pink.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__problems .sp__problems-bg-filter {
    top: clamp(320px, 85.3333333333vw, 654.5066666667px);
    right: clamp(-80px, -21.3333333333vw, -163.6266666667px);
    width: clamp(219px, 58.4vw, 447.928px);
    height: clamp(219px, 58.4vw, 447.928px);
  }
}
.sp__problems .sp__title {
  padding-top: 64px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 193px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sp__problems .sp__title {
    padding-top: clamp(64px, 17.0666666667vw, 130.9013333333px);
    margin-bottom: clamp(193px, 51.4666666667vw, 394.7493333333px);
  }
}
.sp__problems-img {
  position: absolute;
  top: 184px;
  left: 50%;
  transform: translateX(-50%);
  width: 173px;
  height: 208px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sp__problems-img {
    top: clamp(184px, 49.0666666667vw, 376.3413333333px);
    width: clamp(173px, 46.1333333333vw, 353.8426666667px);
    height: clamp(208px, 55.4666666667vw, 425.4293333333px);
  }
}
.sp__problems-bg {
  background-image: url("../img/jobseeker/jobseeker-problems-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 567px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sp__problems-bg {
    height: clamp(567px, 151.2vw, 1159.704px);
  }
}
.sp__problems-bg .sp__title {
  padding-top: 0;
  margin-bottom: 14.78px;
}
@media screen and (max-width: 767px) {
  .sp__problems-bg .sp__title {
    margin-bottom: clamp(14.78px, 3.9413333333vw, 30.2300266667px);
  }
}
.sp__problems-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .sp__problems-list {
    gap: clamp(12px, 3.2vw, 24.544px);
    padding: 0 clamp(30px, 8vw, 61.36px);
  }
}
.sp__problems .problem {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem {
    gap: clamp(20px, 5.3333333333vw, 40.9066666667px);
  }
}
.sp__problems .problem__text {
  background: #fff;
  padding: 8.2px 20px;
  border-radius: 8px;
  max-width: 250px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem__text {
    padding: clamp(8.2px, 2.1866666667vw, 16.7717333333px) clamp(20px, 5.3333333333vw, 40.9066666667px);
    border-radius: clamp(8px, 2.1333333333vw, 16.3626666667px);
    max-width: clamp(250px, 66.6666666667vw, 511.3333333333px);
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
  }
}
.sp__problems .problem__text::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -10px;
  transform: translateY(-50%) rotate(30deg);
  width: 18px;
  height: 18px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sp__problems .problem__text::after {
    bottom: clamp(10px, 2.6666666667vw, 20.4533333333px);
    right: clamp(-10px, -2.6666666667vw, -20.4533333333px);
    width: clamp(18px, 4.8vw, 36.816px);
    height: clamp(18px, 4.8vw, 36.816px);
  }
}
.sp__problems .problem__message {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem__message {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
  }
}
.sp__problems .problem__message span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  background-image: linear-gradient(to bottom, #EFE1F3 0%, #EFE1F3 100%);
  background-repeat: no-repeat;
  background-size: 100% 9px;
  background-position: 0 100%;
  display: inline;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem__message span {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
    background-size: 100% clamp(9px, 2.4vw, 18.408px);
    padding-bottom: clamp(2px, 0.5333333333vw, 4.0906666667px);
  }
}
.sp__problems .problem__image {
  width: 44.28px;
  height: 77.85px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem__image {
    width: clamp(44.28px, 11.808vw, 90.56736px);
    height: clamp(77.85px, 20.76vw, 159.2292px);
  }
}
.sp__problems .problem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp__problems .problem .problem__image--reverse {
  width: 45.85px;
  height: 83.16px;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem .problem__image--reverse {
    width: clamp(45.85px, 12.2266666667vw, 93.7785333333px);
    height: clamp(83.16px, 22.176vw, 170.08992px);
  }
}
.sp__problems .problem .problem__text--reverse {
  padding: 19px;
}
@media screen and (max-width: 767px) {
  .sp__problems .problem .problem__text--reverse {
    padding: clamp(19px, 5.0666666667vw, 38.8613333333px);
  }
}
.sp__problems .problem .problem__text--reverse::after {
  right: auto;
  left: -10px;
  transform: translateY(-50%) rotate(-30deg);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .sp__problems .problem .problem__text--reverse::after {
    left: clamp(-10px, -2.6666666667vw, -20.4533333333px);
  }
}
.sp__problems .problem--reverse {
  flex-direction: row-reverse;
}
.sp__problems .problem--reverse .problem__text--reverse {
  text-align: left;
}

/*--------------------------------------
sp__cta02
--------------------------------------*/
.sp__cta02 {
  padding: 37px 77px;
}
@media screen and (max-width: 767px) {
  .sp__cta02 {
    padding: clamp(37px, 9.8666666667vw, 75.6773333333px) clamp(77px, 20.5333333333vw, 157.4906666667px);
  }
}
.sp__cta02 .sp__cta-title {
  font-weight: 700;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .sp__cta02 .sp__cta-title {
    margin-bottom: clamp(9px, 2.4vw, 18.408px);
  }
}
.sp__cta02 .sp__cta-title::before {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .sp__cta02 .sp__cta-title::before {
    height: clamp(35px, 9.3333333333vw, 71.5866666667px);
  }
}
.sp__cta02 .sp__cta-title::after {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .sp__cta02 .sp__cta-title::after {
    height: clamp(35px, 9.3333333333vw, 71.5866666667px);
  }
}
.sp__cta02 .sp__cta-btn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .sp__cta02 .sp__cta-btn {
    width: clamp(200px, 53.3333333333vw, 409.0666666667px);
  }
}

/*--------------------------------------
sp__reason
--------------------------------------*/
.sp__reason {
  background-image: url("../img/jobseeker/jobseeker-reason-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1919px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp__reason {
    height: clamp(1919px, 511.7333333333vw, 3924.9946666667px);
  }
}
.sp__reason .sp__title {
  text-align: center;
  padding-top: 64px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .sp__reason .sp__title {
    padding-top: clamp(64px, 17.0666666667vw, 130.9013333333px);
    margin-bottom: clamp(9px, 2.4vw, 18.408px);
  }
}
.sp__reason .sp__title .text-small {
  font-size: 13px;
  color: #BA89CA;
}
@media screen and (max-width: 767px) {
  .sp__reason .sp__title .text-small {
    font-size: clamp(13px, 3.4666666667vw, 26.5893333333px);
  }
}
.sp__reason .sp__text {
  padding: 0 30px 33px;
}
@media screen and (max-width: 767px) {
  .sp__reason .sp__text {
    padding: 0 clamp(30px, 8vw, 61.36px) clamp(33px, 8.8vw, 67.496px);
  }
}
.sp__reason-list {
  padding: 0 30px 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sp__reason-list {
    padding: 0 clamp(30px, 8vw, 61.36px) clamp(25px, 6.6666666667vw, 51.1333333333px);
  }
}
.sp__reason-item {
  background: #fff;
  padding: 36px 24px 24px;
  position: relative;
  box-shadow: 0px 4px 5px 0px #F1F1F1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sp__reason-item {
    padding: clamp(36px, 9.6vw, 73.632px) clamp(24px, 6.4vw, 49.088px) clamp(24px, 6.4vw, 49.088px);
    box-shadow: 0px clamp(4px, 1.0666666667vw, 8.1813333333px) clamp(5px, 1.3333333333vw, 10.2266666667px) 0px #F1F1F1;
    border-radius: clamp(10px, 2.6666666667vw, 20.4533333333px);
  }
}
.sp__reason-item:nth-child(1) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sp__reason-item:nth-child(1) {
    margin-bottom: clamp(60px, 16vw, 122.72px);
  }
}
.sp__reason-item:nth-child(2) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sp__reason-item:nth-child(2) {
    margin-bottom: clamp(48px, 12.8vw, 98.176px);
  }
}
.sp__reason-number {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #BA89CA;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 12px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sp__reason-number {
    font-size: clamp(20px, 5.3333333333vw, 40.9066666667px);
    width: clamp(50px, 13.3333333333vw, 102.2666666667px);
    height: clamp(50px, 13.3333333333vw, 102.2666666667px);
    padding-top: clamp(12px, 3.2vw, 24.544px);
    top: clamp(-26px, -6.9333333333vw, -53.1786666667px);
  }
}
.sp__reason-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #383838;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sp__reason-subtitle {
    font-size: clamp(20px, 5.3333333333vw, 40.9066666667px);
    margin-bottom: clamp(8px, 2.1333333333vw, 16.3626666667px);
  }
}
.sp__reason-catch {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #BB88CA;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sp__reason-catch {
    font-size: clamp(15px, 4vw, 30.68px);
    margin-bottom: clamp(24px, 6.4vw, 49.088px);
  }
}
.sp__reason-img {
  margin: 0 auto;
}
.sp__reason-img img {
  display: block;
  width: 100%;
}
.sp__reason .sp__reason-img-01 {
  width: 85px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sp__reason .sp__reason-img-01 {
    width: clamp(85px, 22.6666666667vw, 173.8533333333px);
    margin-bottom: clamp(24px, 6.4vw, 49.088px);
  }
}
.sp__reason .sp__reason-img-02 {
  width: 101px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sp__reason .sp__reason-img-02 {
    width: clamp(101px, 26.9333333333vw, 206.5786666667px);
    margin-bottom: clamp(24px, 6.4vw, 49.088px);
  }
}
.sp__reason .sp__reason-img-03 {
  width: 105px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sp__reason .sp__reason-img-03 {
    width: clamp(105px, 28vw, 214.76px);
    margin-bottom: clamp(24px, 6.4vw, 49.088px);
  }
}

/*--------------------------------------
sp__cta03
--------------------------------------*/
.sp__cta03 {
  padding: 20px 54px 17px;
}
@media screen and (max-width: 767px) {
  .sp__cta03 {
    padding: clamp(20px, 5.3333333333vw, 40.9066666667px) clamp(54px, 14.4vw, 110.448px) clamp(17px, 4.5333333333vw, 34.7706666667px);
  }
}
.sp__cta03 .sp__cta-title {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sp__cta03 .sp__cta-title {
    margin-bottom: clamp(5px, 1.3333333333vw, 10.2266666667px);
  }
}
.sp__cta03 .sp__cta-text {
  margin-bottom: 3.7px;
}
@media screen and (max-width: 767px) {
  .sp__cta03 .sp__cta-text {
    margin-bottom: clamp(3.7px, 0.9866666667vw, 7.5677333333px);
  }
}

/*--------------------------------------
sp__support
--------------------------------------*/
.sp__support {
  padding: 64px 30px 54px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sp__support {
    padding: clamp(64px, 17.0666666667vw, 130.9013333333px) clamp(30px, 8vw, 61.36px) clamp(54px, 14.4vw, 110.448px);
  }
}
.sp__support::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -55px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-support-filter-blue01.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__support::before {
    top: clamp(10px, 2.6666666667vw, 20.4533333333px);
    left: clamp(-55px, -14.6666666667vw, -112.4933333333px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.sp__support::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -80px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-support-filter-pink.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__support::after {
    top: clamp(-150px, -40vw, -306.8px);
    right: clamp(-80px, -21.3333333333vw, -163.6266666667px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.sp__support .sp__support-bg-filter {
  position: absolute;
  top: 300px;
  right: -30px;
  width: 274px;
  height: 274px;
  background-image: url("../img/jobseeker/jobseeker-support-filter-blue02.webp");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp__support .sp__support-bg-filter {
    top: clamp(300px, 80vw, 613.6px);
    right: clamp(-30px, -8vw, -61.36px);
    width: clamp(274px, 73.0666666667vw, 560.4213333333px);
    height: clamp(274px, 73.0666666667vw, 560.4213333333px);
  }
}
.sp__support .sp__title {
  text-align: center;
  margin-bottom: 17px;
  line-height: 1.5;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sp__support .sp__title {
    margin-bottom: clamp(17px, 4.5333333333vw, 34.7706666667px);
  }
}
.sp__support-subtitle {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #383838;
  text-align: center;
  margin-bottom: 19px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sp__support-subtitle {
    font-size: clamp(15px, 4vw, 30.68px);
    margin-bottom: clamp(19px, 5.0666666667vw, 38.8613333333px);
  }
}
.sp__support .sp__text-underline {
  position: relative;
  z-index: 5;
}

/*--------------------------------------
faq
--------------------------------------*/
.faq {
  position: relative;
  overflow: visible;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/jobseeker/jobseeker-faq-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.faq .sp__title {
  position: relative;
  z-index: 5;
}
.faq .sp__title .text-small {
  font-size: 13px;
  color: #BA89CA;
  margin-bottom: 38px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .faq .sp__title .text-small {
    font-size: clamp(13px, 3.4666666667vw, 26.5893333333px);
    margin-bottom: clamp(38px, 10.1333333333vw, 77.7226666667px);
  }
}
.faq__inner {
  padding: 0 30px 49px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 0 clamp(30px, 8vw, 61.36px) clamp(49px, 13.0666666667vw, 100.2213333333px);
  }
}
.faq__accordion {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 5;
}
.faq__accordion summary, .faq__accordion .content {
  cursor: pointer;
  position: relative;
  margin-bottom: 6px;
  padding: 13px 24px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  list-style: none;
  box-shadow: 0px 4px 5px 0px rgba(211, 211, 211, 0.2509803922);
  display: flex;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .faq__accordion summary, .faq__accordion .content {
    margin-bottom: clamp(6px, 1.6vw, 12.272px);
    padding: clamp(13px, 3.4666666667vw, 26.5893333333px) clamp(24px, 6.4vw, 49.088px);
    border-radius: clamp(8px, 2.1333333333vw, 16.3626666667px);
    box-shadow: 0px clamp(4px, 1.0666666667vw, 8.1813333333px) clamp(5px, 1.3333333333vw, 10.2266666667px) 0px rgba(211, 211, 211, 0.2509803922);
  }
}
.faq__accordion summary::-webkit-details-marker {
  display: none;
}
.faq__accordion .text, .faq__accordion .content-text {
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .faq__accordion .text, .faq__accordion .content-text {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
    line-height: 1.5;
  }
}
.faq__accordion .content-text {
  width: 88%;
}
.faq__accordion .content {
  align-items: flex-start;
}
.faq__accordion .question,
.faq__accordion .answer {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #BA89CA;
}
@media screen and (max-width: 767px) {
  .faq__accordion .question,
  .faq__accordion .answer {
    font-size: clamp(16px, 4.2666666667vw, 32.7253333333px);
  }
}
.faq__accordion .answer {
  color: #67C3C6;
}
.faq__accordion details[open] summary {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 10px 24px 18px;
}
@media screen and (max-width: 767px) {
  .faq__accordion details[open] summary {
    border-radius: clamp(8px, 2.1333333333vw, 16.3626666667px) clamp(8px, 2.1333333333vw, 16.3626666667px) 0 0;
    padding: clamp(10px, 2.6666666667vw, 20.4533333333px) clamp(24px, 6.4vw, 49.088px) clamp(18px, 4.8vw, 36.816px);
  }
}
.faq__accordion details[open] .content {
  border-radius: 0 0 8px 8px;
  padding: 0 24px 20px;
}
@media screen and (max-width: 767px) {
  .faq__accordion details[open] .content {
    border-radius: 0 0 clamp(8px, 2.1333333333vw, 16.3626666667px) clamp(8px, 2.1333333333vw, 16.3626666667px);
    padding: 0 clamp(24px, 6.4vw, 49.088px) clamp(20px, 5.3333333333vw, 40.9066666667px);
  }
}
.faq__accordion .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #383838;
}
@media screen and (max-width: 767px) {
  .faq__accordion .icon {
    width: clamp(14px, 3.7333333333vw, 28.6346666667px);
    height: clamp(14px, 3.7333333333vw, 28.6346666667px);
    right: clamp(24px, 6.4vw, 49.088px);
  }
}
.faq__accordion .icon::before,
.faq__accordion .icon::after {
  content: "";
  position: absolute;
  background-color: #383838;
  transition: transform 0.3s ease;
}
.faq__accordion .icon::before {
  width: 14px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__accordion .icon::before {
    width: clamp(14px, 3.7333333333vw, 28.6346666667px);
    height: clamp(1px, 0.2666666667vw, 2.0453333333px);
  }
}
.faq__accordion .icon::after {
  width: 1px;
  height: 14px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .faq__accordion .icon::after {
    width: clamp(1px, 0.2666666667vw, 2.0453333333px);
    height: clamp(14px, 3.7333333333vw, 28.6346666667px);
  }
}
.faq__accordion details[open] .icon::after {
  transform: scaleY(0);
  background: #383838;
}

/*--------------------------------------
footer
--------------------------------------*/
.footer {
  text-align: center;
  background: #fff;
}
.footer__logo {
  padding-top: 47px;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: clamp(47px, 12.5333333333vw, 96.1306666667px);
    margin-bottom: clamp(18px, 4.8vw, 36.816px);
  }
}
.footer__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .footer__logo a {
    gap: clamp(7px, 1.8666666667vw, 14.3173333333px);
  }
}
.footer__logo img {
  width: 61px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: clamp(61px, 16.2666666667vw, 124.7653333333px);
  }
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: clamp(16px, 4.2666666667vw, 32.7253333333px);
  }
}
.footer__inner {
  padding: 0 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 clamp(54px, 14.4vw, 110.448px);
  }
}
.footer__list {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__list {
    margin-bottom: clamp(15px, 4vw, 30.68px);
  }
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__item {
    gap: clamp(10px, 2.6666666667vw, 20.4533333333px);
  }
}
.footer__item dt {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  width: 40%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__item dt {
    font-size: clamp(12px, 3.2vw, 24.544px);
    margin-bottom: clamp(5px, 1.3333333333vw, 10.2266666667px);
  }
}
.footer__item dd {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  width: 60%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__item dd {
    font-size: clamp(12px, 3.2vw, 24.544px);
    margin-bottom: clamp(5px, 1.3333333333vw, 10.2266666667px);
  }
}
.footer__policy {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .footer__policy {
    font-size: clamp(12px, 3.2vw, 24.544px);
    margin-bottom: clamp(31px, 8.2666666667vw, 63.4053333333px);
  }
}
.footer__copyright {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  background: #525252;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: clamp(12px, 3.2vw, 24.544px);
    padding: clamp(11px, 2.9333333333vw, 22.4986666667px) 0;
  }
}

/*--------------------------------------
fade-in
--------------------------------------*/
.fade-in-left,
.fade-in-right,
.fade-in-up {
  opacity: 0;
  transform: translateX(0) translateY(0);
  transition: all 1.5s ease-out;
}

.fade-in-left {
  transform: translateX(-50px);
}

.fade-in-right {
  transform: translateX(50px);
}

.fade-in-up {
  transform: translateY(50px);
}

/* 表示された時にクラス追加 */
.fade-in-left.show,
.fade-in-right.show,
.fade-in-up.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/*-------------------------------------------
共通設定
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: clamp(60px, 15.3846153846vw, 115.3846153846px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/jobseeker/jobseeker-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .container {
    background: none;
    padding-left: 0;
  }
}
.container.no-scroll {
  overflow: hidden;
}

.wrapper-top {
  width: min(100vw, 767px);
  margin-left: calc(59.88vw - 187.5px);
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrapper-top {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-top {
    margin-inline: auto;
  }
}

.wrapper-top .main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*--------------------------------------
side-cta
--------------------------------------*/
.side-cta-top {
  padding-block-start: 9.25rem;
  width: calc(59.88vw - 187.5px);
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .side-cta-top {
    display: none;
  }
}
.side-cta-top__inner {
  padding-inline: 1.25rem;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.side-cta-top__logo {
  margin-bottom: clamp(30px, 4.45vw, 57px);
}
.side-cta-top__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(3px, 0.5vw, 5px);
}
.side-cta-top__logo img {
  width: clamp(50px, 8vw, 104px);
  height: clamp(50px, 8vw, 104px);
}
.side-cta-top__title {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  display: inline-block;
  white-space: nowrap;
}
.side-cta-top__btn {
  margin: 0 auto;
  width: 100%;
  max-width: 339px;
  border-radius: clamp(20px, 2vw, 27.5px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .side-cta-top__btn {
    width: 90%;
  }
}
.side-cta-top__btn a {
  padding: clamp(10px, 1.5vw, 13px) 0 clamp(10px, 1.5vw, 12px);
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: clamp(12px, 1.5625vw, 20px);
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.side-cta-top__btn.side-cta__btn-top {
  background: transparent;
}
.side-cta-top__btn .company-btn {
  background: #11254A;
  margin-bottom: 23px;
}
.side-cta-top__btn .jobseeker-btn {
  background: #AB7BB9;
}

.top__title {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.3;
  letter-spacing: 1px;
  color: #11254A;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__title {
    font-size: clamp(22px, 5.8666666667vw, 44.9973333333px);
    letter-spacing: clamp(1px, 0.2666666667vw, 2.0453333333px);
  }
}
.top__title span {
  font-size: clamp(18px, 2vw, 25px);
  color: #38A5BA;
}
@media screen and (max-width: 767px) {
  .top__title span {
    font-size: clamp(25px, 6.6666666667vw, 51.1333333333px);
  }
}

/*--------------------------------------
side-menu
--------------------------------------*/
.side-menu-top {
  width: calc(100vw - 375px - (59.88vw - 187.5px));
  height: 100vh;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .side-menu-top {
    display: none;
  }
}

/*--------------------------------------
header
--------------------------------------*/
.header__top {
  position: relative;
  z-index: 200;
}
.header__top-inner {
  padding: 16px 31px 68px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__top-inner {
    padding: clamp(16px, 4.2666666667vw, 32.7253333333px) clamp(31px, 8.2666666667vw, 63.4053333333px) clamp(68px, 18.1333333333vw, 139.0826666667px);
  }
}
.header__top .side-cta__logo-sp {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .header__top .side-cta__logo-sp {
    width: clamp(54.9px, 14.64vw, 112.2888px);
    height: clamp(54.9px, 14.64vw, 112.2888px);
  }
}
.header__top .side-cta__logo-sp a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .header__top .side-cta__logo-sp a {
    gap: clamp(6px, 1.6vw, 12.272px);
  }
}
.header__top .side-cta__logo-sp img {
  width: 54.9px;
  height: 54.9px;
}
@media screen and (max-width: 767px) {
  .header__top .side-cta__logo-sp img {
    width: clamp(54.9px, 14.64vw, 112.2888px);
    height: clamp(54.9px, 14.64vw, 112.2888px);
  }
}
.header__top .side-cta__title-sp {
  font-size: 9.84px;
}
@media screen and (max-width: 767px) {
  .header__top .side-cta__title-sp {
    font-size: clamp(9.84px, 2.624vw, 20.12608px);
  }
}

/*--------------------------------------
LP-top
--------------------------------------*/
.top {
  background-image: url("../img/top/top-sp-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 632px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top {
    height: clamp(632px, 168.5333333333vw, 1292.6506666667px);
  }
}
.top__container {
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__container {
    padding: 0 clamp(30px, 8vw, 61.36px);
  }
}
.top .top__title {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .top .top__title {
    margin-bottom: clamp(28px, 7.4666666667vw, 57.2693333333px);
  }
}
.top__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .top__list {
    gap: clamp(21px, 5.6vw, 42.952px);
  }
}
.top__item {
  width: 47%;
  border: 6px solid #35457F;
  border-radius: 50%;
  background: #fff;
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__item {
    border: clamp(6px, 1.6vw, 12.272px) solid #35457F;
    width: clamp(148px, 39.4666666667vw, 302.7093333333px);
    height: clamp(148px, 39.4666666667vw, 302.7093333333px);
  }
}
.top__item a {
  width: 100%;
  height: 100%;
  display: block;
}
.top__item img {
  display: block;
  margin: 0 auto;
}
.top .top__item02 {
  border: 6px solid #AA7Ab9;
}
@media screen and (max-width: 767px) {
  .top .top__item02 {
    border: clamp(6px, 1.6vw, 12.272px) solid #AA7Ab9;
  }
}
.top .item__title {
  margin-top: 27px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top .item__title {
    margin-top: clamp(27px, 7.2vw, 55.224px);
    font-size: clamp(12px, 3.2vw, 24.544px);
  }
}
.top .item__title span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top .item__title span {
    font-size: clamp(14px, 3.7333333333vw, 28.6346666667px);
  }
}
.top .item__title02 {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .top .item__title02 {
    margin-top: clamp(34px, 9.0666666667vw, 69.5413333333px);
  }
}
.top .img-company {
  width: 30px;
  height: 37px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top .img-company {
    width: clamp(30px, 8vw, 61.36px);
    height: clamp(37px, 9.8666666667vw, 75.6773333333px);
    margin-top: clamp(5px, 1.3333333333vw, 10.2266666667px);
  }
}
.top .img-person {
  width: 37px;
  height: 37px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .top .img-person {
    width: clamp(37px, 9.8666666667vw, 75.6773333333px);
    height: clamp(37px, 9.8666666667vw, 75.6773333333px);
    margin-top: clamp(7px, 1.8666666667vw, 14.3173333333px);
  }
}
.top .item__text {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top .item__text {
    font-size: clamp(10px, 2.6666666667vw, 20.4533333333px);
  }
}
.top .item__text01 {
  margin-top: 9px;
  color: #35457F;
}
@media screen and (max-width: 767px) {
  .top .item__text01 {
    margin-top: clamp(9px, 2.4vw, 18.408px);
  }
}
.top .item__text02 {
  margin-top: 14px;
  color: #AA7AB9;
}
@media screen and (max-width: 767px) {
  .top .item__text02 {
    margin-top: clamp(14px, 3.7333333333vw, 28.6346666667px);
  }
}
.top .item__arrow {
  position: absolute;
  top: 12%;
  left: 110%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}
.top .item__arrow img {
  display: block;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top .item__arrow img {
    width: clamp(100px, 26.6666666667vw, 204.5333333333px);
  }
}
.top .item__arrow-text {
  position: absolute;
  top: 55%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 1px;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top .item__arrow-text {
    font-size: clamp(9px, 2.4vw, 18.408px);
    letter-spacing: 1;
  }
}
.top .item__arrow02 {
  top: 87%;
  left: -10%;
}
.top__text-box {
  margin: 0 auto;
}
.top__text-box img {
  display: block;
  width: 187px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__text-box img {
    width: clamp(187px, 49.8666666667vw, 382.4773333333px);
  }
}
.top__text {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(90deg, #BDA3DF 0%, #74C1CC 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top__text {
    font-size: clamp(15px, 4vw, 30.68px);
    letter-spacing: clamp(1px, 0.2666666667vw, 2.0453333333px);
    padding: clamp(10px, 2.6666666667vw, 20.4533333333px) 0;
    box-shadow: 0px clamp(2px, 0.5333333333vw, 4.0906666667px) clamp(4px, 1.0666666667vw, 8.1813333333px) 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: clamp(4px, 1.0666666667vw, 8.1813333333px);
    margin-bottom: clamp(8px, 2.1333333333vw, 16.3626666667px);
  }
}
.top__text span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .top__text span {
    font-size: clamp(12px, 3.2vw, 24.544px);
  }
}
.top__text-small {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .top__text-small {
    font-size: clamp(13px, 3.4666666667vw, 26.5893333333px);
    letter-spacing: clamp(1px, 0.2666666667vw, 2.0453333333px);
  }
}

/*--------------------------------------
footer
--------------------------------------*/
.footer__top {
  text-align: center;
  background: #525252;
  margin-top: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__top-inner {
  padding: 12px 52px 14px 71px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__top-inner {
    padding: clamp(12px, 3.2vw, 24.544px) clamp(52px, 13.8666666667vw, 106.3573333333px) clamp(14px, 3.7333333333vw, 28.6346666667px) clamp(71px, 18.9333333333vw, 145.2186666667px);
  }
}
.footer__top-list {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__top-list {
    margin-bottom: clamp(15px, 4vw, 30.68px);
  }
}
.footer__top-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__top-item {
    gap: clamp(12px, 3.2vw, 24.544px);
  }
}
.footer__top-item dt {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  width: 43%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__top-item dt {
    font-size: clamp(12px, 3.2vw, 24.544px);
    margin-bottom: clamp(5px, 1.3333333333vw, 10.2266666667px);
  }
}
.footer__top-item dd {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  width: 52%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__top-item dd {
    font-size: clamp(12px, 3.2vw, 24.544px);
    margin-bottom: clamp(5px, 1.3333333333vw, 10.2266666667px);
  }
}
.footer__top-copyright {
  font-weight: 700;
  font-size: 8px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__top-copyright {
    font-size: clamp(8px, 2.1333333333vw, 16.3626666667px);
  }
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) and (min-width: 767.98px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*-------------------------------------------
共通設定
-------------------------------------------*/
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

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

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}
picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  width: min(1280px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}

@media screen and (max-width: 767.98) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}
.l-inner__narrow {
  width: min(1080px, 100%);
}

.l-inner__sp {
  padding-inline: 1.875rem;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}

.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c_text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 767.98) {
  .c_text {
    font-size: 16px;
  }
}
.c-section__title {
  color: #11254A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 31.2px */
}

.c-company-cta__btn {
  margin-top: 1.16375rem;
}

.c-company-cta__btn.--cta2 {
  margin-top: 1.5rem;
}

.c-company-cta__btn.--cta3 {
  margin-top: 0.8125rem;
}

.c-btn {
  color: #10244b;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  padding: 0.59375rem 4.375rem;
  background: white;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
.p-company__container {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/jobseeker/jobseeker-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-company__container {
    background: none;
    padding-left: 0;
  }
}
.p-company__container.no-scroll {
  overflow: hidden;
}

.p-company__side-cta {
  -webkit-padding-before: 9.25rem;
  padding-block-start: 9.25rem;
  width: calc(59.88vw - 187.5px);
  height: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}

@media screen and (max-width: 767.98px) {
  .p-company__side-cta {
    display: none;
  }
}
.p-company__side-cta-inner {
  padding-inline: 1.25rem;
}

.p-company__side-cta-logo {
  margin-bottom: clamp(30px, 4.45vw, 57px);
}
.p-company__side-cta-logo img {
  width: clamp(50px, 8vw, 104px);
  height: clamp(50px, 8vw, 104px);
  display: block;
}

.p-company__side-cta-brand {
  color: #000000;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 2.5vw, 27.27px);
  font-weight: 700;
  line-height: 150%; /* 40.909px */
  display: inline-block;
  white-space: nowrap;
}

.p-company__side-cta-title {
  color: #11254A;
  text-align: center;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 32.5px */
  margin-top: 3.556875rem;
}

.p-company__side-cta-lead {
  color: #11254A;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-top: 1.4375rem;
}

.p-company__side-cta-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #ffffff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  background: #11254A;
  padding: 0.8125rem 5.5625rem 0.75rem 5.625rem;
  margin-top: 2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-company__side-cta-btn:hover {
    opacity: 0.7;
  }
}
.p-company__side-menu {
  width: calc(100vw - 375px - (59.88vw - 187.5px));
  height: 100vh;
  padding-top: clamp(40px, 16.40625vw, 210px);
  padding-left: min(87px, 6.8vw);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-company__side-menu {
    padding-left: min(40px, 5vw);
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company__side-menu {
    display: none;
  }
}

.p-company__side-menu__nav {
  height: fit-content;
  margin-top: 0;
  padding-left: 0;
}

.p-company__side-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-company__side-menu__list a {
  display: block;
  line-height: 1.3;
  color: #484848;
  font-size: clamp(12px, 1.5625vw, 20px);
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-company__side-menu__list a:hover {
    opacity: 0.7;
  }
}
.p-company__wrapper {
  background: #ffffff;
  position: relative;
  z-index: 2;
  width: min(100vw, 767px);
  margin-left: calc(59.88vw - 187.5px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    margin-inline: auto;
    overflow: visible;
    position: static;
  }
}

.p-company-header {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* background: #fff; */
  /* padding-inline: 1.9375rem 2.1875rem; */
}

@media (min-width: 767.98px) {
  .p-company-header {
    position: relative;
  }
}
.p-company-header__inner {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 3.4315rem 1fr;
  padding-block: 1rem;
}
.p-company-header__inner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.p-company-header__logo-text {
  font-size: 9.84px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.p-company-drawer__icon {
  position: fixed;
  z-index: 102;
  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;
  top: 2.32375rem;
  right: 2.1875rem;
  width: 1.25rem;
  height: 1rem;
}

/* ← 白い四角い背景を追加 */
.p-company-drawer__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 767.98px) {
  .p-company-drawer__icon {
    display: none;
  }
}
.p-company-drawer__icon--bar {
  width: 100%;
  height: 0.125rem;
  background: #11254A;
  border-radius: 100vmax;
}

.p-company-drawer__icon.js-show .p-company-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.4375rem;
}

.p-company-drawer__icon.js-show .p-company-drawer__icon--bar:nth-of-type(2) {
  display: none;
}

.p-company-drawer__icon.js-show .p-company-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.4375rem;
}

.p-company-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url("../img/company/company-pc-bg.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.p-company-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-company-drawer {
  translate: 0 -101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}

.p-company-drawer.js-show {
  translate: 0 0;
}

.p-company-drawer__body {
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 13.125rem 2.5rem;
  padding-inline: 20px;
  margin-inline: auto;
}

.p-company-drawer__list {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.p-company-drawer__list li a {
  color: #484848;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: 0.125rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-company-drawer__list li a:hover {
    opacity: 0.7;
  }
}
.p-company-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}
/* 
.p-company-hero {
  -webkit-padding-before: 7.21625rem;
  padding-block-start: 7.21625rem;
  -webkit-padding-after: 0.25rem;
  padding-block-end: 0.25rem;
  position: relative;
  background: #ffffff;
} */

@media (min-width: 767.98px) {
  /* .p-company-hero {
    -webkit-padding-before: 1.46625rem;
    padding-block-start: 1.46625rem;
  } */
}
.p-hero__inner {
  max-width: 31.25rem;
  margin-inline: auto;
}

/* .p-company-hero__title {
  color: #11254A;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  /* letter-spacing: 0.125rem;
  position: relative;
  z-index: 1;
} */ 

/* .p-company-hero__text {
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  /* margin-top: 0.8925rem;
  position: relative;
  z-index: 1;
}

.p-company-hero__text span {
  color: #11254A;
  font-weight: 700;
  line-height: 150%; 
} */

/* .p-company-hero__image {
  padding-left: 1.625rem;
  padding-top: 0.8125rem;
  position: relative;
  z-index: 1;
}

.p-company-hero__image .hero-image1 {
  width: 7.25rem;
  height: auto;
  aspect-ratio: 116/170;
  padding-top: 10px;
}

.p-company-hero__image .hero-image1 img {
  width: 100%;
  height: 100%;
}

.p-company-hero__image .hero-image2 {
  width: 7.0625rem;
  height: auto;
  aspect-ratio: 113/161;
  position: absolute;
  top: 0.75rem;
  left: calc(50% + 2.4375rem);
}

.p-company-hero__image .hero-image2 img {
  width: 100%;
  height: 100%;
} */

.p-company-hero__bg-blue {
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/285;
  position: absolute;
  bottom: 0.8125rem;
  left: 0;
}

.p-company-hero__bg-blue img {
  width: 100%;
  height: 100%;
}

.p-company-hero__bg-ellipes {
  width: 12.6875rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 8.125rem;
  left: 50%;
  translate: -50%;
  opacity: 0.6;
  z-index: 1;
}

.p-company-story {
  padding-block: 3.75rem 2.125rem;
  background: #ffffff;
}

.p-company-story__title {
  color: #26344f;
  line-height: 130%; /* 31.2px */
}

.p-company-story__cord {
  background: #f2f2f2;
  padding: 1.34375rem 1.505rem 1.34375rem 2.454375rem;
  margin-top: 1.6875rem;
  max-width: 31.25rem;
  margin-inline: auto;
}

.p-company-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}

.p-company-story__list li {
  color: black;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  position: relative;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.1875rem; /* 線の太さ */
  text-decoration-color: rgba(151, 177, 225, 0.6);
  text-underline-offset: -0.1875rem; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.p-company-story__list li::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 0.625rem;
  translate: 0 -50%;
  width: 0.33rem;
  height: 0.33rem;
  background: #11254A;
  border-radius: 50%;
}

.p-company-story__lead {
  color: #11254A;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin-top: 2.1875rem;
}

.p-company-cta {
  padding-block: 2.08625rem 2.5625rem;
  background: linear-gradient(101deg, #10244a 7.22%, #31579d 53.26%, #10244a 99.31%);
}

.p-company-cta.--cta2 {
  padding-block: 3.0625rem 3.3125rem;
}

.p-company-cta.--cta3 {
  padding-block: 1.75rem 2.5625rem;
}

.p-cta__title {
  color: white;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  position: relative;
  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;
}

.p-cta__title::before, .p-cta__title::after {
  content: "";
  display: inline-block;
  width: 2.05325rem;
  height: 0.125rem;
  background-color: white;
}

.p-cta__title::before {
  -webkit-transform-origin: 0.5625rem 0.125rem;
  transform-origin: 0.5625rem 0.125rem;
  -webkit-transform: rotate(72.77deg);
  transform: rotate(72.77deg);
}

.p-cta__title::after {
  -webkit-transform-origin: 1.1875rem 0.5rem;
  transform-origin: 1.1875rem 0.5rem;
  -webkit-transform: rotate(-72.77deg);
  transform: rotate(-72.77deg);
}

.p-cta__title.--cta2::before, .p-cta__title.--cta2::after {
  width: 1.223125rem;
}

.p-cta__title.--cta2::before {
  -webkit-transform-origin: 0.5rem 0rem;
  transform-origin: 0.5rem 0rem;
}

.p-cta__title.--cta2::after {
  -webkit-transform-origin: 0.625rem 0.125rem;
  transform-origin: 0.625rem 0.125rem;
}

.p-cta__title.--cta3::before, .p-cta__title.--cta3::after {
  width: 3.5199375rem;
}

.p-cta__title.--cta3::before {
  -webkit-transform-origin: 1.875rem 0.9375rem;
  transform-origin: 1.875rem 0.9375rem;
}

.p-cta__title.--cta3::after {
  -webkit-transform-origin: 1.5625rem 1.125rem;
  transform-origin: 1.5625rem 1.125rem;
}

.p-cta__text.--cta2, .p-cta__text.--cta3 {
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.p-cta__text.--cta2 {
  margin-top: 1.25rem;
}

.p-cta__text.--cta3 {
  margin-top: 0.625rem;
}

.p-company-vision {
  padding-block: 2.1875rem;
  position: relative;
  min-height: 300px;
}

.p-company-vision__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.p-company-vision__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-company-vision__inner {
  position: relative;
  z-index: 1;
}

.p-company-vision__title {
  color: white;
  line-height: 130%; /* 31.2px */
}

@media (max-width: 340px) {
  .p-company-vision__title {
    font-size: 1.25rem;
  }
}
.p-company-vision__lead {
  color: white;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 0.96125rem;
}

@media (min-width: 440px) {
  .p-company-vision__lead {
    margin-inline: auto;
    width: 20.625rem;
  }
}
.p-company-vision__em {
  font-size: 1rem;
  font-weight: 700;
}

.p-company-problem {
  padding-block: 4rem 6.634375rem;
  background: #e5e5e5;
}

.p-company-problem__title {
  line-height: 130%; /* 31.2px */
}

.p-company-problem__list-wrapper {
  max-width: 315;
  margin-inline: auto;
}

.p-company-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.745rem;
  margin-top: 1.9375rem;
  margin-inline: -0.625rem 0;
  padding-inline: 0 20px;
}

.p-company-problem__item {
  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;
  -webkit-column-gap: 0.8125rem;
  -moz-column-gap: 0.8125rem;
  column-gap: 0.8125rem;
  position: relative;
}

.p-company-problem__item:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-company-problem__item:nth-of-type(2) {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.p-company-problem__item:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-company-problem__figure {
  position: relative;
  top: 0.9375rem;
  right: -0.4375rem;
}

.p-company-problem__figure.--bottom {
  top: 2.8125rem;
}

.p-company-problem__figure--right {
  width: 2.7675625rem;
  height: auto;
  aspect-ratio: 44.281/77.85;
}

.p-company-problem__figure--right img {
  width: 100%;
  height: 100%;
}

.p-company-problem__figure--left {
  width: 2.865rem;
  height: auto;
  aspect-ratio: 45.84/83.157;
  left: -0.3125rem;
  top: 0.625rem;
  right: auto;
}

.p-company-problem__figure--left img {
  width: 100%;
  height: 100%;
}

.p-company-problem__bubble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: relative;
  z-index: 1;
  width: 15.625rem;
  height: auto;
  aspect-ratio: 250/80;
  padding-inline: 1.125rem;
}

.p-company-problem__bubble.--left {
  padding: 13px 0 4px 30px;
}

.p-company-problem__bubble.--left img {
  width: calc(100% + 1.875rem);
}

@media (min-width: 767.98px) {
  .p-company-problem__bubble.--left {
    padding: 13px 0 4px 17px;
  }
}
@media (max-width: 375px) {
  .p-company-problem__bubble.--left {
    padding: 13px 0 4px 30px;
  }
}
@media (min-width: 840px) {
  .p-company-problem__bubble.--left {
    padding: 13px 0 4px 30px;
  }
}
.p-company-problem__bubble img {
  position: absolute;
  inset: 0;
  width: calc(100% + 1.25rem);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.p-company-problem__bubble-inner {
  display: block;
  width: 100%;
}

.p-company-problem__em {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.4375rem;
  text-decoration-color: rgba(151, 177, 225, 0.6);
  text-underline-offset: -0.25rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.p-company-reason {
  padding-block: 4rem;
  background: #e7eef8;
}

.p-company-reason__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.875rem;
  max-width: 31.25rem;
  margin-inline: auto;
}

.p-company-reason__title-en {
  color: #11254A;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 16.9px */
  text-transform: uppercase;
}

.p-company-reason__title {
  color: #383838;
}

.p-company-reason__title__text {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.p-company-reason__title__text span {
  display: inline;
  color: #10244a;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.p-company-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3rem;
  margin-top: 2.9975rem;
}

.p-company-reason-item {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0.25rem 0.3125rem 0 #f1f1f1;
  box-shadow: 0 0.25rem 0.3125rem 0 #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 2.25rem 1.5rem 1.5rem;
  max-width: 31.25rem;
  margin-inline: auto;
}

.p-company-reason-item__badge {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #11254A;
  color: #ffffff;
  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;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  position: absolute;
  top: -1.966875rem;
  left: 50%;
  translate: -50%;
}

.p-company-reason-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}

.p-company-reason-item__title {
  color: #383838;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

.p-company-reason-item__subtitle {
  color: #11254A;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
}

.p-company-reason-item__figure {
  margin-inline: auto;
  height: auto;
}

.p-company-reason-item__figure.--01 {
  width: 8.75rem;
  aspect-ratio: 140/152;
}

.p-company-reason-item__figure.--02 {
  width: 7.8125rem;
  aspect-ratio: 125/133;
}

.p-company-reason-item__figure.--03 {
  width: 9rem;
  aspect-ratio: 144/133;
}

.p-company-reason-item__figure img {
  width: 100%;
  height: 100%;
}

.p-company-reason-item__text {
  color: #000000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.p-company-reason-item__text span {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.4375rem;
  text-decoration-color: rgba(151, 177, 225, 0.6);
  text-underline-offset: -0.25rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.p-company-support {
  padding-block: 4.25rem 4.653125rem;
  background: #ededed;
}

@media (max-width: 362px) {
  .p-company-support__title {
    font-size: 20px;
  }
}
.p-company-support__figure {
  width: 10.4375rem;
  height: auto;
  aspect-ratio: 167/222;
  margin-inline: auto;
  margin-block: 2rem 1.096875rem;
}

.p-company-support__figure img {
  width: 100%;
  height: 100%;
}

.p-company-support__lead {
  color: #000000;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.p-company-faq {
  padding-block: 4.0075rem 4rem;
  background: #c8d0dc;
}

.p-company-faq__title-en {
  color: #11254A;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 16.9px */
  text-transform: uppercase;
}

.p-company-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 1.8125rem;
}

@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.p-company-faq__item {
  color: #26344f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  padding-left: 1.5rem;
  background: #ffffff;
}

.p-company-faq__item summary {
  display: flex;
  align-items: center;
  padding: 13px 6px;
  list-style: none;
}

.p-company-faq__item summary::-webkit-details-marker {
  display: none;
}

.p-company-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.p-company-faq__question::before, .p-company-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #383838;
  transition: transform 0.3s ease;
}

.p-company-faq__question::before {
  right: 24px;
  width: 14px;
  height: 1px;
}

.p-company-faq__question::after {
  right: 31px;
  width: 1px;
  height: 14px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

@media (any-hover: hover) {
  .p-company-faq__question:hover {
    cursor: pointer;
  }
}
details[open] .p-company-faq__question::after {
  transform: translateY(-50%) scaleY(0);
}

.p-company-faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 1.25rem 2.5rem;
  color: #26344f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.p-company-faq__question-text::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: #11254a;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.p-company-faq__answer {
  padding: 0 24px 13px 6px;
}

.p-company-faq__answer-text {
  color: #26344f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  list-style: none;
  position: relative;
  padding-inline: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.75rem;
}

.p-company-faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #8f8f8f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}

.p-company-faq__answer-text .--paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}

.p-company-footer__inner {
  background: #fff;
  padding-block: 2.96rem 1.921875rem;
}

.p-company-footer__logo-wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 0.4375rem;
}

.p-company-footer__logo {
  width: 3.8125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-company-footer__logo img {
  width: 100%;
  height: 100%;
}

.p-company-footer__brand {
  color: #000000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.p-company-footer__dl {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.138125rem;
  row-gap: 0.3125rem;
}

.p-company-footer__row {
  display: grid;
  grid-template-columns: 96px 1fr;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.p-company-footer__dt {
  color: #000000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
}

.p-company-footer__dd {
  color: #000000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}

.p-company-footer__link {
  text-align: center;
  margin-top: 1.08125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-company-footer__link:hover {
    opacity: 0.7;
  }
}
.p-company-footer__a {
  color: #000000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}

.p-company-footer__credit {
  background: #525252;
  padding-block: 0.6875rem;
  text-align: center;
}

.p-company-footer__copy {
  color: #ffffff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
}

@media (min-width: 767.98px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.98) {
  .u-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}

@media screen and (max-width: 767.98) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 767.98px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}
.u-text__left {
  text-align: left !important;
}

@media screen and (max-width: 767.98) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 767.98px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}
.u-text__right {
  text-align: right !important;
}

@media screen and (max-width: 767.98) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 767.98px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}
.u-text__nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767.98) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 767.98px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}

@media screen and (max-width: 767.98) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 767.98px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
.u-animated__fadeIn {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: translate 0.8s ease, opacity 0.8s ease;
  transition: translate 0.8s ease, opacity 0.8s ease;
}

.u-animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.u-animated__slideIn--left {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  clip-path: inset(0 100% 0 0);
}

.u-animated__slideIn--left.js-show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.u-animated__slideIn--right {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  clip-path: inset(0 0 0 100%);
}

.u-animated__slideIn--right.js-show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.u-animated__scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.u-animated__scale.js-show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */