@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 190px;
}

body {
  color: #222;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  line-height: 1.8;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  min-height: 60vh;
}

[id] {
  scroll-margin-top: 190px;
}

@media only screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 125px;
  }
  [id] {
    scroll-margin-top: 125px;
  }
}
.fadein {
  opacity: 0;
  will-change: opacity;
}

.fadein.is-animated {
  animation: fadein 1.5s ease forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.fadeup.is-animated {
  animation: fadeup 1.5s ease forwards;
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-common-anim {
    transition: none;
  }
  .fadein {
    animation: none;
    opacity: 1;
  }
  .fadeup {
    animation: none;
    opacity: 1;
    transform: translateY(0);
  }
}
.section-title {
  margin: 0;
  color: #4c639e;
  text-align: left;
}

.section-title__main {
  display: flex;
  align-items: center;
  margin: 0;
  color: #4c639e;
  font-weight: 700;
}

.section-title__main img {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.section-title__en {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #4C639E;
}

.section-title__heading {
  margin: 0;
  color: #4c639e;
  font-weight: 700;
}

.section-title--white,
.section-title--white .section-title__main,
.section-title--white .section-title__en,
.section-title--white .section-title__heading {
  color: #fff;
}

.section-title--center {
  text-align: center;
}

.section-title--center .section-title__main {
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .section-title__main {
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  .section-title--center .section-title__main {
    gap: 5px;
  }
  .section-title__main img {
    width: 15px;
    height: 15px;
  }
  .section-title__en {
    margin-top: 1.5px;
    font-size: 60px;
    line-height: 84px;
    letter-spacing: 3px;
  }
  .section-title__heading {
    font-size: 38px;
    line-height: 58px;
    letter-spacing: 2.66px;
  }
  .section-title--works .section-title__main {
    letter-spacing: 0.98px;
  }
  .section-title--works .section-title__heading {
    margin-top: 5px;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 3.2px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-title__main {
    gap: 5px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.65px;
  }
  .section-title__main img {
    width: 12.5px;
    height: 12.5px;
  }
  .section-title__en {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 2px;
  }
  .section-title__heading {
    font-size: 25px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .section-title--works .section-title__main {
    letter-spacing: 0.91px;
  }
  .section-title--works .section-title__heading {
    margin-top: 2.5px;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
.is-top-page,
.is-top-page *,
.is-top-page *::before,
.is-top-page *::after {
  box-sizing: border-box;
}
.is-top-page main {
  min-height: 60vh;
}

@media only screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
  .mv {
    position: relative;
    width: 100%;
    height: 732px;
    overflow: visible;
    padding-top: 170px;
  }
  .mv::before {
    content: "";
    position: absolute;
    top: 420px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 864px;
    background: #f2f2f2;
  }
  .mv__inner {
    position: relative;
    z-index: 1;
    height: 732px;
    margin-right: auto;
    margin-left: auto;
  }
  .mv__media {
    position: absolute;
    top: 0;
    right: 0;
    width: 72vw;
    height: 610px;
    overflow: hidden;
    border-radius: 60px 0px 0px 0px;
  }
  .mv__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv__text {
    max-width: 1280px;
    margin: 0 auto 40px;
    position: relative;
    padding-top: 156px;
    z-index: 2;
    color: #1f3661;
  }
  .mv__copy {
    margin: 0 0 40px;
    color: #1f3661;
    font-size: 30px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.9px;
    gap: 0.5px;
    display: flex;
    flex-direction: column;
  }
  .mv__copy span {
    display: table;
    height: 58px;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap;
  }
  .mv__copy span:nth-child(2) {
    padding: 0 15px 0 20px;
  }
  .mv__copy span:nth-child(1),
  .mv__copy span:nth-child(3) {
    width: 390px;
  }
  .mv__copy span:nth-child(2) {
    width: 464px;
  }
  .mv__lead {
    margin: 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.48px;
    gap: 0.5px;
    display: flex;
    flex-direction: column;
  }
  .mv__lead span {
    display: table;
    height: 40px;
    padding: 0 5px 0 20px;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap;
  }
  .mv__lead span:nth-child(1) {
    width: 618px;
  }
  .mv__lead span:nth-child(2) {
    width: 684px;
  }
  .mv__lead span:nth-child(3) {
    width: 568px;
  }
  .mv__points {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    display: flex;
    gap: 15px;
    list-style: none;
    position: relative;
    z-index: 10;
  }
  .mv__points li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 160px;
    height: 160px;
    background: #F49517 0% 0% no-repeat padding-box;
    border-radius: 50%;
    padding-top: 16px;
  }
  .mv__points img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .mv__points--text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.26px;
    color: #FFFFFF;
  }
  .mv__points li:last-child .mv__points--text {
    margin-top: -5px;
  }
  .info {
    max-width: 1280px;
    margin: 170px auto 0;
    padding-left: 30px;
    color: #1f3661;
  }
  .info-area {
    position: relative;
    width: 830px;
  }
  .info-heading {
    display: flex;
    align-items: center;
    height: 25px;
    margin-bottom: 15px;
  }
  .info-heading picture,
  .info-heading img {
    display: block;
  }
  .info-heading picture {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .info-heading img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .info-heading p {
    position: relative;
    display: inline-block;
    color: #f49517;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .info-list {
    width: 830px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .info-item a {
    display: flex;
    align-items: center;
    width: 760px;
    min-height: 25px;
    color: #1f3661;
  }
  .info-item .time {
    flex: 0 0 128px;
  }
  .info-item time {
    display: block;
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .info-title {
    width: 608px;
    margin: 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease;
  }
  .info-title:hover {
    text-decoration-color: inherit;
  }
  .info-title .text-wrapper {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
  }
  .info-title .text {
    display: block;
  }
  .info-slider {
    position: relative;
  }
  .info-slider .slick-list {
    width: 760px;
  }
  .info-slider .slick-slide {
    width: 760px;
  }
  .info-slider .prev,
  .info-slider .next {
    position: absolute;
    top: 10px;
    z-index: 2;
    width: 16.22px;
    height: 10px;
    border: 0;
    cursor: pointer;
  }
  .info-slider .prev {
    right: 36px;
    background: url("../images/top/kv/PC/left_blue.png") center/contain no-repeat;
    transition: all 0.2s ease;
  }
  .info-slider .prev:hover {
    background: url("../images/top/kv/PC/left_orange.png") center/contain no-repeat;
  }
  .info-slider .next {
    right: 0;
    background: url("../images/top/kv/PC/right_blue.png") center/contain no-repeat;
    transition: all 0.2s ease;
  }
  .info-slider .next:hover {
    background: url("../images/top/kv/PC/right_orange.png") center/contain no-repeat;
  }
  .banner-top {
    width: 100%;
    padding: 107px 0 90px;
    overflow: hidden;
  }
  .banner-top,
  .banner-top * {
    box-sizing: border-box;
  }
  .banner-top__inner {
    width: 1220px;
    margin: 0 auto;
  }
  .banner-top__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1220px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .banner-top__item {
    width: 380px;
    margin: 0;
    transition: 0.3s ease;
  }
  .banner-top__item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .banner-top__link {
    display: block;
    width: 380px;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
  }
  .banner-top__image {
    display: block;
    width: 380px;
    height: 187px;
    object-fit: cover;
  }
  .banner-bottom {
    width: 100%;
    padding: 90px 0;
    overflow: hidden;
  }
  .banner-bottom,
  .banner-bottom * {
    box-sizing: border-box;
  }
  .banner-bottom__inner {
    width: 1220px;
    margin: 0 auto;
  }
  .banner-bottom__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1220px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .banner-bottom__item {
    width: 380px;
    margin: 0;
    transition: 0.3s;
  }
  .banner-bottom__item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .banner-bottom__link {
    display: block;
    width: 380px;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
  }
  .banner-bottom__image {
    display: block;
    width: 380px;
    height: 187px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .banner-top__inner,
  .banner-bottom__inner {
    position: relative;
    left: 50%;
    margin-left: -610px;
    transform-origin: top center;
    scale: min(1, calc(100vw / 1220px));
  }
}
@media only screen and (min-width: 1025px) {
  .feature {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    color: #1f3661;
  }
  .feature__inner {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .feature__inner {
    width: calc(100vw - 40px);
    max-width: 1220px;
  }
  .feature__intro {
    width: 100%;
    gap: 32px;
    margin-bottom: 36px;
  }
  .feature__heading {
    width: clamp(280px, 30vw, 332px);
    flex: 0 0 auto;
  }
  .feature__lead {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .feature-card--right .img {
    margin-right: 48px;
  }
  .feature-card--right .text {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
  }
  .feature-card--left {
    padding-left: 48px;
  }
  .feature-card--left .img {
    margin-left: 32px;
  }
  .feature-card .img {
    flex: 0 0 clamp(420px, 41vw, 500px);
    width: clamp(420px, 41vw, 500px);
    height: auto;
    aspect-ratio: 640/429;
  }
  .feature-card .img picture,
  .feature-card .img img {
    width: 100%;
    height: 100%;
  }
  .feature-card .text {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .feature-card__number {
    font-size: clamp(42px, 4vw, 50px);
    line-height: 1.1;
  }
  .feature-card__title {
    white-space: normal;
    font-size: clamp(22px, 2vw, 26px);
    line-height: 1.45;
  }
  .feature-card__text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 28px;
  }
  .feature-card__notes {
    width: 100%;
    gap: 12px;
    margin-left: 0;
    margin-top: 36px;
  }
  .feature-card__notes li {
    width: calc((100% - 24px) / 3);
  }
  .feature-card__notes picture,
  .feature-card__notes img {
    width: 100%;
    height: auto;
    aspect-ratio: 200/137;
  }
  .feature-card__notes img {
    border-width: 4px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .feature__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1075px;
    margin: 0 auto 42px;
  }
  .feature__heading {
    width: 332px;
  }
  .feature__catch {
    margin: 10px 0 0;
    color: #4c639e;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.54px;
  }
  .feature__lead {
    width: 660px;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .feature__list {
    width: 100%;
  }
  .feature-card {
    display: flex;
    align-items: flex-start;
  }
  .feature-card + .feature-card {
    margin-top: 60px;
  }
  .feature-card--right {
    flex-direction: row;
  }
  .feature-card--right .img {
    margin-right: 80px;
  }
  .feature-card--right .text {
    flex: 0 0 465px !important;
    width: 465px !important;
  }
  .feature-card--left {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 80px;
  }
  .feature-card--left .img {
    margin-left: 48px;
  }
  .feature-card .img {
    flex: 0 0 640px;
    width: 640px;
    height: 429px;
    overflow: hidden;
  }
  .feature-card .img picture,
  .feature-card .img img {
    display: block;
    width: 640px;
    height: 429px;
    object-fit: cover;
  }
  .feature-card .img img {
    object-fit: cover;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .feature-card .img {
    flex: 0 0 clamp(420px, 41vw, 500px);
    width: clamp(420px, 41vw, 500px);
    height: auto;
    aspect-ratio: 640/429;
  }
  .feature-card .img picture,
  .feature-card .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1025px) {
  .feature-card .text {
    flex: 0 0 512px;
    width: 512px;
  }
  .feature-card--right .text {
    margin-left: 0;
  }
  .feature-card--left .text {
    margin-right: 15px;
  }
  .feature-card__label {
    color: #4c639e;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.6px;
    display: inline-block;
    padding-bottom: 4.5px;
    border-bottom: dashed 1px;
  }
  .feature-card__number {
    color: #4c639e;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
  .feature-card__title {
    display: inline;
    margin: 0;
    color: #1f3661;
    font-size: 26px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 1.3px;
    white-space: nowrap;
  }
  .feature-card__title .mark {
    background: linear-gradient(transparent calc(100% - 10px), rgba(237, 219, 6, 0.39) 0);
    text-shadow: 2px 2px #fff;
  }
  .feature-card__text {
    margin: 30px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .feature-card__notes {
    display: flex;
    gap: 15px;
    width: 630px;
    margin: 42px 0 0 -9.5px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10;
  }
  .feature-card__notes li {
    width: 200px;
    margin: 0;
  }
  .feature-card__notes picture,
  .feature-card__notes img {
    display: block;
  }
  .feature-card__notes picture {
    width: 200px;
    height: 137px;
  }
  .feature-card__notes img {
    width: 200px;
    height: 137px;
    border: 6px solid #FFFFFF;
    border-radius: 30px;
    object-fit: cover;
  }
  .feature-card__notes p {
    margin: 15px 0 0 9px;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.48px;
  }
  .pickup {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0 90px;
    background: #364d78;
    color: #fff;
    border-radius: 200px 200px 0px 0px;
    margin-top: 90px;
    position: relative;
  }
  .pickup::before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background: url(../images/top/nami02_pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -17px;
    left: 0;
  }
  .pickup .section-title__en {
    text-align: center;
  }
  .pickup,
  .pickup * {
    box-sizing: border-box;
  }
  .pickup__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pickup__intro {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .pickup__lead {
    margin: 10px 0 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.48px;
  }
  .pickup__list {
    display: grid;
    grid-template-columns: repeat(3, 380px);
    column-gap: 30px;
    row-gap: 50px;
    width: fit-content;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .pickup__list {
    grid-template-columns: repeat(2, 380px);
  }
}
@media only screen and (min-width: 1025px) {
  .pickup__item {
    width: 380px;
    margin: 0;
    list-style: none;
  }
  .pickup-card {
    display: block;
    width: 380px;
    color: #fff;
    text-decoration: none;
  }
  .pickup-card__image,
  .pickup-card__image img {
    display: block;
    width: 380px;
    height: 285px;
    border-radius: 20px;
  }
  .pickup-card__image img {
    object-fit: cover;
  }
  .pickup-card__title {
    width: 380px;
    margin: 25px 0 0;
    min-height: 55px;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .pickup-card__category {
    margin: 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.48px;
  }
  .pickup-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 52px;
    margin-top: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.48px;
    transition: all 0.4s ease;
  }
  .pickup-card__button:hover {
    cursor: pointer;
    background-color: #fff;
    color: #1F3661;
  }
  .pickup-card__button::after {
    content: "";
    width: 16px;
    height: 10px;
    background: url("../images/top/pickup/PC/right_white.png") center/contain no-repeat;
    position: relative;
    left: 110px;
    transition: all 0.4s ease;
  }
  .pickup-card__button:hover::after {
    background: url("../images/top/plan/PC/right_blue.png") center/contain no-repeat;
    position: relative;
  }
  .item-service {
    width: 100%;
    padding: 110px 0 150px;
    overflow: hidden;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #E2E6EB 100%) 0% 0% no-repeat padding-box;
    color: #1f3661;
  }
  .item-service,
  .item-service * {
    box-sizing: border-box;
  }
  .item-service__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .item-service__intro {
    width: 1180px;
    margin: 0 auto;
  }
  .item-service__lead {
    width: 870px;
    margin: 10px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .item-service__group {
    width: 100%;
    max-width: 1280px;
    margin: 52px auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .item-service__inner {
    width: calc(100vw - 40px);
    max-width: 1220px;
  }
  .item-service__intro {
    width: 100%;
  }
  .item-service__lead {
    width: min(870px, 100%);
  }
  .item-service__group {
    width: 100%;
    max-width: none;
  }
  .item-service__group-title {
    margin-left: 0;
    gap: 16px;
  }
  .item-service__group-title picture,
  .item-service__group-title img {
    width: 42px;
    height: 36px;
  }
  .item-service__cards {
    gap: 12px;
  }
  .item-service__cards--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .item-service__cards--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .item-service__cards li {
    width: auto;
  }
  .item-service-card {
    height: auto;
    aspect-ratio: 416/277.47;
  }
  .item-service-card__image,
  .item-service-card__image img {
    width: 100%;
    height: 100%;
  }
  .item-service-card::before,
  .item-service-card__content {
    top: clamp(34px, 3vw, 46px);
    left: clamp(22px, 2.8vw, 38px);
    right: clamp(22px, 2.8vw, 38px);
    bottom: clamp(34px, 3vw, 46px);
    width: auto;
    height: auto;
  }
  .item-service-card__content {
    padding: clamp(22px, 2.5vw, 35px) 0;
  }
  .item-service-card__en,
  .item-service-card__name,
  .item-service-card__text {
    max-width: 100%;
  }
  .item-service-card__en {
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.5;
  }
  .item-service-card__en:before,
  .item-service-card__en:after {
    width: 50px;
    height: 4px;
  }
  .item-service-card__en:before {
    left: -66px;
  }
  .item-service-card__en:after {
    right: -66px;
  }
  .item-service-card__name {
    font-size: clamp(18px, 1.6vw, 20px);
    line-height: 1.35;
  }
  .item-service-card__text {
    font-size: clamp(13px, 1.15vw, 15px);
    line-height: 1.5;
  }
  .item-service-brand {
    width: 100%;
    min-height: 0;
    padding: 40px clamp(60px, 9vw, 140px) 56px;
    border-radius: 60px;
  }
  .item-service-brand__title {
    font-size: clamp(30px, 3vw, 36px);
    line-height: 1.4;
    margin-bottom: 32px;
  }
  .item-service-brand__list {
    width: 100%;
    column-gap: clamp(24px, 3vw, 50px);
    row-gap: 12px;
  }
  .item-service-brand__list li {
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.6;
    padding-left: 24px;
  }
  .item-service-brand__list li::before {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .item-service__group--maintenance {
    margin-top: 50px;
  }
  .item-service__group-title {
    display: flex;
    align-items: center;
    margin-left: 50px;
    color: #4c639e;
  }
  .item-service__group-title picture,
  .item-service__group-title img {
    display: block;
  }
  .item-service__group-title picture {
    width: 50px;
    height: 43.52px;
    margin-right: 20px;
  }
  .item-service__group-title img {
    width: 50px;
    height: 43.52px;
    object-fit: contain;
  }
  .item-service__group-title h3 {
    margin: 0;
    color: #4c639e;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 1.1px;
  }
  .item-service__cards {
    display: grid;
    gap: 16px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .item-service__cards {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .item-service__cards--three {
    grid-template-columns: repeat(3, 416px);
  }
  .item-service__cards--two {
    grid-template-columns: repeat(2, 416px);
  }
  .item-service__cards li {
    width: 416px;
    margin: 0;
  }
  .item-service-card {
    position: relative;
    display: block;
    width: 100%;
    height: 277.47px;
    overflow: hidden;
    color: #1f3661;
    text-decoration: none;
  }
  .item-service-card__image,
  .item-service-card__image img {
    display: block;
    width: 416px;
    height: 277.47px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .item-service-card__image img {
    object-fit: cover;
  }
  .item-service-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 29, 39, 0.3);
    transition: all 0.3s ease;
  }
  .item-service-card::before,
  .item-service-card__content {
    position: absolute;
    top: 46px;
    left: 38px;
    width: 340px;
    height: 185px;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
  .item-service-card:hover .item-service-card__image {
    cursor: pointer;
  }
  .item-service-card:hover .item-service-card__image img {
    transform: scale(1.3);
  }
  .item-service-card:hover .item-service-card__overlay {
    opacity: 0;
  }
  .item-service-card::before {
    content: "";
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
  }
  .item-service-card__content {
    z-index: 2;
    display: block;
    padding: 35px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .item-service-card__en,
  .item-service-card__name,
  .item-service-card__text {
    display: inline-block;
    color: #1f3661;
  }
  .item-service-card__en {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .item-service-card__en:before, .item-service-card__en:after {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: url(../images/top/service/PC/border_pc.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .item-service-card__en:before {
    left: -80px;
  }
  .item-service-card__en:after {
    right: -80px;
  }
  .item-service-card__en {
    color: #4c639e;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.7px;
  }
  .item-service-card__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .item-service-card__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.45px;
  }
  .item-service-brand {
    max-width: 1160px;
    min-height: 645.85px;
    margin: 80px auto 0;
    padding: 50px 185px 60px;
    background: #fff;
    color: #1f3661;
    border-radius: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .item-service-brand {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .item-service-brand__en {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    color: #364d78;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.98px;
  }
  .item-service-brand__en img {
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
  }
  .item-service-brand__en img {
    object-fit: contain;
  }
  .item-service-brand__title {
    margin: 5px 0 40px;
    color: #364d78;
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    letter-spacing: 1.8px;
  }
  .item-service-brand__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(11, 1fr);
    column-gap: 50px;
    row-gap: 14px;
    width: 734px;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .item-service-brand__list {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .item-service-brand__list li:nth-child(n+22) {
    grid-column: 3;
  }
  .item-service-brand__list li:nth-child(22) {
    grid-row: 1;
  }
  .item-service-brand__list li {
    font: normal normal 500 20px/38px Zen Kaku Gothic New;
    letter-spacing: 1px;
    color: #1F3661;
    white-space: nowrap;
    position: relative;
    padding-left: 28px;
  }
  .item-service-brand__list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/top/brand/PC/check_orange.png) no-repeat;
    background-size: contain;
  }
  .plan-price {
    width: 100%;
    padding: 98px 0 114px;
    background: #fff;
    color: #1f3661;
    position: relative;
  }
  .plan-price::before {
    content: "";
    display: block;
    width: 100%;
    height: 58.5px;
    background: url(../images/top/nami03_pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -57px;
    left: 0;
  }
  .plan-price,
  .plan-price * {
    box-sizing: border-box;
  }
  .plan-price__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .plan-price__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1032px;
    margin: 0 auto;
  }
  .plan-price__heading {
    width: 430px;
    flex: none;
  }
  .plan-price__catch {
    margin: 10px 0 0;
    color: #4c639e;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.54px;
  }
  .plan-price__lead {
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .plan-price__cards {
    display: grid;
    grid-template-columns: repeat(2, 550px);
    gap: 40px;
    width: 1140px;
    margin: 60px auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .plan-price__inner {
    width: calc(100vw - 40px);
    max-width: 1140px;
  }
  .plan-price__intro {
    width: 100%;
    gap: 24px;
  }
  .plan-price__heading {
    width: clamp(320px, 34vw, 430px);
  }
  .plan-price__lead {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .plan-price__cards {
    width: fit-content;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 40px);
    margin-top: 48px;
  }
  .plan-card {
    width: auto;
  }
  .plan-card__image,
  .plan-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 550/275;
    border-radius: 24px;
  }
  .plan-card__body {
    width: calc(100% - 56px);
    min-height: 0;
  }
  .plan-card:first-child .plan-card__ribbon {
    width: clamp(180px, 18vw, 220px);
  }
  .plan-card:last-child .plan-card__ribbon {
    width: clamp(220px, 24vw, 286px);
  }
  .plan-card__name {
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.45;
  }
  .plan-card__price {
    width: calc(100% - 40px);
  }
  .plan-card__price span {
    margin-left: 24px;
    font-size: clamp(14px, 1.3vw, 16px);
  }
  .plan-card__price strong {
    font-size: clamp(24px, 2.4vw, 29px);
  }
  .plan-card__price em {
    margin-right: 24px;
    font-size: clamp(16px, 1.5vw, 20px);
  }
  .plan-card__description,
  .plan-card__points,
  .plan-card__budget dl {
    width: calc(100% - 40px);
  }
  .plan-card__description {
    font-size: 15px;
    line-height: 28px;
  }
  .plan-card__points li {
    font-size: 15px;
    line-height: 24px;
  }
  .plan-card__budget-title {
    width: 125px;
  }
  .plan-card__budget dl {
    margin-top: 12px;
  }
  .plan-card__budget dt {
    width: calc(100% - 117px);
    font-size: 14px;
    line-height: 22px;
  }
  .plan-card__budget dd {
    width: 110px;
    font-size: 14px;
    line-height: 22px;
  }
  .plan-price__cta {
    margin-top: 32px;
  }
  .plan-price__cta-lead {
    font-size: 15px;
    gap: 18px;
  }
  .plan-price__button {
    width: min(460px, 100%);
    height: 56px;
    padding-left: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .plan-price__cards .plan-card:nth-child(2) {
    animation-delay: 0.18s;
  }
  .plan-card {
    width: 550px;
    color: #1f3661;
  }
  .plan-card__image,
  .plan-card__image img {
    display: block;
    width: 550px;
    height: 275px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .plan-card {
    width: 480px;
  }
  .plan-card__image,
  .plan-card__image img {
    width: 480px;
  }
}
@media only screen and (min-width: 1025px) {
  .plan-card__image img {
    object-fit: cover;
  }
  .plan-card__body {
    position: relative;
    width: 460px;
    min-height: 565px;
    margin: -58px auto 0;
    padding: 35px 0 0;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
  }
  .plan-card__ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: -15px auto 29px;
    background: #f49517;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .plan-card__ribbon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #f49517;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateX(-50%);
  }
  .plan-card:first-child .plan-card__ribbon {
    width: 220px;
  }
  .plan-card:last-child .plan-card__ribbon {
    width: 286px;
  }
  .plan-card__name {
    margin: 0;
    color: #1f3661;
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    letter-spacing: 1.5px;
  }
  .plan-card__name span {
    display: inline-block;
    border-bottom: dashed 1px;
    padding-bottom: 2px;
  }
  .plan-card__price {
    display: flex;
    align-items: baseline;
    width: 100%;
    height: 40px;
    margin: 20px 0 0;
    color: #1f3661;
  }
  .plan-card__price span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;
  }
  .plan-card__price strong {
    margin-left: auto;
    color: #f49517;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .plan-card__price em {
    margin-right: 53px;
    color: #f49517;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    margin-left: 7px;
  }
  .plan-card__description {
    margin-top: 20px;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .plan-card__points {
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }
  .plan-card__points li {
    position: relative;
    padding-left: 23px;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.48px;
  }
  .plan-card__points li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url("../images/top/plan/PC/check_blue.png") center/contain no-repeat;
  }
  .plan-card__budget {
    margin-top: 30px;
  }
  .plan-card__budget-title {
    margin: 0 auto;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    width: 136px;
    position: relative;
  }
  .plan-card__budget-title:before, .plan-card__budget-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1F3661;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .plan-card__budget-title:before {
    left: -25px;
  }
  .plan-card__budget-title:after {
    right: -25px;
  }
  .plan-card__budget dl {
    width: 445px;
    margin: 15px auto 0;
  }
  .plan-card__budget div {
    display: flex;
    align-items: center;
    height: 37px;
    margin-bottom: 5px;
  }
  .plan-card__budget dt {
    display: flex;
    align-items: center;
    width: 330px;
    height: 37px;
    padding-left: 12px;
    background: #ebebeb;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    font-family: "Zen Maru Gothic", serif;
  }
  .plan-card__budget dd {
    width: 110px;
    margin: 0 0 0 7px;
    padding-left: 12px;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1.44px;
    border-bottom: dashed 1px;
  }
  .plan-price__cta {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .plan-price__cta-lead {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin: 0 0 15px;
    color: #f49517;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.51px;
  }
  .plan-price__cta-lead::before,
  .plan-price__cta-lead::after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: #f49517;
  }
  .plan-price__cta-lead::before {
    transform: rotate(-45deg);
  }
  .plan-price__cta-lead::after {
    transform: rotate(45deg);
  }
  .plan-price__button {
    display: inline-flex;
    align-items: center;
    width: 460px;
    height: 60px;
    background: #fff;
    border: 2px solid #1f3661;
    border-radius: 100px;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-decoration: none;
    padding-left: 53px;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  }
  .plan-price__button:hover {
    background: #1f3661;
    border-color: #1f3661;
    color: #fff;
  }
  .plan-price__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 20px;
    background-color: currentColor;
    mask: url("../images/top/plan/PC/right_blue.png") center/contain no-repeat;
    -webkit-mask: url("../images/top/plan/PC/right_blue.png") center/contain no-repeat;
    transition: background-color 0.4s ease;
  }
  .works-section {
    width: 100%;
    padding: 90px 0 0;
    background: #1F3661;
    color: #fff;
    overflow: hidden;
    position: relative;
  }
  .works-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background: url(../images/top/nami04_pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .works-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 85px;
    background: url(../images/top/nami05_pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .works-section,
  .works-section * {
    box-sizing: border-box;
  }
  .works-section__inner {
    width: 1090px;
    margin: 0 auto;
  }
  .works-section__main {
    width: 1090px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .works-section__content {
    width: 520px;
    padding-top: 8px;
  }
  .works-section__subheading {
    margin: 45px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.44px;
  }
  .works-section__count {
    display: flex;
    align-items: baseline;
    margin: 21px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.6px;
  }
  .works-section__count span {
    margin: 0 8px 0 20px;
    border-bottom: 3px solid #eddb06;
    color: #eddb06;
    font-weight: 500;
  }
  .works-section__count span .big {
    font: normal normal 500 40px/30px Zen Kaku Gothic New;
    letter-spacing: 3.2px;
    margin: 0;
    border-bottom: none;
  }
  .works-section__note {
    margin: 20px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.12px;
  }
  .works-section__button {
    display: inline-flex;
    align-items: center;
    width: 380px;
    height: 60px;
    margin-top: 40px;
    padding-left: 116px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.75px;
    text-decoration: none;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  }
  .works-section__button:hover {
    background: #fff;
    border-color: #1F3661;
    color: #1F3661;
  }
  .works-section__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 76px;
    background-color: currentColor;
    mask: url("../images/top/works/PC/right_white.png") center/contain no-repeat;
    -webkit-mask: url("../images/top/works/PC/right_white.png") center/contain no-repeat;
    transition: background-color 0.4s ease;
  }
  .works-section__button.sp {
    display: none;
  }
  .works-section__pickup {
    width: 500px;
  }
  .works-section__pickup-label {
    margin: 0 0 20px -22px;
    font: normal normal 500 14px/24px Poppins;
    letter-spacing: 0.98px;
    color: #FFFFFF;
  }
  .works-section__pickup-label::before,
  .works-section__pickup-label::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    margin: 0 22px;
    background: #fff;
    vertical-align: middle;
  }
  .works-section__pickup-label::before {
    transform: rotate(-30deg);
  }
  .works-section__pickup-label::after {
    transform: rotate(30deg);
  }
  .works-pickup-card {
    display: block;
    width: 500px;
    color: #fff;
    text-decoration: none;
  }
  .works-pickup-card__image,
  .works-pickup-card__image img {
    display: block;
    width: 500px;
    height: 310px;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  .works-pickup-card__image {
    background-color: #F2F2F2;
    border: 6px solid #fff;
    overflow: hidden;
  }
  .works-pickup-card__image img {
    object-fit: contain;
  }
  .works-pickup-card__title {
    margin: 24px 0 0;
    font: normal normal 500 21px/30px Zen Kaku Gothic New;
    letter-spacing: 1.05px;
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    overflow: hidden;
  }
  .works-pickup-card:hover .works-pickup-card__image img {
    transform: scale(1.2);
  }
  .works-pickup-card:hover .works-pickup-card__title {
    text-decoration-color: currentColor;
  }
  .works-pickup-card__categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 8px;
    margin: 18px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.12px;
  }
  .works-section__slider-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 0 0 188px;
    background: linear-gradient(to bottom, #1f3661 0, #1f3661 110px, #364d78 110px, #364d78 100%);
    overflow: hidden;
  }
  .works-section__slider {
    display: flex;
    width: max-content;
    margin: -84px 0 0;
    padding: 84px 0 0;
    list-style: none;
  }
  .works-section__slide {
    width: 270px;
    margin: 0;
    padding-right: 40px;
  }
  .works-card {
    display: block;
    width: 350px;
    color: #fff;
    text-decoration: none;
  }
  .works-card__image,
  .works-card__image img {
    display: block;
    width: 350px;
    height: 233px;
    border-radius: 30px;
  }
  .works-card__image {
    background-color: #F2F2F2;
    overflow: hidden;
  }
  .works-card__image img {
    object-fit: contain;
    transition: all 0.3s ease;
  }
  .works-card__title {
    width: 350px;
    max-height: 56px;
    overflow: hidden;
    margin: 20px 0 0;
    color: #fff;
    font: normal normal 500 18px/30px Zen Kaku Gothic New;
    letter-spacing: 0.9px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    overflow: hidden;
  }
  .works-card:hover .works-card__image img {
    transform: scale(1.2);
  }
  .works-card:hover .works-card__title {
    text-decoration-color: currentColor;
  }
  .works-card__categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 4px;
    margin: 14px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.04px;
  }
  .voice-section {
    width: 100%;
    padding: 0 0 60px;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #E2E6EB 100%) 0% 0% no-repeat padding-box;
    color: #1f3661;
    overflow: hidden;
  }
  .voice-section,
  .voice-section * {
    box-sizing: border-box;
  }
  .voice-section__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .voice-section__inner .section-title__en, .voice-section__inner .voice-section__catch, .voice-section__inner .voice-section__lead {
    text-align: center;
  }
  .voice-section__heading {
    text-align: center;
  }
  .voice-section__catch {
    margin: 10px 0 0;
    color: #4c639e;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.54px;
  }
  .voice-section__lead {
    margin: 30px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .voice-section__slider-wrap {
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .voice-section__slider {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .voice-section__slider .slick-list {
    overflow: visible;
  }
  .voice-section__slide {
    width: 429.6127929688px;
    margin: 0 20px 0 0;
  }
  .voice-card {
    display: block;
    width: 430px;
    height: 596px;
    padding: 40px 38px 0px;
    background: #fff;
    color: #1f3661;
    border-radius: 10px;
  }
  .voice-card__head {
    display: flex;
    align-items: flex-start;
  }
  .voice-card__person {
    flex: 0 0 auto;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
  }
  .voice-card__summary {
    width: 266.3872070313px;
    margin-left: 16px;
  }
  .voice-card__stars {
    display: flex;
    gap: 5px;
    height: 15px;
  }
  .voice-card__stars img {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
  .voice-card__title {
    width: 266.3872070313px;
    min-height: 58px;
    margin: 10px 0 0;
    color: #1f3661;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.9px;
  }
  .voice-card__line {
    width: 348px;
    height: 1px;
    margin: 14px 0 0 0.5px;
    background: #dbdbdb;
  }
  .voice-card__text {
    margin: 19px 0 0 1px;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.12px;
  }
  .voice-card__info {
    margin-top: 20px;
  }
  .voice-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px;
  }
  .voice-card__tags span {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px 0 10px;
    border: 1px solid #364D78;
    border-radius: 100px;
    color: #364d78;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.75px;
  }
  .voice-card__area {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    color: #364d78;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .voice-card__area img {
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    object-fit: contain;
  }
  .voice-card__work {
    display: block;
    width: 270px;
    height: 167px;
    border-radius: 20px;
    margin: 20px auto 0;
    object-fit: cover;
  }
  .voice-section__slider .slick-arrow {
    position: absolute;
    top: -101px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    border: solid 1px transparent;
    transition: all 0.3s ease;
  }
  .voice-section__slider .slick-arrow:hover {
    cursor: pointer;
    border: solid 1px #364D78;
  }
  .voice-section__slider .slick-prev {
    right: 69px;
    background: #364D78 url("../images/top/voice/PC/left_white.png") center/16.2184867859px 10px no-repeat;
    transition: all 0.3s ease;
  }
  .voice-section__slider .slick-prev:hover {
    background: transparent url("../images/top/voice/PC/left_blue.png") center/16.2184867859px 10px no-repeat;
  }
  .voice-section__slider .slick-prev.slick-disabled {
    background: #fff url("../images/top/voice/PC/left_blue.png") center/16.2184867859px 10px no-repeat;
    border: solid 1px #364D78;
    cursor: default;
  }
  .voice-section__slider .slick-next {
    right: 9px;
    background: #364d78 url("../images/top/voice/PC/right_white.png") center/16.2184867859px 10px no-repeat;
    transition: all 0.3s ease;
  }
  .voice-section__slider .slick-next:hover {
    background: transparent url("../images/top/voice/PC/right_blue.png") center/16.2184867859px 10px no-repeat;
  }
  .voice-section__slider .slick-next.slick-disabled {
    background: #fff url("../images/top/voice/PC/right_blue.png") center/16.2184867859px 10px no-repeat;
    border: solid 1px #364D78;
  }
  .voice-section__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
  }
  .voice-section__slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
  }
  .voice-section__slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 1px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dbdbdb;
    font-size: 0;
  }
  .voice-section__slider .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #1f3661;
  }
  .voice-section__button {
    display: flex;
    align-items: center;
    width: 302px;
    height: 64px;
    margin: 30px auto 0;
    border: 2px solid #1F3661;
    border-radius: 100px;
    color: #1F3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    padding-left: 53px;
    text-decoration: none;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  }
  .voice-section__button:hover {
    background: #1F3661;
    border-color: #1F3661;
    color: #fff;
  }
  .voice-section__button::after {
    content: "";
    width: 16.2184867859px;
    height: 10px;
    margin-left: 20px;
    background-color: currentColor;
    mask: url("../images/top/voice/PC/right_blue.png") center/contain no-repeat;
    -webkit-mask: url("../images/top/voice/PC/right_blue.png") center/contain no-repeat;
    transition: background-color 0.4s ease;
  }
  .about-section {
    width: 100%;
    background: #e2e6eb url("../images/top/about/haikei_pc.png") no-repeat;
    background-size: cover;
    color: #1f3661;
    overflow: hidden;
  }
  .about-section,
  .about-section * {
    box-sizing: border-box;
  }
  .about-section__inner {
    position: relative;
    max-width: 1280px;
    min-height: 1004px;
    margin: 0 auto;
    padding-top: 120px;
  }
  .about-section__owner {
    position: absolute;
    top: 120px;
    left: -46px;
    width: 450px;
    height: 434px;
  }
  .about-section__owner img {
    display: block;
    width: 450px;
    height: 434px;
    object-fit: cover;
    border-radius: 40px;
  }
  .about-section__content {
    width: 528px;
    margin-left: 590px;
    padding-top: 3.5px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .about-section__content {
    margin-left: 40vw;
  }
}
@media only screen and (min-width: 1025px) {
  .about-section__catch {
    margin: 20px 0 0;
    color: #1f3661;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.72px;
    text-align: left;
  }
  .about-section__text {
    width: 528px;
    margin: 30px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .about-section__button {
    display: flex;
    align-items: center;
    padding-left: 43px;
    width: 455px;
    height: 64px;
    margin: 30px 0 0;
    border: 2px solid #1F3661;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #1F3661;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  }
  .about-section__button:hover {
    background: #1F3661;
    border-color: #1F3661;
    color: #fff;
  }
  .about-section__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 20px;
    background-color: currentColor;
    mask: url("../images/top/about/PC/right_blue.png") center/contain no-repeat;
    -webkit-mask: url("../images/top/about/PC/right_blue.png") center/contain no-repeat;
    transition: background-color 0.4s ease;
  }
  .about-section__photos {
    pointer-events: none;
  }
  .about-section__photo {
    position: absolute;
    display: block;
    width: 220px;
    height: 165px;
    object-fit: cover;
    border-radius: 30px;
  }
  .about-section__photo--owner {
    display: none;
  }
  .about-section__photo--01 {
    right: -110px;
    top: 517.2412109375px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .about-section__photo--01 {
    right: -140px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-section__photo--02 {
    left: 263.5px;
    top: 643.7998046875px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .about-section__photo--02 {
    left: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-section {
    width: 100%;
    color: #1f3661;
    overflow: hidden;
    width: 100%;
    max-width: 1386px;
    margin: 0 auto;
    padding: 80px 0;
    background: #e2e6eb;
    border-radius: 120px;
  }
  .blog-section,
  .blog-section * {
    box-sizing: border-box;
  }
  .blog-section__inner {
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
  }
  .blog-section__head {
    position: relative;
    margin-left: 93px;
  }
  .blog-section__lead {
    margin: 10px 0 0;
    font: normal normal 500 18px/30px Zen Kaku Gothic New;
    letter-spacing: 0.54px;
    color: #4C639E;
  }
  .blog-section__button {
    display: inline-flex;
    align-items: center;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-decoration: none;
  }
  .blog-section__button--pc {
    position: absolute;
    top: 107px;
    left: 849px;
  }
  .blog-section__button--pc span {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s ease;
  }
  .blog-section__button--pc:hover {
    cursor: pointer;
  }
  .blog-section__button--pc:hover span {
    text-decoration-color: inherit;
  }
  .blog-section__button--pc:hover .blog-section__button-icon {
    background-color: #364D78;
    transform: scale(1.25);
  }
  .blog-section__button--pc:hover .blog-section__button-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background: url("../images/top/blog/PC/dot_white.png") center/contain no-repeat;
    top: 50%;
    left: 19.5px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .blog-section__button--sp {
    display: none;
  }
  .blog-section__button-icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #364D78;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
  }
  .blog-section__button-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background: #fff url("../images/top/blog/PC/dot_blue.png") center/contain no-repeat;
    top: 50%;
    left: 19.5px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .blog-section__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 20px;
    background: url("../images/top/blog/PC/right_blue.png") center/contain no-repeat;
  }
  .blog-section__list-wrap {
    width: 1226px;
    margin: 50px 0 0 0px;
  }
  .blog-section__list {
    display: grid;
    grid-template-columns: repeat(4, 284px);
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-section__list.slick-initialized {
    display: block;
  }
  .blog-section__list .slick-list {
    overflow: hidden;
  }
  .blog-section__list .slick-slide {
    width: 284px;
    margin-right: 30px;
  }
  .blog-section__scrollbar {
    display: none;
  }
  .blog-card {
    display: block;
    color: #1f3661;
    text-decoration: none;
  }
  .blog-card .img {
    overflow: hidden;
    width: 284px;
    height: 189.428px;
    border-radius: 20px;
  }
  .blog-card__image {
    display: block;
    width: 284px;
    height: 189.428px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .blog-card__image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
  .blog-card__title {
    display: -webkit-box;
    width: 284px;
    min-height: 50px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.4s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
  }
  .blog-card:hover {
    cursor: pointer;
  }
  .blog-card:hover .blog-card__image {
    transform: scale(1.2);
  }
  .blog-card:hover .blog-card__title {
    text-decoration-color: inherit;
  }
  .blog-card__category {
    display: inline-flex;
    align-items: center;
    height: 34px;
    margin: 15px 0 0;
    padding: 0 16px;
    border: 1px solid #1f3661;
    background-color: #fff;
    border-radius: 17px;
    color: #1f3661;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.42px;
  }
  .blog-card__date {
    display: block;
    margin-top: 15px;
    color: #1f3661;
    font: normal normal normal 16px/23px Poppins;
    letter-spacing: 1.6px;
    color: #1F3661;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .blog-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #1f3661;
    overflow: hidden;
  }
  .blog-section__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 0 45px 35px;
    background: #e2e6eb;
    border-radius: 50px;
  }
  .blog-section__head {
    width: 355.5px;
    margin: 0;
  }
  .blog-section__lead {
    margin: 5px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.48px;
  }
  .blog-section__button--pc {
    display: none !important;
  }
  .blog-section__button--sp {
    display: inline-flex;
  }
  .blog-section__list-wrap {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    overflow-y: hidden;
  }
  .blog-section__scrollbar {
    position: relative;
    display: block;
    width: calc(100% - 71px);
    height: 7.5px;
    margin: 20px 0 0 10px;
    background: #d9d9d9;
    border-radius: 999px;
    overflow: hidden;
    touch-action: none;
  }
  .blog-section__scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #1f3661;
    border-radius: 999px;
    transition: left 0.25s ease, width 0.25s ease;
  }
  .blog-section__list {
    display: flex;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-section__list.slick-initialized {
    display: block;
    width: 100%;
  }
  .blog-section__list .slick-list {
    overflow: visible;
  }
  .blog-section__list .slick-slide {
    width: 250px;
    margin-right: 21px;
  }
  .blog-section__item {
    flex: 0 0 250px;
  }
  .blog-card {
    display: block;
    width: 250px;
    color: #1f3661;
    text-decoration: none;
  }
  .blog-card .img,
  .blog-card__image {
    display: block;
    width: 250px;
    height: 166.75px;
    overflow: hidden;
    border-radius: 10px;
  }
  .blog-card__image {
    object-fit: cover;
  }
  .blog-card__title {
    display: -webkit-box;
    width: 250px;
    min-height: 42.5px;
    margin: 15px 0 0;
    overflow: hidden;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .blog-card__category {
    display: inline-flex;
    align-items: center;
    height: 22.5px;
    margin: 10px 0 0;
    padding: 0 7.5px;
    border: 1px solid #1f3661;
    background-color: #fff;
    border-radius: 100px;
    color: #1f3661;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.36px;
  }
  .blog-card__date {
    display: block;
    margin-top: 10px;
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
  .blog-section__button {
    display: inline-flex;
    align-items: center;
    width: 175px;
    margin: 30px auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -17.5px;
    color: #1f3661;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 0.45px;
    text-decoration: none;
  }
  .blog-section__button-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #364D78;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
  }
  .blog-section__button-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 3px;
    background: #fff url("../images/top/blog/SMP/dot_blue.png") center/contain no-repeat;
    transform: translate(-50%, -50%);
  }
  .blog-section__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 10px;
    background: url("../images/top/blog/SMP/right_blue.png") center/contain no-repeat;
  }
}
@media only screen and (min-width: 1025px) {
  .area-section {
    width: 100%;
    padding: 0 0 45px;
    color: #1f3661;
    overflow: hidden;
  }
  .area-section .section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .area-section,
  .area-section * {
    box-sizing: border-box;
  }
  .area-section__inner {
    display: flex;
    align-items: flex-start;
    gap: 72px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .section-title.area-section__title .area-lead {
    margin-top: 10px;
    font: normal normal 500 18px/30px Zen Kaku Gothic New;
    letter-spacing: 0.54px;
    color: #4C639E;
  }
  .area-section__content {
    flex: 1 1 auto;
    padding-top: 6px;
  }
  .area-section__lead {
    width: 810px;
    margin: 30px auto 0;
    text-align: center;
    font: normal normal normal 16px/30px Zen Kaku Gothic New;
    letter-spacing: 0.48px;
    color: #1F3661;
  }
  .area-section__bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 940px;
    margin: 50px auto 0;
  }
  .area-section__visual {
    position: relative;
    flex: 0 0 340px;
    width: 340px;
    height: 440px;
  }
  .area-section__visual-image {
    display: block;
    width: 340px;
    height: 440px;
    object-fit: cover;
  }
  .area-section__visual picture {
    display: block;
    width: 340px;
    height: 440px;
  }
  .area-section__visual-label {
    position: absolute;
    right: 26px;
    bottom: 20px;
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4.8px;
  }
  .area-section__free-area {
    width: 540px;
  }
  .area-section__free-area-title {
    display: flex;
    align-items: center;
    margin: 0;
    color: #1f3661;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.54px;
  }
  .area-section__free-area-title img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
  }
  .area-section__free-area-title picture {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: 0 0 auto;
  }
  .area-section__free-area-list {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 5px 15px;
    margin-top: 22px;
  }
  .area-section__free-area-list dt,
  .area-section__free-area-list dd {
    margin: 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.48px;
    padding-left: 8px;
  }
  .area-section__free-area-list dt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 3px;
    background: #E2E6EB;
    font-weight: 500 !important;
  }
  .area-section__free-area-list dd {
    min-width: 0;
    min-height: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #1f3661;
  }
  .area-section__free-area-list dd span {
    color: #f08a00;
  }
  .area-section__note {
    margin: 20px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.48px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .area-section__note span {
    color: #f08a00;
  }
  .site-footer__contact-area {
    padding-top: 40px;
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom, #F2F2F2 0, #F2F2F2 315px, #1f3661 315px, #1f3661 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .mv {
    position: relative;
    width: 100%;
    height: 641px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    margin: 157px 0 0 0;
  }
  .mv::before {
    content: "";
    position: absolute;
    top: 225.5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 739px;
    background: #f2f2f2;
  }
  .mv__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 641px;
  }
  .mv__media {
    width: 100%;
    height: 225.5px;
    overflow: hidden;
  }
  .mv__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv__text {
    z-index: 2;
    color: #1f3661;
    width: 355px;
    margin: 0 auto;
  }
  .mv__copy {
    color: #1f3661;
    font-size: 22.5px;
    font-weight: 500;
    line-height: 39.5px;
    letter-spacing: 1.13px;
    position: relative;
    top: -21px;
  }
  .mv__copy span {
    display: table;
    height: 39.5px;
    padding: 0 0 0 10px;
    background: #fff;
    border-radius: 2.5px;
    white-space: nowrap;
  }
  .mv__copy span:nth-child(1),
  .mv__copy span:nth-child(3) {
    width: 287.5px;
  }
  .mv__copy span:nth-child(2) {
    padding-right: 7.5px;
    width: 339.5px;
  }
  .mv__lead {
    width: 357px;
    margin: 0 0 25px;
    color: #1f3661;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.42px;
    padding-left: 10px;
  }
  .mv__lead span {
    display: inline;
    background: transparent;
  }
  .mv__points {
    display: flex;
    gap: 7.5px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 355px;
    margin: 0 auto;
  }
  .mv__points li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 105px;
    height: 105px;
    background: #F49517 0% 0% no-repeat padding-box;
    border-radius: 50%;
    padding-top: 8px;
  }
  .mv__points img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .mv__points--text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #fff;
  }
  .mv__points li:last-child .mv__points--text {
    margin-top: -5px;
  }
  .site-footer__contact-area.top {
    padding-top: 0;
    background: linear-gradient(to bottom, #F2F2F2 0, #F2F2F2 200px, #1f3661 200px, #1f3661 100%);
  }
  .site-footer__contact-area.top .site-footer__contact-panel {
    margin-top: 48px;
  }
  .info {
    width: 100%;
    color: #1f3661;
  }
  .info-area {
    position: relative;
    width: min(358px, 100vw - 17px);
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .info-heading {
    display: flex;
    align-items: center;
    height: 18px;
    margin-bottom: 15px;
  }
  .info-heading picture,
  .info-heading img {
    display: block;
  }
  .info-heading picture {
    width: 15px;
    height: 15px;
    margin-right: 2.5px;
  }
  .info-heading img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 1px;
  }
  .info-heading p {
    position: relative;
    display: inline-block;
    color: #f49517;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.65px;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .info-list {
    width: min(360px, 100vw - 15px);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .info-item a {
    display: block;
    width: min(360px, 100vw - 15px);
    min-height: 40px;
    color: #1f3661;
  }
  .info-item .time {
    margin-bottom: 2.5px;
  }
  .info-item time {
    display: block;
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.3px;
  }
  .info-title {
    width: min(360px, 100vw - 15px);
    margin: 0;
    font: normal normal normal 14px/18px Zen Kaku Gothic New;
    letter-spacing: 0.42px;
    color: #1F3661;
  }
  .info-title .text-wrapper {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
  }
  .info-title .text {
    display: block;
  }
  .info-slider {
    position: relative;
  }
  .info-slider .slick-list {
    width: min(360px, 100vw - 15px);
  }
  .info-slider .slick-slide {
    width: min(360px, 100vw - 15px);
  }
  .info-slider .prev,
  .info-slider .next {
    position: absolute;
    top: 49px;
    z-index: 2;
    width: 13.11px;
    height: 8.09px;
    border: 0;
    cursor: pointer;
  }
  .info-slider .prev {
    right: 33px;
    background: url("../images/top/kv/SMP/left_blue.png") center/contain no-repeat;
  }
  .info-slider .next {
    right: 0;
    background: url("../images/top/kv/SMP/right_blue.png") center/contain no-repeat;
  }
  .banner-top {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 52px 0;
    overflow: hidden;
  }
  .banner-top,
  .banner-top * {
    box-sizing: border-box;
  }
  .banner-top__inner {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .banner-top__list {
    display: block;
    width: 270px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .banner-top__item {
    width: 270px;
    margin: 0;
  }
  .banner-top__link {
    display: block;
    width: 270px;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
  }
  .banner-top__image {
    display: block;
    width: 270px;
    height: 133px;
    object-fit: cover;
  }
  .banner-top__list:not(.slick-initialized) {
    margin-right: auto;
    margin-left: auto;
  }
  .banner-top__list.slick-initialized {
    width: 400px;
    margin-right: 0;
    margin-left: calc((100% - 270px) / 2);
  }
  .banner-top__list .slick-list {
    overflow: visible;
  }
  .banner-top__list .slick-slide {
    width: 270px;
    margin-right: 20px;
  }
  .banner-top__list .prev,
  .banner-top__list .next {
    position: absolute;
    top: 51.5px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: #364d78;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    border-radius: 50%;
    cursor: pointer;
  }
  .banner-top__list .prev {
    left: -25.5px;
    background-image: url("../images/hf/PC/footer/right_white.png");
    transform: rotate(180deg);
  }
  .banner-top__list .next {
    left: 264.5px;
    background-image: url("../images/hf/PC/footer/right_white.png");
  }
  .banner-bottom {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 0;
    overflow: hidden;
  }
  .banner-bottom,
  .banner-bottom * {
    box-sizing: border-box;
  }
  .banner-bottom__inner {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .banner-bottom__list {
    display: block;
    width: 270px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .banner-bottom__item {
    width: 270px;
    margin: 0;
  }
  .banner-bottom__link {
    display: block;
    width: 270px;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
  }
  .banner-bottom__image {
    display: block;
    width: 270px;
    height: 133px;
    object-fit: cover;
  }
  .banner-bottom__list:not(.slick-initialized) {
    margin-right: auto;
    margin-left: auto;
  }
  .banner-bottom__list.slick-initialized {
    width: 400px;
    margin-right: 0;
    margin-left: calc((100% - 270px) / 2);
  }
  .banner-bottom__list .slick-list {
    overflow: visible;
  }
  .banner-bottom__list .slick-slide {
    width: 270px;
    margin-right: 20px;
  }
  .banner-bottom__list .prev,
  .banner-bottom__list .next {
    position: absolute;
    top: 51.5px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: #364d78;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    border-radius: 50%;
    cursor: pointer;
  }
  .banner-bottom__list .prev {
    left: -25.5px;
    background-image: url("../images/hf/PC/footer/right_white.png");
    transform: rotate(180deg);
  }
  .banner-bottom__list .next {
    left: 264.5px;
    background-image: url("../images/hf/PC/footer/right_white.png");
  }
  .area-section {
    width: 100%;
    padding: 0 0 45px;
    background: #fff;
    color: #1f3661;
    overflow: hidden;
  }
  .area-section .section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .area-section,
  .area-section * {
    box-sizing: border-box;
  }
  .area-section__inner {
    width: 355.5px;
    margin: 0 auto;
  }
  .area-section__content {
    padding-top: 0;
  }
  .area-section__lead {
    width: 322px;
    margin: 30px auto 0;
    color: #1f3661;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.45px;
  }
  .area-section__visual {
    position: relative;
    width: 250px;
    margin: 20px auto 0;
  }
  .area-section__visual-image {
    display: block;
    width: 250px;
    height: 323px;
    margin: 0 auto;
    object-fit: cover;
  }
  .area-section__visual picture {
    display: block;
    width: 250px;
    height: 323px;
  }
  .area-section__visual-label {
    position: absolute;
    right: 20px;
    bottom: 18px;
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.8px;
  }
  .area-section__free-area {
    margin-top: 15px;
  }
  .area-section__free-area-title {
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #1f3661;
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.51px;
    width: 355.5px;
  }
  .area-section__free-area-title img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
  }
  .area-section__free-area-title picture {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    flex: 0 0 auto;
  }
  .area-section__free-area-list {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 5px 7.5px;
    width: 355.5px;
    margin: 16px auto 0;
  }
  .area-section__free-area-list dt,
  .area-section__free-area-list dd {
    margin: 0;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .area-section__free-area-list dt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 27.5px;
    border-radius: 1.5px;
    background: #E2E6EB;
  }
  .area-section__free-area-list dd {
    min-width: 0;
    min-height: 27.5px;
    padding-top: 2.5px;
    padding-bottom: 7.5px;
    border-bottom: 1px dashed #1f3661;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.39px;
  }
  .area-section__free-area-list dd span {
    color: #f08a00;
  }
  .area-section__note {
    width: 355.5px;
    margin: 15px auto 0;
    color: #1f3661;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .area-section__note span {
    color: #f08a00;
  }
  .feature {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0 0;
    background: #fff;
    color: #1f3661;
  }
  .feature__inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .feature__intro {
    width: 320px;
    margin: 0 auto;
  }
  .feature__catch {
    margin: 10px 0 0;
    color: #4c639e;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.96px;
  }
  .feature__lead {
    width: 325px;
    margin: 30px 0 0;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.9px;
  }
  .feature__list {
    margin: 30px auto 0;
  }
  .feature-card {
    display: block;
  }
  .feature-card + .feature-card {
    margin-top: 30px;
  }
  .feature-card .img {
    width: 320px;
    height: 215px;
    margin: 0 auto 7px;
    overflow: hidden;
  }
  .feature-card .img img {
    display: block;
    width: 320px;
    height: 215px;
    object-fit: cover;
  }
  .feature-card .img picture {
    display: block;
    width: 350px;
    height: 247.5px;
  }
  .feature-card .text {
    width: 323px;
    margin: 0 auto 0;
  }
  .feature-card__label {
    color: #4c639e;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: dashed 1px;
  }
  .feature-card__number {
    color: #4c639e;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.9px;
  }
  .feature-card__title {
    display: inline;
    margin: 0;
    color: #1f3661;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.9px;
  }
  .feature-card__title .mark {
    background: linear-gradient(transparent calc(100% - 10px), rgba(237, 219, 6, 0.39) 0);
    text-shadow: 2px 2px #fff;
  }
  .feature-card__text {
    margin: 15px 0 0;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
  .feature-card__notes {
    display: grid;
    gap: 20px;
    width: 320px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .feature-card__notes li {
    display: flex;
    align-items: flex-start;
    width: 320px;
    margin: 0;
  }
  .feature-card__notes picture,
  .feature-card__notes img {
    display: block;
  }
  .feature-card__notes picture {
    flex: 0 0 120px;
    width: 120px;
    height: 83px;
    margin-right: 20px;
  }
  .feature-card__notes img {
    width: 120px;
    height: 83px;
    border-radius: 15px;
    object-fit: cover;
  }
  .feature-card__notes p {
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
    letter-spacing: 0.84px;
  }
  .pickup {
    width: 100%;
    margin: 45px auto 0;
    padding: 45px 0;
    background: #364d78;
    color: #fff;
    border-radius: 75px 75px 0px 0px;
    position: relative;
  }
  .pickup::before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/top/nami02_smp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -9px;
    left: 0;
  }
  .pickup,
  .pickup * {
    box-sizing: border-box;
  }
  .pickup__inner .section-title__en {
    text-align: center;
  }
  .pickup__lead {
    width: 325px;
    margin: 20px auto 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.45px;
  }
  .pickup__list {
    display: grid;
    grid-template-columns: repeat(2, 175px);
    column-gap: 15px;
    row-gap: 25px;
    width: 365px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .pickup__item {
    width: 175px;
    margin: 0;
  }
  .pickup-card {
    display: block;
    width: 175px;
    color: #fff;
    text-decoration: none;
  }
  .pickup-card__image,
  .pickup-card__image img {
    display: block;
    width: 175px;
    height: 131.25px;
    border-radius: 10px;
  }
  .pickup-card__image img {
    object-fit: cover;
  }
  .pickup-card__title {
    width: 175px;
    max-height: 63px;
    overflow: hidden;
    margin: 15px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 0.42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .pickup-card__category {
    margin: 10px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.36px;
  }
  .pickup-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 32.5px;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.6px;
  }
  .pickup-card__button::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url("../images/top/pickup/SMP/right_white.png") center/contain no-repeat;
    position: relative;
  }
  .item-service {
    width: 100%;
    margin: 0 auto;
    padding: 58px 0 72px;
    overflow: hidden;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #E2E6EB 100%) 0% 0% no-repeat padding-box;
    color: #1f3661;
  }
  .item-service,
  .item-service * {
    box-sizing: border-box;
  }
  .item-service__intro {
    width: 330px;
    margin: 0 auto;
  }
  .item-service__lead {
    width: 330px;
    margin: 20px 0 0;
    color: #1f3661;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.45px;
  }
  .item-service__group {
    width: 330px;
    margin: 30px auto 0;
  }
  .item-service__group--maintenance {
    margin-top: 33px;
  }
  .item-service__group-title {
    display: flex;
    align-items: center;
    color: #4c639e;
  }
  .item-service__group-title picture,
  .item-service__group-title img {
    display: block;
  }
  .item-service__group-title picture {
    width: 35px;
    height: 30.47px;
    margin-right: 10px;
  }
  .item-service__group-title img {
    width: 35px;
    height: 30.47px;
    object-fit: contain;
  }
  .item-service__group-title h3 {
    margin: 0;
    color: #4c639e;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.82px;
  }
  .item-service__cards {
    display: grid;
    gap: 20px;
    width: 330px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .item-service__cards li {
    width: 330px;
    margin: 0;
  }
  .item-service-card {
    position: relative;
    display: block;
    width: 330px;
    height: 165px;
    overflow: hidden;
    color: #1f3661;
    text-decoration: none;
  }
  .item-service-card__image,
  .item-service-card__image img {
    display: block;
    width: 330px;
    height: 165px;
  }
  .item-service-card__image img {
    object-fit: cover;
  }
  .item-service-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba（0, 29, 39, 0.1）;
  }
  .item-service-card::before,
  .item-service-card__content {
    position: absolute;
    top: 20px;
    left: 27.5px;
    width: 284px;
    height: 125px;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  }
  .item-service-card::before {
    content: "";
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
  }
  .item-service-card__content {
    z-index: 2;
    display: block;
    padding: 16px 0 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .item-service-card__en,
  .item-service-card__name,
  .item-service-card__text {
    display: block;
    color: #1f3661;
  }
  .item-service-card__en {
    color: #4c639e;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.63px;
    width: fit-content;
    margin: 0 auto 4px;
    position: relative;
  }
  .item-service-card__en:before, .item-service-card__en:after {
    content: "";
    display: block;
    width: 60px;
    height: 2.5px;
    background: url(../images/top/service/SMP/border_smp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .item-service-card__en:before {
    left: -70px;
  }
  .item-service-card__en:after {
    right: -70px;
  }
  .item-service-card__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.48px;
    display: inline-block;
    margin-bottom: 6.5px;
  }
  .item-service-card__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
  }
  .item-service-brand {
    width: 100%;
    max-width: 400px;
    margin: 45px auto 0;
    padding: 45px 0;
    background: #fff;
    border-radius: 40px;
    color: #1f3661;
  }
  .item-service-brand__en {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    color: #364d78;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.91px;
  }
  .item-service-brand__en img {
    display: block;
    width: 12.5px;
    height: 12.5px;
    flex: 0 0 auto;
  }
  .item-service-brand__en img {
    object-fit: contain;
  }
  .item-service-brand__title {
    margin: 10px 0 0;
    color: #364d78;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1.25px;
  }
  .item-service-brand__list {
    width: 355px;
    height: 465px;
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .item-service-brand__list li {
    color: #1f3661;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.75px;
    white-space: nowrap;
    margin-bottom: 5px;
    position: relative;
    padding-left: 19px;
  }
  .item-service-brand__list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/top/brand/PC/check_orange.png) no-repeat;
    background-size: contain;
  }
  .plan-price {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0;
    background: #fff;
    color: #1f3661;
    position: relative;
  }
  .plan-price::before {
    content: "";
    display: block;
    width: 100%;
    height: 29px;
    background: url(../images/top/nami03_smp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -28px;
    left: 0;
  }
  .plan-price,
  .plan-price * {
    box-sizing: border-box;
  }
  .plan-price__inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .plan-price__intro {
    width: 330px;
    margin: 0 auto;
  }
  .plan-price__catch {
    color: #4c639e;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.48px;
  }
  .plan-price__lead {
    width: 323px;
    margin: 30px 0 0;
    color: #1f3661;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.45px;
  }
  .plan-price__cards {
    display: grid;
    gap: 30px;
    margin: 30px auto 0;
  }
  .plan-price__cards .plan-card:nth-child(2) {
    animation-delay: 0.18s;
  }
  .plan-card {
    color: #1f3661;
  }
  .plan-card__image,
  .plan-card__image img {
    display: block;
    width: 325px;
    height: 162.5px;
    margin: 0 auto;
    border-radius: 15px;
  }
  .plan-card__image img {
    object-fit: cover;
  }
  .plan-card__body {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto 0;
    padding: 0;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    position: relative;
  }
  .plan-card__body:before {
    content: "";
    display: block;
    width: 275px;
    height: 30px;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 0;
  }
  .plan-card__ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25.5px;
    margin: -42.5px auto 0;
    background: #f49517;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .plan-card__ribbon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 10px solid #f49517;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
  }
  .plan-card:first-child .plan-card__ribbon {
    width: 177px;
  }
  .plan-card:last-child .plan-card__ribbon {
    width: 230px;
  }
  .plan-card__name {
    margin: 0;
    color: #1f3661;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 2px;
  }
  .plan-card__name span {
    border-bottom: dashed 1px;
  }
  .plan-card__price {
    display: flex;
    align-items: baseline;
    width: 292px;
    margin: 16px auto 0;
    color: #1f3661;
  }
  .plan-card__price span {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.75px;
  }
  .plan-card__price strong {
    margin-left: auto;
    color: #f49517;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    margin-right: 3.5px;
  }
  .plan-card__price em {
    color: #f49517;
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.75px;
  }
  .plan-card__description {
    width: 290px;
    margin: 15px auto 0;
    color: #1f3661;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 0.42px;
  }
  .plan-card__points {
    width: 290px;
    margin: 15px auto 0;
    padding: 0;
    list-style: none;
  }
  .plan-card__points li {
    position: relative;
    padding-left: 22px;
    color: #1f3661;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 0.42px;
  }
  .plan-card__points li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../images/top/plan/SMP/check_blue.png") center/contain no-repeat;
  }
  .plan-card__budget {
    margin-top: 25px;
  }
  .plan-card__budget-title {
    margin: 0 auto;
    width: 125px;
    color: #1f3661;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.45px;
    position: relative;
  }
  .plan-card__budget-title:before, .plan-card__budget-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #1F3661;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .plan-card__budget-title:before {
    left: -17px;
  }
  .plan-card__budget-title:after {
    right: -17px;
  }
  .plan-card__budget dl {
    width: 374px;
    margin: 15px auto 0;
  }
  .plan-card__budget div {
    display: flex;
    align-items: center;
    height: 26px;
    margin-bottom: 3px;
  }
  .plan-card__budget dt {
    display: flex;
    align-items: center;
    width: 275.5px;
    height: 26px;
    padding-left: 6px;
    background: #ebebeb;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
  }
  .plan-card__budget dd {
    margin: 0 0 0 5px;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
    border-bottom: dashed 1px;
    padding-left: 5px;
    padding-right: 10px;
  }
  .plan-price__cta {
    margin: 41px auto 0;
    text-align: center;
  }
  .plan-price__cta-lead {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 7.5px;
    font: normal normal 500 13.5px/20px Zen Kaku Gothic New;
    letter-spacing: 0.81px;
    color: #F49517;
  }
  .plan-price__cta-lead::before,
  .plan-price__cta-lead::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #f49517;
    position: relative;
    bottom: -2px;
  }
  .plan-price__cta-lead::before {
    transform: rotate(-45deg);
  }
  .plan-price__cta-lead::after {
    transform: rotate(45deg);
  }
  .plan-price__button {
    display: inline-flex;
    align-items: center;
    width: 362px;
    height: 55px;
    background: #fff;
    border: 1px solid #1f3661;
    border-radius: 100px;
    color: #1f3661;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: 0.75px;
    text-decoration: none;
    padding-left: 25px;
  }
  .plan-price__button::after {
    content: "";
    width: 13px;
    height: 8px;
    margin-left: 10px;
    background: url("../images/top/plan/SMP/right_blue.png") center/contain no-repeat;
  }
  .works-section {
    width: 100%;
    padding: 46px 0 0;
    background: #1F3661;
    color: #fff;
    overflow: hidden;
    position: relative;
  }
  .works-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/top/nami04_smp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .works-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 22.5px;
    background: url(../images/top/nami05_smp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .works-section,
  .works-section * {
    box-sizing: border-box;
  }
  .works-section__inner {
    width: 325px;
    margin: 0 auto;
  }
  .works-section__main,
  .works-section__content,
  .works-section__pickup {
    width: 325px;
  }
  .works-section__subheading {
    margin: 25px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .works-section__count {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.85px;
  }
  .works-section__count span {
    margin: 0 0 0 5px;
    border-bottom: 1px solid #eddb06;
    color: #eddb06;
    font-weight: 500;
  }
  .works-section__count span .big {
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 2.4px;
    margin: 0;
    border-bottom: none;
  }
  .works-section__note {
    width: 260px;
    margin: 10px auto 0;
    color: #fff;
    font: normal normal normal 14px/22.5px Zen Kaku Gothic New;
    letter-spacing: 0.42px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .works-section__button.pc {
    display: none;
  }
  .works-section__button {
    display: inline-flex;
    align-items: center;
    width: 300px;
    height: 55px;
    margin: 30px auto 0;
    padding-left: 67px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.65px;
    text-decoration: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .works-section__button::after {
    content: "";
    width: 13px;
    height: 8px;
    margin-left: 10px;
    background: url("../images/top/works/SMP/right_white.png") center/contain no-repeat;
  }
  .works-section__pickup {
    margin-top: 30px;
  }
  .works-section__pickup-label {
    width: 300px;
    margin: 0 auto 10px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.84px;
  }
  .works-section__pickup-label::before,
  .works-section__pickup-label::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 8.5px;
    background: #fff;
    vertical-align: middle;
    bottom: -1px;
    position: relative;
  }
  .works-section__pickup-label::before {
    transform: rotate(-30deg);
  }
  .works-section__pickup-label::after {
    transform: rotate(30deg);
  }
  .works-pickup-card {
    display: block;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
  }
  .works-pickup-card__image,
  .works-pickup-card__image img {
    display: block;
    width: 300px;
    height: 185px;
    margin: 0 auto;
    border-radius: 15px;
  }
  .works-pickup-card__image img {
    border: 4px solid #fff;
  }
  .works-pickup-card__image {
    background-color: #F2F2F2;
  }
  .works-pickup-card__image img {
    object-fit: contain;
  }
  .works-pickup-card__title {
    margin: 15px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
    overflow: hidden;
  }
  .works-pickup-card__categories {
    display: flex;
    flex-direction: column;
    column-gap: 13px;
    row-gap: 4px;
    margin: 15px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
  .works-section__slider-wrap {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 77px;
    background: linear-gradient(to bottom, #1f3661 0, #1f3661 80px, #364d78 80px, #364d78 100%);
    overflow: hidden;
  }
  .works-section__slider {
    display: flex;
    width: max-content;
    margin: -40px 0 0;
    padding: 40px 0 0;
    list-style: none;
  }
  .works-section__slide {
    width: 216px;
    margin: 0;
    padding-right: 20px;
  }
  .works-card {
    display: block;
    width: 216px;
    color: #fff;
    text-decoration: none;
  }
  .works-card__image,
  .works-card__image img {
    display: block;
    width: 216px;
    height: 128px;
    border-radius: 18px;
  }
  .works-card__image {
    background-color: #F2F2F2;
  }
  .works-card__image img {
    object-fit: contain;
  }
  .works-card__title {
    width: 216px;
    max-height: 50px;
    overflow: hidden;
    margin: 15px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    overflow: hidden;
  }
  .works-card__categories {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 3px;
    margin: 11px 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.88px;
  }
  .voice-section {
    width: 100%;
    padding: 45px 0;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #E2E6EB 100%) 0% 0% no-repeat padding-box;
    color: #1f3661;
    overflow: hidden;
  }
  .voice-section,
  .voice-section * {
    box-sizing: border-box;
  }
  .voice-section__inner {
    width: 100%;
    margin: 0 auto;
  }
  .voice-section__heading {
    text-align: center;
  }
  .voice-section__heading .section-title__en {
    text-align: center;
  }
  .voice-section__catch {
    margin: 21px 0 0;
    color: #4c639e;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.54px;
    text-align: center;
  }
  .voice-section__lead {
    width: 317.7744140625px;
    margin: 24px auto 0;
    color: #1f3661;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.04px;
    text-align: left;
  }
  .voice-section__slider-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .voice-section__slider {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .voice-section__slider .slick-list {
    overflow: visible;
  }
  .voice-section__slide {
    width: 328.6131591797px;
    margin-right: 10px;
  }
  .voice-card {
    display: block;
    width: 330px;
    height: 490px;
    padding: 25px 23px 0;
    background: #fff;
    border-radius: 10px;
    color: #1f3661;
  }
  .voice-card__head {
    display: flex;
    align-items: flex-start;
  }
  .voice-card__person {
    flex: 0 0 auto;
    display: block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    object-fit: cover;
  }
  .voice-card__summary {
    width: 216.5px;
    margin-left: 12px;
  }
  .voice-card__stars {
    display: flex;
    gap: 2.5px;
    height: 12.5px;
  }
  .voice-card__stars img {
    display: block;
    width: 12.5px;
    height: 12.5px;
    object-fit: contain;
  }
  .voice-card__title {
    width: 216.5px;
    margin: 5px 0 0;
    color: #1f3661;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 0.45px;
  }
  .voice-card__line {
    width: 278px;
    height: 1px;
    margin: 15px 0 0 0.25px;
    background: #dbdbdb;
  }
  .voice-card__text {
    margin: 14px 0 0 0.5px;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
  }
  .voice-card__info {
    margin-top: 7.5px;
  }
  .voice-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px;
  }
  .voice-card__tags span {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 6px 0 5px;
    border: 1px solid #364D78;
    border-radius: 100px;
    color: #1f3661;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.36px;
  }
  .voice-card__area {
    display: flex;
    align-items: center;
    margin: 7px 0 0;
    color: #1f3661;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .voice-card__area img {
    display: block;
    width: 16.5px;
    height: 16.5px;
    margin-right: 2.5px;
    object-fit: contain;
  }
  .voice-card__work {
    display: block;
    width: 225px;
    height: 140px;
    border-radius: 10px;
    margin: 15px auto 0;
    object-fit: cover;
  }
  .voice-section__slider .slick-arrow {
    position: absolute;
    top: 205px;
    z-index: 2;
    width: 35px;
    height: 35px;
    border: 1.5px solid transparent;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
  }
  .voice-section__slider .slick-prev {
    left: calc(53% - 199.3065795899px);
    background: #364D78 url("../images/top/voice/SMP/left_white.png") center/13.11px 8.0833683014px no-repeat;
  }
  .voice-section__slider .slick-next {
    right: calc(54% - 199.3065795899px);
    background: #364d78 url("../images/top/voice/SMP/right_white.png") center/13.11px 8.0833683014px no-repeat;
  }
  .voice-section__slider .slick-prev.slick-disabled {
    background: #fff url("../images/top/voice/SMP/left_blue.png") center/13.11px 8.0833683014px no-repeat;
    border: 1.5px solid #364D78;
    cursor: default;
  }
  .voice-section__slider .slick-next.slick-disabled {
    background: #fff url("../images/top/voice/SMP/right_blue.png") center/13.11px 8.0833683014px no-repeat;
    border: 1.5px solid #364D78;
    cursor: default;
  }
  .voice-section__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .voice-section__slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
  }
  .voice-section__slider .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0.5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dbdbdb;
    font-size: 0;
  }
  .voice-section__slider .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #1f3661;
  }
  .voice-section__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 313.2744140625px;
    height: 55px;
    margin: 30px auto 0;
    background: transparent;
    border: 1px solid #1f3661;
    border-radius: 100px;
    color: #1f3661;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: 0.75px;
    text-decoration: none;
  }
  .voice-section__button::after {
    content: "";
    width: 16.2184867859px;
    height: 10px;
    margin-left: 30px;
    background: url("../images/top/voice/SMP/right_blue.png") center/contain no-repeat;
  }
  .about-section {
    width: 100%;
    background: #e2e6eb url("../images/top/about/haikei_smp.png") no-repeat;
    background-size: 100% 100%;
    color: #1f3661;
    overflow: hidden;
    padding-bottom: 45px;
  }
  .about-section,
  .about-section * {
    box-sizing: border-box;
  }
  .about-section__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 1190.5px;
    padding: 48px 0 0;
  }
  .section-title.about-section__title {
    width: 355.5px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-section__content {
    order: 1;
    margin: 0 auto;
  }
  .about-section__catch {
    width: 355.5px;
    margin: 20px auto 0;
    color: #1f3661;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.54px;
    text-align: center;
  }
  .about-section__text {
    width: 355.5px;
    margin: 20px auto 0;
    color: #1f3661;
    font-size: 15px;
    font-weight: 400;
    line-height: 27.5px;
    letter-spacing: 0.45px;
  }
  .about-section__button {
    display: flex;
    align-items: center;
    width: 375px;
    height: 55px;
    padding-left: 11px;
    margin-top: 20px;
    border: 2px solid #364d78;
    border-radius: 100px;
    color: #1f3661;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.45px;
    text-decoration: none;
  }
  .about-section__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 10px;
    background: url("../images/top/about/SMP/right_blue.png") center/contain no-repeat;
  }
  .about-section__owner {
    order: 2;
    display: none;
  }
  .about-section__owner img {
    display: block;
    width: 225px;
    height: 216.9px;
    object-fit: cover;
  }
  .about-section__photos {
    order: 3;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 125px;
    margin: 30px auto 0;
  }
  .about-section__photo {
    position: absolute;
    display: block;
    object-fit: cover;
    border-radius: 20px;
  }
  .about-section__photo--01 {
    top: 0px;
    right: 0;
    width: 165px;
    height: 123px;
  }
  .about-section__photo--02 {
    left: 0;
    bottom: inherit;
    top: 0;
    width: 165px;
    height: 123px;
  }
  .about-section__photo--owner {
    position: relative;
    width: 225px;
    height: 217px;
    border-radius: 20px;
    margin: 20px auto 0;
  }
  .blog-section {
    width: 100%;
    color: #1f3661;
    overflow: hidden;
  }
  .blog-section,
  .blog-section * {
    box-sizing: border-box;
  }
  .blog-section__inner {
    width: 100%;
    padding: 45px 0 45px 35px;
    border-radius: 50px;
    background: #e2e6eb;
  }
  .blog-section__head {
    width: 355.5px;
    margin: 0;
  }
  .blog-section__lead {
    margin: 5px 0 0;
    color: #1f3661;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.48px;
  }
  .blog-section__button--pc {
    display: none !important;
  }
  .blog-section__list-wrap {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
  }
  .blog-section__scrollbar {
    position: relative;
    display: block;
    width: calc(100% - 71px);
    height: 7.5px;
    margin: 20px 0 0 10px;
    background: #d9d9d9;
    border-radius: 999px;
    overflow: hidden;
    touch-action: none;
  }
  .blog-section__scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #1f3661;
    border-radius: 999px;
    transition: left 0.25s ease, width 0.25s ease;
  }
  .blog-section__list-wrap {
    overflow-y: hidden;
  }
  .blog-section__list-wrap::-webkit-scrollbar {
    display: none;
  }
  .blog-section__list {
    display: flex;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-section__list.slick-initialized {
    display: block;
    width: 100%;
  }
  .blog-section__list .slick-list {
    overflow: visible;
  }
  .blog-section__list .slick-slide {
    width: 250px;
    margin-right: 21px;
  }
  .blog-section__item {
    flex: 0 0 250px;
  }
  .blog-card {
    display: block;
    width: 250px;
    color: #1f3661;
    text-decoration: none;
  }
  .blog-card__image {
    display: block;
    width: 250px;
    height: 166.75px;
    object-fit: cover;
    border-radius: 10px;
  }
  .blog-card__title {
    display: -webkit-box;
    width: 250px;
    min-height: 42.5px;
    margin: 15px 0 0;
    overflow: hidden;
    color: #1f3661;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.42px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .blog-card__category {
    display: inline-flex;
    align-items: center;
    height: 22.5px;
    margin: 10px 0 0;
    padding: 0 7.5px;
    border: 1px solid #1f3661;
    background-color: #fff;
    border-radius: 100px;
    color: #1f3661;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.36px;
  }
  .blog-card__date {
    display: block;
    margin-top: 10px;
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
  }
  .blog-section__button {
    display: inline-flex;
    align-items: center;
    margin: 30px auto 0;
    color: #1f3661;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 0.45px;
    text-decoration: none;
    width: 175px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -17.5px;
  }
  .blog-section__button-icon {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #364D78;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
  }
  .blog-section__button-icon:before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    position: absolute;
    background: #fff url("../images/top/blog/SMP/dot_blue.png") center/contain no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blog-section__button::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 10px;
    background: url("../images/top/blog/SMP/right_blue.png") center/contain no-repeat;
  }
}
