body {
  background: #f0eae6;
}

h1 {
  font-size: 60px;
  text-align: center;
  padding: 50px 0;
  font-family: "STKaiti";
  color: #523c3c;
}
h1 .title-jp {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 600;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
}

h1 {
  text-align: center;
  margin: 50px;
}

.block {
  margin: 50px 0 100px 0;
}

h2 {
  color: #b3b3b3;
}

.block-box {
  width: 1000px;
  background: white;
  margin: 0 auto;
  padding: 70px 5% 50px 5%;
  max-width: 90%;
  border-radius: 100px 100px 0 0;
  box-shadow: -2px -2px 4px white, 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.block-box .me-flex {
  display: flex;
}
.block-box .me-flex .left {
  width: 40%;
  padding-right: 5%;
}
.block-box .me-flex .right {
  display: flex;
  width: 60%;
}
.block-box .me-flex .right .left {
  width: 60%;
}
.block-box .me-flex .right .left img {
  margin-bottom: 10px;
}
.block-box .me-flex .right .right {
  width: 40%;
}
.block-box .me-flex .right .right h2 {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: 800;
  position: relative;
  padding-top: 20px;
  width: 120px;
  line-height: 150%;
}
.block-box .me-flex .right .right h2 .quote {
  writing-mode: horizontal-tb;
  line-height: 100%;
  position: absolute;
}
.block-box .me-flex .right .right h2 .quote1 {
  top: 0px;
  right: 0px;
}
.block-box .me-flex .right .right h2 .quote2 {
  bottom: -42px;
  left: 0px;
}
.block-box .me-flex .right .right h2 .relative2 {
  display: inline-block;
  position: relative;
}
.block-box .me-flex2 {
  display: flex;
}
.block-box .me-flex2 .left {
  padding-right: 5%;
}
.block-box .me-flex2 .right {
  align-self: flex-end;
  min-width: 200px;
  max-width: 90%;
}
.block-box .me-flex2 .right .name1 {
  font-weight: 800;
  color: #8e8e8e;
}
.block-box .me-flex2 .right .name2 {
  color: #b2b2b2;
}
.block-box .me-flex2 .right .name3 {
  color: #8e8e8e;
  font-weight: 800;
  font-size: 25px;
}

.section2 .block-box .me-flex {
  align-items: center;
}
.section2 .block-box .me-flex .left {
  width: 45%;
}
.section2 .block-box .me-flex .left img {
  margin-bottom: 20px;
}
.section2 .block-box .me-flex .right {
  width: 55%;
}
.section2 .block-box .me-flex .right h3 {
  font-size: 30px;
  color: #8e8e8e;
  font-weight: 800;
  line-height: 200%;
  letter-spacing: 1px;
}
.section2 .block-box .me-flex .right h3 span {
  display: inline-block;
  line-height: 100%;
  margin: 0 10px;
  vertical-align: bottom;
}
.section2 .block-box .me-flex .right h3 img {
  width: 200px;
  max-width: 100%;
}

.section3 {
  margin-bottom: 150px;
}
.section3 .block-box .me-flex {
  align-items: center;
}
.section3 .block-box .me-flex .right {
  width: 45%;
}
.section3 .block-box .me-flex .right img {
  margin-bottom: 20px;
}
.section3 .block-box .me-flex .left {
  width: 55%;
}
.section3 .block-box .me-flex .left h3 {
  display: flex;
  font-size: 30px;
  color: #8e8e8e;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 1px;
  align-items: center;
}
.section3 .block-box .me-flex .left h3 .left {
  padding-right: 0;
  width: auto;
}
.section3 .block-box .me-flex .left h3 span {
  display: inline-block;
  line-height: 100%;
  margin: 0 10px;
  vertical-align: bottom;
}
.section3 .block-box .me-flex .left h3 img {
  width: 250px;
  max-width: 100%;
  margin-right: 20px;
}
.section3 .block-box .me-flex .left h3 .right {
  width: auto;
}

.section4 .block-box .me-flex .left h3 {
  margin-bottom: 30px;
}

.contact-btn {
  margin-bottom: 150px;
}
.contact-btn a {
  background: white;
  box-shadow: -2px -2px 4px white, 3px 3px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
  .section2 .block-box .me-flex {
    margin-bottom: 20px;
  }
  .section2 .block-box .me-flex .left {
    width: 30%;
  }
  .section2 .block-box .me-flex .right {
    width: 70%;
  }
  .section2 .block-box .me-flex .right h3 img {
    width: 200px;
  }
  .section3 .block-box .me-flex {
    margin-bottom: 20px;
  }
  .section3 .block-box .me-flex .left {
    width: 70%;
  }
  .section3 .block-box .me-flex .left h3 img {
    width: 200px;
  }
  .section3 .block-box .me-flex .right {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .block-box {
    border-radius: 50px 50px 0 0;
  }
  .section1 .block-box .me-flex {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .section1 .block-box .me-flex .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .section1 .block-box .me-flex .right .left {
    width: 70%;
  }
  .section1 .block-box .me-flex .right .left img {
    padding-right: 5%;
  }
  .section1 .block-box .me-flex .right .right {
    width: 30%;
  }
  .section1 .block-box .me-flex .right .right h2 {
    font-size: 30px;
  }
  .section1 .block-box .me-flex .right .right h2 .quote1 {
    top: 5px;
  }
  .section1 .block-box .me-flex .right .right h2 .quote2 {
    bottom: -33px;
    left: -3px;
  }
  .section1 .block-box .me-flex .left {
    width: 100%;
    padding-right: 0;
  }
  .block-box .me-flex2 {
    flex-direction: column;
  }
  .block-box .me-flex2 .right {
    margin-top: 50px;
    min-width: auto;
    width: 150px;
  }
  .block-box .me-flex2 .left {
    padding-right: 0;
  }
  .section2 .block-box .me-flex {
    flex-direction: column-reverse;
  }
  .section2 .block-box .me-flex .right {
    width: 100%;
  }
  .section2 .block-box .me-flex .right h3 {
    font-size: 25px;
  }
  .section2 .block-box .me-flex .right h3 span {
    width: 100px;
  }
  .section2 .block-box .me-flex .left {
    margin-top: 20px;
    width: 400px;
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
  }
  .section3 .block-box .me-flex {
    flex-direction: column;
  }
  .section3 .block-box .me-flex .left {
    width: 100%;
    padding-right: 0;
  }
  .section3 .block-box .me-flex .left h3 {
    font-size: 25px;
    flex-grow: 1;
  }
  .section3 .block-box .me-flex .left h3 img {
    width: 150px;
  }
  .section3 .block-box .me-flex .left .right {
    margin-left: 0;
  }
  .section3 .block-box .me-flex .right {
    margin-top: 20px;
    width: 400px;
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
  }
}/*# sourceMappingURL=message.css.map */