html {
  font-size: 100%;
}

body {
  color: #383e45;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(252, 242, 227);
}
body h2,
body h3,
body p,
body h4 {
  font-family: "Yuji Syuku", serif;
}

#header {
  margin-bottom: 30px;
}
#header .hero .hero_title {
  position: relative;
}
#header .hero .hero_title img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .hero .hero_title h1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 60px;
  font-family: "Yuji Syuku", serif;
  text-shadow: 3px 3px 5px #000;
}
#header .hero .hero_title p {
  position: absolute;
  top: 12%;
  left: 67%;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 3px 3px 5px #000;
}
#header .hero .hero_title p:nth-last-child(2) {
  top: 35%;
  left: 27%;
  text-shadow: 3px 3px 5px #000;
}
#header .hero .hero_title button {
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 2px 2px 4px;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.main_consept {
  margin: 30px 0;
}
.main_consept .main_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.main_consept .main_content {
  margin: 30px 15px;
}
.main_consept .main_content h2 {
  font-size: 26px;
  text-align: center;
  padding: 15px;
}
.main_consept .main_content p {
  text-align: center;
}

.service .service_title {
  text-align: center;
}
.service .service_title h2 {
  font-size: 26px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.service .grid {
  display: grid;
  margin: 0;
}
.service .grid .item {
  margin: 30px 0;
  text-align: center;
}
.service .grid .item p {
  margin: 10px;
}
.service .grid .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_box h3 {
  font-size: 26px;
  text-align: center;
  margin: 30px;
}
.company_box .map {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 15px;
}
.company_box iframe {
  margin-bottom: 30px;
}
.company_box .company {
  margin: 0 15px;
  font-family: "Yuji Syuku", serif;
}
.company_box .company dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.company_box .company dt {
  width: 20%;
}
.company_box .company dd {
  width: 80%;
}
.company_box .company a {
  color: #1794fa;
  border-bottom: #1794fa 1px solid;
}
.company_box .privacy {
  text-align: center;
  font-size: 12px;
  margin: 30px 10px;
}

footer .footer-copy {
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
}
footer .footer-pr {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
}

@media (min-width: 900px) {
  body {
    width: 1000px;
  }
  #header .hero .hero_title {
    position: relative;
  }
  #header .hero .hero_title h1 {
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .hero .hero_title p {
    font-size: 20px;
    position: absolute;
    left: 60%;
    top: 15%;
  }
  #header .hero .hero_title p:nth-last-child(2) {
    font-size: 18px;
    position: absolute;
    top: 40%;
    left: 35%;
  }
  #header .hero .hero_title button {
    display: none;
  }
  .main_consept .main_img img {
    display: block;
    width: 800px;
    margin: auto;
  }
  .service .grid .item img {
    display: block;
    width: 800px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */