@charset "UTF-8";
.dummy {
  color: #ff31f1 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-image: url(..//img/common/biglogo.svg);
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
  background-position: left;
}

main {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.p {
  font-size: 1.6rem;
  line-height: 2;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

.af {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.serif {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  body::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-image: url(..//img/common/biglogo.svg);
    background-size: cover;
    background-repeat: repeat;
    opacity: 0.04;
    z-index: 1;
    pointer-events: none;
    background-position: left;
  }
  main {
    position: relative;
    z-index: 2;
    margin-top: 56px;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.m_sectiontitle {
  text-align: center;
}
.m_sectiontitle .eng {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #DD111C;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.m_sectiontitle h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.m_sectiontitle h2 span {
  color: #DD111C;
}
.m_sectiontitle .sub {
  margin-top: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
}
.m_sectiontitle--white .eng {
  color: #fff;
}
.m_sectiontitle--white h2 {
  color: #fff;
}
.m_sectiontitle--white h2 span {
  color: #fff;
}

.m_sitebtn {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 16px 24px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #DD111C;
}
.m_sitebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f105";
  display: block;
  position: absolute;
  color: #DD111C;
}
.m_sitebtn span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .m_sectiontitle .eng {
    font-size: 1.3rem;
  }
  .m_sectiontitle h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .m_sitebtn {
    padding: 8px 12px;
    min-width: 200px;
    border-radius: 5px;
  }
  .m_sitebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background-color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.3rem;
    content: "\f105";
    display: block;
    position: absolute;
    color: #DD111C;
  }
  .m_sitebtn span {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */