@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lobster");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
}

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

body {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
@media (min-width: 651px) and (max-width:1280px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.inner {
  padding: 0 120px;
  max-width: 1400px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
  .inner {
    padding: 0 20px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .inner {
    padding: 0 40px;
  }
}

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

@media (min-width: 651px) and (max-width:1280px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sp-none {
    display: none;
  }
}

canvas {
  display: block;
  position: absolute;
  top: 280px !important;
  height: 600px !important;
  left: 0;
  z-index: -1;
  background-color: white;
}
@media (min-width: 651px) and (max-width:1280px) {
  canvas {
    top: 200px !important;
  }
}
@media screen and (max-width: 650px) {
  canvas {
    top: 110px !important;
    height: 500px !important;
  }
}

.top-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 200;
  background-image: url("../img/top-btn@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 651px) and (max-width:1280px) {
  .top-btn {
    top: 40px;
    left: 60px;
  }
}
@media screen and (max-width: 650px) {
  .top-btn {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
}

.top-btn:hover {
  background-image: url("../img/top-btn-hover@2x.png");
}

.hero {
  background-color: #ffffff;
  width: 100%;
  padding-top: 140px;
}
@media (min-width: 651px) and (max-width:1280px) {
  .hero {
    padding-top: 120px;
  }
}
@media screen and (max-width: 650px) {
  .hero {
    padding-top: 70px;
  }
}

.top-logo {
  width: 270px;
  margin: 0 auto 60px auto;
}
@media (min-width: 651px) and (max-width:1280px) {
  .top-logo {
    margin-bottom: 60px;
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .top-logo {
    width: 130px;
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  background-color: #ffffff;
}
h1.font-en {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 50px;
}
@media (min-width: 651px) and (max-width:1280px) {
  h1.font-en {
    font-size: 43px;
  }
}
@media screen and (max-width: 650px) {
  h1.font-en {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  h1 {
    font-size: 30px;
  }
}

.hero-company {
  margin-top: 360px;
  padding-top: 50px;
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  letter-spacing: 0.01rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  background-color: #ffffff;
}
@media screen and (max-width: 650px) {
  .hero-company {
    margin-top: 280px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 0;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .hero-company {
    font-size: 24px;
    margin-top: 330px;
    padding-top: 20px;
  }
}

.hero-text {
  text-align: center;
  line-height: 2;
  padding-bottom: 20px;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .hero-text {
    padding: 20px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .hero-text {
    padding: 0 40px 20px 40px;
  }
}

.hero-bottom {
  border-top: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .hero-bottom {
    margin: 0 20px;
  }
}

.hero-bottom-logo {
  width: 120px;
}
@media screen and (max-width: 650px) {
  .hero-bottom-logo {
    width: 80px;
  }
}

.vision {
  padding: 100px 0;
  background-color: #e6e6e5;
}
@media screen and (max-width: 650px) {
  .vision {
    padding: 60px 0;
  }
}

.section-wrap {
  display: flex;
  justify-content: space-between;
}
.section-wrap h2 {
  width: 180px;
}
@media screen and (max-width: 650px) {
  .section-wrap {
    display: block;
  }
  .section-wrap h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .section-wrap {
    display: block;
  }
  .section-wrap h2 {
    margin-bottom: 40px;
  }
}

.vision-title {
  font-size: 44px;
  font-feature-settings: "palt";
  padding-bottom: 20px;
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
}
@media screen and (max-width: 650px) {
  .vision-title {
    font-size: 30px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .vision-title {
    font-size: 36px;
  }
}

.vision-subtitle {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .vision-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .vision-subtitle {
    font-size: 28px;
  }
}

.vision-text {
  line-height: 1.8;
}

.vision-bottom-wrap {
  display: flex;
  padding-top: 40px;
  gap: 100px;
}
@media screen and (max-width: 650px) {
  .vision-bottom-wrap {
    display: block;
    padding-top: 20px;
  }
}

.vision-list ul li {
  margin-left: 20px;
  list-style: disc;
  padding-top: 15px;
}

.vision-icon {
  width: 220px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 650px) {
  .vision-icon {
    margin-top: 30px;
    width: 160px;
  }
}

.vision-message {
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .vision-message {
    font-size: 22px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .vision-message {
    font-size: 30px;
  }
}

.contact {
  padding: 100px 0 20px 0;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .contact {
    padding: 60px 0 0 0;
  }
}

.contact-inner {
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .contact-inner {
    width: 100%;
  }
}

.contact-title {
  text-align: center;
  font-size: 36px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .contact-title {
    font-size: 28px;
  }
}

iframe {
  width: 100%;
  height: 830px;
  border: 1px solid #000000;
  background-color: #000000;
}

.privacy {
  padding: 150px 0 80px 0;
}
@media screen and (max-width: 650px) {
  .privacy {
    padding: 80px 0 40px 0;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .privacy {
    padding: 100px 0 60px 0;
  }
}

.privacy-content p {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-top: -20px;
}
@media (min-width: 651px) and (max-width:1280px) {
  .privacy-content p {
    font-size: 17px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .privacy-content p {
    font-size: 16px;
    margin-top: 30px;
  }
}

.privacy-table {
  border-top: 1px solid #000000;
  width: 850px;
}
@media screen and (max-width: 650px) {
  .privacy-table {
    width: 100%;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .privacy-table {
    width: 100%;
  }
}

.privacy-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  padding: 20px 0;
}
@media screen and (max-width: 650px) {
  .privacy-row {
    display: block;
  }
}

.privacy-label {
  width: 150px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .privacy-label {
    padding-bottom: 10px;
  }
}

.privacy-text {
  width: calc(100% - 150px);
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .privacy-text {
    width: 100%;
  }
}

.company-box {
  width: 950px;
  background-color: #000000;
  border-radius: 30px;
  margin-top: 60px;
  margin: 60px auto;
  display: flex;
  padding: 40px;
}
@media screen and (max-width: 650px) {
  .company-box {
    width: 100%;
    display: block;
    padding: 20px 20px 40px 20px;
  }
}
@media (min-width: 651px) and (max-width:1280px) {
  .company-box {
    width: 100%;
  }
}

.company-row {
  display: flex;
  gap: 40px;
  color: #9e9e9f;
  padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .company-row {
    padding-bottom: 0;
    padding-top: 30px;
    gap: 20px;
  }
}
.company-row p {
  width: calc(100% - 100px);
  line-height: 1.4;
}
@media screen and (max-width: 650px) {
  .company-row p {
    width: calc(100% - 60px);
  }
}

.company-label {
  width: 70px;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .company-label {
    width: 60px;
  }
}/*# sourceMappingURL=main.css.map */