@charset "UTF-8";
/* =====================================================
  Page Hero
===================================================== */
.m-subpage-hero.m-subpage-hero--page {
  background-color: #0085c1;
  background-image: none;
}
.m-subpage-hero.m-subpage-hero--page::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 42%;
  height: 100%;
  background-color: transparent;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  opacity: 0.28;
  filter: none;
  pointer-events: none;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__inner {
  justify-content: center;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__content {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__content .m-section-heading {
  align-items: center;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__title {
  color: #ffffff;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text {
  margin-top: 40px;
  color: #ffffff;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text p + p {
  margin-top: 8px;
}
.m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text p strong {
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .m-subpage-hero.m-subpage-hero--page::before {
    width: 48%;
  }
  .m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .m-subpage-hero.m-subpage-hero--page::before {
    width: 60%;
    opacity: 0.22;
  }
  .m-subpage-hero.m-subpage-hero--page .m-subpage-hero__content {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .m-subpage-hero.m-subpage-hero--page::before {
    width: 78%;
    opacity: 0.18;
  }
  .m-subpage-hero.m-subpage-hero--page .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text {
    margin-top: 18px;
  }
  .m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text p {
    font-size: 13px;
    line-height: 1.7;
  }
  .m-subpage-hero.m-subpage-hero--page .m-subpage-hero__text p + p {
    margin-top: 6px;
  }
}

/* =====================================================
  Page
===================================================== */
.p-page {
  padding: 90px 0 120px;
  background-color: #ffffff;
}
.p-page__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-page--404 .p-page__inner {
  max-width: 720px;
  text-align: center;
}
.p-page--404 .m-editor-content p {
  text-align: center;
}
.p-page__action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-page {
    padding: 75px 0 95px;
  }
}
@media screen and (max-width: 767px) {
  .p-page {
    padding: 32px 0 48px;
  }
  .p-page .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-page__action {
    margin-top: 28px;
  }
}

.m-subpage-hero--noimage .m-subpage-hero__inner {
  justify-content: center;
}
.m-subpage-hero--noimage .m-subpage-hero__content {
  width: 100%;
  text-align: center;
}
.m-subpage-hero--noimage .m-subpage-hero__content .m-section-heading {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .m-subpage-hero--noimage .m-subpage-hero__content {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .m-subpage-hero--noimage .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* =====================================================
  Editor Content Module
===================================================== */
.m-editor-content {
  color: #333333;
  /* ========================================
    Headings
  ======================================== */
}
.m-editor-content h1,
.m-editor-content h2,
.m-editor-content h3,
.m-editor-content h4,
.m-editor-content h5,
.m-editor-content h6 {
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-editor-content h1 span,
.m-editor-content h2 span,
.m-editor-content h3 span,
.m-editor-content h4 span,
.m-editor-content h5 span,
.m-editor-content h6 span {
  color: #0085c1;
}
.m-editor-content h1:first-child,
.m-editor-content h2:first-child,
.m-editor-content h3:first-child,
.m-editor-content h4:first-child,
.m-editor-content h5:first-child,
.m-editor-content h6:first-child {
  margin-top: 0;
}
.m-editor-content h1 {
  margin: 0 0 32px;
  font-size: 34px;
  line-height: 1.5;
}
.m-editor-content {
  /* セクション見出し（the_content で m-section-heading に変換） */
}
.m-editor-content .m-section-heading {
  margin: 72px 0 28px;
}
.m-editor-content .m-section-heading:first-child {
  margin-top: 0;
}
.m-editor-content h2 {
  margin: 72px 0 28px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 34px;
  line-height: 1.5;
}
.m-editor-content h2.m-section-heading__ja {
  margin: 12px 0 0;
  font-size: 34px;
}
.m-editor-content h3 {
  position: relative;
  margin: 48px 0 20px;
  padding: 0 0 12px 34px;
  border-bottom: 1px dotted #999999;
  color: #0085c1;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.m-editor-content h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/common/icon-gear-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.m-editor-content h4 {
  margin: 36px 0 16px;
  color: #0085c1;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.m-editor-content h5 {
  margin: 28px 0 12px;
  font-size: 16px;
  line-height: 1.6;
}
.m-editor-content h6 {
  margin: 24px 0 12px;
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.m-editor-content {
  /* ========================================
    Paragraph
  ======================================== */
}
.m-editor-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.m-editor-content p + p {
  margin-top: 12px;
}
.m-editor-content p strong {
  color: #0085c1;
  font-weight: 700;
}
.m-editor-content {
  /* ========================================
    Strong / Em
  ======================================== */
}
.m-editor-content strong,
.m-editor-content b {
  font-weight: 700;
}
.m-editor-content em {
  font-style: italic;
}
.m-editor-content {
  /* ========================================
    Link
  ======================================== */
}
.m-editor-content a {
  color: #0085c1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: opacity 0.3s ease;
}
.m-editor-content a:hover {
  opacity: 0.65;
}
.m-editor-content {
  /* ========================================
    Lists
  ======================================== */
}
.m-editor-content ul,
.m-editor-content ol {
  margin: 28px 0;
  padding: 0;
}
.m-editor-content ul li,
.m-editor-content ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.m-editor-content ul li + li,
.m-editor-content ol li + li {
  margin-top: 10px;
}
.m-editor-content ul {
  list-style: none;
}
.m-editor-content ul li {
  position: relative;
  padding-left: 22px;
}
.m-editor-content ul li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0085c1;
  content: "";
}
.m-editor-content ol {
  list-style: none;
  counter-reset: editor-list;
}
.m-editor-content ol li {
  position: relative;
  min-height: 28px;
  padding-left: 40px;
  counter-increment: editor-list;
}
.m-editor-content ol li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #0085c1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  content: counter(editor-list);
}
.m-editor-content {
  /* ========================================
    Nested Lists
  ======================================== */
}
.m-editor-content ul ul,
.m-editor-content ul ol,
.m-editor-content ol ul,
.m-editor-content ol ol {
  margin: 12px 0 0;
  padding: 0 0 0 20px;
  background-color: transparent;
}
.m-editor-content {
  /* ========================================
    Table
  ======================================== */
}
.m-editor-content table {
  width: 100%;
  margin: 35px 0;
  border-collapse: collapse;
  background-color: #ffffff;
}
.m-editor-content table th,
.m-editor-content table td {
  padding: 16px 18px;
  border: 1px solid #d5dfe5;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}
.m-editor-content table th {
  width: 25%;
  background-color: #e3f4fd;
  color: #222222;
  font-weight: 700;
}
.m-editor-content table td {
  background-color: #ffffff;
}
.m-editor-content table tr:nth-child(even) td {
  background-color: #fafcfd;
}
.m-editor-content {
  /* ========================================
    Image
  ======================================== */
}
.m-editor-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.m-editor-content > img {
  margin: 35px auto;
}
.m-editor-content {
  /* ========================================
    Figure
  ======================================== */
}
.m-editor-content figure {
  max-width: 100%;
  margin: 35px 0;
}
.m-editor-content figure img {
  margin: 0 auto;
}
.m-editor-content figure figcaption {
  margin-top: 10px;
  color: #7e898f;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}
.m-editor-content {
  /* WordPress Image */
}
.m-editor-content .wp-block-image {
  margin: 35px 0;
}
.m-editor-content .wp-block-image img {
  margin: 0 auto;
}
.m-editor-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.m-editor-content .alignleft {
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
}
.m-editor-content .alignright {
  margin-bottom: 20px;
  margin-left: 30px;
  float: right;
}
.m-editor-content {
  /* ========================================
    Blockquote
  ======================================== */
}
.m-editor-content blockquote {
  position: relative;
  margin: 36px 0;
  padding: 8px 0 8px 28px;
  border-left: 1px solid #1689ca;
  background-color: transparent;
}
.m-editor-content blockquote p {
  color: #333333;
  font-weight: 700;
}
.m-editor-content {
  /* ========================================
    Horizontal Rule
  ======================================== */
}
.m-editor-content hr {
  margin: 55px 0;
  border: 0;
  border-top: 1px solid #d6dfe4;
}
.m-editor-content {
  /* ========================================
    Code
  ======================================== */
}
.m-editor-content code {
  padding: 2px 6px;
  background-color: #edf2f4;
  color: #333333;
  font-family: monospace;
  font-size: 13px;
}
.m-editor-content pre {
  margin: 30px 0;
  padding: 20px;
  background-color: #222d35;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
  overflow-x: auto;
}
.m-editor-content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.m-editor-content {
  /* ========================================
    WordPress Buttons（m-link-button と同じ）
  ======================================== */
}
.m-editor-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 48px;
  margin: 30px 0;
}
.m-editor-content .wp-block-button {
  margin: 30px 0;
  width: auto !important;
}
.wp-block-buttons .m-editor-content .wp-block-button {
  margin: 0;
}
.m-editor-content .wp-block-button__link,
.m-editor-content .wp-block-button .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  width: auto !important;
  min-height: 0;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid #d6dfe4 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #333333 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.m-editor-content .wp-block-button__link::after,
.m-editor-content .wp-block-button .wp-element-button::after {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f3fb;
  background-image: radial-gradient(circle, #f47a20 2px, transparent 2.5px);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.m-editor-content .wp-block-button__link:hover::after,
.m-editor-content .wp-block-button .wp-element-button:hover::after {
  background-color: #e5eaf5;
  transform: translateX(5px);
}
.m-editor-content {
  /* ========================================
    Clearfix
  ======================================== */
}
.m-editor-content::after {
  display: block;
  clear: both;
  content: "";
}
.m-editor-content {
  /* ========================================
    Responsive
  ======================================== */
}
@media screen and (max-width: 1024px) {
  .m-editor-content h1 {
    font-size: 30px;
  }
  .m-editor-content h2 {
    margin-top: 60px;
    font-size: 28px;
  }
  .m-editor-content h2.m-section-heading__ja {
    margin-top: 12px;
    font-size: 28px;
  }
  .m-editor-content .m-section-heading {
    margin: 60px 0 24px;
  }
  .m-editor-content h3 {
    margin-top: 40px;
    font-size: 20px;
  }
  .m-editor-content h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .m-editor-content h1 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .m-editor-content h2 {
    margin: 28px 0 14px;
    padding-bottom: 0;
    font-size: 20px;
  }
  .m-editor-content h2.m-section-heading__ja {
    margin: 8px 0 0;
    font-size: 24px;
  }
  .m-editor-content .m-section-heading {
    margin: 40px 0 18px;
  }
  .m-editor-content h3 {
    margin: 22px 0 12px;
    padding: 0 0 8px 26px;
    font-size: 16px;
  }
  .m-editor-content h3::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .m-editor-content h4 {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .m-editor-content h5 {
    margin-top: 16px;
    font-size: 13px;
  }
  .m-editor-content h6 {
    font-size: 13px;
  }
  .m-editor-content p,
  .m-editor-content ul li,
  .m-editor-content ol li {
    font-size: 13px;
    line-height: 1.7;
  }
  .m-editor-content p + p {
    margin-top: 8px;
  }
  .m-editor-content ul,
  .m-editor-content ol {
    margin: 16px 0;
  }
  .m-editor-content ul li + li,
  .m-editor-content ol li + li {
    margin-top: 6px;
  }
  .m-editor-content ol li {
    padding-left: 32px;
  }
  .m-editor-content ol li::before {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .m-editor-content table {
    display: block;
    width: 100%;
    margin: 16px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-editor-content table tbody {
    min-width: 560px;
  }
  .m-editor-content table th,
  .m-editor-content table td {
    padding: 10px 8px;
    font-size: 11px;
  }
  .m-editor-content > img,
  .m-editor-content figure,
  .m-editor-content .wp-block-image {
    margin: 16px auto;
  }
  .m-editor-content figure {
    margin: 16px 0;
  }
  .m-editor-content blockquote {
    margin: 16px 0;
    padding: 4px 0 4px 14px;
  }
  .m-editor-content hr {
    margin: 24px 0;
  }
  .m-editor-content .wp-block-buttons {
    gap: 16px 24px;
    margin: 16px 0;
  }
  .m-editor-content .wp-block-button {
    margin: 16px 0;
  }
  .m-editor-content .wp-block-button__link,
  .m-editor-content .wp-block-button .wp-element-button {
    gap: 14px;
    padding-bottom: 6px !important;
    font-size: 12px;
  }
  .m-editor-content .alignleft,
  .m-editor-content .alignright {
    margin: 16px 0;
    float: none;
  }
  .m-editor-content img.popup,
  .m-editor-content .popup img {
    cursor: zoom-in;
  }
}

/* =====================================================
  Editor Image Popup (SP)
===================================================== */
body.is-image-popup-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.m-image-popup {
  position: fixed;
  z-index: 4000;
  inset: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.72);
}
.m-image-popup.is-open {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 68px 0 16px;
}
.m-image-popup__close {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.m-image-popup__close::before, .m-image-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.m-image-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-image-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-image-popup__scroll {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
}
.m-image-popup__image {
  display: block;
  width: 180vw;
  max-width: none;
  height: auto;
  max-height: calc(100dvh - 84px);
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .m-image-popup {
    display: none !important;
  }
}
/* =====================================================
  Recruit Related Page
===================================================== */
.m-subpage-hero.m-subpage-hero--page.m-subpage-hero--recruit {
  background-color: #f45d60;
  background-image: none;
}
.m-subpage-hero.m-subpage-hero--page.m-subpage-hero--recruit::before {
  opacity: 0.22;
  filter: brightness(3);
}
.m-subpage-hero.m-subpage-hero--page.m-subpage-hero--recruit .m-subpage-hero__title {
  color: #ffffff;
}
.m-subpage-hero.m-subpage-hero--page.m-subpage-hero--recruit .m-subpage-hero__text {
  color: #ffffff;
}
.m-subpage-hero.m-subpage-hero--page.m-subpage-hero--recruit .m-subpage-hero__text p {
  color: #ffffff;
}
.m-subpage-hero.m-subpage-hero--page.m-subpage-hero--recruit .m-subpage-hero__text p strong {
  color: #ffffff;
}

.p-page--recruit .m-editor-content h1 span,
.p-page--recruit .m-editor-content h2 span,
.p-page--recruit .m-editor-content h3 span,
.p-page--recruit .m-editor-content h4 span,
.p-page--recruit .m-editor-content h5 span,
.p-page--recruit .m-editor-content h6 span {
  color: #f45d60;
}
.p-page--recruit .m-editor-content h2 {
  border-bottom: 0;
}
.p-page--recruit .m-editor-content h3 {
  color: #f45d60;
}
.p-page--recruit .m-editor-content h3::before {
  background-image: url("../img/recruit/icon-gear.svg");
}
.p-page--recruit .m-editor-content h4 {
  color: #f45d60;
}
.p-page--recruit .m-editor-content p strong {
  color: #f45d60;
}
.p-page--recruit .m-editor-content a {
  color: #f45d60;
}
.p-page--recruit .m-editor-content ul li::before,
.p-page--recruit .m-editor-content ol li::before {
  background-color: #f45d60;
}
.p-page--recruit .m-editor-content blockquote {
  border-left-color: #f45d60;
}/*# sourceMappingURL=page.css.map */