@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  -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;
}

ol,
ul {
  list-style: none;
}

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

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

img,
picture,
video,
object {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  line-height: 1;
}
@media (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 901px) {
  html {
    font-size: 62.5%;
  }
}

@-webkit-keyframes loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #344f56;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  opacity: 0;
  -webkit-animation: loading 0.5s 0.8s linear forwards;
          animation: loading 0.5s 0.8s linear forwards;
}

.inner {
  width: min(100%, 50rem);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .inner {
    width: min(100%, 96rem);
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.wrapper {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.application__link {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fv {
  background-image: url(../img/fv/fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (min-width: 768px) {
  .fv {
    background-position: center center;
    padding-top: 11rem;
    padding-bottom: 15rem;
  }
}

.fv__business-name {
  width: 74.6%;
  margin-left: auto;
  margin-right: auto;
}

.fv__heading {
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
  font-size: 3.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .fv__heading {
    font-size: 6.4rem;
    margin-top: 4rem;
  }
}

.fv__heading-gradation {
  display: inline-block;
  color: #344f56;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__heading-gradation > span:nth-of-type(1) {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .fv__heading-gradation > span:nth-of-type(1) {
    font-size: 4.8rem;
  }
}
.fv__heading-gradation > span:nth-of-type(3) {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .fv__heading-gradation > span:nth-of-type(3) {
    font-size: 5.2rem;
  }
}

.fv__heading-gradation:first-of-type {
  background-image: linear-gradient(38deg, #663908 0%, #684b31 48%, #a0800e 100%);
  background-image: -webkit-linear-gradient(38deg, #663908 0%, #684b31 48%, #a0800e 100%);
}

.fv__heading-gradation:last-of-type {
  background-image: linear-gradient(38deg, #663908 0%, #684b31 14%, #a0800e 100%);
  background-image: -webkit-linear-gradient(38deg, #663908 0%, #684b31 14%, #a0800e 100%);
}

.fv__heading-pink {
  font-size: 3.6rem;
  color: #e48789;
  letter-spacing: -0.06em;
  line-height: 1.2528735632;
}
@media (min-width: 768px) {
  .fv__heading-pink {
    font-size: 8.6rem;
  }
}

.about {
  background-color: #d7c682;
  padding-top: 3rem;
}

.about__back-image {
  background-image: url(../img/about/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about__inner.inner {
  padding-top: 3.3rem;
  padding-bottom: 3rem;
}

.about__texts {
  background-color: #ffffff;
  position: relative;
  padding: 8rem 1rem 11rem;
}
@media (min-width: 768px) {
  .about__texts {
    padding: 8rem 4.8rem 5.6rem;
  }
}
.about__texts::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.5rem;
  height: 4.4rem;
  background-image: url(../img/about/about.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.about__texts::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: -1.5rem;
  bottom: -4.5rem;
  width: 8.3rem;
  height: 14.8rem;
  background-image: url(../img/about/woman.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .about__texts::after {
    left: -4.4rem;
    width: 15.3rem;
    height: 26.8rem;
    bottom: -1.5rem;
  }
}

.about__business-name {
  text-transform: uppercase;
  color: #344f56;
  font-size: 3rem;
  letter-spacing: 0.07em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .about__business-name {
    font-size: 5rem;
  }
}

.about__title {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #b69e75;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(73deg, #66441a 0%, #e0b874 84%, #e5d170 100%);
  line-height: 1.1;
}
@media (min-width: 768px) {
  .about__title {
    font-size: 4rem;
    margin-top: 4rem;
    margin-left: 2.5rem;
  }
}
.about__title strong.--01 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .about__title strong.--01 {
    font-size: 6rem;
  }
}
.about__title span.--02 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .about__title span.--02 {
    font-size: 4.8rem;
  }
}
.about__title span.--03, .about__title span.--04 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .about__title span.--03, .about__title span.--04 {
    font-size: 5rem;
  }
}
.about__title strong.--03 {
  letter-spacing: -0.06em;
}
.about__title strong.--04 {
  letter-spacing: 0.04em;
}

.about__title .second-line {
  display: inline-block;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .about__title .second-line {
    margin-top: 2rem;
  }
}

.about__text {
  color: #344f56;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .about__text {
    margin-left: 2.5rem;
    font-size: 2rem;
  }
}
.about__text > span {
  position: relative;
}
.about__text > span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #344f56;
  left: 0;
  bottom: -0.3rem;
}

.voice {
  background-image: url(../img/voice/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.voice__inner.inner {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .voice__inner.inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.voice__title {
  font-weight: 500;
  text-align: center;
  color: #9f9050;
  font-size: 2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .voice__title {
    font-size: 4rem;
  }
}
.voice__title::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 1.3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96%;
  height: 3.5rem;
  background-image: url(../img/voice/border.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .voice__title::after {
    width: 44rem;
  }
}
.voice__title strong {
  color: #344f56;
  font-weight: 500;
  font-size: 3.8rem;
  margin-top: 3rem;
  display: inline-block;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .voice__title strong {
    font-size: 8rem;
    margin-top: 4rem;
  }
}
.voice__title strong span {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .voice__title strong span {
    font-size: 6rem;
  }
}

.voice__contents01 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .voice__contents01 {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.voice__contents02 {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .voice__contents02 {
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.voice__content {
  border: 2px solid transparent;
  border-radius: 2rem;
  background: padding-box -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), border-box -webkit-gradient(linear, left top, left bottom, from(#c89c51), color-stop(50%, #fbe7a1), to(#c89c51));
  background: padding-box linear-gradient(#fff, #fff), border-box linear-gradient(to bottom, #c89c51 0%, #fbe7a1 50%, #c89c51 100%);
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.voice__content.--pickup {
  position: relative;
}
.voice__content.--pickup::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 2rem;
  right: -1rem;
  width: 10rem;
  height: 10rem;
  background-image: url(../img/voice/pick-up.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .voice__content.--pickup::after {
    width: 13.5rem;
    height: 13.5rem;
    top: -2rem;
    right: -2rem;
  }
}

.voice__content-name {
  margin-left: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #b69e79;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  color: #ffffff;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .voice__content-name {
    font-size: 2.6rem;
  }
}
.voice__content-name > span {
  margin-left: 1rem;
  color: #550006;
}
.voice__content-name .number {
  font-size: 2.8rem;
  position: relative;
  top: 0.25rem;
}
@media (min-width: 768px) {
  .voice__content-name .number {
    font-size: 4rem;
  }
}

.voice__content-box {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .voice__content-box {
    margin-top: 2.5rem;
  }
}

.voice__box-image > img {
  aspect-ratio: 440/400;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__box-text {
  font-size: 1.8rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  padding-top: 2rem;
  font-weight: 400;
  color: #344f56;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .voice__box-text {
    font-size: 2.4rem;
  }
}

.voice__content.--pickup .voice__content-name {
  padding: 0.4rem 2.5rem 0.4rem 1.5rem;
}

.voice__content.--pickup .voice__box-image {
  padding-left: 5rem;
  padding-right: 5rem;
}

.voice__content.--pickup .voice__box-text {
  padding-left: 1rem;
  padding-right: 1rem;
}

.point {
  background-image: url(../img/point/back01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767px) {
  .point {
    overflow-x: hidden;
  }
}

.point__inner {
  position: relative;
}
.point__inner::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -8rem;
  right: -2.6rem;
  width: 17rem;
  height: 20rem;
  background-image: url(../img/point/woman01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .point__inner::after {
    width: 33.3rem;
    height: 38.8rem;
    top: -16.9rem;
    right: -11.6rem;
  }
}

.point__business-name {
  background-color: #080403;
  color: #ffffff;
  font-weight: 500;
  font-size: 3.4rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
          clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .point__business-name {
    font-size: 6.4rem;
  }
}
.point__business-name > span {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .point__business-name > span {
    font-size: 3.6rem;
  }
}

.point__title {
  position: relative;
  left: -12%;
  margin-top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .point__title {
    margin-top: 6.5rem;
    left: -6%;
  }
}
.point__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -5rem;
  left: -1rem;
  width: 11.1rem;
  height: 6.6rem;
  background-image: url(../img/point/point.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .point__title::before {
    top: -3rem;
  }
}
.point__title::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 22.4rem;
  height: 2.3rem;
  background-image: url(../img/point/vector01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .point__title::after {
    width: 54.4rem;
    height: 5.3rem;
    left: 14%;
    bottom: -2rem;
  }
}

.point__title .point__title-top {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .point__title .point__title-top {
    font-size: 4rem;
    padding: 2rem 3.5rem;
  }
}
.point__title .point__title-top::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/point/gradation.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.point__title-bottom {
  position: relative;
  z-index: 2;
  margin-top: -3.6rem;
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
}
@media (min-width: 768px) {
  .point__title-bottom {
    margin-top: -10.6rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.point__title-bottom > span.--number {
  position: relative;
  font-size: 8rem;
  color: #550006;
  font-weight: 500;
  display: inline-block;
  width: 6rem;
}
@media (min-width: 768px) {
  .point__title-bottom > span.--number {
    font-size: 20rem;
    top: 0.5rem;
    width: auto;
  }
}

.point__title-bottom span.--02 {
  font-weight: 500;
  font-size: 3.4rem;
  color: #65605e;
}
@media (min-width: 768px) {
  .point__title-bottom span.--02 {
    font-size: 7.6rem;
    margin-left: -7rem;
  }
}

.point__title-bottom span.--03 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__title-bottom span.--03 {
    font-size: 6rem;
  }
}

.point__title-bottom span.--04 {
  letter-spacing: -0.17em;
}

.point__contents {
  margin-top: 11rem;
}
@media (min-width: 768px) {
  .point__contents {
    margin-top: 22rem;
  }
}

.point__content:nth-of-type(n + 2) {
  margin-top: 6.5rem;
}
@media (min-width: 768px) {
  .point__content:nth-of-type(n + 2) {
    margin-top: 13rem;
  }
}

.point__content.--05 {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .point__content.--05 {
    margin-top: 8.5rem;
  }
}

.point__content.--07 {
  margin-top: 0;
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  .point__content.--07 {
    padding-top: 15rem;
  }
}

.point__content-title {
  position: relative;
  font-weight: 600;
  font-size: 3.2rem;
  color: #4a494a;
  text-align: center;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .point__content-title {
    font-size: 6rem;
  }
}
.point__content-title::before {
  position: absolute;
  content: "";
  top: -7rem;
  left: -3rem;
  display: inline-block;
  width: 7.7rem;
  height: 7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .point__content-title::before {
    width: 11.7rem;
    height: 10rem;
    top: -9rem;
    left: -7rem;
  }
}
.point__content-title > .color {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #e48789;
  letter-spacing: -0.08em;
}
.point__content-title > .color::before {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../img/point/vector02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.point__content-title > .spacing {
  letter-spacing: -0.08em;
}

.point__content-title.--05 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .point__content-title.--05 {
    font-size: 4.8rem;
  }
}
.point__content-title.--05 > .color {
  letter-spacing: 0;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__content-title.--05 > .color {
    font-size: 6rem;
  }
}
.point__content-title.--05 > .color::before {
  top: 50%;
}
.point__content-title.--05 .--01 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__content-title.--05 .--01 {
    font-size: 5.2rem;
  }
}
.point__content-title.--05 .--02 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__content-title.--05 .--02 {
    font-size: 6rem;
  }
}

.point__content-title.--06 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .point__content-title.--06 {
    font-size: 4.8rem;
  }
}
.point__content-title.--06 > .color {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #e48789;
  letter-spacing: 0;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__content-title.--06 > .color {
    font-size: 6rem;
  }
}
.point__content-title.--06 > .color::before {
  top: 30%;
}
.point__content-title.--06 span.--01 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__content-title.--06 span.--01 {
    font-size: 6rem;
  }
}
.point__content-title.--06 span.--02 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .point__content-title.--06 span.--02 {
    font-size: 5.6rem;
  }
}

.point__content-title.--07 {
  font-size: 3.4rem;
  color: #550006;
}
@media (min-width: 768px) {
  .point__content-title.--07 {
    font-size: 7.4rem;
  }
}

.point__content-title.--01::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -3rem;
  left: 21%;
  width: 15.8rem;
  height: 3.3rem;
  background-image: url(../img/point/object01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .point__content-title.--01::after {
    top: -5rem;
    left: 23%;
    width: 21.8rem;
    height: 4.3rem;
  }
}

.point__content-title.--01::before {
  background-image: url(../img/point/logo-point01.png);
}
.point__content-title.--02::before {
  background-image: url(../img/point/logo-point02.png);
  top: -5rem;
  left: -5rem;
}
@media (min-width: 768px) {
  .point__content-title.--02::before {
    top: -7rem;
    left: -7rem;
  }
}
.point__content-title.--03::before {
  background-image: url(../img/point/logo-point03.png);
  top: -5rem;
  left: -5rem;
}
@media (min-width: 768px) {
  .point__content-title.--03::before {
    top: -7rem;
    left: -7rem;
  }
}
.point__content-title.--04::before {
  background-image: url(../img/point/logo-point04.png);
  top: -5rem;
  left: -5rem;
}
@media (min-width: 768px) {
  .point__content-title.--04::before {
    top: -7rem;
    left: -7rem;
  }
}
.point__content-title.--05::before {
  background-image: url(../img/point/logo-point05.png);
  top: -2rem;
  left: -3rem;
}
@media (min-width: 768px) {
  .point__content-title.--05::before {
    left: -5rem;
  }
}
.point__content-title.--06::before {
  background-image: url(../img/point/logo-point06.png);
  top: -2rem;
  left: -2rem;
}
.point__content-title.--07::before {
  background-image: url(../img/point/logo-point07.png);
  top: -2rem;
  left: -8rem;
}
@media (min-width: 768px) {
  .point__content-title.--07::before {
    top: -5rem;
    left: -11rem;
  }
}

.point__content-box {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .point__content-box {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .point__content-box.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .point__box-image {
    width: 28rem;
  }
}

@media (min-width: 768px) {
  .point__box-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.point__box-text {
  padding: 2rem;
  background-color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.05em;
  line-height: 1.4583333333;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .point__box-text {
    font-size: 2.4rem;
  }
}

.point__content-application {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .point__content-application {
    margin-top: 4rem;
  }
}

.point05__list {
  margin-top: 2rem;
}

.point05__list-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .point05__list-inner {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.point05__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .point05__list-item-image img {
    aspect-ratio: 380/340;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.point05__list-item-text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4a494a;
  line-height: 1.5;
  background-color: #fff;
  padding: 3rem 1rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .point05__list-item-text {
    font-size: 2.6rem;
  }
}

.point06__list {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .point06__list {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.point06__list-item {
  background-color: rgba(255, 250, 250, 0.8);
}
@media (min-width: 768px) {
  .point06__list-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .point06__list-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.point06__list-item-texts {
  background-color: rgba(255, 250, 250, 0.8);
  padding-top: 3rem;
  padding-bottom: 3.3rem;
}

.point06__list-item-heading {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: rgba(99, 81, 60, 0.8);
  padding: 1.5rem;
  padding-right: 3.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .point06__list-item-heading {
    font-size: 3rem;
    padding: 1.5rem 3.7rem 1.6rem 4.2rem;
  }
}

.point06__list-item.--beginner .point06__list-item-heading {
  position: relative;
}
.point06__list-item.--beginner .point06__list-item-heading::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/point/beginner.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  top: -3rem;
  right: -8rem;
}
@media (min-width: 768px) {
  .point06__list-item.--beginner .point06__list-item-heading::after {
    width: 12rem;
    height: 12rem;
    top: -5rem;
    right: -9rem;
  }
}

.point06__list-item.--training .point06__list-item-heading {
  position: relative;
}
.point06__list-item.--training .point06__list-item-heading::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/point/training.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  top: -1rem;
  right: -6rem;
}
@media (min-width: 768px) {
  .point06__list-item.--training .point06__list-item-heading::after {
    width: 11.3rem;
    height: 11.3rem;
    top: -2rem;
    right: -9rem;
  }
}

.point06__list-item-text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .point06__list-item-text {
    margin-top: 4rem;
    font-size: 2.4rem;
    padding: 0 3.3rem;
  }
}
.point06__list-item-text > .border {
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f5f104));
  background-image: linear-gradient(to bottom, transparent 80%, #f5f104 80%);
}
.point06__list-item-text:nth-of-type(2) {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .point06__list-item.--01 {
    padding-right: 8.6rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--01 .point06__list-item-image {
    width: 30.5rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--01 img {
    aspect-ratio: 610/920;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--01 .point06__list-item-texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.point06__list-item.--02 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .point06__list-item.--02 .point06__list-item-image {
    width: 55.5rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--02 .point06__list-item-image img {
    aspect-ratio: 1109/855;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--02 .point06__list-item-texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: -15.5rem;
    margin-top: -2rem;
  }
}

.point06__list-item.--03 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .point06__list-item.--03 .point06__list-item-image {
    width: 61.7rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--03 .point06__list-item-image img {
    aspect-ratio: 1233/899;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--03 .point06__list-item-texts {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -21rem;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .point06__list-item.--04 .point06__list-item-image {
    width: 78.4rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--04 .point06__list-item-image img {
    aspect-ratio: 1568/920;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--04 .point06__list-item-texts {
    margin-top: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: -37.7rem;
  }
}

.point06__list-item.--05 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .point06__list-item.--05 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--05 .point06__list-item-image {
    width: 60.2rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--05 .point06__list-item-image img {
    aspect-ratio: 1204/871;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.point06__list-item.--05 .point06__list-item-texts {
  position: relative;
  background-color: transparent;
  padding-top: 2rem;
  padding-bottom: 19rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .point06__list-item.--05 .point06__list-item-texts {
    padding-bottom: 14rem;
    margin-right: -20rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.point06__list-item.--05 .point06__list-item-texts::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/point/point06-0502.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.point06__list-item.--05 .point06__list-item-text {
  margin-top: 1.5rem;
}

.point06__list-item.--06 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .point06__list-item.--06 {
    padding-left: 6rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--06 .point06__list-item-image {
    width: 36rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--06 .point06__list-item-image img {
    aspect-ratio: 718/771;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--06 .point06__list-item-texts {
    padding-top: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: -3rem;
  }
}

.point06__list-item.--07 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .point06__list-item.--07 .point06__list-item-image {
    width: 65.5rem;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--07 .point06__list-item-image img {
    aspect-ratio: 1310/919;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .point06__list-item.--07 .point06__list-item-texts {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    margin-right: -25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.point__content.--07 {
  background-image: url(../img/point/back03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .point__content.--07 {
    padding-left: 0;
    padding-right: 0;
    margin-left: -3rem;
    margin-right: -3rem;
    padding-top: 14.5rem;
    padding-bottom: 4.5rem;
  }
}
.point__content.--07::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20.7rem;
  height: 7rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/point/object02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .point__content.--07::before {
    width: 32.7rem;
    height: 11rem;
  }
}

.point__content-support {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #f7f7e7;
  margin-top: 2rem;
}
.point__content-support::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 4px solid #cdb88a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .point__content-support::before {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
}

.point__content-support-inner {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.point__content-support-inner::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  width: calc(100% - 6.8rem);
  height: calc(100% - 6.8rem);
  background-color: #f7f7e7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 15%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0 15%);
          clip-path: polygon(10% 0, 90% 0, 100% 15%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0 15%);
}
@media (min-width: 768px) {
  .point__content-support-inner::before {
    width: calc(100% - 8.8rem);
    height: calc(100% - 7.8rem);
  }
}
.point__content-support-inner::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  background-color: #cdb88a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 15%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0 15%);
          clip-path: polygon(10% 0, 90% 0, 100% 15%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0 15%);
}
@media (min-width: 768px) {
  .point__content-support-inner::after {
    width: calc(100% - 8rem);
    height: calc(100% - 7rem);
  }
}

.point__content-support-text {
  position: relative;
  z-index: 5;
  background-color: transparent;
  margin-top: 2rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #550006;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  letter-spacing: -0.05em;
  padding: 4rem 6rem 4rem;
}
@media (min-width: 768px) {
  .point__content-support-text {
    padding: 4rem 8rem 4rem;
    text-align: center;
    font-size: 2.6rem;
  }
}
.point__content-support-text > span {
  display: block;
  text-align: center;
}

.point__content-support-text .border {
  display: inline-block;
  margin-top: 0.5rem;
  color: #d2174e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5f104), color-stop(80%, #f5f104), color-stop(80%, transparent));
  background-image: linear-gradient(to bottom, transparent 60%, #f5f104 60%, #f5f104 80%, transparent 80%);
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .point__content-support-text .border {
    font-size: 7rem;
    font-family: "Noto Serif JP", serif;
  }
}

.point__message {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .point__message {
    padding-top: 5rem;
    padding-bottom: 6rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.point__message::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/point/message/back01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.point__message::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  width: 31.8rem;
  height: 23rem;
  background-image: url(../img/point/message/back02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 768px) {
  .point__message::after {
    width: 38.8rem;
    height: 28rem;
    bottom: 2rem;
  }
}

.point__message-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media (min-width: 768px) {
  .point__content-image {
    width: 72.2rem;
  }
}

.point__content-image img {
  aspect-ratio: 1444/1124;
  -o-object-fit: cover;
     object-fit: cover;
}

.point__content-text {
  top: 2rem;
  left: 2rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  color: #344f56;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
}
@media (min-width: 768px) {
  .point__content-text {
    font-size: 5rem;
    top: 8rem;
    left: 6rem;
  }
}

.point__message-text {
  position: relative;
  z-index: 5;
  font-size: 2.8rem;
  font-weight: 600;
  color: #344f56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .point__message-text {
    font-size: 4rem;
  }
}
.point__message-text::before, .point__message-text::after {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  display: inline-block;
  width: 3px;
  height: 5rem;
  background-color: #344f56;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.point__message-text::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: -2rem;
}
.point__message-text::after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  right: -2rem;
}

.application01 {
  background-color: #ffffff;
}

.application01__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: min(100%, 50rem);
}
@media (min-width: 768px) {
  .application01__inner {
    padding-left: 3rem;
    padding-right: 3rem;
    width: min(100%, 90rem);
  }
}

.flow {
  background-image: url(../img/flow/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .flow {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

.flow__business-name {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media (min-width: 768px) {
  .flow__business-name {
    width: 39.3rem;
  }
}

.flow__title {
  color: #550006;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .flow__title {
    font-size: 6.2rem;
  }
}
.flow__title::after {
  position: absolute;
  content: "";
  left: 1rem;
  bottom: -1rem;
  z-index: -1;
  display: inline-block;
  width: 27.3rem;
  height: 1.4rem;
  background-image: url(../img/flow/vector.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .flow__title::after {
    width: 54.3rem;
    height: 2.4rem;
  }
}
.flow__title > span {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .flow__title > span {
    font-size: 5rem;
  }
}

.flow__list {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .flow__list {
    margin-top: 6.3rem;
  }
}

.flow__list-item:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .flow__list-item:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}

.flow__list-item-image {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.flow__list-item-image > img {
  aspect-ratio: 440/238;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .flow__list-item-image {
    width: 44rem;
  }
}

.flow__list-item-texts {
  padding: 2.5rem 2.5rem 2.5rem;
  background-color: #ffffff;
  border: 1px solid #550006;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 60rem);
}
@media (min-width: 768px) {
  .flow__list-item-texts {
    padding: 18rem 8rem 2.5rem;
    margin-top: -17rem;
  }
}

.flow__list-item-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #4a494a;
  padding-left: 0.5rem;
  padding-bottom: 0.6rem;
}

.flow__list-item-step {
  width: 8rem;
}
@media (min-width: 768px) {
  .flow__list-item-step {
    width: 12.1rem;
  }
}

.flow__list-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 600;
  color: #550006;
  font-size: 2.2rem;
  letter-spacing: 0.18em;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .flow__list-item-title {
    font-size: 4.6rem;
  }
}
.flow__list-item-title.--02, .flow__list-item-title.--04 {
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .flow__list-item-title.--02, .flow__list-item-title.--04 {
    font-size: 3.4rem;
  }
}

.flow__list-item-text {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .flow__list-item-text {
    font-size: 2.8rem;
  }
}

.flow__list-item.--02 .flow__list-item-text {
  text-align: center;
  line-height: 1.1;
}

.flow__list-item.--02 .flow__list-item-content {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #344f56;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .flow__list-item.--02 .flow__list-item-content {
    font-size: 2.8rem;
  }
}

.trainer__inner {
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .trainer__inner {
    width: min(100%, 90rem);
    padding-left: 0;
    padding-right: 0;
  }
}

.trainer__business-name {
  width: 26.6rem;
  margin-left: auto;
  margin-right: auto;
}

.trainer__title {
  font-size: 3.4rem;
  color: #550006;
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .trainer__title {
    font-size: 7rem;
  }
}

.trainer__content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .trainer__content {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.trainer__content-image {
  width: 100%;
}
@media (min-width: 768px) {
  .trainer__content-image {
    width: 69.3rem;
  }
  .trainer__content-image > img {
    aspect-ratio: 693/462;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trainer__content-texts {
  background-color: rgba(249, 241, 227, 0.9);
  padding: 3.5rem 1rem 3rem 1rem;
}
@media (min-width: 768px) {
  .trainer__content-texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.5rem 2.5rem 3rem 3rem;
    margin-left: -30rem;
  }
}

.trainer__director {
  color: #550006;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trainer__director {
    font-size: 2rem;
  }
}

.trainer__representative-name {
  padding: 1.1rem 1.8rem;
  background-color: #550006;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media (min-width: 768px) {
  .trainer__representative-name {
    font-size: 4rem;
  }
}
.trainer__representative-name > span {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .trainer__representative-name > span {
    font-size: 1.6rem;
  }
}

.trainer__trainer-history {
  font-size: 2.4rem;
  font-weight: 600;
  color: #550006;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .trainer__trainer-history {
    font-size: 3.6rem;
  }
}

.trainer__history {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .trainer__history {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}

.trainer__birth {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .trainer__birth {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}

.trainer__application {
  margin-top: 2rem;
}

.body {
  background-image: url(../img/body/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.body__inner {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .body__inner {
    width: min(100%, 90rem);
    padding-top: 12rem;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.body__title {
  color: #550006;
  text-align: center;
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.body__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  top: -6rem;
  left: 0;
  width: 15.1rem;
  height: 6.7rem;
  background-image: url(../img/body/object01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .body__title::before {
    top: -8rem;
    left: -7rem;
    width: 21.1rem;
    height: 6.7rem;
  }
}

.body__title-en {
  text-transform: uppercase;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .body__title-en {
    font-size: 4rem;
  }
}

.body__title .--01 {
  color: #344f56;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .body__title .--01 {
    font-size: 3.4rem;
  }
}

.body__title span.--03 {
  display: inline-block;
  margin-top: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .body__title span.--03 {
    font-size: 6rem;
  }
}

.body__title .--02 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .body__title .--02 {
    font-size: 5rem;
  }
}

.body__top-text {
  margin-top: 2rem;
  font-size: 2rem;
  color: #4a494a;
  text-align: center;
}
@media (min-width: 768px) {
  .body__top-text {
    font-size: 2.4rem;
  }
}

.body__list {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .body__list {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .body__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.body__list-item:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .body__list-item:nth-of-type(n + 2) {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .body__list-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .body__list-item.--01 .body__list-item-image {
    width: 71.7rem;
  }
}
.body__list-item.--01 .body__list-item-image > img {
  aspect-ratio: 1434/1066;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .body__list-item.--02 .body__list-item-image {
    width: 44.8rem;
    padding-left: 2.5rem;
  }
}
.body__list-item.--02 .body__list-item-image > img {
  aspect-ratio: 895/956;
  -o-object-fit: cover;
     object-fit: cover;
}

.body__list-item.--03 .body__list-item-image > img {
  aspect-ratio: 820/956;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .body__list-item.--03 .body__list-item-image {
    width: 41rem;
    padding-right: 4rem;
  }
}

.body__list-item.--04 .body__list-item-image {
  position: relative;
}
@media (min-width: 768px) {
  .body__list-item.--04 .body__list-item-image {
    width: 41.4rem;
    padding-left: 3rem;
  }
}
.body__list-item.--04 .body__list-item-image > img {
  aspect-ratio: 828/957;
  -o-object-fit: cover;
     object-fit: cover;
}
.body__list-item.--04 .body__list-item-image::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -3rem;
  left: -1rem;
  width: 8.6rem;
  height: 8.6rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background-image: url(../img/body/pick-up.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .body__list-item.--04 .body__list-item-image::before {
    top: -7rem;
    left: 2rem;
    width: 13.6rem;
    height: 13.6rem;
  }
}

.body__list-item.--05 .body__list-item-image {
  position: relative;
}
@media (min-width: 768px) {
  .body__list-item.--05 .body__list-item-image {
    width: 54.4rem;
  }
}
.body__list-item.--05 .body__list-item-image > img {
  aspect-ratio: 1087/957;
  -o-object-fit: cover;
     object-fit: cover;
}
.body__list-item.--05 .body__list-item-image::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -2rem;
  right: -1rem;
  width: 8.6rem;
  height: 8.6rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-image: url(../img/body/pick-up.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .body__list-item.--05 .body__list-item-image::before {
    top: -7rem;
    right: 2rem;
    width: 13.6rem;
    height: 13.6rem;
  }
}

.body__list-item-texts {
  background-color: rgba(255, 250, 250, 0.8);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .body__list-item-texts {
    padding: 3rem;
  }
}

@media (min-width: 768px) {
  .body__list-item.--01 .body__list-item-texts {
    margin-right: -34rem;
  }
}

@media (min-width: 768px) {
  .body__list-item.--02 .body__list-item-texts {
    margin-left: -10rem;
  }
}

@media (min-width: 768px) {
  .body__list-item.--03 .body__list-item-texts {
    margin-right: -8.5rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .body__list-item.--04 .body__list-item-texts {
    margin-left: -7rem;
  }
}

@media (min-width: 768px) {
  .body__list-item.--05 .body__list-item-texts {
    margin-right: -17.5rem;
  }
}

.body__list-item:nth-of-type(odd) .body__list-item-texts::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18rem;
  height: 6rem;
  top: 0;
  left: 0;
  background-image: url(../img/body/object02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .body__list-item:nth-of-type(odd) .body__list-item-texts::before {
    width: 24rem;
    height: 7rem;
    top: -5rem;
    left: 2rem;
  }
}

.body__list-item:nth-of-type(even) .body__list-item-texts::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18rem;
  height: 6rem;
  top: 0;
  left: 0;
  background-image: url(../img/body/object02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .body__list-item:nth-of-type(even) .body__list-item-texts::before {
    width: 24rem;
    height: 7rem;
    top: -4rem;
    left: -4rem;
  }
}

.body__list-item.--03 .body__list-item-texts::before {
  top: -1rem;
}
@media (min-width: 768px) {
  .body__list-item.--03 .body__list-item-texts::before {
    top: -8rem;
  }
}

.body__list-item-title {
  background-color: #90886e;
  color: #ffffff;
  padding: 0.8rem 1.1rem;
  font-size: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .body__list-item-title {
    font-size: 4rem;
  }
}

.body__list-item.--03 .body__list-item-title {
  margin-top: -1rem;
}

.body__list-item.--04 .body__list-item-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .body__list-item.--04 .body__list-item-title {
    font-size: 3.6rem;
  }
}

.body__list-item-text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #333333;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .body__list-item-text {
    font-size: 2.8rem;
    margin-top: 2.5rem;
  }
}

.question {
  background-image: url(../img/question/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.question__inner.inner {
  padding: 4.5rem 3rem 6rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .question__inner.inner {
    width: min(100%, 90rem);
  }
}

.question__business-name {
  width: 24.2rem;
  margin-left: auto;
  margin-right: auto;
}

.question__title {
  font-size: 2.8rem;
  color: #550006;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .question__title {
    margin-top: 0.5rem;
    font-size: 6rem;
  }
}

.question__contents {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .question__contents {
    margin-top: 5rem;
  }
}

.question__content {
  border-right: 1px solid #550006;
  border-bottom: 1px solid #550006;
  border-left: 1px solid #550006;
  padding: 0 2rem 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .question__content {
    width: min(100%, 64.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.question__content::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #550006;
  top: 0;
  left: 0;
}
.question__content::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #550006;
  top: 0;
  right: 0;
}

.question__content:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .question__content:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}

.question__content-title {
  font-size: 2rem;
  color: #550006;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
@media (min-width: 768px) {
  .question__content-title {
    font-size: 2.2rem;
  }
}

.question__content-answer {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  color: #4a494a;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .question__content-answer {
    font-size: 2rem;
  }
}

.access {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .access {
    padding-top: 6rem;
    padding-bottom: 10.4rem;
  }
}

.access__inner.inner {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .access__inner.inner {
    width: min(100%, 90rem);
  }
}

.access__content {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .access__content {
    margin-top: 7rem;
  }
}

.access__title {
  background-color: #f6f5cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .access__title {
    margin-left: auto;
    margin-right: auto;
    width: 67.4rem;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.access__info-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .access__info-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  color: #65605e;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .access__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2.4rem;
  }
}
.access__info:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .access__info:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}

.access__info span {
  display: none;
}
@media (min-width: 768px) {
  .access__info span {
    display: inline-block;
  }
}

.access__map {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .access__map {
    margin-left: auto;
    margin-right: auto;
    width: 67.4rem;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact {
  background-image: url(../img/contact/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .contact {
    padding: 5rem;
    padding-top: 6rem;
  }
}

.contact__inner.inner {
  padding: 4rem 1.5rem 4rem;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .contact__inner.inner {
    width: min(100%, 90rem);
    padding: 8rem 1.5rem 4rem;
  }
}

.contact__title {
  color: #550006;
  font-size: 2.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 5rem;
  }
}

.contact__form {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .contact__form {
    margin-top: 6rem;
  }
}

.form__content {
  position: relative;
}

.form__content:nth-of-type(n + 2) {
  margin-top: 3.5rem;
}

.form__head {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
@media (min-width: 768px) {
  .form__head {
    font-size: 2rem;
  }
}

.form__head span {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #550006;
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0.3rem 0.9rem;
}
@media (min-width: 768px) {
  .form__head span {
    font-size: 2rem;
  }
}

.form__body {
  font-size: 1.6rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  background-color: #f6f6f6;
  margin-top: 1rem;
  border: 1px solid #d4d4d4;
}
@media (min-width: 768px) {
  .form__body {
    font-size: 2rem;
  }
}
.form__body input, .form__body textarea {
  color: #000;
  padding: 0.8rem 1rem;
}
@media (min-width: 768px) {
  .form__body input, .form__body textarea {
    padding: 0.8rem 1.2rem;
  }
}

.mw_wp_form .form__body .error,
.mw_wp_form .form__datetime-body .error {
  position: absolute;
  left: 1rem;
  bottom: -1.5em;
  font-size: 1.2rem;
  color: #d2174e;
  display: inline-block;
}
@media (min-width: 768px) {
  .mw_wp_form .form__body .error,
  .mw_wp_form .form__datetime-body .error {
    font-size: 1.4rem;
  }
}

.form__datetime {
  margin-top: 0.5rem;
}

.form__datetime-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .form__datetime-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.form__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.form__datetime-head {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
@media (min-width: 768px) {
  .form__datetime-head {
    font-size: 2rem;
  }
}

.form__datetime-body {
  position: relative;
  width: min(24rem, 100%);
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .form__datetime-body {
    width: 24rem;
  }
}
.form__datetime-body input {
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  .form__datetime-body input {
    padding: 0.8rem 1.2rem;
    font-size: 2rem;
  }
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  padding-left: 2rem; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
  margin-top: -0.7rem;
}
@media (min-width: 768px) {
  input[type=checkbox] {
    margin-top: 0.5rem;
  }
}
@media (hover: hover) {
  input[type=checkbox]:hover {
    cursor: pointer;
  }
}

input,
textarea {
  width: 100%;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0%;
  width: 2rem; /*チェックボックスの横幅*/
  height: 2rem; /*チェックボックスの縦幅*/
  left: 0;
  top: 0.3rem;
}

input[type=checkbox]::after {
  border-bottom: 2px solid #000; /*チェックの太さ*/
  border-left: 2px solid #000; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 0.6rem; /*チェックの高さ*/
  width: 1.1rem; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.8rem; /*チェック時の位置調整*/
  left: 0.5rem; /*チェック時の位置調整*/
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

.form__privacy-container {
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .form__privacy-container {
    margin-top: 3rem;
  }
}

.mwform-checkbox-field-text {
  display: none;
}

.mwform-checkbox-field.horizontal-item {
  font-size: 0;
}

.mw_wp_form .form__privacy .error {
  position: absolute;
  display: block;
  color: #d2174e;
  display: block;
  left: 0;
  bottom: -2.5rem;
}
@media (min-width: 768px) {
  .mw_wp_form .form__privacy .error {
    left: -10rem;
    bottom: 0;
  }
}

.form__privacy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form__privacy-text {
    font-size: 1.8rem;
  }
}
.form__privacy-text > a {
  color: #f38e03;
  border-bottom: 1px solid #f38e03;
}

.mw_wp_form.mw_wp_form_complete p {
  text-align: center;
  font-size: 1.4rem;
  color: #344f56;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .mw_wp_form.mw_wp_form_complete p {
    font-size: 1.6rem;
  }
}

.form__submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .form__submit {
    margin-top: 5rem;
  }
}
.form__submit > input {
  color: #ffffff;
  border-radius: 2rem;
  background-image: linear-gradient(-52deg, #43330e 0, #565023 21%, #382b0d 47%, #585232 65%, #3d2c07 100%);
  width: 20rem;
  height: 4rem;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form__submit > input {
    font-size: 2.4rem;
    width: 20rem;
    height: 5rem;
  }
}

.footer {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 9rem;
  }
}

.footer__banner-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.footer__banner {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__banner {
    width: 43.8rem;
  }
}/*# sourceMappingURL=style.css.map */