.m-sp {
  display: none;
}
@media (max-width: 428px) {
  .m-sp {
    display: block;
  }
}

.m-pc {
  display: block;
}
@media (max-width: 428px) {
  .m-pc {
    display: none;
  }
}

.m-strong {
  font-weight: bold;
}

.m-br {
  margin-top: 1em;
  display: block;
  content: "";
}

.m-sup {
  vertical-align: super;
  font-size: 10px;
  display: inline-block;
  transform: scale(0.9);
  transform-origin: left bottom;
}

.m-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.m-event_none {
  pointer-events: none;
}

.m-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1238px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .m-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 428px) {
  .m-inner-sp {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.m-sub_ttl-business {
  text-align: center;
}
.m-sub_ttl-news {
  margin-right: 61px;
}
@media (max-width: 428px) {
  .m-sub_ttl-news {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.m-sub_ttl-recruit {
  text-align: center;
}
.m-sub_ttl-recruit .m-sub_ttl--ja,
.m-sub_ttl-recruit .m-sub_ttl--en {
  color: #fff;
}
.m-sub_ttl--ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.08em;
}
@media (max-width: 428px) {
  .m-sub_ttl--ja {
    font-size: 16px;
    text-align: center;
    line-height: 1.55;
  }
}
.m-sub_ttl--en {
  display: block;
  font-size: 56px;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  font-weight: 500;
  color: #002174;
  line-height: 1.32;
}
@media (max-width: 428px) {
  .m-sub_ttl--en {
    font-size: 36px;
    text-align: center;
    line-height: 1.33;
  }
}

.m-sub_ttl_s {
  text-align: center;
}
.m-sub_ttl_s--en {
  display: block;
  color: #002174;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 428px) {
  .m-sub_ttl_s--en {
    font-size: 18px;
  }
}
.m-sub_ttl_s--en:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #002174;
  margin: 8px auto 16px;
}
.m-sub_ttl_s--ja {
  font-size: 32px;
  line-height: 1.46;
  font-weight: 500;
}
@media (max-width: 428px) {
  .m-sub_ttl_s--ja {
    font-size: 24px;
    line-height: 1.33;
  }
}
.m-sub_ttl_s--ja-s {
  font-size: 24px;
}
@media (max-width: 428px) {
  .m-sub_ttl_s--ja-s {
    font-size: 20px;
  }
}

.m-more_btn {
  color: #002174;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.12em;
  width: 102px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #002174;
  font-size: 14px;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-more_btn {
    width: 88px;
    height: 27px;
    font-size: 12px;
  }
}
.m-more_btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.m-head {
  background-color: #1F3C85;
  height: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(50% + 263px) 0%;
}
@media (max-width: 428px) {
  .m-head {
    height: 128vw;
    background-position: 0% calc(0% - 56px);
    background-size: 101% auto;
  }
}
.m-head.is_show .m-head--ttl_ja,
.m-head.is_show .m-head--ttl_en {
  opacity: 1;
  transform: none;
}
.m-head-business {
  background-image: url(../img/m-head-business.png);
}
@media (max-width: 428px) {
  .m-head-business {
    background-image: url(../img/m-head-business-sp.png);
  }
}
.m-head-oneday {
  background-image: url(../img/m-head-oneday.png);
}
@media (max-width: 428px) {
  .m-head-oneday {
    background-image: url(../img/m-head-oneday-sp.png);
  }
}
.m-head-recruit {
  background-image: url(../img/m-head-recruit.png);
}
@media (max-width: 428px) {
  .m-head-recruit {
    background-image: url(../img/m-head-recruit-sp.png);
  }
}
.m-head-other {
  background-image: url(../img/m-head-other.png);
}
@media (max-width: 428px) {
  .m-head-other {
    background-image: url(../img/m-head-other-sp.png);
  }
}
.m-head--inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .m-head--inner {
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.m-head--ttl {
  width: 406px;
  text-align: center;
}
@media (max-width: 428px) {
  .m-head--ttl {
    width: auto;
    padding-bottom: 30px;
  }
}
.m-head--ttl_ja {
  color: #fff;
  line-height: 1.44;
  font-weight: bold;
  font-size: 18px;
  display: block;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-head--ttl_ja {
    font-size: 16px;
    line-height: 1.5;
  }
}
.m-head--ttl_en {
  color: #fff;
  font-size: 56px;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.32;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  transition-delay: 0.1s;
}
@media (max-width: 428px) {
  .m-head--ttl_en {
    font-size: 36px;
    line-height: 1.33;
  }
}

.m-article_list {
  width: 981px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .m-article_list {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: 0;
  }
}
.m-article_list--item {
  margin-top: 8px;
}
@media (max-width: 428px) {
  .m-article_list--item {
    margin-top: 6px;
  }
}
.m-article_list--item:first-of-type {
  margin-top: 0;
}
.m-article_list--link {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .m-article_list--link {
    height: auto;
    padding: 20px;
    display: block;
  }
}
.m-article_list--link:hover .m-article_list--btn {
  background-color: #002174;
}
@media (max-width: 428px) {
  .m-article_list--link:hover .m-article_list--btn {
    background-color: #fff;
  }
}
.m-article_list--link:hover .m-article_list--btn {
  color: #fff;
}
@media (max-width: 428px) {
  .m-article_list--link:hover .m-article_list--btn {
    color: #002174;
  }
}
.m-article_list--date {
  font-size: 15px;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  width: 107px;
  line-height: 32px;
  display: block;
  border-right: #000 1px solid;
}
@media (max-width: 428px) {
  .m-article_list--date {
    width: 100%;
    line-height: 1.36;
    font-size: 14px;
    border-right: none;
  }
}
.m-article_list--ttl {
  width: calc(100% - 108px - 104px);
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 428px) {
  .m-article_list--ttl {
    width: calc(100% - 90px - 19px);
    font-size: 14px;
    margin-top: 12px;
    padding: 0;
    text-overflow: clip;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.6em;
    max-height: 3.2em;
  }
}
@media (max-width: 428px) {
  .m-article_list--btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.m-article_list--no-posts {
  height: 100%;
  display: flex;
  align-items: center;
}

.m-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi {
    margin-top: 60px;
  }
}
.m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
  transition: 0.3s;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #002174;
  font-weight: 500;
  color: #002174;
  margin-left: 4px;
  margin-right: 4px;
  box-sizing: border-box;
  position: relative;
}
.m-pagination .wp-pagenavi > span.current, .m-pagination .wp-pagenavi > a.current {
  background-color: #002174;
  color: #fff;
  font-weight: 500;
}
.m-pagination .wp-pagenavi > span:not(.current):hover, .m-pagination .wp-pagenavi > a:not(.current):hover {
  background-color: #002174;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span:not(.current):hover, .m-pagination .wp-pagenavi > a:not(.current):hover {
    background-color: #fff;
  }
}
.m-pagination .wp-pagenavi > span:not(.current):hover, .m-pagination .wp-pagenavi > a:not(.current):hover {
  color: #fff;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span:not(.current):hover, .m-pagination .wp-pagenavi > a:not(.current):hover {
    color: #002174;
  }
}
.m-pagination .wp-pagenavi > .nextpostslink:before, .m-pagination .wp-pagenavi > .previouspostslink:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #002174 #002174 transparent transparent;
  position: absolute;
  top: 12px;
}
.m-pagination .wp-pagenavi > .nextpostslink:hover:before, .m-pagination .wp-pagenavi > .previouspostslink:hover:before {
  border-color: #fff #fff transparent transparent;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > .nextpostslink:hover:before, .m-pagination .wp-pagenavi > .previouspostslink:hover:before {
    border-color: #002174 #002174 transparent transparent;
  }
}
.m-pagination .wp-pagenavi > .nextpostslink:before {
  transform: rotate(45deg);
  left: 8px;
}
.m-pagination .wp-pagenavi > .previouspostslink:before {
  transform: rotate(-135deg);
  left: 13px;
}

.m-richeditor * {
  font-size: 14px;
  line-height: 2;
  word-break: break-all;
}
.m-richeditor h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 20px;
}
.m-richeditor h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.m-richeditor p {
  font-size: 15px;
  line-height: 1.87;
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-richeditor ul {
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0;
  list-style: disc;
  padding-left: 1.5em;
}
.m-richeditor ol {
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.m-richeditor li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.m-richeditor li:last-of-type {
  margin-bottom: 0;
}
.m-richeditor img {
  max-width: 100%;
  margin: 20px 0;
  display: block;
}
@media (max-width: 428px) {
  .m-richeditor img {
    margin-left: auto;
    margin-right: auto;
  }
}

.m-page_arrow--list {
  position: relative;
  display: flex;
}
.m-page_arrow--item {
  border: 1px solid #002174;
  width: 32px;
  height: 32px;
}
.m-page_arrow--item-prev {
  margin-right: auto;
}
.m-page_arrow--item-prev .m-page_arrow--link:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #002174 #002174 transparent transparent;
  position: absolute;
  top: 12px;
  left: 14px;
  transform: rotate(-135deg);
}
.m-page_arrow--item-prev .m-page_arrow--link:hover:before {
  border-color: #fff #fff transparent transparent;
}
@media (max-width: 428px) {
  .m-page_arrow--item-prev .m-page_arrow--link:hover:before {
    border-color: #002174 #002174 transparent transparent;
  }
}
.m-page_arrow--item-next {
  margin-left: auto;
}
.m-page_arrow--item-next .m-page_arrow--link:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #002174 #002174 transparent transparent;
  position: absolute;
  top: 12px;
  left: 9px;
  transform: rotate(45deg);
}
.m-page_arrow--item-next .m-page_arrow--link:hover:before {
  border-color: #fff #fff transparent transparent;
}
@media (max-width: 428px) {
  .m-page_arrow--item-next .m-page_arrow--link:hover:before {
    border-color: #002174 #002174 transparent transparent;
  }
}
.m-page_arrow--item-list {
  width: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m-page_arrow--link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #002174;
  position: relative;
}
.m-page_arrow--link:hover {
  background-color: #002174;
}
@media (max-width: 428px) {
  .m-page_arrow--link:hover {
    background-color: #fff;
  }
}
.m-page_arrow--link:hover {
  color: #fff;
}
@media (max-width: 428px) {
  .m-page_arrow--link:hover {
    color: #002174;
  }
}

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