@charset "UTF-8";
body {
  color: #030000;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

/* ルートフォント（rem対応）
------------------------------------------ */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a {
  text-decoration: none;
}

body.is-fixed {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

.br {
  display: inline-block;
}

.footer-fixed {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .footer-fixed {
    margin-bottom: 24%;
  }
}
.footer-fixed__content {
  flex: 1 1 auto;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Set core body defaults */
body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}




/* ページネーション
------------------------------------------ */
.select__swiper01 .swiper-pagination {
  bottom: 30px !important;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .select__swiper01 .swiper-pagination {
    bottom: 25px !important;
  }
}

.select__swiper02 .swiper-pagination {
  bottom: 30px !important;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .select__swiper02 .swiper-pagination {
    bottom: 25px !important;
  }
}
/* オレンジ　#ff6701 */
.swiper-pagination--red .swiper-pagination-bullet {
  border: 1px solid #999999 !important;
}
.swiper-pagination--red .swiper-pagination-bullet-active {
  background-color: #999999 !important;
}

/* ブルー　#00309d */
.swiper-pagination--blue .swiper-pagination-bullet {
  border: 1px solid #999999 !important;
}
.swiper-pagination--blue .swiper-pagination-bullet-active {
  background-color: #999999 !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  border-radius: 2px !important;
  height: 0.875rem !important;
  opacity: 1 !important;
  width: 0.875rem !important;
}

/* ご利用者の声
------------------------------------------ */
.user__swiper {
  overflow: visible !important;
}

.user__swiper-slide {
  border-radius: 15px;
  height: auto;
  /*min-height: 37.5rem;*/
  opacity: 0.7;
  padding: 1.5rem 2.1875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .user__swiper-slide {
    border-radius: 10px;
    min-height: 25rem;
    padding: 1.25rem 1.6875rem 2rem;
  }
}
.user__swiper-slide.odd-slide {
  
  border: 4px solid #ff6701;
  background-color: #ffffff;
}
.user__swiper-slide.even-slide {
  border: 4px solid #00309d;
  background-color: #ffffff;
}

.swiper-slide-active {
  opacity: 1;
}

.user__swiper-slide__thumbnail {
  margin-top: 1.1875rem;
}

.user__swiper-slide__text {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.8095238095;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .user__swiper-slide__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
}

.swiper-pagination-user {
  bottom: 20px !important;
}

/* オレンジ　#ff6701; */
.changeColor-red .swiper-pagination-bullet {
  border: 1px solid #999999 !important;
}
.changeColor-red .swiper-pagination-bullet-active {
  background-color: #999999 !important;
}

/* ブルー　#00309d; */
.changeColor-blue .swiper-pagination-bullet {
  border: 1px solid #999999 !important;
}
.changeColor-blue .swiper-pagination-bullet-active {
  background-color: #999999 !important;
}


.swiper-button-prev-user,
.swiper-button-next-user {
  -webkit-mask: url(../img/user-arrow-blue.svg) no-repeat center center/contain;
  background-color: #00309d;
  height: 6rem;
  mask: url(../img/user-arrow-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  transition: 0.15s;
  width: 3rem;
  z-index: 1 !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev-user,
  .swiper-button-next-user {
    height: 4.1875rem;
    /* 矢印左右反転　transform: translateY(-50%) scale(-1, 1);*/
    width: 2.0625rem;
    z-index: 1 !important;
  }
}
.swiper-button-prev-user::after,
.swiper-button-next-user::after {
  display: none !important;
}
.swiper-button-prev-user::before,
.swiper-button-next-user::before {
  -webkit-mask: url(../img/user-slider-arrow-triangle.svg) no-repeat center center/contain;
  background-color: #fff;
  content: "";
  display: block;
  height: 1.625rem;
  left: 0;
  mask: url(../img/user-slider-arrow-triangle.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev-user::before,
  .swiper-button-next-user::before {
    height: 1.125rem;
    /* 矢印左右反転　transform: translateY(-50%) scale(-1, 1);*/
    width: 0.875rem;
  }
}

.swiper-button-prev-user {
  left: -2.9375rem !important;
  transform: translateY(-40%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev-user {
    left: 0.25rem !important;
    /* 矢印左右反転　transform: translateY(-50%); */
  }
}

.swiper-button-next-user {
  right: -2.9375rem !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-next-user {
    right: 0.25rem !important;
  }
}



.chart {
  background: url(../img/chart-bg.png) no-repeat center center/cover;
  padding-block: 3.875rem 5rem;
}
@media screen and (max-width: 767px) {
  .chart {
    background: url(../img/chart-bg-spldpi.png) no-repeat center center/100% 100%;
    margin-top: 2.8125rem;
    padding-block: 3.875rem 2.5rem;
  }
}

.chart__title {
  margin-inline: auto;
  max-width: 696px;
  width: 36.25vw;
}
@media screen and (max-width: 767px) {
  .chart__title {
    margin-top: -6.25rem;
    max-width: 335px;
    width: 100%;
  }
}

.chart__flow {
  margin-top: 3.3125rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chart__flow {
    margin-top: 1.625rem;
  }
}

.chart__text {
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3125;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .chart__text {
    font-size: 0.6875rem;
    line-height: 1.5;
    margin-top: 0.9375rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.company {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .company {
    padding-block: 2.8125rem;
  }
}

.company__inner {
  margin-inline: auto;
  max-width: 950px;
  padding-inline: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__inner {
    max-width: 400px;
    padding-inline: 10px;
  }
}

.company__media {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company__media {
    display: block;
    margin-top: 1.875rem;
  }
}

.company__block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company__block {
    width: 100%;
  }
}

.company__title {
  color: #00309d;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .company__list {
    padding-inline: 0.625rem;
  }
}

.company-list__wrap {
  display: flex;
  padding: 0.9375rem 0rem 0.9375rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-list__wrap {
    padding: 0.75rem 0;
  }
}
.company-list__wrap:first-child {
  padding-top: 0;
}
.company-list__wrap:last-child {
  padding-bottom: 0;
}

.company-list__title {
  color: #00309d;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5833333333;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .company-list__title {
    font-size: 1rem;
    line-height: 1.75;
    width: 27%;
  }
}

.company-list__content {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.8095238095;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .company-list__content {
    font-size: 0.875rem;
    line-height: 2;
    width: 73%;
  }
}

.company__map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company__map {
    margin-top: 2.25rem;
    width: 100%;
  }
}

.company__google-map {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__google-map {
    aspect-ratio: 355/250;
  }
}

.mv {
  background: url(../img/mv-bg-pc.png) no-repeat center center/cover;
  padding-block: 9.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv-bg-sp.png) no-repeat center center/cover;
    padding-block: 9.6875rem;
  }
}

.mv__title {
  margin-inline: auto;
  max-width: 842px;
  width: 43.875vw;
}
@media screen and (max-width: 767px) {
  .mv__title {
    width: 93.6vw;
  }
}

.mv__block {
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  top: 4.59375rem;
}
@media screen and (max-width: 767px) {
  .mv__block {
    top: 4vw;
  }
}

.mv__text {
  -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  background-color: #00309d;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  color: #fff;
  display: block;
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 800;
  padding: 0.75rem 4.375rem 0.75rem 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .mv__text {
    -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    font-size: 1.375rem;
    padding: 0.1875rem 1.25rem 0.3125rem 0.6875rem;
  }
}
.mv__text--sub {
  -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .mv__text--sub {
    -webkit-clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    margin-top: 0.625rem;
  }
}

.point {
  background: url(../img/point-bg.png) no-repeat center center/cover;
}

.point__inner {
  margin-inline: auto;
  max-width: 1050px;
  padding-inline: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point__inner {
    max-width: 450px;
    padding-inline: 10px;
  }
}

.point__title {
  margin-inline: auto;
  max-width: 920px;
  width: 47.91666666vw;
}
@media screen and (max-width: 767px) {
  .point__title {
    max-width: 303px;
    width: 100%;
  }
}

.point__lists {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .point__lists {
    margin-top: 2rem;
  }
}

.point-list:not(:first-child) {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .point-list:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.point-list__head {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3928571429;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-list__head {
    font-size: 1.3125rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 767px) {
  .point-list__head::after {
    background: url(../img/point-sp-accordion-triangle.svg) no-repeat center center/contain;
    content: "";
    display: block;
    height: 0.4375rem;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s ease-out;
    width: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .point-list__head.is-open::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.point-list__head--red {
  color: #ff6701;
  letter-spacing: 0.05em;
}
.point-list__head--small {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .point-list__head--small {
    font-size: 0.875rem;
  }
}

.point-list__head--red::after,
.point-list__head--small::after {
  display: none;
}

.point-list__title {
  padding-left: 12.8125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .point-list__title {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .point-list__title {
    padding-left: 36vw;
  }
}

.point-list__text {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8095238095;
  margin-top: 1.25rem;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .point-list__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.9375rem;
    padding-left: 0;
  }
}
.point-list__text span {
  color: #ff6701;
  font-weight: 600;
}

.point-list-table {
  margin-top: 0.75rem;
}

.point-list-table__title {
  align-items: center;
  display: flex;
  font-size: 1.3125rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin-left: -1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-list-table__title {
    display: block;
    margin-inline: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.point-list-table__title span {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .point-list-table__title span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .point-list-table__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.point-list-table__title::before, .point-list-table__title::after {
  background: url(../img/point-list-under-triangle.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.875rem;
  width: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .point-list-table__title::before, .point-list-table__title::after {
    height: 0.625rem;
    position: absolute;
    top: 18%;
    width: 0.75rem;
  }
}
.point-list-table__title::before {
  margin-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .point-list-table__title::before {
    left: -1.25rem;
  }
}
.point-list-table__title::after {
  margin-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .point-list-table__title::after {
    right: -1.25rem;
  }
}

.point-list-table__content {
  margin-inline: auto;
  margin-top: 1.125rem;
  max-width: 441px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point-list-table__content {
    max-width: 100%;
  }
}

.point-list-table__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.9285714286;
  margin-top: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-list-table__text {
    font-size: 0.6875rem;
  }
}

.point-list__items {
  display: grid;
  font-size: 1.3125rem;
  font-weight: 400;
  gap: 6.5625rem;
  grid-template-columns: repeat(2, 1fr);
  letter-spacing: 0.01em;
  line-height: 1.8095238095;
  margin-top: 1.0625rem;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .point-list__items {
    font-size: 1rem;
    gap: 2.8125rem;
    grid-template-columns: repeat(1, 1fr);
    line-height: 1.75;
    margin-top: 1.75rem;
    padding-left: 0;
  }
}

.point-list__item {
  padding-left: 1.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-list__item {
    padding-left: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .point-list__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.point-list__item::before {
  background-color: #00309d;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 1.4375rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .point-list__item::before {
    height: 1rem;
    top: 0.4375rem;
    width: 1rem;
  }
}

.point-list-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .point-list-item__title {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.point-list-item__text span {
  color: #ff6701;
  font-weight: 600;
}

.point-list-item__subitem {
  align-items: center;
  display: flex;
}
.point-list-item__subitem:not(:first-child) {
  margin-top: 0.125rem;
}
.point-list-item__subitem::before {
  background-color: #ff6701;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 1.0625rem;
  margin-right: 0.8125rem;
  width: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .point-list-item__subitem::before {
    height: 0.75rem;
    margin-right: 0.625rem;
    width: 0.75rem;
  }
}
.point-list-item__subitem span {
  color: #ff6701;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 2.0625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .point-list-item__subitem span {
    font-size: 1.5rem;
    margin-left: 1.125rem;
  }
}

.point-list-item__subtext {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .point-list-item__subtext {
    font-size: 0.6875rem;
    line-height: 1.9090909091;
  }
}

.point-list__media {
  display: flex;
  margin-top: 0.5rem;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .point-list__media {
    display: block;
    padding-left: 0;
  }
}

.point-list-block {
  flex-shrink: 0;
  padding-left: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-list-block {
    padding-left: 2.125rem;
  }
}
.point-list-block::before {
  background: url(../img/point-list04-icon.svg) no-repeat center center/contain;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2.375rem;
  left: 0;
  margin-right: 0.4375rem;
  position: absolute;
  top: 0;
  width: 2.375rem;
}
@media screen and (max-width: 767px) {
  .point-list-block::before {
    height: 1.75rem;
    margin-right: 0.375rem;
    width: 1.75rem;
  }
}

.point-list-block__title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .point-list-block__title {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.point-list-block__text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2.1111111111;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .point-list-block__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.point-list-block__img {
  margin-left: 7.368421052%;
  max-width: 505px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point-list-block__img {
    margin-left: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .point-list__accordion-content {
    display: none;
  }
}

.qa {
  background-color: #FFFBCC;
}

.qa__title {
  margin-inline: auto;
  max-width: 372px;
  width: 19.375vw;
}
@media screen and (max-width: 767px) {
  .qa__title {
    max-width: 208px;
    width: 100%;
  }
}

.qa__list {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .qa__list {
    margin-top: 2.0625rem;
  }
}

.qa-list__wrap {
  background-color: #fff;
  border-radius: 15px;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .qa-list__wrap {
    border-radius: 9px;
    padding-inline: 0.5rem;
  }
}
.qa-list__wrap:not(:first-child) {
  margin-top: 1.1875rem;
}

.qa-list__title {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 1.5rem 0 1.5rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa-list__title {
    font-size: 1rem;
    line-height: 1.5625;
    padding: 0.75rem 0 0.75rem 3.375rem;
  }
}
.qa-list__title::before {
  background: url(../img/qa-q-icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.9375rem;
  left: 0.3125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9375rem;
}
.qa-list__title span::before,
.qa-list__title span::after {
  background-color: #231815;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .qa-list__title span::before,
  .qa-list__title span::after {
    right: 8px;
  }
}
.qa-list__title span::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.qa-list__title.is-open span::after {
  transform: rotate(0);
}

.qa-list__content {
  border-top: 1px solid #00309d;
  display: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
  padding: 1.375rem 0 1.875rem 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa-list__content {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.75rem 0 0.75rem 3.375rem;
  }
}
.qa-list__content::before {
  background: url(../img/qa-a-icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.9375rem;
  left: 0.3125rem;
  position: absolute;
  top: 1.4375rem;
  width: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .qa-list__content::before {
    top: 0.75rem;
  }
}
.qa-list__content a {
  color: #0000EE;
  text-decoration: underline;
}
@media (hover: hover) {
  .qa-list__content a:hover {
    text-decoration: none;
  }
}

.qa-list__subtext {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .qa-list__subtext {
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
}

.qa-list__items {
  display: flex;
}
@media screen and (max-width: 767px) {
  .qa-list__items {
    display: block;
  }
}

.qa-list__item {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
  padding-left: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa-list__item {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding-left: 0.75rem;
  }
}
.qa-list__item:not(:first-child) {
  margin-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .qa-list__item:not(:first-child) {
    margin-left: 0;
  }
}
.qa-list__item::before {
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.75rem;
}
@media screen and (max-width: 767px) {
  .qa-list__item::before {
    border-radius: 1px;
    height: 0.4375rem;
    top: 0.25rem;
    width: 0.4375rem;
  }
}
.qa-list__item--icon-red::before {
  background-color: #ff6701;
}
.qa-list__item--icon-blue::before {
  background-color: #00309d;
}

.select {
  overflow: hidden;
}

.select__title {
  margin-inline: auto;
  max-width: 376px;
  width: 19.5833333vw;
}
@media screen and (max-width: 767px) {
  .select__title {
    max-width: 210px;
    width: 100%;
  }
}

.select__container {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .select__container {
    margin-top: 2.5rem;
  }
}

.serach {
  background: url(../img/serch-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .serach {
    background: url(../img/serch-bg-sp.png) no-repeat center center/cover;
    left: 50%;
    padding-block: 3.75rem 1.25rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94.6666666%;
    z-index: 999999;
  }
}

.serach__inner {
  margin-inline: auto;
  max-width: 950px;
  padding-inline: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .serach__inner {
    padding-inline: 10px;
  }
}

.serach__title {
  margin-inline: auto;
  max-width: 530px;
  width: 27.604167vw;
}
@media screen and (max-width: 767px) {
  .serach__title {
    max-width: 281px;
    width: 100%;
  }
}

.serach__content {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 1.6875rem;
  padding: 1.875rem 2.125rem 2.3125rem;
}
@media screen and (max-width: 767px) {
  .serach__content {
    padding: 1.125rem 0.5rem;
  }
}

.service__title {
  margin-inline: auto;
  max-width: 864px;
  width: 45vw;
}
@media screen and (max-width: 767px) {
  .service__title {
    max-width: 287px;
    width: 100%;
  }
}

.service__text {
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 1.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}
.service__text--red, .service__text--blue {
  border-radius: 3px;
  color: #fff;
  margin-inline: 0.375rem;
  padding: 0.4375rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .service__text--red, .service__text--blue {
    padding: 0.25rem 0.3125rem;
  }
}
.service__text--red {
  background-color: #ff6701;
}
.service__text--blue {
  background-color: #00309d;
}

.service-table {
  border: none;
  border-spacing: 0;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .service-table {
    margin-top: 0.8125rem;
  }
}
.service-table tr {
  border: 0;
}
.service-table tr:first-child th:first-child {
  background-color: transparent;
  border: 0;
  width: 16%;
}
@media screen and (max-width: 767px) {
  .service-table tr:first-child th:first-child {
    width: 7%;
  }
}
.service-table tr:nth-child(2) th {
  border-radius: 15px 0 0 0;
  border-top: 2px solid #231815;
}
@media screen and (max-width: 767px) {
  .service-table tr:nth-child(2) th {
    border-radius: 6px 0 0 0;
    border-top: 1px solid #231815;
  }
}
.service-table tr:last-child th {
  border-bottom: 2px solid #231815;
  border-radius: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .service-table tr:last-child th {
    border-bottom: 1px solid #231815;
    border-radius: 0 0 0 6px;
  }
}
.service-table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .service-table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
  }
}
.service-table tr:nth-child(odd) td:nth-child(2) {
  background-color: #FCE5E7;
}
.service-table tr:nth-child(odd) td:nth-child(3) {
  background-color: #E7ECF3;
}
.service-table th,
.service-table td {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .service-table tr {
    writing-mode: vertical-rl;
  }
}
.service-table th:first-child {
  background-color: #595757;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #231815;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4736842105;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service-table th:first-child {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #231815;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    line-height: 1.2;
    min-height: 160px;
    padding-block: 0.3125rem;
    padding-inline: 0;
  }
}
.service-table th:first-child span {
  display: block;
}
@media screen and (max-width: 767px) {
  .service-table th:first-child span {
    display: inline-block;
    line-height: 2;
    writing-mode: vertical-rl;
  }
}
.service-table td {
  border-bottom: 2px solid #231815;
  border-right: 2px solid #231815;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  padding: 1.25rem;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .service-table td {
    border-bottom: 1px solid #231815;
    border-right: 1px solid #231815;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    padding: 0.625rem;
    width: 46.5%;
  }
}
.service-table .service-table__main-header {
  border-left: none;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service-table .service-table__main-header {
    border-radius: 13px 13px 0 0;
    font-size: 0.9375rem;
    padding-block: 1.125rem 0.8125rem;
  }
}
.service-table .service-table__main-header--red {
  background-color: #ff6701;
}
.service-table .service-table__main-header--blue {
  background-color: #00309d;
}
.service-table .service-table__main-header .service-table__strong {
  display: inline-block;
  font-size: 2.1875rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service-table .service-table__main-header .service-table__strong {
    font-size: 1.5625rem;
  }
}
.service-table .service-table__text-yellow {
  color: #ffe900;
}
.service-table .service-table__text-red {
  color: #ff6701;
}
.service-table .service-table__text-blue {
  color: #00309d;
}

.service-table__text-mt-adjust {
  display: inline-block;
  margin-top: 10px;
}

.service-table__lists {
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .service-table__lists {
    gap: 0.625rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-table__lists--red .service-table__list::before {
  background-color: #ff6701;
}
.service-table__lists--blue .service-table__list::before {
  background-color: #00309d;
}

.service-table__list {
  padding-left: 1.375rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service-table__list {
    padding-left: 0.9375rem;
  }
}
.service-table__list::before {
  -webkit-mask: url(../img/service-table-block-icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.875rem;
  left: 0;
  mask: url(../img/service-table-block-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.375rem;
  width: 0.875rem;
}
@media screen and (max-width: 767px) {
  .service-table__list::before {
    height: 0.5625rem;
    top: 0.1875rem;
    width: 0.5625rem;
  }
}
.service-table__list span {
  font-weight: 700;
}

.step {
  background-color: #FFFBCC;
}

.step__inner {
  margin-inline: auto;
  max-width: 950px;
  padding-inline: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .step__inner {
    max-width: 400px;
    padding-inline: 10px;
  }
}

.step__title {
  margin-inline: auto;
  max-width: 37.3125rem;
  width: 31.145833vw;
}
@media screen and (max-width: 767px) {
  .step__title {
    max-width: 20.875rem;
    width: 100%;
  }
}

.step__lists {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .step__lists {
    margin-top: 2.3125rem;
  }
}

.step-list {
  background-color: #fff;
  border: 3px solid #00309d;
  border-radius: 7px;
  padding-left: 16.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-list {
    padding-left: 5.5625rem;
  }
}
.step-list:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .step-list:not(:first-child) {
    margin-top: 1.6875rem;
  }
}
.step-list::before {
  border-radius: 5px;
  content: "";
  display: block;
  height: 102%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 100%;
}
.step-list:nth-child(1)::before {
  background: url(../img/step-list01.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .step-list:nth-child(1)::before {
    background: url(../img/step-list01-sp.svg) no-repeat center center/cover;
  }
}
.step-list:nth-child(2)::before {
  background: url(../img/step-list02.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .step-list:nth-child(2)::before {
    background: url(../img/step-list02-sp.svg) no-repeat center center/cover;
  }
}
.step-list:nth-child(3)::before {
  background: url(../img/step-list03.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .step-list:nth-child(3)::before {
    background: url(../img/step-list03-sp.svg) no-repeat center center/cover;
  }
}
.step-list:not(:last-child)::after {
  background: url(../img/step-list-under-triangle.svg) no-repeat center center/cover;
  bottom: -1.0625rem;
  content: "";
  display: block;
  height: 1.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.875rem;
}

.step-list__title {
  color: #00309d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 0.25rem 0 0.25rem 3.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-list__title {
    font-size: 1.125rem;
    padding: 0.125rem 0 0.125rem 1.625rem;
  }
}
.step-list__title::after {
  background: url(../img/step-list-dot-border.svg) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .step-list__title::after {
    background: url(../img/step-list-dot-border-sp.svg) no-repeat center center/contain;
  }
}

.step-list__text {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8095238095;
  padding: 0.25rem 0 0.25rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .step-list__text {
    font-size: 0.875rem;
    padding: 0.125rem 0 0.125rem 1.625rem;
  }
}

.step-list__items {
  padding: 0.25rem 0 0.25rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .step-list__items {
    padding: 0.125rem 0 0.125rem 1.625rem;
  }
}

.step-list-item {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8095238095;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-list-item {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .step-list-item:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.step-list-item::before {
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.0625rem;
  left: 0;
  position: absolute;
  top: 0.5625rem;
  width: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .step-list-item::before {
    top: 0.1875rem;
  }
}
.step-list-item--icon-red::before {
  background-color: #ff6701;
}
.step-list-item--icon-blue::before {
  background-color: #00309d;
}

.step-list-item__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .step-list-item__title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .step-list-item__text {
    margin-left: -1.5625rem;
  }
}

.step-list-item__subtext {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .step-list-item__subtext {
    font-size: 0.75rem;
    margin-left: -1.5625rem;
  }
}

.user {
  overflow: hidden;
  background: #fff;
}

.user__title {
  margin-inline: auto;
  max-width: 860px;
  width: 44.739583333vw;
}
@media screen and (max-width: 767px) {
  .user__title {
    max-width: 22.1875rem;
    width: 100%;
  }
}

.user__container {
  margin-inline: auto;
  /* margin-top: 3.75rem; */
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .user__container {
    /* margin-top: 2.375rem; */
    padding-inline: 0.625rem;
  }
}








/*# sourceMappingURL=sourcemaps/styles.css.map */
