@charset "UTF-8";
.top {
  color: #9d803c;
  position: relative;
}
.top .top-mainVisual {
  overflow: hidden;
}
.top .top-mainVisual .tm-container {
  display: flex;
  position: relative;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .top .top-mainVisual .tm-container {
    height: 600px;
  }
}
.top .top-mainVisual .tm-container .tm-title {
  position: absolute;
  top: 41%;
  left: 10%;
  font-size: 22px;
  z-index: 1000;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top .top-mainVisual .tm-container .tm-title {
    top: 46%;
    left: 10%;
    transform: translateY(-50%);
    font-size: 30px;
  }
}
.top .top-mainVisual .tm-container .tm-title p {
  background-color: #fff;
  padding: 10px 20px;
}
.top .top-mainVisual .tm-container .tm-title p + p {
  margin-top: 10px;
}
.top .top-mainVisual .tm-img {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 30px;
  height: 600px;
}
@media screen and (min-width: 768px) {
  .top .top-mainVisual .tm-img {
    height: 700px;
    width: calc(100% - 180px);
  }
}
.top .top-mainVisual .tm-img img {
  position: relative;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 1px solid #a8cedc;
  box-sizing: border-box;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .top .top-mainVisual .tm-img img {
    width: 100%;
    height: 700px;
    margin-left: 180px;
  }
}
.top .top-mainVisual .tm-img::before {
  content: "kawaii design";
  position: absolute;
  bottom: 96px;
  left: -84px;
  display: block;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 100;
  background-color: #fff;
  padding-right: 10px;
  color: #74bfe4;
  letter-spacing: 0.7em;
}
@media screen and (min-width: 768px) {
  .top .top-mainVisual .tm-img::before {
    bottom: 94px;
    left: 96px;
  }
}
.top .gloval-contents {
  position: relative;
}
.top .gloval-contents .top-concept01 {
  position: relative;
}
.top .gloval-contents .top-concept01::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 12px;
  width: 312px;
  height: 66px;
  background-image: url("../images/main-img02.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01::after {
    max-width: 817px;
    height: 110px;
    top: -42px;
    width: 50%;
    right: 40px;
  }
}
@media screen and (min-width: 1458px) {
  .top .gloval-contents .top-concept01::after {
    top: -60px;
  }
}
.top .gloval-contents .top-concept01 .global-inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 50px 20px 50px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .global-inner {
    padding: 120px 70px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .top .gloval-contents .top-concept01 .global-inner {
    padding: 120px 200px 70px 140px;
  }
}
.top .gloval-contents .top-concept01 .global-inner .head {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .global-inner .head {
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
}
.top .gloval-contents .top-concept01 .global-inner .head .top-title01 {
  font-size: 22px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .global-inner .head .top-title01 {
    font-size: 28px;
    margin-right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .top .gloval-contents .top-concept01 .global-inner .head .top-title01 {
    margin-right: 100px;
  }
}
.top .gloval-contents .top-concept01 .global-inner .head .top-title01 h2 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .global-inner .head .top-title01 h2 {
    width: 350px;
  }
}
.top .gloval-contents .top-concept01 .global-inner .head .top-title01 h2::after {
  z-index: 1;
  content: "Concept";
  position: absolute;
  bottom: -50px;
  left: -150px;
  display: block;
  font-size: 45px;
  transform: rotate(90deg);
  padding-right: 20px;
  color: #dff2ff;
  letter-spacing: 0.17em;
  font-family: "mrs-eaves-xl-serif", serif;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .global-inner .head .top-title01 h2::after {
    font-size: 60px;
    bottom: -12px;
    left: -195px;
    letter-spacing: 0.2em;
  }
}
.top .gloval-contents .top-concept01 .global-inner .head .text {
  flex: 1;
  line-height: 2;
  max-width: 680px;
  font-size: 14px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .global-inner .head .text {
    font-size: 16px;
    margin-top: 0;
  }
}
.top .gloval-contents .top-concept01 .global-inner .head .text p + p {
  margin-top: 30px;
}
.top .gloval-contents .top-concept01 .global-inner .module-button01 {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1400px) {
  .top .gloval-contents .top-concept01 .global-inner .module-button01 {
    position: absolute;
    bottom: -5%;
    right: 15%;
  }
}
.top .gloval-contents .top-concept01 .image {
  position: relative;
  height: 220px;
  width: 100%;
  background-image: url("../images/concept-img02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 30px;
}
@media screen and (min-width: 400px) {
  .top .gloval-contents .top-concept01 .image {
    height: 205px;
  }
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .image {
    background-image: url("../images/pc/concept-img02.png");
    height: 300px;
  }
}
@media screen and (min-width: 1100px) {
  .top .gloval-contents .top-concept01 .image {
    background-image: url("../images/pc/concept-img02.png");
    height: 400px;
  }
}
.top .gloval-contents .top-concept01 .image img {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  height: auto;
  padding-bottom: 26px;
  max-width: 1150px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-concept01 .image img {
    padding-bottom: 80px;
  }
}
.top .gloval-contents .top-concept01 .image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12%;
  width: 80%;
  max-width: 800px;
  height: 100px; /* 高さを自動調整 */
  background-image: url("../images/concept-img03.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.top .gloval-contents .top-service01 {
  background-image: url("../images/service-bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.top .gloval-contents .top-service01 .gloval-inner {
  padding: 60px 20px 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-service01 .gloval-inner {
    padding: 140px 70px 160px;
    max-width: 1240px;
  }
}
.top .gloval-contents .top-service01 .gloval-inner .top-title02 h2 {
  margin-bottom: 50px;
}
.top .gloval-contents .top-service01 .gloval-inner .top-title02 h2 .title-main {
  display: block;
  font-family: "mrs-eaves-xl-serif", serif;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-service01 .gloval-inner .top-title02 h2 .title-main {
    font-size: 50px;
  }
}
.top .gloval-contents .top-service01 .gloval-inner .top-title02 h2 .title-sub {
  display: block;
  font-size: 16px;
}
.top .gloval-contents .top-info01 {
  border: 1px solid #74bfe4;
  margin: 100px 30px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-info01 {
    max-width: 800px;
    margin: 100px auto;
  }
}
.top .gloval-contents .top-info01 .gloval-inner {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-info01 .gloval-inner {
    padding: 50px 80px;
  }
}
.top .gloval-contents .top-info01 .gloval-inner h2 {
  position: relative;
}
.top .gloval-contents .top-info01 .gloval-inner h2 img {
  width: 163px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (min-width: 768px) {
  .top .gloval-contents .top-info01 .gloval-inner h2 img {
    top: -68px;
  }
}
/*# sourceMappingURL=top.css.map */