@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* sec1 */
.sec1 {
  width: 100%;
  min-width: 1160px;
  height: calc((100vw * 0.5) + 70px);
  padding: 70px 0 0 0;
}
.sec1 .inner {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec1 .inner h3 {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.sec1 .inner h4 {
  color: #FFF;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #274171;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sec1::before {
  content: "";
  width: 100%;
  height: calc(100vw * 0.5);
  background-image: url(../images/visual_message.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: -1;
}

.sec2 {
  width: 1000px;
  padding: 0 0 40px 0;
  margin: -100px auto 80px auto;
  background-color: #FFF;
  position: relative;
}
.sec2 .profile {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto 80px auto;
}
.sec2 .profile dl dt {
  color: #222;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.sec2 .profile dl dd {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.sec2 .text {
  width: 100%;
  padding: 0px;
}
.sec2 .text:not(:last-child) {
  margin-bottom: 80px;
}
.sec2 .text h3 {
  color: #222;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
.sec2 .text h4 {
  color: #274171;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}
.sec2 .text p {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
}
.sec2 .text p:not(:last-child) {
  margin-bottom: 20px;
}
.sec2 .photo.p1 {
  width: 760px;
  margin: 0 auto 80px auto;
}
.sec2 .photo.p2 {
  width: 100%;
  padding: 0px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  /* sec1 */
  .sec1 {
    min-width: 100%;
    height: 50vh;
    padding: 60px 0 0 0;
  }
  .sec1 .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec1 .inner h3 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
  }
  .sec1 .inner h4 {
    color: #FFF;
    font-family: din-2014-narrow, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    background-color: #274171;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .sec1::before {
    width: 100%;
    height: 50vh;
    background-position: right 30% top;
    left: 0px;
    top: 60px;
  }

  .sec2 {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0px auto 40px auto;
    background-color: #FFF;
    position: relative;
  }
  .sec2 .profile {
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 auto 60px auto;
  }
  .sec2 .profile dl dt {
    color: #222;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.2em;
  }
  .sec2 .profile dl dd {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  .sec2 .text {
    width: 100%;
    padding: 0 20px;
  }
  .sec2 .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec2 .text h3 {
    color: #222;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  .sec2 .text h3 br {
    display: none;
  }
  .sec2 .text h4 {
    color: #274171;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  .sec2 .text p {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec2 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .photo.p1 {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  .sec2 .photo.p2 {
    width: 100%;
    padding: 0px;
  }
}

/*# sourceMappingURL=style_message.css.map */
