* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  color: #000000;
}

html {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-size: calc(16 / 375 * 500 * 1px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

body.is-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 6.875rem 0 11.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4.125rem 0 5.875rem;
  }
}

.footer__logo {
  width: 16.25rem;
  margin-inline: auto;
}
.footer__info {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .footer__info {
    margin-top: 2.125rem;
  }
}

.footer__company {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .footer__company {
    font-size: 1rem;
    line-height: 2;
  }
}

.footer__address {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 1rem;
    line-height: 2;
  }
}

.footer__contact {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    font-size: 1rem;
    line-height: 2;
  }
}
.footer__contact a {
  color: #000000;
}

.footer__business {
  width: 100%;
  max-width: 37.5rem;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .footer__business {
    max-width: 100%;
    margin: 1rem auto 0;
  }
}

.footer__business-title {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer__business-title {
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}

.footer__business-list {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer__business-list {
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}

.footer__business-license {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer__business-license {
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}

.fv__top {
  position: relative;
  z-index: 1;
}

.fv__line {
  width: 25.2083333333vw;
  aspect-ratio: 709/409;
  position: absolute;
  top: 3.4722222222vw;
  right: 2.9166666667vw;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 768px) {
  .fv__line {
    width: 18.6875rem;
    aspect-ratio: 601/363;
    top: 33.875rem;
    right: calc(50% - 8.1875rem);
  }
}

@media (any-hover: hover) {
  .fv__line:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.fv__text {
  width: 42.2222222222vw;
  position: absolute;
  top: 3.1944444444vw;
  left: 3.8888888889vw;
}
.fv__text img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__text {
    width: 21.0625rem;
    margin-inline: auto;
    top: 2.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv-bottom {
  position: relative;
  z-index: 2;
  margin-top: -7.2916666667vw;
}
@media screen and (max-width: 768px) {
  .fv-bottom {
    margin-top: -3.6875rem;
  }
}

.fv-bottom__text {
  width: 20.625vw;
  position: absolute;
  top: 15.8333333333vw;
}
@media screen and (max-width: 768px) {
  .fv-bottom__text {
    display: none;
  }
}

.fv-bottom__text.text01 {
  right: calc(50% + 13.4027777778vw);
}

.fv-bottom__text.text02 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv-bottom__text.text03 {
  left: calc(50% + 12.9166666667vw);
}

.works {
  padding: 9.375rem 0 4.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 4rem 0 3.125rem;
  }
}

.inner.works__inner {
  max-width: 77.25rem;
}

.works__head {
  text-align: center;
}

.works__en {
  width: 15.75rem;
  aspect-ratio: 252/84;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .works__en {
    width: 11.875rem;
  }
}

.works__ja {
  margin-top: 0.6875rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0f1f5b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .works__ja {
    font-size: 1.25rem;
    letter-spacing: -0.06em;
  }
}

.works__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
  row-gap: 2.875rem;
}
@media screen and (max-width: 768px) {
  .works__list {
    max-width: 500px;
    margin: 2.5rem auto 0;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.25rem;
  }
}

.works__link {
  display: block;
}

.works__station {
  margin-top: 0.875rem;
  font-size: 1rem;
  color: #000000;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works__station {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.works__desc {
  font-size: 1rem;
  color: #000000;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works__desc {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
.works__desc span {
  letter-spacing: -0.02em;
}

.works__btn-wrap {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works__btn-wrap {
    margin-top: 3.375rem;
  }
}

.works__btn {
  width: 14.8125rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 2.5rem;
  border: 1px solid #0f1f5b;
  color: #0f1f5b;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

@media (any-hover: hover) {
  .works__btn:hover {
    background-color: #0f1f5b;
    color: #fff;
  }
  .works__btn:hover .works__btn-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.works__btn-icon {
  width: 0.3125rem;
  aspect-ratio: 5/10;
  position: absolute;
  left: 1.25rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.voice {
  padding: 4.25rem 0 7.25rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 3.125rem 0 4.125rem;
  }
}

.voice__head {
  text-align: center;
}

.voice__en {
  width: 15.75rem;
  aspect-ratio: 252/84;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .voice__en {
    width: 11.4375rem;
  }
}

.voice__ja {
  margin-top: 0.6875rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0f1f5b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .voice__ja {
    font-size: 1.25rem;
  }
}

.voice__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
  row-gap: 2.875rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .voice__list {
    max-width: 500px;
    margin: 1.25rem auto 0;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.voice__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 1px solid #0f1f5b;
}

.voice__item-head {
  padding: 1.5rem 0.75rem 1rem 1.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.375rem;
}
@media screen and (max-width: 768px) {
  .voice__item-head {
    padding: 1.25rem 0.75rem 1rem 0.875rem;
    gap: 1rem;
  }
}

.voice__img {
  width: 7.375rem;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .voice__img {
    width: 6.5rem;
  }
}

.voice__name {
  font-size: 1rem;
  font-weight: 500;
  color: #0f1f5b;
}

.voice__title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0f1f5b;
  line-height: 1.7777777778;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 1rem;
  }
}

.voice__text {
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  font-size: 1rem;
  color: #000000;
  line-height: 1.75;
  background-color: #ebf1f3;
}
@media screen and (max-width: 768px) {
  .voice__text {
    padding: 0.75rem 1.25rem 0.75rem 1.5rem;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
  }
}

.point {
  padding: 6.75rem 0 0;
  margin-top: -2.75rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 3.125rem 0 0;
    margin-top: -1.25rem;
  }
}

.point__head {
  padding-bottom: 6rem;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point__head {
    padding-bottom: 3.75rem;
  }
}

.point__head::after {
  content: "";
  background: #0f1f5b;
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-357deg);
          transform: rotate(-357deg);
}

.point__title {
  width: 35.625rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .point__title {
    width: 18.8125rem;
  }
}

.point__item {
  position: relative;
  z-index: 1;
  padding: 4.375rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .point__item {
    padding: 2.375rem 0 2.375rem;
  }
}

.point__item:nth-child(2) {
  padding: 3.375rem 0 12.125rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(2) {
    padding: 3.375rem 0 3.375rem;
  }
}

.point__item:nth-child(3) {
  padding: 3.75rem 0 12.125rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(3) {
    padding: 2.75rem 0 2.75rem;
  }
}

.point__item:nth-child(4) {
  padding: 2.875rem 0 5.875rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(4) {
    padding: 3.375rem 0 3.375rem;
  }
}

.point__item:nth-child(5) {
  padding: 3.5rem 0 12.125rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(5) {
    padding: 2.75rem 0 2.75rem;
  }
}

.point__item:nth-child(6) {
  padding: 3.375rem 0 4.75rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(6) {
    padding: 3.375rem 0 3.375rem;
  }
}

.point__item::after {
  content: "";
  background: #0f1f5b;
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.point__item:nth-child(odd)::after {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.point__item:nth-child(even)::after {
  -webkit-transform: rotate(-357deg);
          transform: rotate(-357deg);
}

.point__item-inner.inner {
  max-width: 80rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point__item-inner.inner {
    max-width: 500px;
  }
}

.point__item-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .point__item-inner::before {
    display: none;
  }
}

.point__item:nth-child(1) .point__item-inner::before {
  background: url(../img/point01-img.jpg) no-repeat center center/contain;
  width: 37rem;
  aspect-ratio: 1184/790;
  right: 0;
}

.point__item:nth-child(2) .point__item-inner::before {
  background: url(../img/point02-img.jpg) no-repeat center center/contain;
  width: 41.5625rem;
  aspect-ratio: 1330/886;
  left: 0;
  bottom: -10rem;
  right: auto;
}

.point__item:nth-child(3) .point__item-inner::before {
  background: url(../img/point03-img.jpg) no-repeat center center/contain;
  width: 41.5625rem;
  aspect-ratio: 1330/886;
  right: 0;
  bottom: -7.75rem;
  right: auto;
}

.point__item:nth-child(3) .point__item-inner::before {
  background: url(../img/point03-img.jpg) no-repeat center center/contain;
  width: 41.5625rem;
  aspect-ratio: 1310/872;
  right: 0;
  bottom: -8.375rem;
}

.point__item:nth-child(4) .point__item-inner::before {
  background: url(../img/point04-img.jpg) no-repeat center center/contain;
  width: 40.9375rem;
  aspect-ratio: 1330/886;
  left: 0;
  right: auto;
  bottom: -0.5rem;
}

.point__item:nth-child(5) .point__item-inner::before {
  background: url(../img/point05-img.jpg) no-repeat center center/contain;
  width: 39.0625rem;
  aspect-ratio: 1250/834;
  right: 0;
  bottom: -8.125rem;
}

.point__item:nth-child(6) .point__item-inner::before {
  background: url(../img/point06-img.jpg) no-repeat center center/contain;
  width: 39.8125rem;
  aspect-ratio: 1274/850;
  left: 0;
  right: auto;
  bottom: -1.25rem;
}

.point-item__head {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .point-item__head {
    width: 100%;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.point__item:nth-child(odd) .point-item__head {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.point__item:nth-child(even) .point-item__head {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(even) .point-item__head {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.point__num {
  height: 10.0625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .point__num {
    height: 3.5rem;
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 1rem;
  }
}

.point__item:nth-child(even) .point__num {
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(even) .point__num {
    grid-column: 1/2;
  }
}

.point__item:nth-child(1) .point__num {
  aspect-ratio: 76/161;
}

.point__item:nth-child(2) .point__num {
  aspect-ratio: 112/161;
}

.point__item:nth-child(3) .point__num {
  aspect-ratio: 106/161;
}

.point__item:nth-child(4) .point__num {
  aspect-ratio: 100/161;
}

.point__item:nth-child(5) .point__num {
  aspect-ratio: 106/161;
}

.point__item:nth-child(6) .point__num {
  aspect-ratio: 98/165;
}

.point-item__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.625rem;
  font-weight: bold;
  color: #0f1f5b;
  line-height: 1.2;
  padding: 0 0.125rem 0.75rem;
  border-bottom: 2px solid #0f1f5b;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .point-item__title {
    font-size: 1.625rem;
    border: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.point__item:nth-child(odd) .point-item__title {
  grid-column: 2/3;
  grid-row: 1/2;
}

.point__item:nth-child(even) .point-item__title {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(even) .point-item__title {
    grid-column: 2/3;
  }
}

.point-item__title .accent {
  color: #d45718;
}

.point__sub {
  margin-top: 1.125rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0f1f5b;
}
@media screen and (max-width: 768px) {
  .point__sub {
    margin-top: 0;
    font-size: 1.125rem;
    letter-spacing: -0.06em;
    border-top: 1px solid #0f1f5b;
    padding-top: 1rem;
  }
}

.point__item:nth-child(odd) .point__sub {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(odd) .point__sub {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.point__item:nth-child(even) .point__sub {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(even) .point__sub {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.point__body {
  margin-top: 3.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0f1f5b;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .point__body {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.point__item:nth-child(2) .point__body {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(2) .point__body {
    margin-top: 1.5rem;
  }
}

.point__item:nth-child(3) .point__body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(3) .point__body {
    margin-top: 1.5rem;
  }
}

.point__item:nth-child(4) .point__body {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(4) .point__body {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .point__item:nth-child(4) .point__body.middle {
    margin-top: 1.5rem;
  }
}

.point__item:nth-child(4) .point__body.last {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(4) .point__body.last {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .point__item:nth-child(5) .point__body {
    margin-top: 0.75rem;
  }
}

.point__item:nth-child(6) .point__body {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .point__item:nth-child(6) .point__body {
    margin-top: 2.5rem;
  }
}

.point__body .large {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .point__body .large {
    font-size: 1.3125rem;
    letter-spacing: -0.08em;
  }
}

.point__body .narrow {
  letter-spacing: -0.4em;
}

.point__tags {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .point__tags {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .point__item:nth-child(4) .point__tags {
    margin-top: 1.25rem;
  }
}

.point__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background-color: #d45718;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.9545454545;
  font-weight: 400;
  padding: 0 0.875rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .point__tag {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    padding: 0 0.875rem;
  }
}

.point__foot {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  color: #0f1f5b;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .point__foot {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.point__foot--accent {
  margin-top: 1.75rem;
  color: #d45718;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .point__foot--accent {
    margin-top: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.375;
    letter-spacing: -0.06em;
  }
}

@media screen and (max-width: 768px) {
  .point__item:nth-child(5) .point__foot--accent {
    margin-top: 1.5rem;
  }
}

.point__item:nth-child(5) .point__foot--accent .narrow {
  letter-spacing: -0.1em;
}

.point__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .point__img--sp {
    display: block;
    margin-top: 1.875rem;
  }
}

.point__fee {
  display: block;
  width: 31.75rem;
  margin-left: auto;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .point__fee {
    width: 16.625rem;
    margin: 1.875rem auto 0;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(2) .point__item-inner {
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(2) .point-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(2) .point__body,
  .point__item:nth-child(2) .point__foot,
  .point__item:nth-child(2) .point__sub {
    text-align: right;
  }
}

.point__highlight {
  margin-top: 2.5rem;
  color: #d45718;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.7692307692;
}
@media screen and (max-width: 768px) {
  .point__highlight {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.375;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(4) .point__item-inner {
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(4) .point-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(4) .point__highlight,
  .point__item:nth-child(4) .point__body,
  .point__item:nth-child(4) .point__sub {
    text-align: right;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(4) .point__tags {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.point__sub--serif {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}

@media (min-width: 769px) {
  .point__item:nth-child(6) .point__item-inner {
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(6) .point-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .point__item:nth-child(6) .point__highlight,
  .point__item:nth-child(6) .point__body,
  .point__item:nth-child(6) .point__sub {
    text-align: right;
  }
}

.contact {
  padding: 2.75rem 0 6.25rem;
  background-color: #faede6;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 2rem 0 7.875rem;
  }
}

.contact__lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f1f5b;
  line-height: 1.7916666667;
}
@media screen and (max-width: 768px) {
  .contact__lead {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.contact__cards {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .contact__cards {
    max-width: 500px;
    margin: 2.5rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.contact__card {
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__card {
    padding: 1rem 1.25rem 1.25rem;
  }
}

.contact__card--tel,
.contact__card--line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__card--form {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact__card--form {
    margin-top: 1rem;
  }
}

.contact__card-title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0f1f5b;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #0f1f5b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__card-title {
    font-size: 1.0625rem;
    padding-bottom: 0.875rem;
  }
}

.contact__tel-wrap {
  margin-top: 2.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact__tel-wrap {
    margin-top: 1.125rem;
    gap: 0.1875rem;
  }
}

.contact__tel-icon {
  width: 2.875rem;
  aspect-ratio: 46/34;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact__tel-icon {
    width: 2.25rem;
  }
}

.contact__tel-num {
  font-size: 3.125rem;
  font-weight: 500;
  color: #d45718;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__tel-num {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}

.contact__tel-hours {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #0f1f5b;
}
@media screen and (max-width: 768px) {
  .contact__tel-hours {
    margin-top: 1.125rem;
  }
}

.contact__line-body {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .contact__line-body {
    margin-top: 0.625rem;
  }
}

.contact__line-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  color: #0f1f5b;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .contact__line-text {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    letter-spacing: -0.04em;
  }
}

.contact__line-qr {
  width: 8.3125rem;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact__line-qr {
    display: none;
  }
}

@media (any-hover: hover) {
  .contact__line-qr:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.contact__line-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact__line-btn {
    display: block;
    margin-top: 0.75rem;
    border-radius: 6px;
    padding: 0.5rem;
    border: 1px solid #3ea337;
  }
}

@media screen and (max-width: 768px) {
  .contact__line-top {
    display: block;
    background-color: #3ea337;
    color: #fff;
    text-align: center;
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .contact__line-bottom {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4375rem;
    color: #3ea337;
    font-size: 1.1875rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .contact__line-icon {
    display: block;
    width: 2.1875rem;
    aspect-ratio: 1/1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.contact__card--form {
  border-radius: 17px;
  padding: 3.625rem 1.375rem 5.5rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .contact__card--form {
    max-width: 500px;
    margin-inline: auto;
    padding: 1rem 1.25rem 1.25rem;
  }
}

.contact__error {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: #fff5f3;
  border: 1px solid #d45718;
  color: #0f1f5b;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}

.contact-form {
  margin-top: 1.75rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 1rem;
  }
}

.contact-form__row {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    margin-bottom: 1rem;
  }
}

.contact-form__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0f1f5b;
  margin-bottom: 0.375rem;
}

.contact-form__label--static {
  margin-bottom: 0.5rem;
}

.contact-form__req {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background-color: #d45718;
  border-radius: 0.1875rem;
  vertical-align: 0.1em;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0f1f5b;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 0.5rem;
  line-height: 1.5;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 8rem;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #0f1f5b;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 31, 91, 0.15);
          box-shadow: 0 0 0 2px rgba(15, 31, 91, 0.15);
}

.contact-form__radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.contact-form__radio-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  color: #0f1f5b;
  cursor: pointer;
}
.contact-form__radio-label input {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #0f1f5b;
}

.contact-form__submit-wrap {
  margin-top: 2rem;
  text-align: center;
}

.contact-form__submit {
  display: inline-block;
  min-width: 12rem;
  padding: 1rem 2.5rem;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  background-color: #d45718;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.2s ease, transform 0.15s ease;
  transition: background-color 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media (any-hover: hover) {
  .contact-form__submit:hover {
    background-color: #b84a14;
  }
}
.contact-form__submit:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.thanks-body {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thanks-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.thanks {
  padding: 4rem 0 3rem;
  background-color: #faede6;
}

.thanks__inner {
  text-align: center;
  max-width: 40rem;
}

.thanks__logo {
  margin: 0 0 2rem;
}
.thanks__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.thanks__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f1f5b;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.thanks__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #0f1f5b;
  line-height: 1.75;
}

.thanks__btn-wrap {
  margin-top: 2.5rem;
}

.thanks__btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  background-color: #d45718;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .thanks__btn:hover {
    background-color: #b84a14;
  }
}

.footer.thanks-footer {
  padding: 2rem 0;
  background-color: #0f1f5b;
  text-align: center;
}
.footer.thanks-footer .footer__info {
  margin-top: 0;
  text-align: center;
}
.footer.thanks-footer .footer__company,
.footer.thanks-footer .footer__address,
.footer.thanks-footer .footer__contact {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0.25rem 0;
}
.footer.thanks-footer .footer__contact a {
  color: #fff;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 74.375rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 1rem;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

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

.cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #d45718;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.cta-bar.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.cta-bar__inner {
  max-width: 66rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cta-bar__inner {
    padding: 0.375rem 0;
    gap: 0.875rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-bar__brand {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cta-bar__brand-text {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3125;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta-bar__brand-text {
    display: none;
  }
}

.cta-bar__logo {
  margin-top: 0.25rem;
  width: 14.5rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .cta-bar__logo {
    width: 9.4375rem;
    margin-top: 0;
  }
}

.cta-bar__sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .cta-bar__sp-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    padding: 0.1875rem 1.375rem 0.25rem 0.625rem;
    color: #d45718;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3125;
    white-space: nowrap;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cta-bar__sp-arrow {
    -webkit-mask-image: url(../img/arrow.svg);
            mask-image: url(../img/arrow.svg);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #d45718;
    width: 0.25rem;
    aspect-ratio: 1/2;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.cta-bar__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .cta-bar__items {
    display: none;
  }
}

.cta-bar__item {
  display: block;
  width: 15.3125rem;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.5rem 0.625rem 0.625rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (any-hover: hover) {
  .cta-bar__item:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.cta-bar__item-label {
  display: block;
  padding: 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4375;
  text-align: center;
}

.cta-bar__item--tel .cta-bar__item-label,
.cta-bar__item--form .cta-bar__item-label {
  background-color: #0f1f5b;
}

.cta-bar__item--line .cta-bar__item-label {
  background-color: #3ea337;
}

.cta-bar__tel-inner {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}

.cta-bar__tel-icon {
  width: 1.5625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.cta-bar__tel-num {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #d45718;
  white-space: nowrap;
}

.cta-bar__form-text {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #d45718;
  text-align: center;
}

.cta-bar__line-inner {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
}

.cta-bar__line-icon {
  display: block;
  width: 2.0625rem;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.cta-bar__line-text {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #3ea337;
  white-space: nowrap;
}