@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-mobile500 {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-mobile600 {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-color: #FFEEEE;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 6.25rem;
  }
}

.about__title {
  margin: 0 auto;
  aspect-ratio: 352/26;
  max-width: 352px;
  max-width: 22rem;
}

.about__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__sub-title {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.about__text-box {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.about__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-transform: uppercase;
}

.about__info {
  margin-top: 90px;
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__info-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .about__info-left {
    max-width: 18.75rem;
    width: 100%;
  }
}

.about__info-post {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

.about__info-name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5238095238;
  color: #000000;
}

.about__info-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0px;
  padding-left: 0rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__info-right {
    margin-top: 0;
    padding-left: 1.75rem;
    border-left: 1px solid #000000;
  }
}

.about__info-right-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

.footer {
  padding-top: 120px;
  padding-top: 7.5rem;
  background-color: #F0F0F0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__campany-logo-link {
  aspect-ratio: 146/155;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer__campany-logo-link {
    max-width: 9.75rem;
  }
}

.footer__campany-logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__copy {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-align: center;
}

.footer__copy span {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__copy span {
    display: inline-block;
    margin-left: 1.25rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  height: 100vh;
}

.mv__inner {
  height: inherit;
  display: grid;
  grid-template-rows: 85% 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  max-width: 406px;
  max-width: 25.375rem;
}

.mv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-main__container-prepare {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .support-main__container-prepare {
    gap: 16.25rem;
  }
}

.support-main {
  padding-top: 166px;
  padding-top: 10.375rem;
  background-color: #F0F0F0;
}

.support-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.support-main__item {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.support-main__item-title {
  aspect-ratio: 420/116;
  max-width: 420px;
  max-width: 26.25rem;
  margin: 0 auto;
}

.support-main__item-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-main__item-image-lists {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.support-main__item-image-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 18px;
  row-gap: 1.125rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.support-main__item-image-item:nth-child(1) {
  aspect-ratio: 1000/600;
  grid-row: 1/2;
  grid-column: 1/3;
}

.support-main__item-image-item:nth-child(2) {
  aspect-ratio: 490/340;
  grid-row: 2/3;
  grid-column: 1/2;
}

.support-main__item-image-item:nth-child(3) {
  aspect-ratio: 490/340;
  grid-row: 2/3;
  grid-column: 2/3;
}

.support-main__item-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-main__item-image {
  aspect-ratio: 1000/600;
}

.support-main__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-main__reservation-title {
  margin-top: 52px;
  margin-top: 3.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.5238095238;
  background-color: #E9516B;
  color: #fff;
  padding: 20px 26px;
  padding: 1.25rem 1.625rem;
  display: inline-block;
}

.support-main__goods-title {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .support-main__goods-title {
    margin-top: 4.5rem;
  }
}

.support-main__goods-title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .support-main__goods-title span {
    display: inline;
    margin-left: 1.25rem;
  }
}

.support-main__price {
  margin-top: 32px;
  margin-top: 2rem;
  padding: 32px 0;
  padding: 2rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .support-main__price {
    padding: 2.5rem 0;
    margin-top: 3.625rem;
  }
}

.support-main__goods-title,
.support-main__price {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3333333333;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .support-main__goods-title,
  .support-main__price {
    font-size: 1.5rem;
  }
}

.support-main__goods-text {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-transform: uppercase;
}

.support-main__note {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .support-main__note {
    font-size: 1rem;
  }
}

.support-main__goods-description {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  letter-spacing: -0.001em;
}
@media screen and (min-width: 768px) {
  .support-main__goods-description {
    margin-top: 3rem;
    letter-spacing: 0.075em;
  }
}

.support-main__button-box {
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}

.support-main__button {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #000000;
  padding: 27px 66px;
  padding: 1.6875rem 4.125rem;
  border: 1px solid #000000;
  border-radius: 1.25rem;
  background-color: #fff;
  overflow: hidden;
  font-family: "Gothic A1", sans-serif;
}

.support-main__button span {
  position: relative;
  z-index: 1;
}

.support-main__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E9516B;
  opacity: 0.1;
  -webkit-clip-path: circle(0 at center);
          clip-path: circle(0 at center);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support-main__button:hover::before {
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
}

.support-main__goods-contain {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.dotList__item {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 1.4em;
  text-indent: -1.3em;
  vertical-align: middle;
}
.dotList__item + .dotList__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.dotList__item::before {
  content: "";
  margin-right: 1em;
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  background-color: #000000;
  border-radius: 100%;
  vertical-align: middle;
}

.support {
  margin-top: 138px;
  margin-top: 8.625rem;
}

.support__title {
  aspect-ratio: 438/76;
  max-width: 438px;
  max-width: 27.375rem;
  margin: 0 auto;
}

.support__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support__items {
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-bottom: 124px;
  padding-bottom: 7.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .support__items {
    margin-top: 5.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
  }
}

.support__item-title {
  aspect-ratio: 320/116;
  max-width: 240px;
  max-width: 15rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .support__item-title {
    max-width: 20rem;
  }
}

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

.support__item-image {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.support__item-image {
  aspect-ratio: 525/350;
}

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

.support__item-text {
  margin: 32px auto 0 auto;
  margin: 2rem auto 0 auto;
  aspect-ratio: 421/217;
  max-width: 421px;
  max-width: 26.3125rem;
}
@media screen and (min-width: 768px) {
  .support__item-text {
    margin: 3.875rem auto 0 auto;
  }
}

.support__item-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=styles.css.map */
