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

body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

li {
  list-style: none;
}

.common-section-title {
  width: 100%;
  text-align: center;
  font-size: min(35px, 3.5vw);
  font-family: "Oswald", sans-serif;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.common-section-hr {
  display: block;
  width: min(58px, 5.8vw);
  height: 1px;
  border: 0;
  margin: min(11px, 1.1vw) auto 0;
}

.color-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.common-section-text {
  margin: 0 auto;
  font-size: min(18px, 1.8vw);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .common-section-title {
    font-size: 5.3333333333vw;
    line-height: 1.375;
    letter-spacing: 0.075em;
  }
  .common-section-hr {
    width: 7.7333333333vw;
    height: 0.2666666667vw;
    margin: 1.3333333333vw auto 0;
  }
  .common-section-text {
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0.025em;
  }
}
.fv__image {
  width: 100%;
  height: min(552px, 55.2vw) auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.mission {
  padding: 70px 0 92px;
  background-color: #000000;
}
.mission .common-section-text {
  width: min(600px, 60vw);
  text-align: center;
  margin-top: min(21px, 2.1vw);
}

@media screen and (max-width: 768px) {
  .mission {
    padding: 6.2666666667vw 0 7.3333333333vw;
  }
  .mission .common-section-text {
    width: 88.9333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.message {
  padding: 79px 0 65px;
  background-color: #E6E6E6;
}
.message__list {
  width: min(952px, 95.2vw);
  margin: min(36px, 3.6vw) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.message__item {
  width: min(1500px, 55.2vw);
}
.message__item__title {
  display: flex;
  align-items: flex-end;
  color: black;
  font-size: min(30px, 3vw);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin-bottom: min(12px, 1.2vw);
}
.message__item__title--first-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(40px, 4vw);
  height: min(40px, 4vw);
  background-color: #4e4449;
  vertical-align: sub;
  color: white;
  font-size: min(36px, 3.6vw);
  letter-spacing: 0.025em;
  margin-right: min(5px, 0.5vw);
}
.message__item__title--jp {
  font-size: min(20px, 2vw);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: bottom;
}
.message_item__text {
  margin: 0 auto;
  font-size: min(18px, 1.8vw);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .message {
    padding: 10.4166666667vw 0 4.9479166667vw;
  }
  .message .common-section-text {
    font-size: 3.1vw;
  }
  .message__list {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
  .message__item {
    width: 100%;
    margin-bottom: 7.0666666667vw;
  }
  .message__item__title {
    font-size: 4.8vw;
    letter-spacing: 0.025em;
    line-height: 1.2;
    margin-bottom: 1.8666666667vw;
  }
  .message__item__title--first-letter {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.7333333333vw;
    margin-right: 1.3333333333vw;
  }
  .message__item__title--jp {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  .message_item__text {
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
}
.service {
  width: 100%;
  padding: min(79px, 7.9vw) min(15px, 2.2vw) min(22px, 2.2vw);
}
.service__list {
  width: min(1000px, 100vw);
  margin: min(43px, 4.3vw) auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service__item {
  width: min(447px, 44.7vw);
  margin-bottom: min(72px, 7.2vw);
}
.service__item img {
  display: block;
  margin: 0 auto;
}
.service-icon-01 {
  width: min(41px, 4.1vw);
}
.service-icon-02 {
  width: min(105px, 10.5vw);
}
.service-icon-03 {
  width: min(53px, 5.3vw);
}
.service-icon-04 {
  width: min(53px, 5.3vw);
}
.service__item__title {
  font-size: min(20px, 20vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: center;
}
.service__item__text {
  margin-top: min(4px, 0.4vw);
}

@media screen and (max-width: 768px) {
  .service {
    padding: 11.3333333333vw 0 0.8vw;
  }
  .service__list {
    width: 89.3333333333vw;
    margin: 8.6666666667vw auto 0;
  }
  .service__item {
    width: 40.1333333333vw;
    margin-bottom: 11.3333333333vw;
  }
  .service__item img {
    display: block;
    margin: 0 auto;
  }
  .service-icon-01 {
    width: 7.8666666667vw;
  }
  .service-icon-02 {
    width: 20.5333333333vw;
  }
  .service-icon-03 {
    width: 8.9333333333vw;
  }
  .service-icon-04 {
    width: 10vw;
  }
  .service__item__title {
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-top: 1.4666666667vw;
  }
  .service__item__text {
    margin-top: 1.3333333333vw;
  }
}
.company {
  width: 100%;
  background-color: black;
  padding: min(90px, 90vw) 0 min(83px, 8.3vw);
}
.company__list {
  width: min(690px, 69vw);
  margin: min(41px, 4.1vw) auto 0;
  color: white;
  font-size: min(18px, 1.8vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 3.0555555556;
}
.company__item {
  display: flex;
}
.company__item__title {
  width: min(205px, 20.5vw);
  letter-spacing: 0.025em;
}
.company__item__text {
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 12vw 0 5.6vw;
  }
  .company__list {
    width: 85.8666666667vw;
    margin: 6.4vw auto;
    font-size: 3.2vw;
    line-height: 1.8333333333;
  }
  .company__item {
    flex-wrap: wrap;
    margin-bottom: 2.2666666667vw;
  }
  .company__item__title {
    width: 100%;
  }
  .company__item__text {
    width: 100%;
  }
}
.contact {
  width: 100%;
  background-color: #E6E6E6;
  padding: min(86px, 8.6vw) 0 min(48px, 4.8vw);
}
.contact form {
  width: min(532px, 53.2vw);
  margin: 0 auto;
  padding-top: min(43px, 4.3vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact__form__item {
  width: 100%;
  margin-bottom: min(22px, 2.2vw);
}
.contact__form__item input, .contact__form__item textarea, .contact__form__item select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  color: black;
  font-size: min(18px, 1.8vw);
  line-height: 1.6666666667;
  padding: min(13px, 1.3vw) min(15px, 1.5vw);
  margin-top: min(8px, 0.8vw);
}
.contact__form__item__label {
  display: block;
  width: 100%;
  font-weight: 500;
}
.contact__form__item__label__required {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: min(12px, 1.2vw);
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 0 min(10px, 1vw);
  vertical-align: min(2px, 0.2vw);
  margin-left: min(10px, 1vw);
}
.contact__form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  width: auto;
  display: inline-block;
  background-color: black;
  margin: min(30px, 3vw) auto;
  padding: 0 min(20px, 2vw);
  color: white;
  font-size: min(18px, 1.8vw);
  font-weight: 500;
  line-height: 2.5;
  cursor: pointer;
}
.contact__form__item__submit-wrapper {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 11.3333333333vw 0 4vw;
  }
  .contact form {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 4.8vw;
  }
  .contact__form__item {
    width: 100%;
    margin-bottom: 2.4vw;
  }
  .contact__form__item input, .contact__form__item textarea, .contact__form__item select {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    padding: 2vw 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.footer {
  width: 100%;
  background-color: black;
  padding: min(10px px, 1vw) 0;
  text-align: center;
  position: relative;
}
.footer__back-to-top {
  position: absolute;
  top: 0;
  left: calc(50vw + min(430px, 44vw));
  transform: translateY(-59%);
  display: block;
  margin: 0 auto;
  width: min(60px, 6vw);
  height: min(60px, 6vw);
}
.footer__back-to-top__link {
  width: 100%;
}
.footer__privacy {
  display: inline-block;
  margin: 0 auto;
  color: white;
  font-size: min(12px, 1.2vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1428571429;
  text-decoration: none;
}
.footer__copyright {
  display: block;
  margin: 0 auto;
  color: white;
  font-size: min(14px, 1.4vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 8vw 0 8vw;
  }
  .footer__back-to-top {
    left: auto;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .footer__privacy {
    font-size: 2.4vw;
    line-height: 2.7777777778;
  }
  .footer__copyright {
    font-size: 2.4vw;
    line-height: 1.4285714286;
  }
}/*# sourceMappingURL=style.css.map */