@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type="submit"],
input[type="button"] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Valiables
========================================================================== */
:root {
  --primary-color: #0139b9;
  --secondary-color: #f5da6b;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

img {
  width: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
font-family
============================================================================= */
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.hiragino {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -15.625rem;
    background: #ffffff;
  }
  .header img {
    height: auto;
  }
  .header-inner {
    width: 112.5rem;
  }
  .header-btn {
    position: absolute;
    top: 0.3125rem;
    right: 12.5rem;
  }
  .header-btn01 {
    display: inline-block;
    width: 9.25rem;
  }
  .header-btn02 {
    display: inline-block;
    width: 11.375rem;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    margin: 0 0 12.9375rem;
    background: #ffffff;
  }
  .footer p {
    font-size: 1.25rem;
  }
  .footer small {
    color: #004399;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.08em;
  }

  .footer .inner {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .logo {
    width: 12rem;
    height: auto;
  }

  .footer .content {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .footer .content-row {
    display: flex;
    gap: 2rem;
  }
}

/* PC向けフッタースタイル */
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #ffffff;
    max-width: 400px;
    margin: 0 auto;
  }

  .footer .inner {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer .logo {
    width: 12rem;
    height: auto;
    margin-bottom: 10px;
  }

  .footer .content {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .company-address {
    color: var(--text, #333);
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .footer .content-row {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .footer .content-row p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
  }

  .footer small {
    color: #0139b9;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: block;
  }
}
/*==============================================================================
loop animation
============================================================================= */
@media screen and (max-width: 767px) {
  .fv img {
    height: auto;
  }
  .trouble {
    position: relative;
    z-index: 5;
    padding: 0 2.5rem 7.0625rem;
  }
  .trouble-building {
    position: absolute;
    top: 260rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 46.875rem;
  }
  .reason {
    position: relative;
    z-index: 5;
  }
  .reason02 {
    margin: -3.75rem 0 0;
    padding: 0 0 6.25rem;
  }
  /*==============================================================================
  voice
  ============================================================================= */
  .voice {
    position: relative;
  }
  .voice-inner {
    padding: 3.9375rem 0 6.1875rem;
    background: #d0eafb;
  }
  .voice h2 {
    width: 41.875rem;
    margin: 0 auto 2.875rem;
  }
  .voice-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41.875rem;
    margin: 0 auto 1.125rem;
  }
  .voice-tab__name {
    width: 10rem !important;
    height: 6.4375rem;
  }
  .voice-tab__name.tab.swiper-slide-thumb-active .voice-slide-thumbnail {
    height: 6.875rem;
    background: url("../images/voice-thumbnail-on.webp") no-repeat
      center/contain;
  }
  .voice-tab__name.tab01.swiper-slide-thumb-active .voice-slide-thumbnail01 {
    height: 6.875rem;
    background: url("../images/voice-thumbnail01-on.webp") no-repeat
      center/contain;
  }
  .voice-tab__name.tab02.swiper-slide-thumb-active .voice-slide-thumbnail02 {
    height: 6.875rem;
    background: url("../images/voice-thumbnail02-on.webp") no-repeat
      center/contain;
  }
  .voice-tab__name.tab03.swiper-slide-thumb-active .voice-slide-thumbnail03 {
    height: 6.875rem;
    background: url("../images/voice-thumbnail03-on.webp") no-repeat
      center/contain;
  }
  .voice-slide {
    overflow: hidden;
    width: 45rem;
    margin: 0 auto;
  }
  .voice-slide img {
    height: auto;
  }
  .voice-slide-thumbnail {
    height: 6.4375rem;
    background: url("../images/voice-thumbnail.webp") no-repeat center/contain;
  }
  .voice-slide-thumbnail01 {
    height: 6.4375rem;
    background: url("../images/voice-thumbnail01.webp") no-repeat center/contain;
  }
  .voice-slide-thumbnail02 {
    height: 6.4375rem;
    background: url("../images/voice-thumbnail02.webp") no-repeat center/contain;
  }
  .voice-slide-thumbnail03 {
    height: 6.4375rem;
    background: url("../images/voice-thumbnail03.webp") no-repeat center/contain;
  }
  .voice .js-voice-pagination {
    bottom: 5rem;
  }
  .voice .swiper-pagination-bullet {
    width: 1.0625rem;
    height: 1.0625rem;
    margin: 0 0.9375rem !important;
    background: #ffffff;
    opacity: 1;
  }

  .voice .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }

  .voice .js-voice-prev {
    top: 60rem;
    left: 1.5625rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }

  .voice .js-voice-prev::after {
    content: "";
    width: 3.3125rem;
    height: 3.3125rem;
    background: url(../images/js-voice-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .voice .js-voice-next {
    top: 60rem;
    right: 1.5625rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }
  .voice .js-voice-next::after {
    content: "";
    width: 3.3125rem;
    height: 3.3125rem;
    background: url(../images/js-voice-next.webp) no-repeat center/cover;
  }
  /*==============================================================================
  media
  ============================================================================= */
  .media-inner {
    padding-bottom: 2.5rem;
  }
  .media h2 {
    width: 41.875rem;
    margin: 0 auto 3.1875rem;
  }
  .media-item01 {
    margin-bottom: 3.125rem;
  }
  @-webkit-keyframes gift-loop-left01 {
    from {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes gift-loop-left01 {
    from {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes gift-loop-left02 {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes gift-loop-left02 {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  .media-loop-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }

  .media .loop-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .media .loop-contents .loop-item {
    width: 23.125rem;
    margin-right: 2.625rem;
  }

  .media .loop-contents .loop-item:nth-child(2) {
    width: 23.25rem;
    margin-right: 2.5625rem;
  }

  .media .loop-contents .loop-item:nth-child(3) {
    width: 21.8125rem;
    margin-right: 3.375rem;
  }

  .media .loop-contents .loop-item:nth-child(4) {
    width: 18.5625rem;
    margin-right: 3.3125rem;
  }

  .media .loop-contents .loop-item:nth-child(5) {
    width: 19.0625rem;
    margin-right: 3.9375rem;
  }

  .media .loop-contents .loop-item:nth-child(6) {
    width: 22.875rem;
    margin-right: 4rem;
  }

  .media .loop-contents .loop-item:nth-child(7) {
    width: 17.0625rem;
    margin-right: 4rem;
  }

  .media .loop-left-animation01 {
    -webkit-animation: gift-loop-left01 24s -12s linear infinite;
    animation: gift-loop-left01 24s -12s linear infinite;
  }

  .media .loop-left-animation02 {
    -webkit-animation: gift-loop-left02 24s linear infinite;
    animation: gift-loop-left02 24s linear infinite;
  }
  .faq-inner {
    padding: 5.125rem 0 2.5rem;
    background: #f2f2f2;
  }
  .faq h2 {
    width: 23.125rem;
    margin: 0 auto 3.25rem;
  }
  .faq-item {
    width: 41.75rem;
    margin: 0 auto 2.5rem;
  }
  .faq-item:nth-child(2) {
    margin: 0 auto 1.875rem;
  }
  .faq-item-question {
    position: relative;
  }
  .faq-item .btn {
    position: absolute;
    top: 50%;
    right: 3.125rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 2.125rem;
    height: 4px;
    background: #fff;
  }

  .faq-item .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 4px;
    height: 2.125rem;
    background: #fff;
  }

  .faq-item .btn.open::after {
    display: none;
  }

  .faq-item-answer {
    display: none;
  }

  .faq-item-answer.answer01 {
    padding: 2.5rem 0 1.25rem 2.5rem;
    width: 18.75rem;
  }

  .faq-item-answer.answer02 {
    padding: 1.875rem 0 1.25rem 2.5rem;
    width: 35.625rem;
  }

  .faq-item-answer.answer03 {
    padding: 1.875rem 0 1.25rem 2.5rem;
    width: 35.625rem;
  }

  .cv {
    width: 46.875rem;
    padding: 1.625rem 0 1.9375rem;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .cv.fixed {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .cv.open {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .cv-inner {
    width: 41.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cv h2 {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    display: inline-block;
  }
  .cv-emphasis-text {
    font-size: 2.25rem;
    background: linear-gradient(transparent 65%, var(--secondary-color) 60%);
  }
  .cv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cv-btn01 {
    display: none;
    width: 13.5rem;
  }
  .cv-btn02 {
    display: none;
    width: 14.5rem;
  }
  .cv-btn01.is-visible {
    display: block;
  }
  .cv-btn02.is-visible {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .main {
    width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: white;
    min-height: 100vh;
  }
  .fv {
    padding: 4.3125rem 0 0;
  }

  .fv img {
    height: auto;
  }

  .trouble {
    position: relative;
    z-index: 5;
    padding: 5rem 0 6rem;
  }

  .trouble-inner {
    width: 62.5rem;
  }

  .trouble-building {
    position: absolute;
    top: 125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 125rem;
  }

  .reason {
    position: relative;
    z-index: 5;
    padding: 0 0 4.9375rem;
  }

  .reason02 {
    display: none;
  }

  /*==============================================================================
  voice
  ============================================================================= */
  .voice {
    position: relative;
  }

  .voice-inner {
    padding: 4.625rem 0 6.25rem;
    background: #d0eafb;
  }

  .voice h2 {
    width: 39.0625rem;
    margin: 0 auto 2.5rem;
  }

  .voice-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 42.1875rem;
    margin: 0 auto 1.125rem;
  }

  .voice-tab__name {
    cursor: pointer;
    width: 9.8125rem !important;
  }

  .voice-tab__name.tab.swiper-slide-thumb-active .voice-slide-thumbnail {
    height: 5.0625rem;
    background: url("../images/voice-thumbnail-on-pc.webp") no-repeat
      center/contain;
  }

  .voice-tab__name.tab01.swiper-slide-thumb-active .voice-slide-thumbnail01 {
    height: 5.0625rem;
    background: url("../images/voice-thumbnail01-on-pc.webp") no-repeat
      center/contain;
  }

  .voice-tab__name.tab02.swiper-slide-thumb-active .voice-slide-thumbnail02 {
    height: 5.0625rem;
    background: url("../images/voice-thumbnail02-on-pc.webp") no-repeat
      center/contain;
  }

  .voice-tab__name.tab03.swiper-slide-thumb-active .voice-slide-thumbnail03 {
    height: 5.0625rem;
    background: url("../images/voice-thumbnail03-on-pc.webp") no-repeat
      center/contain;
  }

  .voice-slide {
    overflow: hidden;
    width: 65.625rem;
    margin: 0 auto;
  }

  .voice-slide img {
    height: auto;
  }

  .voice-slide-thumbnail {
    height: 4.6875rem;
    background: url("../images/voice-thumbnail-pc.webp") no-repeat
      center/contain;
  }

  .voice-slide-thumbnail01 {
    height: 4.6875rem;
    background: url("../images/voice-thumbnail01-pc.webp") no-repeat
      center/contain;
  }

  .voice-slide-thumbnail02 {
    height: 4.6875rem;
    background: url("../images/voice-thumbnail02-pc.webp") no-repeat
      center/contain;
  }

  .voice-slide-thumbnail03 {
    height: 4.6875rem;
    background: url("../images/voice-thumbnail03-pc.webp") no-repeat
      center/contain;
  }

  .voice .js-voice-pagination {
    bottom: 5.3125rem;
  }

  .voice .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.46875rem !important;
    background: #ffffff;
    opacity: 1;
  }

  .voice .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }

  .voice .js-voice-prev {
    top: 39rem;
    left: 30.9rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }

  .voice .js-voice-prev::after {
    content: "";
    width: 3.3125rem;
    height: 3.3125rem;
    background: url(../images/js-voice-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .voice .js-voice-next {
    top: 39rem;
    right: 30.9rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }

  .voice .js-voice-next::after {
    content: "";
    width: 3.3125rem;
    height: 3.3125rem;
    background: url(../images/js-voice-next.webp) no-repeat center/cover;
  }

  /*==============================================================================
  media
  ============================================================================= */
  .media-inner {
    padding: 40px 0 40px;
    width: 100%;
  }
  .media h2 {
    width: 300px;
    margin: 0 auto 30px;
  }
  @-webkit-keyframes gift-loop-left01 {
    from {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes gift-loop-left01 {
    from {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes gift-loop-left02 {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @keyframes gift-loop-left02 {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  .media-loop-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .media .loop-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .media .loop-contents .loop-item {
    width: 16.25rem;
    margin-right: 1.875rem;
  }
  .media .loop-contents .loop-item:nth-child(2) {
    width: 16.375rem;
    margin-right: 1.8125rem;
  }
  .media .loop-contents .loop-item:nth-child(3) {
    width: 15.375rem;
    margin-right: 2.375rem;
  }
  .media .loop-contents .loop-item:nth-child(4) {
    width: 13.0625rem;
    margin-right: 2.3125rem;
  }
  .media .loop-contents .loop-item:nth-child(5) {
    width: 13.4375rem;
    margin-right: 2.75rem;
  }
  .media .loop-contents .loop-item:nth-child(6) {
    width: 16.125rem;
    margin-right: 2.75rem;
  }
  .media .loop-contents .loop-item:nth-child(7) {
    width: 12rem;
    margin-right: 1.25rem;
  }
  .media .loop-left-animation01 {
    -webkit-animation: gift-loop-left01 24s -12s linear infinite;
    animation: gift-loop-left01 24s -12s linear infinite;
  }
  .media .loop-left-animation02 {
    -webkit-animation: gift-loop-left02 24s linear infinite;
    animation: gift-loop-left02 24s linear infinite;
  }

  .faq-inner {
    width: 400px;
    padding: 5rem 0 3rem;
    background: #f2f2f2;
  }

  .faq h2 {
    width: 200px;
    margin: 0 auto 4.3125rem;
  }

  .faq-item {
    cursor: pointer;
    width: 350px;
    margin: 0 auto 1.875rem;
  }

  .faq-item:nth-child(2) {
    margin: 0 auto 2.1875rem;
  }

  .faq-item-question {
    position: relative;
  }

  .faq-item .btn {
    position: absolute;
    top: 50%;
    right: 2.1875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1.5625rem;
    height: 4px;
    background: #fff;
  }
  .faq-item .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 4px;
    height: 1.5625rem;
    background: #fff;
  }
  .faq-item .btn.open::after {
    display: none;
  }
  .faq-item-answer {
    display: none;
  }
  .faq-item-answer.answer01 {
    padding: 1.875rem 0 0.625rem 1.5625rem;
    width: 170px;
  }
  .faq-item-answer.answer02 {
    padding: 1.875rem 0 0.625rem 1.5625rem;
    width: 310px;
  }
  .faq-item-answer.answer03 {
    padding: 1.875rem 0 0.625rem 1.5625rem;
    width: 305px;
  }
  .cv {
    display: none;
  }

  /* PC向けのCV設定 */
  .cv-pc {
    display: block;
  }

  .cv-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    gap: 16px;
    align-self: stretch;

    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2);
  }

  .cv-emphasis-text {
    background: linear-gradient(transparent 65%, var(--secondary-color) 60%);
  }

  .cv-side h2 {
    color: #0139b9;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }

  .cv-btns {
    width: 100%;
    max-width: 135px;
    z-index: 2;
  }
}

/*
  sp版とpc版で表示全体を切り替えている
  sp版のcss
*/

.section6-description {
  padding: 0 20px;
  background: url("../images/sp/section6-background.webp") no-repeat top
    center/contain;
}

.section6-title {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-top: 32px;
}

.section6-content {
  padding: 0 20px;
}
.section6 img {
  margin-bottom: 24px;
}
.section6-reason2 {
  background-color: #dae7fa;
  border-radius: 24px;
  margin-bottom: 24px;
}
.section6-reason2-top {
  position: relative;
}

.section6-reason2-label {
  position: absolute;
  width: 39%;
  height: 32%;
  left: -8px;
  top: 24px;
}
.section6-reason2-steps {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin: 0 16px 16px 16px;
}
.section6-reason2-content {
  max-width: 100%;
  padding: 0 10px 0 20px;
  /* 画像のはみ出ている分調整している */
}

.section6-reason2-steps {
  position: relative;
}
.steps-slide {
  overflow: hidden;
  margin: 0 auto;
}

.section6-reason2-steps .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #d9d9d9;
  opacity: 1;
}

.section6-reason2-steps .js-sp-steps-pagination {
  bottom: 20px;
}

.section6-reason2-steps .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.section6-reason2-steps .js-sp-steps-prev {
  top: 55%;
  left: 0.5rem;
  width: 3rem;
  height: 6rem;
  margin-top: -1.25rem;
}

.section6-reason2-steps .js-sp-steps-prev::after {
  content: "";
  width: 3rem;
  height: 6rem;
  background: url(../images/js-steps-next.webp) no-repeat center/contain;
  transform: scaleX(-1);
}

.section6-reason2-steps .js-sp-steps-next {
  top: 55%;
  right: 0.5rem;
  width: 3rem;
  height: 6rem;
  margin-top: -1.25rem;
}

.section6-reason2-steps .js-sp-steps-next::after {
  content: "";
  width: 3rem;
  height: 6rem;
  background: url(../images/js-steps-next.webp) no-repeat center/contain;
}

/* section6のPC向けスタイル */
@media screen and (min-width: 768px) {
  .section6-reason2-steps .js-sp-steps-prev,
  .section6-reason2-steps .js-sp-steps-next {
    width: 30px;
  }

  .section6-reason2-steps .js-sp-steps-prev {
    left: 2px;
  }

  .section6-reason2-steps .js-sp-steps-next {
    right: 2px;
  }
}

.section7-title {
  display: block;
  width: 70%;
  margin: 0 auto 24px;
}
.sp-voice {
  padding: 4.625rem 0 6.25rem;
  background: #d0eafb;
}

.sp-voice-slide {
  overflow: hidden;
  margin: 0 auto;
}

.sp-voice .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  opacity: 1;
}

.sp-voice .js-sp-voice-pagination {
  bottom: -30px;
}

.sp-voice .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.sp-voice .js-sp-voice-prev {
  top: 55%;
  left: 0.5rem;
  width: 3rem;
  height: 3rem;
  margin-top: -1.25rem;
}

.sp-voice .js-sp-voice-prev::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../images/js-voice-next.webp) no-repeat center/cover;
  transform: scaleX(-1);
}

.sp-voice .js-sp-voice-next {
  top: 55%;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  margin-top: -1.25rem;
}

.sp-voice .js-sp-voice-next::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../images/js-voice-next.webp) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .sp-voice {
    width: 400px;
  }

  .sp-voice .voice-slide {
    overflow: hidden;
    width: 360px;
    margin: 0 auto;
  }

  .sp-voice .js-sp-voice-prev,
  .sp-voice .js-sp-voice-next {
    width: 28px;
  }

  .sp-voice .js-sp-voice-prev::after,
  .sp-voice .js-sp-voice-next::after {
    width: 28px;
    background-size: contain;
  }
  .sp-voice .js-sp-voice-prev {
    left: 14px;
  }

  .sp-voice .js-sp-voice-next {
    right: 8px;
  }
}

/* サイド部分のスタイル */
.side-background {
  position: fixed;
  top: 0;
  width: calc((100% - 400px) / 2); /* メインエリアの中央幅を除いた両側 */
  height: 100vh;
  background-image: url("../images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.side-background.left {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: left center;
}

.side-background.right {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right center;
}

.logo {
  width: 80%;
  max-width: 200px;
  height: auto;
  z-index: 2;
}

/* メニュー部分のスタイル */
.menu-section {
  margin-bottom: 20px;
}

.menu-title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-decoration: none;
  display: block;
}

.menu-title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.menu-list {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}

.menu-link {
  margin-top: 12px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.6px;
  text-decoration: none;
}

.menu-link strong {
  font-weight: 700;
}
