@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nerko+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.global_head {
  margin: 0;
}

@media only screen and (min-width: 1400px) {
  .minusmargin {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1399px) {
  .minusmargin {
    margin-left: -10px;
  }
}

h1 {
  font-family: "Kanit", sans-serif;
  line-height: 0.8em;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 1399px) {
  h1 {
    margin-top: 0;
    font-size: 20vw;
  }
}

.section1 {
  background: #48b8c3;
  color: #fff;
  min-height: 100vh;
}

.section2 {
  background: #f3c033;
  color: #fff;
  min-height: 100vh;
}

.section3 {
  background: #ffffff;
  color: #000;
  min-height: 100vh;
}

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 150px;
}
@media only screen and (min-width: 1400px) {
  .wrap {
    padding-top: 150px;
    margin: 0 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .wrap {
    padding-top: 50px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .wrap p {
    margin: 0 0 5px 0;
    font-size: 1.8vw;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1399px) {
  .wrap p {
    margin: 0 0 5px 0;
    font-size: 3vw;
    font-weight: 500;
  }
  .wrap p:last-child {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .content {
    display: flex;
  }
}
@media only screen and (max-width: 1399px) {
  .content {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .content__left {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .content__text {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 1399px) {
  .content__text {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .content__right {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1399px) {
  .content__right {
    height: 70vh;
  }
}
.content__right--content {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.content__right--content P {
  text-align: left;
}
.content__right img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 95%;
  margin: 0 auto;
  max-height: 70vh;
  box-shadow: 0 10px 20px black;
  transition: 0.2s;
}
.content__right img:hover {
  opacity: 0.8;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .global_foot {
    height: 284px;
  }
}/*# sourceMappingURL=style.css.map */