* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "HiraginoUDSansStd-W4", "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #333;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

.button {
  gap: 30px;
  width: 100%;
  height: 100px;
  max-width: 600px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  margin-inline: auto;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff6932;
  -webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button {
    gap: 15px;
    height: 80px;
    font-size: 25px;
  }
}
.button::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../public/icons/arrow-right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 35px;
    height: 35px;
  }
}
.button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  position: relative;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
}

.subtitle {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 2em;
}
@media screen and (max-width: 980px) {
  .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 15px;
    line-height: 2em;
  }
}

.title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  line-height: 2.075em;
}
@media screen and (max-width: 980px) {
  .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 33px;
    margin-bottom: 20px;
    line-height: 1.7818181818em;
  }
}
.title .highlight {
  color: #ff6932;
}

.about {
  position: relative;
  margin-block: -40px 175px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-block: 80px 90px;
  }
}
.about::before {
  z-index: -1;
  top: -260px;
  content: "";
  width: 840.34px;
  height: 742.47px;
  position: absolute;
  right: calc(50% - 420.17px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: url("../public/images/about-background.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about::before {
    top: -125px;
    width: 355.74px;
    height: 319.76px;
    right: calc(50% - 150px);
    background: url("../public/images/about-background-sp.svg") no-repeat center/contain;
  }
}
.about__us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  margin-block: 180px 88px;
  border-bottom: 1px solid #c4bdb8;
}
@media screen and (max-width: 980px) {
  .about__us {
    gap: 40px;
    padding-bottom: 50px;
    margin-block: 72px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__label {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .about__label {
    font-size: 25px;
  }
}
.about__label-en {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #ff6932;
  line-height: 4.15em;
}
@media screen and (max-width: 767px) {
  .about__label-en {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
  }
}
.about__text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 15px;
  }
}
.about__image {
  height: 510px;
  overflow: hidden;
  min-width: 400px;
  position: relative;
  margin: auto 0 10px 100px;
  border-radius: 0 30px;
  -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 980px) {
  .about__image {
    height: 400px;
    width: 100%;
    max-width: 380px;
    min-width: unset;
    margin: auto;
  }
}
@media screen and (max-width: 980px) {
  .about__image img {
    -o-object-position: top;
       object-position: top;
  }
}
.about__name {
  left: 30px;
  bottom: 30px;
  position: absolute;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.13em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .about__name {
    font-size: 15px;
    line-height: 2em;
  }
}
.about__location {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .about__location {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 980px) {
  .about__details {
    width: 100%;
  }
}
.about__details-label {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.4em;
}
@media screen and (max-width: 767px) {
  .about__details-label {
    font-size: 23px;
  }
}
.about__details-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2222222222em;
}
@media screen and (max-width: 767px) {
  .about__details-text {
    font-size: 15px;
    line-height: 2em;
  }
}
.about__details-text a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.about__map {
  width: 500px;
  height: 400px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .about__map {
    width: 400px;
  }
}
@media screen and (max-width: 980px) {
  .about__map {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .about__map {
    height: 320px;
  }
}
.about__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  padding-block: 190px 80px;
  border-radius: 80px 80px 0 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-block: 90px 80px;
  }
}
.contact__note {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.115em;
  line-height: 3.0769230769em;
}
@media screen and (max-width: 767px) {
  .contact__note {
    font-size: 11px;
    margin-top: 10px;
    line-height: 2em;
  }
}
.contact__links {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 60px 130px;
}
@media screen and (max-width: 767px) {
  .contact__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: 37px 90px;
  }
}
.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 450px;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6932), to(#d72d22));
  background: linear-gradient(to bottom, #ff6932, #d72d22);
}
@media screen and (max-width: 767px) {
  .contact__link {
    height: 70px;
    font-size: 26.6px;
  }
}
.contact__link::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../public/icons/icon-phone.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contact__link::before {
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.contact__link--line {
  background: -webkit-gradient(linear, left top, left bottom, from(#7dff3f), to(#14a028));
  background: linear-gradient(to bottom, #7dff3f, #14a028);
}
.contact__link--line::before {
  width: 61.49px;
  height: 51.86px;
  background: url("../public/icons/icon-line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contact__link--line::before {
    width: 53px;
    height: 45px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.contact__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact__form-wrap {
  margin-block: 50px 45px;
  background-color: #fff;
  border-top: 1px solid #c4bdb8;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap {
    margin-bottom: 50px;
  }
}
.contact__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #c4bdb8;
}
@media screen and (max-width: 767px) {
  .contact__group {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 270px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .contact__label {
    gap: 10px;
    font-size: 15px;
    max-width: auto;
    min-width: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact__label .required {
  width: 38px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  color: #e32325;
  border-radius: 4px;
  border: 1px solid #e32325;
}
@media screen and (max-width: 767px) {
  .contact__label .required {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .contact__label .norequired {
    width: 38px;
    height: 18px;
    display: block;
  }
}
.contact__input {
  width: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .contact__input {
    margin: -38px 0 0 48px;
  }
}
.contact__input input,
.contact__input textarea {
  width: 100%;
  height: 45px;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: 0.08em;
  padding-inline: 15px;
  border: 1px solid #c4bdb8;
}
@media screen and (max-width: 767px) {
  .contact__input input,
  .contact__input textarea {
    font-size: 12px;
    width: calc(100% - 48px);
  }
}
.contact__input input::-webkit-input-placeholder, .contact__input textarea::-webkit-input-placeholder {
  font-family: inherit;
  color: #c4bdb8;
  font-weight: 500;
}
.contact__input input::-moz-placeholder, .contact__input textarea::-moz-placeholder {
  font-family: inherit;
  color: #c4bdb8;
  font-weight: 500;
}
.contact__input input:-ms-input-placeholder, .contact__input textarea:-ms-input-placeholder {
  font-family: inherit;
  color: #c4bdb8;
  font-weight: 500;
}
.contact__input input::-ms-input-placeholder, .contact__input textarea::-ms-input-placeholder {
  font-family: inherit;
  color: #c4bdb8;
  font-weight: 500;
}
.contact__input input::placeholder,
.contact__input textarea::placeholder {
  font-family: inherit;
  color: #c4bdb8;
  font-weight: 500;
}
.contact__input textarea {
  resize: none;
  height: 150px;
  padding-block: 15px;
}
@media screen and (max-width: 767px) {
  .contact__input textarea {
    height: 65px;
    padding: 15px;
  }
}
.contact__form--error {
  margin-top: 8px;
  font-size: 1.6rem;
  color: #e32325;
}

.customer {
  z-index: 1;
  position: relative;
  padding-block: 144px;
  border-radius: 0 0 80px 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .customer {
    padding-block: 135px 117px;
  }
}
@media screen and (max-width: 767px) {
  .customer::before {
    top: 90px;
    z-index: -1;
    content: "";
    width: 657.12px;
    height: 487.99px;
    left: calc(50% + 400px);
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../public/images/customer-background-sp.svg") no-repeat center/contain;
  }
}
.customer__list {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  .customer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .customer__list {
    margin-top: 40px;
  }
}
.customer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: 4px solid #42dcdd;
  -webkit-box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .customer__item {
    padding: 30px 20px;
  }
}
.customer__image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-inline: auto;
  background-color: #c8c8c8;
}
@media screen and (max-width: 980px) {
  .customer__image {
    width: 230px;
    height: 230px;
  }
}
.customer__label {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-block: 15px 6px;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .customer__label {
    font-size: 23px;
    margin-block: 20px;
    line-height: 1.7391304348em;
  }
}
.customer__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.125em;
}
@media screen and (max-width: 767px) {
  .customer__text {
    font-size: 15px;
    line-height: 2em;
  }
}

.difference {
  position: relative;
  padding-block: 180px;
}
@media screen and (max-width: 767px) {
  .difference {
    padding-block: 140px;
  }
}
.difference::before {
  top: -245px;
  left: 50%;
  content: "";
  z-index: -1;
  width: 2796.89px;
  height: 1429.68px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../public/images/difference-background.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .difference::before {
    width: 690.2px;
    height: 1055.88px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../public/images/difference-background-sp.svg") no-repeat center/contain;
  }
}
.difference__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .difference__table {
    margin-top: 25px;
  }
}
.difference__head {
  max-width: 250px;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .difference__head {
    margin-top: 56px;
    min-width: 72px;
    max-width: 200px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.difference__head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 79px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  padding: 0 15px;
  letter-spacing: 0.09em;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .difference__head span {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .difference__head span {
    height: 56px;
    font-size: 12px;
    padding: 0 3px;
    line-height: 1.5em;
  }
}
.difference__head :nth-child(2n+2) {
  background-color: #f0f0f0;
}
.difference__data {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0f83c7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .difference__data {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.difference__data span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 79px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  padding: 0 15px;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-right: 1px solid #0f83c7;
  border-left: 1px solid #0f83c7;
}
@media screen and (max-width: 980px) {
  .difference__data span {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .difference__data span {
    height: 56px;
    font-size: 12px;
    line-height: 1.5em;
    padding-inline: 10px;
    border-left: none;
    border-right: none;
  }
}
.difference__data span:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.difference__data :first-child {
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 20px 0 0;
  background-color: #0f83c7;
}
@media screen and (max-width: 767px) {
  .difference__data :first-child {
    border-radius: 10px 10px 0 0;
  }
}
.difference__data :last-child {
  border-bottom: 1px solid #0f83c7;
}
@media screen and (max-width: 767px) {
  .difference__data :last-child {
    border-bottom: none;
  }
}
.difference__data:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .difference__data:last-child {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .difference__data:last-child {
    margin-left: 2px;
  }
}
.difference__data--orange {
  color: #ff6932;
}
.difference__data--orange span,
.difference__data--orange :first-child,
.difference__data--orange :last-child {
  border-color: #ff6932;
}
.difference__data--orange :first-child {
  background-color: #ff6932;
}

.footer {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  padding-block: 70px 40px;
  background-color: #f0f0f0;
  border-top: 1.33px solid #333;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 13px;
    line-height: 2em;
    border: none;
    padding-block: 0 45px;
  }
}
.footer__text {
  display: block;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer__text {
    line-height: 2em;
    padding-top: 40px;
    border-top: 1.33px solid #333;
  }
}
.footer__link {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .footer__link {
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__link a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer__copyright {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 20px;
  }
}

.mv {
  position: relative;
}
.mv::before {
  top: -378.6514px;
  content: "";
  left: calc(50% - 455.92px);
  display: block;
  width: 1191.8377px;
  height: 1140.6514px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../public/images/mv-background.svg") no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  .mv::before {
    top: -500px;
    left: calc(50% - 500px);
  }
}
@media screen and (max-width: 767px) {
  .mv::before {
    top: -379px;
    left: calc(50% - 460px);
  }
}
.mv__content {
  z-index: 1;
  position: relative;
  padding-top: 105px;
}
@media screen and (max-width: 980px) {
  .mv__content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv__content {
    padding-top: 50px;
  }
}
.mv__title {
  font-size: 6.8rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.7647058824em;
}
@media screen and (max-width: 980px) {
  .mv__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 33px;
    line-height: 1.6em;
  }
}
.mv__title .num {
  font-size: 10rem;
  line-height: 1.2em;
}
@media screen and (max-width: 980px) {
  .mv__title .num {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__title .num {
    font-size: 50px;
  }
}
.mv__subtitle {
  font-size: 2.3rem;
  line-height: 1.957em;
  letter-spacing: 0.09em;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .mv__subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 15px;
  }
}
.mv__image {
  top: 175px;
  z-index: -1;
  right: -95px;
  width: 631.9px;
  height: 544.71px;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .mv__image {
    top: 200px;
    width: 400px;
    right: 4%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mv__image {
    height: 260px;
    width: 301.62px;
    right: 0;
    top: 325px;
  }
}
.mv__scroll {
  gap: 5px;
  margin-top: 127px;
  font-size: 1.8rem;
  line-height: 1em;
  color: #42dcdd;
  letter-spacing: 0.05em;
  font-family: "Fugaz One", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .mv__scroll {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .mv__scroll {
    font-size: 13px;
    margin-top: 250px;
  }
}
.mv__scroll::after {
  content: "";
  width: 14.13px;
  height: 16.06px;
  background: url("../public/icons/arrow-down.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .mv__scroll::after {
    width: 9.89px;
    height: 11.22px;
  }
}

.principle {
  position: relative;
  margin-block: 300px 135px;
}
@media screen and (max-width: 767px) {
  .principle {
    margin-block: 200px 145px;
  }
}
.principle::before, .principle::after {
  content: "";
  z-index: -1;
  position: absolute;
}
.principle::before {
  top: 170px;
  width: 1082.13px;
  height: 1035.65px;
  left: calc(50% - 455px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../public/images/principle-background-1.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .principle::before {
    top: 0;
    left: calc(50% - 515px);
  }
}
.principle::after {
  bottom: 0;
  width: 644.04px;
  height: 561.19px;
  right: calc(50% - 482.02px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: url("../public/images/principle-background-2.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .principle::after {
    bottom: 80px;
    right: calc(50% - 80px);
  }
}
.principle__list {
  margin-block: 50px 145px;
}
@media screen and (max-width: 767px) {
  .principle__list {
    margin-block: 25px 70px;
  }
}
.principle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  min-height: 300px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 900px) {
  .principle__item {
    width: 100%;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .principle__item {
    padding: 30px 20px;
  }
}
.principle__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .principle__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.principle__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 453px;
  margin-right: 37px;
  padding-right: 37px;
  border-right: 1.3px solid #f0f0f0;
}
@media screen and (max-width: 900px) {
  .principle__head {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-right: none;
    min-width: 100%;
    border-bottom: 1.3px solid #f0f0f0;
  }
}
.principle__label {
  display: block;
  margin-bottom: 14px;
  font-size: 4.5rem;
  color: #f5f5f5;
  letter-spacing: 0.05em;
  font-family: "Fugaz One", sans-serif;
}
@media screen and (max-width: 767px) {
  .principle__label {
    font-size: 37px;
    margin-bottom: 0;
    letter-spacing: 0.03em;
  }
}
.principle__sublabel {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .principle__sublabel {
    font-size: 23px;
    line-height: 1.7391304348em;
  }
}
.principle__sublabel .highlight {
  color: #ff6932;
}
.principle__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.125em;
}
@media screen and (max-width: 767px) {
  .principle__text {
    font-size: 15px;
    line-height: 2em;
  }
}

.rate {
  position: relative;
  color: #fff;
}
.rate__content {
  padding-inline: 100px;
}
@media screen and (max-width: 980px) {
  .rate__content {
    padding-inline: 0;
  }
}
.rate::before {
  left: 0;
  top: -239px;
  content: "";
  width: 100%;
  height: 930.17px;
  position: absolute;
  background: url("../public/images/rate-background.svg") no-repeat bottom/cover;
}
@media screen and (max-width: 766px) {
  .rate::before {
    height: 560.36px;
    top: -100px;
  }
}
@media screen and (max-width: 550px) {
  .rate::before {
    top: -80px;
    background: url("../public/images/rate-background-sp.svg") no-repeat bottom/cover;
  }
}
.rate__title {
  font-size: 21rem;
  margin-top: 10px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.5628571429em;
}
@media screen and (max-width: 980px) {
  .rate__title {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .rate__title {
    font-size: 102px;
    margin-top: 2px;
  }
}
.rate__title .num {
  z-index: 5;
  font-size: 45.1rem;
  position: relative;
  display: inline-block;
  color: #d1ff67;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
@media screen and (max-width: 980px) {
  .rate__title .num {
    font-size: 322.5px;
  }
}
@media screen and (max-width: 767px) {
  .rate__title .num {
    font-size: 204px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.rate__subtitle {
  margin-top: 85px;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7714285714em;
}
@media screen and (max-width: 767px) {
  .rate__subtitle {
    margin-top: 45px;
    font-size: 17px;
    line-height: 1.7647058824em;
  }
}
.rate__subtitle .highlight {
  color: #d1ff67;
}
.rate__text {
  margin-top: 20px;
  font-size: 1.8rem;
  padding-top: 20px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.0555555556em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .rate__text {
    font-size: 15px;
    margin-top: 25px;
    padding-top: 25px;
    line-height: 2em;
  }
}
.rate__note {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 0.06em;
  line-height: 3.3333333333em;
}
@media screen and (max-width: 767px) {
  .rate__note {
    font-size: 10px;
  }
}

.report__list {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .report__list {
    margin-top: 33px;
  }
}
.report__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 3px solid #42dcdd;
}
@media screen and (max-width: 980px) {
  .report__item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .report__item {
    gap: 17px;
    padding-left: 0;
  }
}
.report__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .report__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.report__head {
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  .report__head {
    margin-right: 0;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #42dcdd;
  }
}
.report__label {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ff6932;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .report__label {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.report__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.125em;
}
@media screen and (max-width: 767px) {
  .report__text {
    font-size: 15px;
  }
}
.report__note {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8c8c8c;
  letter-spacing: 0.115em;
  line-height: 3.0769230769em;
}
@media screen and (max-width: 767px) {
  .report__note {
    font-size: 11px;
  }
}
.report__image {
  height: 235px;
  overflow: hidden;
  min-width: 415px;
  max-width: 415px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .report__image {
    width: 100%;
    height: 181px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
  }
}
.report__image img {
  overflow: visible;
}

.overflow {
  overflow: hidden;
}

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

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

.pc-tablet {
  display: block;
}
@media screen and (max-width: 980px) {
  .pc-tablet {
    display: none;
  }
}

.orange {
  color: #ff6932;
}

.brushed {
  background: url("../public/images/brushed-1.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 12.5px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .brushed {
    background-size: auto 11.4px;
  }
}
.brushed--2 {
  background: url("../public/images/brushed-2.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 13.7px;
  padding-bottom: 5px;
}
.brushed--3 {
  background: url("../public/images/brushed-3.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 15.1px;
  padding-bottom: 7px;
}
.brushed--4 {
  background: url("../public/images/brushed-4.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 10.7px;
  padding-bottom: 7px;
}
.brushed--5 {
  background: url("../public/images/brushed-5.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 10.5px;
  padding-bottom: 7px;
}
.brushed--6 {
  background: url("../public/images/brushed-6.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 9.8px;
  padding-bottom: 7px;
}

.quote-left {
  display: inline-block;
  letter-spacing: 0;
  margin-left: -0.5em;
}

.quote-right,
.mright {
  display: inline-block;
  letter-spacing: 0;
  margin-right: -0.5em;
}

.page-thank-you {
  margin: 0;
  padding: 0;
}
.page-thank-you .footer {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-thank-you .footer {
    padding-block: 0 16px;
  }
}

.thank-you {
  background-color: #fff;
  padding-block: 104px 72px;
  text-align: center;
}
.thank-you .container {
  max-width: 640px;
}
.thank-you__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.thank-you__text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
}
.thank-you__note {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}
.thank-you__tel {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thank-you__tel:hover {
  text-decoration: underline;
}
.thank-you__actions {
  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;
  gap: 16px;
}
.thank-you__home {
  display: inline-block;
  padding: 14px 40px;
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.thank-you__home:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}
.thank-you__official {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thank-you__official:hover {
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .thank-you {
    padding-block: 72px 56px;
  }
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}