/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-en {
    font-size: 100px;
  }
}

.font-main-jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-jp {
    font-size: 54px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-title {
    font-size: 32px;
  }
}

.font-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-subtitle {
    font-size: 24px;
  }
}

.font-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-lead {
    font-size: 20px;
  }
}

.font-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}

.font-text-small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text-small {
    font-size: 12px;
  }
}

/* =========================================================
message
========================================================= */
.p-message-mv {
  position: relative;
  background: #eefaff;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .p-message-mv {
    min-height: 390px;
    padding: 20px 0;
  }
}
.p-message-mv::before {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80%;
  right: -60%;
}
@media screen and (min-width: 992px) {
  .p-message-mv::before {
    top: -40%;
    right: -63%;
  }
}
.p-message-mv::after {
  content: "";
  background: url(../images/common/wing05.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 10%;
  right: -79%;
}
@media screen and (min-width: 992px) {
  .p-message-mv::after {
    width: 70%;
    height: 60vh;
    top: auto;
    bottom: -9%;
    right: -9%;
  }
}
.p-message-mv_wrap {
  position: relative;
  margin: 10px auto 0;
  padding: 0 25px;
  max-width: 750px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-message-mv_wrap {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-message-mv_wrap {
    margin: 0 auto 70px;
  }
}
.p-message-mv_content {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-message-mv_content {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .p-message-mv_content {
    text-align: center;
  }
}
.p-message-mv_content .inner {
  display: inline-block;
  text-align: left;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .p-message-mv_content .inner {
    display: inline-block;
    text-align: left;
    padding: 50px 0 35px 25px;
  }
}
.p-message-mv_lead.c-title-box::before {
  content: none;
}
.p-message-mv_profile {
  padding-top: 20px;
}
.p-message-mv_profile .role {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .p-message-mv_profile .role {
    font-size: 16px;
  }
}
.p-message-mv_profile .name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .p-message-mv_profile .name {
    font-size: 32px;
  }
}
.p-message-mv_profile .kana {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #009fe8;
}
@media screen and (min-width: 992px) {
  .p-message-mv_profile .kana {
    font-size: 16px;
  }
}
.p-message-mv_photo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-message-mv_photo {
    width: 50%;
    overflow: hidden;
    text-align: right;
  }
}
.p-message-mv_photo img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-message-mv_photo img {
    border-radius: 10px 0 0 10px;
  }
}

.p-message-box {
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .p-message-box {
    padding: 30px 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-message-box:nth-of-type(odd) .l-cord-col2 {
    flex-direction: row-reverse;
  }
}
.p-message-box.first {
  margin-top: 0;
}
.p-message-box.first::before {
  content: "";
  background: url(../images/common/wing06.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-message-box.first::before {
    background-position: right bottom;
    height: 130%;
    top: 100%;
    left: -80%;
  }
}
.p-message-box.first::after {
  content: "";
  background: url(../images/common/wing03-w.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  bottom: -9%;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-message-box.first::after {
    background-position: right bottom;
    height: 50vh;
    bottom: -800px;
    right: -260px;
  }
}
.p-message-box:last-of-type::before {
  content: "";
  background: url(../images/common/wing06-w.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: -40%;
}
@media screen and (min-width: 992px) {
  .p-message-box:last-of-type::before {
    bottom: -50px;
    left: -83%;
    background-position: right;
  }
}

/*# sourceMappingURL=style-message.css.map */