@import url("https://fonts.googleapis.com/css2?family=Lora&family=Shippori+Mincho+B1:wght@400;700&display=swap");
body {
  max-width: 1920px;
  min-width: 320px;
  overflow-X: hidden;
  margin-right: auto;
  margin-left: auto;
  color: #34344A;
  position: relative;
  font-family: 'Shippori Mincho', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  body {
    font-size: .8rem;
    line-height: 1.6;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

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

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .container {
    max-width: 95%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .flex {
    display: block;
  }
}

header {
  padding: 25px 0;
}

header img {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  header img {
    max-width: 70%;
  }
}

.mv {
  position: relative;
  background: url(./assets/img/mv.png) no-repeat center;
  background-size: cover;
  height: 50vw;
}

@media screen and (max-width: 750px) {
  .mv {
    height: 70vw;
  }
}

.mv h1 {
  color: #ffffff;
  font-size: 7vw;
  font-family: 'Lora', serif;
  margin-left: 5%;
  padding-top: 10%;
}

@media screen and (max-width: 750px) {
  .mv h1 {
    font-size: 9vw;
  }
}

.sec-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .sec-ttl {
    margin-bottom: 30px;
  }
}

.sec-ttl span.en, .sec-ttl span.num {
  display: inline-block;
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #00A7E1;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .sec-ttl span.en, .sec-ttl span.num {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.sec-ttl span.border {
  background-color: #34344A;
  display: inline-block;
  width: 100px;
  height: 1px;
}

@media screen and (max-width: 750px) {
  .sec-ttl span.border {
    width: 40px;
  }
}

.sec-ttl h2, .sec-ttl h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .sec-ttl h2, .sec-ttl h3 {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}

.sec-desc h3, .sec-desc h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .sec-desc h3, .sec-desc h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.vision {
  background-color: #FBFAF9;
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .vision {
    padding-top: 40px;
  }
}

.vision .content-l {
  margin-top: 200px;
  max-width: 47%;
  background-color: #ffffff;
  padding: 100px 15px 80px;
}

@media screen and (max-width: 750px) {
  .vision .content-l {
    margin-top: 0;
    padding: 0 15px;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .vision .content-r {
    display: none;
  }
}

.mission {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .mission {
    margin-bottom: 60px;
  }
}

.mission .content-l {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .mission .content-l {
    margin-top: 0;
  }
}

.mission .content-r {
  max-width: 53%;
  background-color: #ffffff;
  padding: 60px 15px 0;
}

@media screen and (max-width: 750px) {
  .mission .content-r {
    max-width: 100%;
  }
}

.service {
  padding: 80px 0;
  background-color: #FBFAF9;
}

@media screen and (max-width: 750px) {
  .service {
    padding: 40px 0;
  }
}

.service h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .service h2 {
    margin-bottom: 30px;
  }
}

.service .sec-content {
  background-color: #ffffff;
  padding: 40px 15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .service .sec-content {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}

.about {
  padding: 80px 0 0;
  margin: 0 auto 120px;
}

@media screen and (max-width: 750px) {
  .about {
    padding: 40px 0 0;
    margin: 0 auto 80px;
  }
}

.about h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .about h2 {
    margin-bottom: 50px;
  }
}

.about .content-l {
  width: 45%;
}

@media screen and (max-width: 750px) {
  .about .content-l {
    width: 100%;
    margin-bottom: 15px;
  }
}

.about .content-l .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.about .content-l dt {
  width: 20%;
  font-size: 1.1rem;
}

@media screen and (max-width: 750px) {
  .about .content-l dt {
    width: 30%;
    font-size: 1rem;
  }
}

.about .content-l dd {
  width: 80%;
}

.about .content-r {
  width: 55%;
}

@media screen and (max-width: 750px) {
  .about .content-r {
    width: 100%;
  }
}

footer {
  background-color: #00A7E1;
  text-align: center;
  padding: 15px 0;
}

footer small {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */