main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}

section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 section {
  --main_brs: 30px;
 }
}
section p.main_txt {
 line-height: 1.6666666667;
 font-size: 18px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section p.main_txt {
  font-size: 16px;
 }
}
section p.main_txt +p.main_txt {
 margin-top: 1em;
}
@media screen and (max-width: 600px) {
 section.kv_recruit .base_img img {
  object-position: 65%;
 }
}
section.message_area >.inner {
 width: 100%;
 max-width: 900px;
 margin: 0 auto;
}
@media screen and (max-width: 600px) {
 section.message_area >.inner {
  display: block;
 }
}
section.message_area >.inner h2 {
 line-height: 1.875;
 margin-bottom: 60px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 32px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.message_area >.inner h2 {
  margin-bottom: 30px;
  font-size: 24px;
 }
}
section.message_area >.inner .col_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
section.message_area >.inner .president {
 width: min(43%, 400px);
}
@media screen and (max-width: 600px) {
 section.message_area >.inner .president {
  width: 70%;
  margin: 0 auto 20px;
 }
}
section.message_area >.inner .president .img img {
 border-radius: 20px;
}
section.message_area >.inner .president p {
 line-height: 1.3636363636;
 font-weight: 500;
 font-size: 22px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.message_area >.inner .president p {
  font-size: 18px;
 }
}
@media screen and (max-width: 600px) {
 section.message_area >.inner .president p {
  text-align: center;
 }
}
section.message_area >.inner .president p span {
 margin-right: 1em;
 font-size: 0.72em;
}
section.message_area >.inner .message_wrap {
 width: 50%;
 align-self: center;
}
@media screen and (max-width: 600px) {
 section.message_area >.inner .message_wrap {
  width: 100%;
 }
}
section.message_area >.inner .message_wrap:last-child {
 width: 100%;
 margin-top: 40px;
}
@media screen and (max-width: 1024px) {
 section.message_area >.inner .message_wrap:last-child {
  margin-top: 1em;
 }
}
section.message_area >.inner .message_wrap h3 {
 line-height: 1.7307692308;
 margin-bottom: 30px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 26px;
 text-align: left;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.message_area >.inner .message_wrap h3 {
  margin-bottom: 15px;
  font-size: 20px;
 }
}
section.message_area >.inner .message_wrap p.signature {
 line-height: 1.3636363636;
 margin-top: 1em;
 font-weight: 500;
 font-size: 22px;
 text-align: right;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.message_area >.inner .message_wrap p.signature {
  font-size: 18px;
 }
}
section.message_area >.inner .message_wrap p.signature span {
 margin-right: 1em;
 font-size: 0.72em;
}
/*# sourceMappingURL=layout.css.map */