@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05rem;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/*
utils
---------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .privacy, .support {
    margin: 12rem auto 16rem;
  }
  .privacy .company__inner, .support .company__inner {
    max-width: 56%;
    margin: 8rem auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .privacy .company__inner, .support .company__inner {
    max-width: 84%;
  }
}
@media screen and (min-width: 769px) {
  .privacy .company__inner h3, .support .company__inner h3 {
    font-size: 1.4rem;
    margin: 3rem 0 1rem;
  }
}
@media screen and (min-width: 769px) {
  .privacy .company__inner p, .support .company__inner p {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 769px) {
  .privacy .company__inner ul, .support .company__inner ul {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .privacy .company__inner li, .support .company__inner li {
    margin: 1.2rem 0;
    font-weight: 400;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .privacy .lang-switch button, .support .lang-switch button {
    padding: 0.6rem 1rem;
    border: 1px solid rgba(21, 21, 21, 0.8);
    background: transparent;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .privacy .lang-switch button[aria-pressed=true], .support .lang-switch button[aria-pressed=true] {
    background: rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 768px) {
  .privacy, .support {
    margin: 10rem auto 12rem;
  }
  .privacy .company__inner, .support .company__inner {
    max-width: 88%;
    margin: 6rem auto 0;
  }
  .privacy .company__inner h3, .support .company__inner h3 {
    font-size: 1.4rem;
    margin: 2.4rem 0 0.8rem;
  }
  .privacy .company__inner p, .support .company__inner p {
    font-size: 1.2rem;
  }
  .privacy .company__inner li, .support .company__inner li {
    font-size: 1.2rem;
  }
  .privacy .lang-switch button, .support .lang-switch button {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6vw;
  }
}

body {
  position: relative;
  background: #F7F6F4;
  font-family: "Poppins", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -8rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 8rem;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -8rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 8rem;
  }
}
.c-scrolldown {
  width: 1px;
  height: 8rem;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #666), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #666 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 -8rem;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.error-message {
  color: #FF6450;
  padding-top: 0.5rem;
  font-size: 1.2rem;
}

#palette {
  position: fixed;
  z-index: -1;
  left: -50%;
  top: -50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #palette {
    width: 100vw;
    height: 100vh;
  }
}

.c-headingTitle {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.2rem;
}

.fv {
  position: relative;
}
.fv__center {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.fv__center h1 {
  font-size: 6rem;
  text-align: center;
  line-height: 1;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .fv__center h1 {
    width: 70%;
    margin-top: -6rem;
  }
}
.fv__center h1 img {
  width: 100%;
  max-width: none;
}
.fv__center__text {
  margin-top: 4rem;
  font-size: 1.3rem;
  text-align: center;
}

.about {
  margin: 8rem auto 24rem;
}
.about__center__text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.5;
  margin: 10rem auto 0;
}
@media screen and (max-width: 768px) {
  .about__center__text {
    width: 90%;
  }
}

.services {
  margin: 16rem auto 24rem;
}
.services__center {
  max-width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .services__center {
    max-width: 68%;
  }
}
.services__center__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .services__center__list {
    -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;
  }
}
.services__center__list__item {
  width: 29%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services__center__list__item {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.services__center__list__item__img {
  width: 100%;
  max-width: none;
}
.services__center__list__item__title {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.services__center__list__item__text {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .services__center__list__item__text {
    font-size: 1.2rem;
  }
}
.services__center__otherInfo {
  margin-top: 8rem;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.services__center__otherInfo h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.services__center__otherInfo p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 1.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .services__center__otherInfo p {
    width: 100%;
    font-size: 1.2rem;
  }
}

.company {
  margin: 16rem auto 16rem;
}
.company__inner {
  margin: 0 auto;
  max-width: 44%;
}
@media screen and (max-width: 768px) {
  .company__inner {
    max-width: 64%;
  }
}
.company__list {
  margin-top: 10rem;
  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;
}
.company__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(185, 185, 185, 0.8);
  padding: 2.4rem 0.8rem;
}
.company__list__item:first-of-type {
  border-top: 1px solid rgba(185, 185, 185, 0.8);
}
.company__list__item__title {
  font-size: 1.2rem;
  width: 36%;
}
.company__list__item__text {
  font-size: 1.2rem;
  width: 64%;
}

.contact {
  margin: 8rem auto 4rem;
}
.contact__inner {
  margin: 10rem auto 0;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 80%;
  }
}
.contact__form {
  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;
}
.contact__form__item {
  padding-top: 1rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.contact__form__item > .label {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.contact__form__item > .label span {
  color: #FF6450;
  padding-left: 0.6rem;
}
.contact__form__item__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.contact__form__item__checkbox__item {
  padding: 0.4rem 0;
}
.contact__form__item__checkbox__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.contact__form__item__checkbox__item input[type=checkbox] {
  display: none;
}
.contact__form__item__checkbox__item input[type=checkbox]:checked + label::before {
  background: rgba(0, 0, 0, 0.08);
}
.contact__form__item__checkbox__item input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 1.1rem;
  border: solid #333;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact__form__item__checkbox__item label {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.contact__form__item__checkbox__item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.05);
}
.contact__form textarea, .contact__form input[type=text], .contact__form input[type=email], .contact__form input[type=tel], .contact__form input[type=number] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 1.2rem;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.05);
}
.contact__form textarea:focus, .contact__form input[type=text]:focus, .contact__form input[type=email]:focus, .contact__form input[type=tel]:focus, .contact__form input[type=number]:focus {
  outline: 0;
  background: rgba(0, 0, 0, 0.08);
}
.contact__form textarea::-webkit-input-placeholder, .contact__form input[type=text]::-webkit-input-placeholder, .contact__form input[type=email]::-webkit-input-placeholder, .contact__form input[type=tel]::-webkit-input-placeholder, .contact__form input[type=number]::-webkit-input-placeholder {
  color: #9F9F9F;
}
.contact__form textarea {
  resize: vertical;
  min-height: 12rem;
}
.contact__form button[type=submit] {
  margin: 1.6rem auto 0;
  padding: 0.8rem 0;
  width: 14rem;
  border: 1px solid rgba(21, 21, 21, 0.8);
  color: #333;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .contact__form button[type=submit]:hover {
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.05);
  }
}
.contact__form button[type=submit]:focus {
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
}

footer {
  margin-bottom: 1.4rem;
}
footer small {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.success-message {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.2rem;
}