@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
.mes-title {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: max(5.5vw, 30px);
  text-align: center;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: calc(50px + 4%);
  border-bottom: solid 2px #03318f;
  line-height: 130%;
  font-weight: 900;
}
.mes-title .sp1 {
  color: #03318f;
}
.mes-title .sp2 {
  color: #ffbc0b;
}

section.top {
  width: 80%;
  margin: 0 auto;
}
section.top p {
  font-size: max(1.4vw, 14px);
  margin: 4% 0;
}

h1 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: max(2vw, 20px);
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 1%;
  line-height: 120%;
}

section.reason {
  margin: 3% 0;
}

.reason-box {
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 6%;
}

.re-card {
  width: 23%;
  margin: 0 auto;
}
.re-card .reason-yellow {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: max(1vw, 12px);
  color: #ffbc0b;
  margin-bottom: 3%;
}
.re-card .talk {
  background-image: url("../../src/message/talk.webp");
  background-size: 100% 100%;
  padding: 5% 3% 11% 3%;
  font-size: 1vw;
  text-align: center;
  margin-bottom: 2%;
}
.re-card img {
  width: 60%;
  margin: 0 auto;
}
.re-card .name {
  text-align: center;
  margin-top: 4%;
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 600;
  font-size: max(1.3vw, 10px);
}

.three {
  display: flex;
}
.three .img {
  width: 30%;
  flex-grow: 1;
}
.three .word {
  width: 5%;
  margin-right: -3%;
  margin-left: 2%;
}
.three .intro {
  width: 65%;
  padding: 0 5%;
}
.three .intro h3 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: max(1.6vw, 16px);
  margin-bottom: 3%;
  font-weight: 900;
}
.three .intro p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(1.3vw, 14px);
}

.block {
  margin-top: 6%;
  position: relative;
}
.block .text-box {
  width: 85%;
  margin: 3% auto 0% auto;
  padding-left: 1.3%;
}
.block .text-box h4 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: max(1.6vw, 16px);
  margin-bottom: 3%;
  font-weight: 900;
}
.block .text-box p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(1.3vw, 14px);
  margin-bottom: 0;
}
.block .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.block .bg2 {
  position: absolute;
  right: 0%;
  bottom: 5%;
  width: 60%;
  z-index: -1;
}

.block:nth-child(even) .word {
  margin-left: 2%;
  margin-right: 0%;
}
.block:nth-child(even) .intro {
  padding: 0 12% 0 2%;
}

/**********************************
レスポンシブ
**********************************/
@media (max-width: 700px) {
  .mes-title {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-top: calc(50px + 10%);
    border-bottom: solid 2px #03318f;
    line-height: 130%;
    font-weight: 900;
  }
  .mes-title .sp1 {
    color: #03318f;
  }
  .mes-title .sp2 {
    color: #ffbc0b;
  }
  section.top {
    width: 90%;
    margin: 0 auto;
  }
  section.top p {
    font-size: 16px;
    margin: 7% auto;
    width: 90%;
  }
  h1 {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 1%;
    line-height: 120%;
  }
  section.reason {
    margin: 20% 0;
  }
  .reason-box {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 6%;
  }
  .re-card {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15%;
  }
  .re-card .reason-yellow {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-size: 16px;
    color: #ffbc0b;
    margin-bottom: 3%;
  }
  .re-card .talk {
    background-image: url("../../src/message/talk.webp");
    background-size: 100% 100%;
    padding: 5% 3% 11% 3%;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2%;
  }
  .re-card img {
    width: 60%;
    margin: 0 auto;
  }
  .re-card .name {
    text-align: center;
    margin-top: 4%;
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 14px;
  }
  .three {
    display: flex;
    flex-wrap: wrap;
  }
  .three .img {
    width: 85%;
  }
  .three .word {
    width: 15%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 2%;
  }
  .three .intro {
    width: 100%;
    margin: 7% auto;
    padding: 0 5%;
  }
  .three .intro h3 {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 3%;
    font-weight: 900;
  }
  .three .intro p {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .block:nth-child(odd) .img {
    order: 2;
  }
  .block:nth-child(odd) .word {
    order: 1;
  }
  .block:nth-child(odd) .intro {
    order: 3;
  }
  .block:nth-child(even) .img {
    order: 1;
  }
  .block:nth-child(even) .word {
    order: 2;
  }
  .block:nth-child(even) .intro {
    order: 3;
  }
  .block {
    margin-top: 15%;
    position: relative;
  }
  .block .text-box {
    width: 90%;
    margin: 3% auto 0% auto;
    padding-left: 0%;
  }
  .block .text-box h4 {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 3%;
    font-weight: 900;
  }
  .block .text-box p {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .block .bg1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    display: none;
  }
  .block .bg2 {
    position: absolute;
    right: 0%;
    bottom: 10%;
    width: 80%;
    z-index: -1;
  }
  .block:nth-child(even) {
    /* .img {
         order: 2;
     }*/
  }
  .block:nth-child(even) .word {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 0;
  }
  .block:nth-child(even) .intro {
    width: 90%;
    margin: 10% auto;
    padding: 0;
  }
  .block:nth-child(even) .text-box.up {
    margin-top: 0%;
  }
}/*# sourceMappingURL=message.css.map */