html {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #303030;
  font-feature-settings: "palt" on;
}

body {
  min-width: 390px;
}

body.js-active {
  overflow: hidden;
}

main {
  overflow: hidden;
}

picture {
  display: block;
}

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

a {
  display: inline-block;
  color: #2b2b2b;
}

@media screen and (min-width: 901px) {
  a.--nomal {
    transition: opacity 0.5s;
  }

  a.--nomal:hover {
    opacity: 0.7;
  }
}

/* utility */
.u-en {
  font-family: "Manrope", sans-serif;
  font-style: normal;
}

/* layout */
.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

@media screen and (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-inner {
    max-width: 520px;
  }
}

/* common */
.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

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

  .br-pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .br-sp-only {
    display: inline-block;
  }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 29px;
  z-index: 9999;
  border-radius: 0px 0px 16px 16px;
}

.p-header__inner {
  height: 83px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.p-header__logo {
  width: 226px;
}

.p-header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.p-mainMenu {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.p-ham-menu__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-header__login-wrap-pc {
  display: flex;
  align-items: center;
  gap: 6px;
}

.log-btn {
  width: 142px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.individual-btn {
  background: #174691;
}

.company-btn {
  background: #26b1f7;
}

@media screen and (max-width: 1300px) {
  .p-mainMenu {
    gap: 8px;
    font-size: 12px;
  }

  .p-ham-menu__wrap {
    gap: 10px;
  }

  .p-header__login-wrap-pc {
    gap: 4px;
  }

  .log-btn {
    width: 120px;
    height: 38px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .p-mainMenu {
    gap: 5px;
    font-size: 10px;
  }

  .p-ham-menu__wrap {
    gap: 6px;
  }

  .p-header__login-wrap-pc {
    gap: 3px;
  }

  .log-btn {
    width: 80px;
    height: 34px;
    font-size: 10px;
  }
}

@media screen and (max-width: 900px) {
  .p-header__login-wrap-pc {
    display: none;
  }

  .p-ham-menu__wrap {
    justify-content: center;
  }

  .p-header {
    padding-left: 12px;
    padding-right: 20px;
    border-radius: 0;
  }

  .p-header__inner {
    height: 62px;
  }

  .p-header__logo {
    width: 164.364px;
  }

  .p-header__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -12px;
    width: 100vw;
    overflow-y: scroll;
    height: calc(100vh - 62px);
    background-color: #1d63d2;
    background-image: url(../img/ham-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .p-mainMenu {
    gap: 25px;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.96px;
  }

  .ham-btn-wrap {
    text-align: center;
  }

  .p-header__menu-btn {
    width: 275px;
    padding-bottom: 25px;
    margin-top: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-bottom: 1px dashed #fff;
  }

  .p-header__menu-btn .c-btn {
    width: 100%;
    height: 62px;
    font-size: 16px;
  }

  .p-header__menu-btn .c-btn.--blue {
    background: #fff;
    color: #1d63d2;
  }

  .p-header__login-wrap {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

  .log-btn {
    width: 135px;
    height: 42px;
    font-size: 12.328px;
  }

  .p-mainMenu a {
    color: #fff;
  }

  .p-ham-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
  }

  .ham-btn {
    position: relative;
    width: 25px;
    height: 16px;
    cursor: pointer;
  }

  .ham-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #1d63d2;
    border-radius: 10px;
    transition: 0.3s;
  }

  .ham-btn span:nth-child(1) {
    top: 0;
  }
  .ham-btn span:nth-child(2) {
    top: 6.5px;
  }
  .ham-btn span:nth-child(3) {
    top: 13px;
  }

  .ham-btn.active span:nth-child(1) {
    top: 6.5px;
    transform: rotate(45deg);
  }
  .ham-btn.active span:nth-child(2) {
    background: transparent;
  }
  .ham-btn.active span:nth-child(3) {
    top: 6.5px;
    transform: rotate(-45deg);
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  padding-top: calc(83px + 135px);
  padding-bottom: 140px;
  position: relative;
  background: linear-gradient(118deg, #fff 16.52%, #e1e9f6 120.71%);
}

.p-mv__bg {
  position: absolute;
  bottom: 0;
  right: -134px;
  width: 76.4%;
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  width: initial;
  display: inline-block;
}

.p-mv__main {
  width: min(712.912px, 57.4929vw);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: calc(100% - 111px);
}

.p-mv__content {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.p-mv__title {
  font-size: min(52px, 4.1935vw);
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

.p-mv__sub {
  margin-top: min(30px, 2.4194vw);
  position: relative;
  z-index: 1;
}

.p-mv__sub-text {
  display: inline-block;
  text-align: center;
  border-radius: 6.3px;
  background: #dee8f7;
  padding: 5.25px 4.444em 7.4px;
  color: #1d63d2;
  font-size: min(15.75px, 1.2702vw);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}

.p-mv__sub-title {
  margin-top: min(8.35px, 0.67339vw);
  color: #1d63d2;
  font-size: min(29.4px, 2.37097vw);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}

.p-mv__btn {
  display: flex;
  align-items: center;
  margin-top: min(30px, 2.4194vw);
  gap: 12px;
  position: relative;
  z-index: 1;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: min(20px, 1.6129vw);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  border-radius: 9999px;
  height: min(74px, 5.96774vw);
}

.p-mv__btn .c-btn.--red svg {
  width: min(23px, 1.85483vw);
}
.p-mv__btn .c-btn.--blue svg {
  width: min(18.281px, 1.47427vw);
}

.p-mv__btn .c-btn {
  width: min(274px, 22.09677vw);
}

.c-btn.--red {
  background: #f05062;
}

.c-btn.--blue {
  background: #1d63d2;
}

@media screen and (max-width: 900px) {
  .p-mv {
    padding-top: calc(62px + 28px);
    padding-bottom: 40px;
  }

  .p-mv__bg {
    position: absolute;
    bottom: initial;
    top: -5px;
    right: initial;
    left: -149px;
    width: max(901px, 140vw);
  }

  .p-mv__inner {
    position: relative;
    z-index: 1;
    width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .p-mv__main {
    width: calc(100% - 40px);
    position: relative;
    top: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    left: initial;
    margin-left: -20px;
  }

  .p-mv__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-mv__title {
    text-align: center;
    font-size: 32px;
    margin-top: 4px;
  }
  .p-mv__title .--between {
    letter-spacing: -0.8em;
  }

  .p-mv__sub {
    margin-top: 15px;
    text-align: center;
  }

  .p-mv__sub-text {
    border-radius: 4px;
    padding: 5px 21px;
    font-size: 13px;
  }

  .p-mv__sub-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .p-mv__btn {
    flex-direction: column;
    margin-top: 21px;
    gap: 15px;
  }

  .c-btn {
    gap: 10px;
    font-size: 16px;
    height: 62px;
  }

  .p-mv__btn .c-btn.--red svg {
    width: 19px;
  }
  .p-mv__btn .c-btn.--blue svg {
    width: 15.102px;
  }

  .p-mv__btn .c-btn {
    width: 275px;
  }
}

/*===========================================================================*/
/*  logo slider  */
/*===========================================================================*/
.logo-slider {
  width: 100%;
  margin-top: 24px;
}

.logo-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.logo-slider .swiper-slide {
  display: flex;
  gap: 50px;
  width: auto;
  pointer-events: none;
  user-select: none;
  align-items: center;
}

.logo-slider img {
  height: 62px;
  pointer-events: none;
  user-select: none;
}

.logo-slider .logo-slider__img-1 {
  width: 140px;
}

.logo-slider .logo-slider__img-2 {
  width: 65px;
}

.logo-slider .logo-slider__img-3 {
  width: 95px;
}

.logo-slider .logo-slider__img-4 {
  width: 145px;
}

.logo-slider .logo-slider__img-5 {
  width: 145px;
}

.logo-slider .logo-slider__img-6 {
  width: 123px;
}

.logo-slider .logo-slider__img-7 {
  width: 92px;
}

.logo-slider .logo-slider__img-8 {
  width: 130px;
}

.logo-slider .logo-slider__img-9 {
  width: 145px;
  height: 32px;
}

.logo-slider .logo-slider__img-10 {
  width: 90px;
}

.logo-slider .logo-slider__img-11 {
  width: 102px;
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
  padding-top: 120px;
  padding-bottom: 100px;
}

.p-about__inner {
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.p-about__titleBox {
  padding-bottom: 100px;
}

.p-section__titleTop {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
.p-section__titleTop.--blue {
  color: #1d63d2;
  font-weight: 700;
}

.p-section__titleTop::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d63d2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-section__title .--between {
  letter-spacing: -0.4em;
}

.p-about__titleBox--inner {
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-about__title-main {
  color: #1d63d2;
  font-size: min(82px, 6.6129vw);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.p-about__titleBox--right {
  max-width: min(500px, 40.32259vw);
  color: #303030;
  font-size: min(25px, 2.01613vw);
  font-weight: 700;
  line-height: 155%;
  letter-spacing: -0.03em;
  padding-top: min(13px, 1.04839vw);
}

.p-about__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-about__content.--reverse {
  flex-direction: row-reverse;
  margin-top: 80px;
}

.p-about__content--textBox {
  max-width: min(515px, 41.53226vw);
}

.p-about__content--title {
  margin-top: min(35px, 2.82258vw);
  font-size: min(38px, 3.06452vw);
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.04em;
}

.p-about__content--text {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.p-about__content--img {
  width: 51.724%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 900px) {
  .p-about {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .p-about__inner {
    padding-top: 60px;
  }

  .p-about__titleBox {
    padding-bottom: 40px;
    text-align: center;
  }

  .p-section__titleTop {
    font-size: 16px;
    padding-left: 11px;
  }

  .p-section__titleTop::after {
    width: 6px;
    height: 6px;
  }

  .p-about__titleBox--inner {
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .p-about__title-main {
    font-size: 48px;
  }
  .p-about__titleBox--right {
    max-width: 100%;
    font-size: 20px;
    padding-top: 0;
    text-align: left;
  }

  .p-about__content {
    flex-direction: column;
    gap: 20px;
  }

  .p-about__content.--reverse {
    flex-direction: column;
    margin-top: 40px;
  }

  .p-about__content--textBox {
    max-width: 100%;
    text-align: center;
  }

  .p-about__content--title {
    font-size: 24px;
    margin-top: 20px;
  }

  .p-about__content--text {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
  }

  .p-about__content--img {
    width: 100%;
    border-radius: 8px;
  }
}

/*===========================================================================*/
/*  point  */
/*===========================================================================*/
.p-point {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f6fc;
}

.p-section__top {
  text-align: center;
}

.p-section__title {
  margin-top: min(20px, 1.6129vw);
  font-size: min(48px, 3.87097vw);
  font-weight: 700;
  line-height: 142%;
  letter-spacing: 0.04em;
}

.p-point__container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.p-point__box {
  position: relative;
  border-radius: 25px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 84px 40px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.p-point__box--item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-point__box--img {
  width: 85%;
  max-width: 160px;
}

.p-point__box--img.--width {
  width: 90%;
  max-width: 178px;
}

.p-point__box--header {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: min(21px, 1.69355vw);
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 33px 0;
  padding: 0.57em 1.81em;
}

.p-point__box.--blue .p-point__box--header {
  background: #1d63d2;
}

.p-point__box.--green .p-point__box--header {
  background: #1db7d2;
}

.p-point__box--title {
  margin-top: min(21px, 1.69355vw);
  text-align: center;
  font-size: min(18px, 1.45161vw);
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.03em;
}

.p-point__box.--blue .p-point__box--title {
  color: #1d63d2;
}

.p-point__box.--green .p-point__box--title {
  color: #1db7d2;
}

.p-point__box--text {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 900px) {
  .p-point {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-section__title {
    margin-top: 20px;
    font-size: 30px;
  }

  .p-section__title span {
    font-size: 24px;
  }

  .p-point__container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .p-point__box {
    width: 100%;
    border-radius: 16px;
    padding: 79px 30px 35px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .p-point__box--img {
    max-width: 128px;
  }

  .p-point__box--img.--width {
    max-width: 142px;
  }

  .p-point__box--header {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    border-radius: 0 0 18px 18px;
    padding: 0;
    width: 255px;
    height: 45px;
  }

  .p-point__box--title {
    margin-top: 20px;
    font-size: 16px;
  }

  .p-point__box--text {
    margin-top: 15px;
  }
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.p-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1d63d2;
  position: relative;
  overflow: hidden;
}

.p-cta__bg {
  position: absolute;
  width: 110vw;
  top: 0;
  right: 0;
  transform: translate(7%, -20%);
  -ms-transform: translate(7%, -20%);
  -webkit-transform: translate(7%, -20%);
}

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

.p-cta__title {
  text-align: center;
  color: #fff;
  font-size: min(54px, 4.35484vw);
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 0.04em;
}

.p-cta__btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.p-cta__btn .c-btn {
  width: 297px;
  height: 74px;
  font-size: 20px;
}

.p-cta__btn .c-btn.--blue {
  background: #fff;
  color: #1d63d2;
}

@media screen and (max-width: 900px) {
  .p-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-cta__bg {
    position: absolute;
    width: 1454px;
    top: 50%;
    left: 50%;
    right: initial;
    transform: translate(-45%, -55%);
    -ms-transform: translate(-45%, -55%);
    -webkit-transform: translate(-45%, -55%);
  }

  .p-cta__title {
    font-size: 36px;
  }

  .p-cta__btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .p-cta__btn .c-btn {
    width: 275px;
    height: 62px;
    font-size: 16px;
  }
}

/*===========================================================================*/
/*  support  */
/*===========================================================================*/
.p-support {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-section__sub {
  color: #1d63d2;
  text-align: center;
  font-size: min(24px, 1.93548vw);
  font-weight: 700;
  line-height: 142%;
  letter-spacing: 0.04em;
  margin-top: min(20px, 1.6129vw);
}

.p-section__sub span.--border {
  position: relative;
}

.p-section__sub span.--border::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1d63d2;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
}

.p-support__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.p-support__content--item {
  aspect-ratio: 380/558;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.p-support__content--item:first-child {
  background: url(../img/support-1.webp) no-repeat center center / cover;
}
.p-support__content--item:nth-child(2) {
  background: url(../img/support-2.webp) no-repeat center center / cover;
}
.p-support__content--item:last-child {
  background: url(../img/support-3.webp) no-repeat center center / cover;
}

.p-support__content--item--inner {
  position: relative;
  z-index: 1;
}

.p-support__content--title {
  font-size: min(28px, 2.25vw);
  font-weight: 700;
  line-height: 138%;
  letter-spacing: 0.05em;
}

.p-support__content--text {
  margin-top: 10px;
  font-size: min(15px, 1.20968vw);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.06em;
  margin-top: 1em;
  min-height: calc(1em * 1.6 * 3);
}

@media screen and (max-width: 900px) {
  .p-support {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-section__sub {
    margin-top: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    font-size: 20px;
  }

  .p-section__sub span.--between {
    letter-spacing: -0.4em;
  }

  .p-support__content {
    margin-top: 44px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .p-support__content--item {
    aspect-ratio: 325/213;
    border-radius: 4px;
    padding: 20px;
  }

  .p-support__content--item:first-child {
    background: url(../img/support-1-sp.webp) no-repeat center center / cover;
  }
  .p-support__content--item:nth-child(2) {
    background: url(../img/support-2-sp.webp) no-repeat center center / cover;
  }
  .p-support__content--item:last-child {
    background: url(../img/support-3-sp.webp) no-repeat center center / cover;
  }

  .p-support__content--title {
    font-size: 20px;
  }

  .p-support__content--text {
    margin-top: 6px;
    font-size: 13px;
    min-height: initial;
  }
}

/*===========================================================================*/
/*  merit  */
/*===========================================================================*/
.p-merit {
  padding-bottom: 100px;
}

.p-merit__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.p-merit__content--item {
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
}

.p-merit__content--item__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  height: 97px;
  color: #1d63d2;
  font-size: 22px;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #ddd;
}

.p-merit__content--item__main.--flex {
  height: calc(100% - 97px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-merit__content--item__main--inner {
  padding: min(25px, 2.01613vw) min(30px, 2.41935vw) min(30px, 2.41935vw);
}

.p-merit__content--item__text {
  font-size: min(16px, 1.29032vw);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-merit__content--item__main .--blue {
  color: #1d63d2;
  font-weight: 900;
}
.p-merit__content--item__main .--green {
  color: #1db7d2;
  font-weight: 900;
}

.p-merit__content--item__main-top .p-merit__content--item__main--ttl {
  background: #1d63d2;
}
.p-merit__content--item__main-bottom .p-merit__content--item__main--ttl {
  background: #1db7d2;
  margin-top: 25px;
}

.p-merit__content--item__main--ttl {
  padding: 5px 15px 6px 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 0.08em;
  border-radius: 4px;
}

.p-merit__content--item__main--list {
  padding: 0 10px;
  margin-top: 15px;
}

.p-merit__content--item__main--list li:not(:first-child) {
  margin-top: 10px;
}

.p-merit__content--item__main--list li {
  padding-left: 1em;
  position: relative;
  font-size: min(16px, 1.29032vw);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-merit__content--item__main--list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  background: #454545;
}

@media screen and (max-width: 900px) {
  .p-merit {
    padding-bottom: 60px;
  }

  .p-merit__content {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .p-merit__content--item {
    border-radius: 8px;
  }

  .p-merit__content--item__head {
    gap: 10px;
    height: 65px;
    font-size: 18px;
  }

  .p-merit__content--item__main.--flex {
    height: initial;
  }

  .p-merit__content--item__main--inner {
    padding: 15px 30px 30px;
  }

  .p-merit__content--item__text {
    font-size: 14px;
  }

  .p-merit__content--item__main-top .p-merit__content--item__main--ttl {
    background: #1d63d2;
  }
  .p-merit__content--item__main-bottom .p-merit__content--item__main--ttl {
    background: #1db7d2;
    margin-top: 25px;
  }

  .p-merit__content--item__main--ttl {
    font-size: 12px;
  }

  .p-merit__content--item__main--list {
    padding: 0 10px;
    margin-top: 15px;
  }

  .p-merit__content--item__main--list li {
    font-size: 14px;
  }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-voice {
  padding-top: 100px;
  padding-bottom: 154px;
}

.p-voice__slider {
  margin-top: 40px;
}

.p-voice__slider--item {
  margin: 0 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 10px 10px 50px;
}

.p-voice__slider--item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.p-voice__slider--item__textBox {
  width: 60%;
}

.p-voice__slider--item__title {
  color: #1d63d2;
  font-size: min(30px, 2.41935vw);
  font-weight: 700;
  line-height: 142%;
  letter-spacing: 0.04em;
}

.p-voice__slider--item__img {
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}

.p-voice__slider--item__name {
  border-radius: 6px;
  background: #f3f6fc;
  padding: 5px 14px 6px 14px;
  color: #97a7c2;
  font-size: 12px;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-top: 14px;
}

.p-voice__slider--item__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.06em;
  margin-top: 22px;
  max-width: 452px;
}

.voice-slide-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
}

.voice-slide-dots li button {
  text-indent: -9999px;
  width: 25px;
  height: 6px;
  border-radius: 9999px;
  background: #dce1ea;
  transition: all 0.3s;
}

.voice-slide-dots li.slick-active button {
  width: 45px;
  background: #1d63d2;
  transition: all 0.3s;
}

@media screen and (max-width: 900px) {
  .p-voice {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-voice__slider--item {
    border-radius: 12px;
    padding: 10px;
  }

  .p-voice__slider--item__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p-voice__slider--item__textBox {
    width: 100%;
    padding: 0 20px 20px;
  }

  .p-voice__slider--item__title {
    font-size: 24px;
    text-align: center;
  }

  .p-voice__slider--item__img {
    width: 100%;
    border-radius: 8px;
  }

  .p-voice__slider--item__name {
    font-size: 11px;
    margin-top: 12px;
  }

  .p-voice__slider--item__text {
    font-size: 12px;
    margin-top: 20px;
  }

  .voice-slide-dots {
    gap: 9px;
    margin-top: 20px;
  }

  .voice-slide-dots li button {
    width: 24px;
  }

  .voice-slide-dots li.slick-active button {
    width: 40px;
  }
}

/*===========================================================================*/
/*  partners  */
/*===========================================================================*/
.p-partners {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f6fc;
}

.p-partners__content {
  margin-top: 45px;
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}

.p-partners__content--list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(1rem, -6.875rem + 14vw, 1.875rem);
  margin-left: auto;
  margin-right: auto;
}

.p-partners__content--list + .p-partners__content--list {
  margin-top: 16px;
}

.p-partners__content--list--logo img {
  height: 65px;
  width: auto;
}

/* 画像比率が大きく違うので個別でスタイルを当てる */
.p-partners__content--list--logo.logo-9 {
  display: grid;
  place-items: center;
}

.p-partners__content--list--logo.logo-9 img {
  height: 32px;
}

@media screen and (min-width: 901px) {
  .p-partners__img-1 {
    width: 140px;
  }

  .p-partners__img-2 {
    width: 65px;
  }

  .p-partners__img-3 {
    width: 95px;
  }

  .p-partners__img-4 {
    width: 145px;
  }

  .p-partners__img-5 {
    width: 145px;
  }

  .p-partners__img-6 {
    width: 123px;
  }

  .p-partners__img-7 {
    width: 92px;
  }

  .p-partners__img-8 {
    width: 130px;
  }

  .p-partners__img-9 {
    width: 156px;
  }

  .p-partners__img-10 {
    width: 90px;
  }

  .p-partners__img-11 {
    width: 102px;
  }
}

@media screen and (max-width: 900px) {
  .p-partners {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-partners__content {
    margin-top: 20px;
    border-radius: 8px;
    padding: 30px;
  }

  .p-partners__content--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
    justify-content: center;
    width: fit-content;
  }

  .p-partners__content--list--logo {
    text-align: center;
  }

  .p-partners__content--list--logo img {
    display: inline-block;
    height: 55px;
  }

  .p-partners__content--list--logo.logo-9 img {
    height: 26px;
  }
}

/*===========================================================================*/
/*  seminar  */
/*===========================================================================*/
.p-seminar {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 10px solid #f3f6fc;
}

.p-post__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.p-post__titleBox {
  flex-shrink: 0;
}

.p-post__titleBox--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #454545;
}

.p-post__list {
  width: 100%;
  max-width: 700px;
}

.p-post__list--item a {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 30px;
}

.p-post__list--item:first-child a {
  padding-top: 0;
}

.p-post__list--item a .p-post__list--item-img {
  width: 162px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.p-post__list--item__date {
  color: #1d63d2;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.p-post__list--item__title {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.06em;
  margin-top: 8px;
}

@media screen and (max-width: 900px) {
  .p-seminar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-post__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .p-post__titleBox {
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .p-post__titleBox--btn {
    margin-top: 30px;
    font-size: 14px;
  }

  .p-post__titleBox--btn svg {
    width: 22px;
  }

  .p-post__list {
    max-width: 100%;
  }

  .p-post__list--item a {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 15px;
  }

  .p-post__list--item a .p-post__list--item-img {
    width: 105px;
    border-radius: 5px;
    aspect-ratio: 1/1;
  }

  .p-post__list--item a .p-post__list--item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .p-post__list--item__date {
    font-size: 11px;
  }

  .p-post__list--item__title {
    font-size: 13px;
    margin-top: 5px;
  }
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-news {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .p-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*===========================================================================*/
/*  use  */
/*===========================================================================*/
.p-use {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f6fc;
}

.p-use__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.p-use__content--item {
  border-radius: 12px;
  padding: 40px 22px 38px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.p-use__content--item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #1d63d2;
}

.p-use__content--item__title {
  color: #1d63d2;
  text-align: center;
  font-size: min(24px, 1.93548vw);
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.03em;
  margin-top: 28px;
}

.p-use__content--item__text {
  color: #303030;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.06em;
  margin-top: 14px;
}

@media screen and (max-width: 900px) {
  .p-use {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-use__content {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .p-use__content--item {
    border-radius: 10px;
    padding: 30px 45px;
  }

  .p-use__content--item::before {
    height: 8px;
  }

  .p-use__content--item__img {
    margin: 0 auto;
    max-width: 232px;
  }

  .p-use__content--item__title {
    font-size: 18px;
    margin-top: 20px;
  }

  .p-use__content--item__text {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*===========================================================================*/
/*  フッター  */
/*===========================================================================*/
.p-footer {
  padding-top: 50px;
  padding-bottom: 45px;
  background: #1d63d2;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
}

.p-footer__left--logo {
  width: 100%;
  max-width: 244px;
}

.p-footer__left--link {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.p-footer__left--link a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.06em;
}

.p-mark {
  padding: 10px 11px 10px 15px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-mark img {
  width: 47px;
}

.p-mark p {
  color: #303030;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.06em;
}

.p-footer__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 19px;
}

@media screen and (max-width: 900px) {
  .p-footer {
    padding-bottom: 30px;
  }

  .p-footer__inner {
    flex-direction: column;
    gap: 20px;
  }

  .p-footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-footer__left--logo {
    max-width: 191px;
  }

  .p-footer__left--link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin-top: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-footer__left--link a {
    font-size: 13px;
  }

  .p-mark {
    padding: 10px 20px;
    background: #fff;
    gap: 19px;
  }

  .p-mark img {
    width: 64px;
  }

  .p-footer__copy {
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
  }
}
