@charset "UTF-8";



:root {
  --spDesign: 375;
  --spViewport: 375;
  --breakPointSpMin: 374px;
  --breakPointWide: 768px;
  --widthDefault: 102.4rem;
  --widthMax: 128rem;
  --widthMin: 100rem;
  --heightHeaderSp:6.4rem;
  --heightHeaderPc:8rem;
  --vh:100vh;
  --vw:100vw;
  --sidePaddingSp1:2rem;
  --sidePaddingSp2:3rem;
  --sidePaddingPc1:3rem;
  --fontBase: "Noto Sans JP", sans-serif;
  --fontMincho: "Noto Serif JP", serif;
  --fontEn: "Crimson Text", serif;
  --colorMain1: #1B416A;
  --colorMain2: #017399;
  --colorMain3: #009DB9;
  --colorMain4: #2D353F;
  --colorMain5: #58A0B8;
  --colorMain6: #0A62A1;
  --colorBg1: #FFFFFF;
  --colorBg2: #F1F7F9;
  --colorBg3: #F5F7F8;
  --colorBg4: #A82E53;
  --colorText1: #000000;
  --colorText2: #B6C2C5;
  --colorText3: #A4A4A4;
  --colorText4: #4C4C4C;
  --colorText5: #676767;
  --colorBorder1:#DEE8EA;
  --colorBorder2:#B6C2C5;
  --colorCaution1:#AC4463;
  --colorGradient1:linear-gradient(0deg, var(--colorMain2) 0%, var(--colorMain2) 50%, var(--colorMain4) 50%, var(--colorMain4) 100%);
  --colorGradient2:linear-gradient(90deg, #0065AB 0%, #003C66 100%);
  --zIndexHeader:100;
  --zIndexFooter:calc(var(--zIndexHeader) - 1);
  --zIndexModal:calc(var(--zIndexHeader) + 1);
  --transitionBase:.3s;
  --easingBasic:cubic-bezier(0,0,.06,1);
  --leadingTrim: calc((1em - 1lh) / 2);
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}


ul[role=list],
ol[role=list] {
  list-style: none;
}


body {
  min-height: 100vh;
  line-height: 1.5;
}


h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}


h1, h2,
h3, h4 {
  text-wrap: balance;
}


a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}


img,
picture {
  max-width: 100%;
  display: block;
}


input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}


textarea:not([rows]) {
  min-height: 10em;
}


:target {
  scroll-margin-block: 5ex;
}

html {
  font-family: var(--fontBase);
  width: 100%;
  font-size: calc(1000vw / var(--spViewport));
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: var(--colorText1);
  background: var(--colorBg1);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-wrap: break-word;
  position: relative;
}
body.drawer-open, body.is-modal-active {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
body.is-modal-active {
  padding-right: calc(var(--scrollBarGutter) * 1px);
}
body.is-modal-active::after {
  content: "";
  display: block;
  width: calc(var(--scrollBarGutter) * 1px);
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
}

a {
  outline: none;
  color: var(--colorText1);
  text-decoration: underline;
}
a[data-anchor] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, button {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-wrap: wrap;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

em {
  font-style: normal;
}

select, input, textarea, button {
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  border: none;
}

select, button {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}

ul, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:focus {
  outline: none;
}

::selection {
  background-color: rgba(81, 169, 227, 0.35);
  color: var(--colorMain1);
}

.l-main {
  overflow: hidden;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  margin-top: var(--heightHeaderSp);
}

.u-svg-sprite {
  font-size: 0;
}
.u-svg-sprite svg {
  width: 100%;
  font-size: 0;
}

.m-primary-button {
  text-decoration: none;
  width: 23.2rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fontMincho);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
  padding-bottom: 0.2rem;
}
.m-primary-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00BBC1 0%, #003677 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.2s ease-in-out;
}
.m-primary-button::after {
  content: "";
  display: block;
  -webkit-mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
          mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
  aspect-ratio: 8/11;
  width: 0.8rem;
  background: currentColor;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  translate: 0 -50%;
}
.m-primary-button--disabled {
  pointer-events: none;
}
.m-primary-button--disabled::before {
  background: var(--colorText3);
}
.m-primary-button--border {
  border: 1px solid var(--colorMain1);
  color: var(--colorMain1);
}
.m-primary-button--border::before {
  background: var(--colorMain1);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.m-primary-button--back::after {
  scale: -1 1;
  right: auto;
  left: 1.6rem;
}

.m-primary-button__inner {
  padding-right: 1.9rem;
}

.m-primary-button__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.m-info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  color: var(--colorMain2);
  text-decoration: none;
  padding-inline: 2.4rem;
  border: 1px solid var(--colorMain2);
}
.m-info-button::after {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 15/12;
  background: var(--colorMain2);
  -webkit-mask: url("/assets/img/common/icon-window.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon-window.svg") no-repeat center center/contain;
  transition: background 0.2s ease-in-out;
}

.m-info-button__text {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  flex: 1 1;
  text-align: center;
  padding-bottom: 0.1rem;
}

.m-section-heading {
  line-height: 1;
}
.m-section-heading--align-center {
  text-align: center;
}

.m-section-heading__en {
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: var(--fontEn);
  margin-bottom: 0.5rem;
  color: var(--colorMain2);
}

.m-section-heading__ja {
  display: block;
  line-height: 1.3;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: var(--fontMincho);
  color: var(--colorMain6);
}

.m-section-heading--color-white .m-section-heading__en {
  color: rgba(255, 255, 255, 0.5);
}
.m-section-heading--color-white .m-section-heading__ja {
  color: #fff;
}

.m-feature-heading {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  position: relative;
  text-align: center;
}
.m-feature-heading::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background: linear-gradient(90deg, rgb(1, 115, 153) 50%, rgb(143, 195, 210) 50%);
}
.m-feature-heading--align-left {
  align-items: flex-start;
  text-align: left;
}
.m-feature-heading--small .m-feature-heading__text {
  font-size: 2.3rem;
}

.m-feature-heading__text {
  color: var(--colorMain6);
  font-family: var(--fontMincho);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: inline-block;
}

.m-feature-heading__sub-text {
  font-size: 1.5rem;
  display: block;
}

.m-context-heading {
  background: var(--colorMain6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem;
}

.m-context-heading__text {
  color: #FFF;
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--fontMincho);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.m-sub-heading {
  text-align: center;
}
.m-sub-heading::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background: var(--colorBorder2);
  margin-inline: auto;
  margin-top: 1rem;
}

.m-sub-heading__text {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--colorMain1);
}

.m-inner {
  width: 100%;
  padding-inline: var(--sidePaddingSp1);
}

.m-bg-inner {
  width: calc(100% - var(--sidePaddingSp1) * 2);
  margin-inline: auto;
  padding-block: 4rem;
  padding-inline: var(--sidePaddingSp1);
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 2rem 0 rgba(0, 0, 0, 0.1);
}

.m-article-no-posts {
  font-size: 1.4rem;
}

.m-article-date {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--colorText3);
}

.m-article-label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--colorText4);
  border: 1px solid currentColor;
  border-radius: 999rem;
  padding: 0.3rem 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.m-article-title {
  font-family: var(--fontMincho);
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.m-article-back-button {
  margin-inline: auto;
  margin-block: 3rem 6rem;
}

.m-article-categories {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.m-article-categories__link {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorText3);
}
.m-article-categories__item--current .m-article-categories__link {
  color: var(--colorMain1);
  pointer-events: none;
}

.m-article-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 6rem;
  padding: 0 10rem;
}
.m-article-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.m-article-pagination .first,
.m-article-pagination .last,
.m-article-pagination .previouspostslink,
.m-article-pagination .nextpostslink {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  aspect-ratio: 1/1;
}
.m-article-pagination .first::before, .m-article-pagination .first::after,
.m-article-pagination .last::before,
.m-article-pagination .last::after,
.m-article-pagination .previouspostslink::before,
.m-article-pagination .previouspostslink::after,
.m-article-pagination .nextpostslink::before,
.m-article-pagination .nextpostslink::after {
  content: "";
  display: block;
  aspect-ratio: 8/11;
  width: 0.8rem;
  -webkit-mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
          mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
  background: var(--colorMain2);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: translate 0.3s;
}
.m-article-pagination .previouspostslink::after,
.m-article-pagination .nextpostslink::after {
  content: none;
}
.m-article-pagination .first,
.m-article-pagination .previouspostslink {
  scale: -1 1;
}
.m-article-pagination .first::before, .m-article-pagination .last::before {
  left: calc(50% + 0.3rem);
}
.m-article-pagination .first::after, .m-article-pagination .last::after {
  left: calc(50% - 0.4rem);
}
.m-article-pagination .first {
  left: 0;
}
.m-article-pagination .last {
  right: 0;
}
.m-article-pagination .previouspostslink {
  left: 4.5rem;
}
.m-article-pagination .nextpostslink {
  right: 4.5rem;
}
.m-article-pagination .page, .m-article-pagination .current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fontEn);
  font-size: 1.8rem;
  line-height: 1;
  width: 4rem;
  aspect-ratio: 1/1;
  flex: none;
  border-radius: 50%;
  color: var(--colorBorder2);
  border: 1px solid var(--colorBorder2);
  text-decoration: none;
}
.m-article-pagination .current {
  color: var(--colorMain1);
}

.m-article-card-list {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.m-article-card {
  border-bottom: 1px solid var(--colorBorder1);
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.m-article-card:last-child {
  border-bottom: none;
}

.m-article-card__inner {
  text-decoration: none;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.m-article-card:first-child .m-article-card__inner {
  padding-top: 0;
}
.m-article-card:last-child .m-article-card__inner {
  padding-bottom: 0;
}

.m-article-card__meta {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
}

.m-article-card__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-article-card__title::after {
  content: "";
  display: block;
  aspect-ratio: 5.8/8;
  width: 1.1rem;
  background: var(--colorText3);
  -webkit-mask: url("/assets/img/common/arrow.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/arrow.svg") no-repeat center center/contain;
  flex: none;
  transition: translate 0.2s;
}

.m-article-panel-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.m-article-panel .m-article-label {
  font-size: 1.1rem;
  padding: 0.25rem 1.2rem;
}

.m-article-panel__inner {
  text-decoration: none;
}

.m-article-panel__image {
  overflow: hidden;
  aspect-ratio: 320/200;
  position: relative;
}
.m-article-panel__image img {
  transition: scale 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.m-article-panel__text-area {
  padding: 1.2rem 1.6rem 0;
}

.m-article-panel__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.2rem;
}

.m-article-panel__title {
  font-family: var(--fontMincho);
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 600;
}

.m-article-panel__date {
  color: #868686;
  font-size: 1.3rem;
}

.m-article-panel__description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-article-panel__more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorMain2);
  font-family: var(--fontEn);
  font-size: 1.6rem;
  font-weight: 400;
  gap: 0.7rem;
  margin-top: 2.2rem;
}
.m-article-panel__more::after {
  content: "";
  display: block;
  -webkit-mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
          mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
  aspect-ratio: 8/11;
  width: 0.8rem;
  background: currentColor;
  margin-bottom: 0.1rem;
  transition: translate 0.3s;
}

.m-article-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.2rem;
}
.m-article-head .m-article-title {
  width: 100%;
}

.m-article-post-content {
  margin-top: 3rem;
}
.m-article-post-content > *:first-child {
  margin-top: 0;
}
.m-article-post-content > *:last-child {
  margin-bottom: 0;
}
.m-article-post-content h3 {
  color: var(--colorMain1);
  font-family: var(--fontMincho);
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding-left: 1.8rem;
  margin-block: 4rem 2rem;
  position: relative;
}
.m-article-post-content h3::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: calc(100% - 1.5rem);
  background: var(--colorMain2);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.m-article-post-content h4 {
  color: var(--colorMain2);
  font-family: var(--fontMincho);
  font-weight: 600;
  line-height: 1.6;
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-block: 2rem 2rem;
  border-bottom: 0.2rem solid var(--colorBorder1);
  padding-bottom: 1rem;
}
.m-article-post-content h5 {
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  position: relative;
  color: var(--colorMain1);
  padding-bottom: 1.2rem;
  margin-block: 2rem 2rem;
}
.m-article-post-content h5::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 0.2rem;
  background: var(--colorMain2);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.m-article-post-content h6 {
  color: var(--colorMain2);
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
  margin-block: 2rem 2rem;
}
.m-article-post-content p, .m-article-post-content ol, .m-article-post-content ul {
  margin-block: 1.8rem;
}
.m-article-post-content a {
  text-decoration: underline;
  font-weight: 500;
  color: var(--colorMain2);
}
.m-article-post-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  aspect-ratio: 15/12;
  width: 1em;
  margin-inline: 0.2rem 0.3rem;
  -webkit-mask: url("/assets/img/common/icon-window.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon-window.svg") no-repeat center center/contain;
  background: currentColor;
}
.m-article-post-content strong {
  font-weight: 700;
}
.m-article-post-content li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0.5rem;
}
.m-article-post-content li:last-child {
  margin-bottom: 0;
}
.m-article-post-content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.m-article-post-content ol {
  counter-reset: number 0;
}
.m-article-post-content ol li:nth-child(n+10) {
  padding-left: 1.6em;
}
.m-article-post-content ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.m-article-post-content blockquote {
  width: 100%;
  background: var(--colorBg3);
  margin: 3rem 0;
  padding: 3rem 2.4rem;
  position: relative;
}
.m-article-post-content blockquote cite {
  display: block;
  text-align: right;
  font-style: normal;
  margin-top: 1.4rem;
}
.m-article-post-content blockquote cite a {
  color: var(--colorSub2);
}
.m-article-post-content blockquote::before, .m-article-post-content blockquote::after {
  content: "";
  display: block;
  width: 4.235rem;
  aspect-ratio: 42.35/34;
  -webkit-mask: url("/assets/img/common/icon-quotation.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon-quotation.svg") no-repeat center center/contain;
  background: var(--colorText2);
  position: absolute;
  z-index: 1;
}
.m-article-post-content blockquote::before {
  left: 1.4rem;
  top: -1.4rem;
}
.m-article-post-content blockquote::after {
  right: 1.4rem;
  bottom: -1.3rem;
  transform: scale(-1, -1);
}
.m-article-post-content figure {
  margin: 4rem 0;
}
.m-article-post-content figure figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.m-article-post-content .wp-block-image.size-large img {
  width: 100%;
}
.m-article-post-content .wp-block-image.size-medium img {
  width: 23.3rem;
}
.m-article-post-content .wp-block-image.size-thumbnail img {
  width: 15.2rem;
}

.m-parallax {
  height: 36rem;
  overflow: hidden;
  position: relative;
}

.m-parallax__image {
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-parallax__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    translate: 0 1.2rem;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeinBlurImg {
  0% {
    opacity: 0;
    filter: blur(1rem);
    scale: 1.08 1.08;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    scale: 1 1;
  }
}
.m-animation {
  animation-duration: 1.2s;
  animation-fill-mode: both;
  pointer-events: none;
}
.m-animation--fadein {
  opacity: 0;
}
.m-animation--fadein.js-scrollAnimation.is-animate {
  pointer-events: auto;
  animation-name: fadein;
}
.m-animation--child-fadein {
  opacity: 0;
}
.m-animation--fadeup {
  opacity: 0;
  translate: 0 1.2rem;
}
.m-animation--fadeup.js-scrollAnimation.is-animate {
  pointer-events: auto;
  animation-name: fadeup;
}
.m-animation--child-fadeup {
  opacity: 0;
  translate: 0 1.2rem;
}
.m-animation--fadeinBlurImg {
  opacity: 0;
}
.m-animation--fadeinBlurImg.js-scrollAnimation.is-animate {
  pointer-events: auto;
  animation-name: fadeinBlurImg;
}

.js-scrollAnimation.is-animate .m-animation--child-fadeup {
  pointer-events: auto;
  animation-name: fadeup;
}
.js-scrollAnimation.is-animate .m-animation--child-fadein {
  pointer-events: auto;
  animation-name: fadein;
}

.m-subpage-head {
  background-color: var(--colorBg2);
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-subpage-head__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-subpage-head__heading__en {
  color: var(--colorMain2);
  font-family: var(--fontEn);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: capitalize;
}

.m-subpage-head__heading__ja {
  font-size: 2.9rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: var(--fontMincho);
  color: var(--colorMain1);
  display: block;
}

.m-text-section:has(+ .l-contact) {
  margin-bottom: 6rem;
}

.m-text-section__block {
  margin-top: 3rem;
}
.m-text-section__block:first-child {
  margin-top: 0;
}

.m-text-section__text {
  font-size: 1.4rem;
  margin-block: 1.6rem;
}
.m-text-section__text:first-child {
  margin-top: 0;
}
.m-text-section__text:last-child {
  margin-bottom: 0;
}

.m-text-section__ordered-list {
  counter-reset: list;
}

.m-text-section__ordered-list__item {
  counter-increment: list;
  text-indent: -2rem;
  padding-left: 2rem;
}
.m-text-section__ordered-list__item::before {
  content: counter(list) ".";
  display: inline-block;
  width: 1.6rem;
  margin-right: 0.4rem;
  text-align: right;
}

.m-form-head-message {
  color: var(--colorMain1);
  font-family: var(--fontMincho);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
}

.m-form-flow {
  display: flex;
  margin-bottom: 3rem;
}

.m-form-flow__item {
  background: #FFF;
  color: #fff;
  width: calc((100% + 2.4rem) / 3);
  flex: none;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 0 0);
  font-size: 1.4rem;
  font-family: var(--fontMincho);
  font-weight: 500;
  position: relative;
}
.m-form-flow__item::after {
  content: "";
  display: block;
  width: calc(100% - 0.1rem);
  height: 100%;
  background: var(--colorBorder2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: inherit;
}
.m-form-flow__item:first-child {
  z-index: 3;
  padding-right: 0.3rem;
}
.m-form-flow__item:nth-child(2) {
  margin-inline: -1.2rem;
  z-index: 2;
}
.m-form-flow__item:last-child {
  clip-path: none;
  z-index: 1;
  padding-left: 0.3rem;
}
.m-form-flow__item:last-child::after {
  clip-path: none;
}
.m-form-flow__item--current::after {
  background: var(--colorGradient2);
}

.m-form-annotation {
  font-family: var(--fontMincho);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2rem;
}

.m-form-content {
  border-top: 1px solid var(--colorBorder2);
  padding-top: 2.4rem;
}
.m-form-content--confirm {
  padding-top: 0;
}

.m-form-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

.m-form-label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.m-form-label__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.m-form-label__tag {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.6;
  color: var(--colorCaution1);
  border: 1px solid currentColor;
  width: 4.7rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-form-label__tag--optional {
  color: var(--colorMain1);
}

.m-form-input {
  flex: 1 1;
}

.m-form-input__content {
  border-radius: 0.3rem;
  border: 1px solid var(--colorBorder2);
  padding: 0;
  background: var(--colorBg3);
  width: 100%;
  min-height: 5.6rem;
  padding-inline: 1.6rem;
  font-size: 1.6rem;
}
.m-form-input__content--textarea {
  max-height: 14rem;
  padding-block: 1rem;
}
.m-form-input__content[aria-invalid=true] {
  border-color: var(--colorCaution1);
  background: color-mix(in srgb, var(--colorCaution1) 10%, transparent);
}

.m-form-content .wpcf7-response-output {
  display: none;
}
.m-form-content .wpcf7-not-valid-tip {
  display: block;
  color: var(--colorCaution1);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.4rem;
}
.m-form-content .wpcf7-spinner {
  position: absolute;
  margin: auto;
  z-index: 10;
  inset: 0;
  pointer-events: none;
}
.m-form-content form.submitting .m-primary-button {
  pointer-events: none;
}

.m-form-bottom-box {
  margin-top: 4rem;
}

.m-form-agree {
  display: flex;
  justify-content: center;
  position: relative;
}
.m-form-agree input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.m-form-agree__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
}
.m-form-agree__text::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--colorBorder2);
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.m-form-agree__text::after {
  content: "";
  display: block;
  width: 1.15rem;
  aspect-ratio: 1/0.6;
  rotate: -45deg;
  border: solid var(--colorMain1);
  border-width: 0 0 0.2rem 0.2rem;
  position: absolute;
  left: 0.24rem;
  top: 0.75rem;
  opacity: 0;
}
.m-form-agree:has(input[type=checkbox]:checked) .m-form-agree__text::before {
  border-color: var(--colorMain1);
}
.m-form-agree:has(input[type=checkbox]:checked) .m-form-agree__text::after {
  opacity: 1;
}

.m-form-agree__inner-link {
  position: relative;
  z-index: 2;
  text-decoration: underline;
  display: inline-block;
  font-weight: 500;
}

.m-form-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
}

.m-form-buttons__item--narrow {
  width: 15.2rem;
  flex: none;
}
.m-form-buttons__item--narrow .m-primary-button {
  width: 100%;
  min-width: auto;
}

.m-form-buttons__item__trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.m-form-confirm-block {
  border-bottom: 1px solid var(--colorBorder2);
  padding-inline: 1rem;
  display: flex;
}
.m-form-confirm-block .m-form-label {
  min-height: auto;
}

.m-form-confirm-text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.m-form-finish__title {
  color: var(--colorMain1);
  font-family: var(--fontMincho);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 2.4rem;
}
.m-form-finish__text + .m-form-finish__text {
  margin-top: 1.8em;
}

.m-form-finish__contact {
  font-size: 2.1rem;
  line-height: 1;
  font-family: var(--fontEn);
  display: grid;
  gap: 1.1rem 0.6rem;
  border: 1px solid currentColor;
  color: var(--colorMain1);
  padding-block: 2.2rem;
  margin-top: 2.4rem;
}

.m-form-finish__contact__item {
  display: grid;
  justify-content: center;
  grid-template-columns: subgrid;
  grid-column: span 2;
  margin: 0;
  padding: 0;
}

.m-form-finish__contact__title {
  text-align: right;
}

.m-form-finish__contact__text {
  margin: 0;
  padding: 0;
}

.m-form-finish__button {
  margin-top: 4.5rem;
}
.m-form-finish__button .m-primary-button {
  margin-inline: auto;
}

.m-anchor-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 1.2rem 2.3rem;
}

.m-anchor-menu__item {
  border-bottom: 1px solid var(--colorBorder2);
}

.m-anchor-menu__link {
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.7rem;
  position: relative;
}
.m-anchor-menu__link::before {
  content: "";
  display: block;
  aspect-ratio: 5.8/8;
  width: 0.58rem;
  background: #FFF;
  -webkit-mask: url("/assets/img/common/arrow.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/arrow.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 1.5rem;
  right: 0.4rem;
  z-index: 1;
  rotate: 90deg;
}
.m-anchor-menu__link::after {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--colorMain2);
  position: absolute;
  right: 0;
  bottom: 1.2rem;
}

.m-anchor-menu__link__text {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--colorMain1);
  font-weight: 500;
  min-height: 1.75em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.m-anchor-menu__link__sub-text {
  font-weight: 400;
}

.m-modal {
  border: none;
  margin: auto;
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: var(--zIndexModal);
  width: 100%;
}
.m-modal[hidden] {
  display: none;
}
.m-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(18, 22, 25, 0.85);
  transition: opacity 0.3s;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.m-modal[hide]::before {
  opacity: 0;
}

.m-modal__inner {
  background: #fff;
  width: 100%;
  margin: auto;
  position: relative;
  transition: opacity 0.3s;
  opacity: 1;
}
.m-modal[hide] .m-modal__inner {
  opacity: 0;
}
.m-modal:has(.m-modal__iframe) .m-modal__inner {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
}

.m-modal__content {
  width: 100%;
  max-height: calc(100vh - 10rem);
  overflow: auto;
}

.m-modal__close {
  background: none;
  position: absolute;
  top: -1rem;
  right: 0;
  translate: 0 -100%;
  border: none;
  padding: 0 4.2rem 0 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.m-modal__close::before, .m-modal__close::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.m-modal__close::before {
  rotate: 45deg;
}
.m-modal__close::after {
  rotate: -45deg;
}

.m-modal__iframe {
  position: relative;
  aspect-ratio: 16/9;
  width: 35.1rem;
}

.m-modal__iframe__content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--zIndexHeader);
  background: var(--colorBg1);
  width: 100%;
  height: var(--heightHeaderSp);
}
body.is-modal-active .l-header {
  width: calc(100% - var(--scrollBarGutter) * 1px);
}

.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__hamburger__line {
  width: 3.4rem;
  height: 0.2rem;
  background: var(--colorGradient2);
  display: block;
  transition: 0.3s var(--easingBasic);
  pointer-events: none;
}
.l-header__hamburger__line:nth-child(2) {
  margin: 0.6rem 0;
}
.drawer-open .l-header__hamburger__line {
  width: 2.9rem;
}
.drawer-open .l-header__hamburger__line:nth-child(1) {
  rotate: 30deg;
  margin-top: 0.2rem;
}
.drawer-open .l-header__hamburger__line:nth-child(2) {
  rotate: -30deg;
  margin-top: -0.2rem;
}

.l-header__navi__bottom {
  margin-top: 3rem;
}

.l-header__cta {
  display: flex;
}

.l-header__cta-button {
  width: 100%;
}
.l-header__cta-button a {
  background: #000;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 7rem;
  line-height: 1;
  gap: 0.7rem;
}
.l-header__cta-button--recruit a {
  background: var(--colorMain3);
}
.l-header__cta-button--contact a {
  background: var(--colorMain1);
}

.l-header__cta-button__ja {
  display: block;
  font-size: 1.3rem;
}

.l-header__cta-button__en {
  display: block;
  font-family: var(--fontEn);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  opacity: 0.5;
}

.l-header__menu {
  display: flex;
}
.l-header__menu__item a {
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

.l-header__menu__text {
  display: inline-block;
  position: relative;
}
.l-header__menu__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--colorMain1);
  scale: 0 1;
  opacity: 0;
  transform-origin: center right;
  transition: scale 0.3s var(--easingBasic), opacity 0.3s var(--easingBasic);
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-header__sub-link {
  font-size: 1.3rem;
  text-align: center;
  color: var(--colorMain1);
}

.l-header__copyright {
  font-size: 1.2rem;
  font-family: var(--fontEn);
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 2.8rem;
  color: color-mix(in srgb, var(--colorMain1) 50%, #FFF);
}

.l-contact {
  position: relative;
  z-index: var(--zIndexFooter);
}
.l-contact::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 6rem);
  background: var(--colorMain4);
  z-index: -1;
}

.l-contact__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  margin-inline: auto;
  padding-left: 2rem;
  width: calc(100% - var(--sidePaddingSp1) * 2);
  height: 23.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.l-contact__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--colorGradient2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: width 0.2s ease-in-out;
}
.l-contact__inner::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 4rem;
  -webkit-mask: url("/assets/img/common/arrow-circle-border.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/arrow-circle-border.svg") no-repeat center center/contain;
  background: #fff;
  position: absolute;
  right: 2rem;
  top: 50%;
  translate: 0 -50%;
  transition: translate 0.2s ease-in-out;
}

.l-contact__text {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  margin-top: 2rem;
}

.l-footer {
  background: var(--colorMain4);
  color: #fff;
  position: relative;
  z-index: var(--zIndexFooter);
  padding-block: 4.2rem 4.5rem;
}

.l-footer__info-area {
  display: flex;
}

.l-footer__logo__image {
  position: relative;
}
.l-footer__logo__image img {
  width: 100%;
}

.l-footer__address {
  font-size: 1.4rem;
  line-height: 1.57;
}

.l-footer__menu-area {
  border-top: 1px solid rgba(157, 157, 157, 0.2);
  padding-top: 3.2rem;
  margin-top: 3.2rem;
}

.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}

.l-footer__menu__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}
.l-footer__menu__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  background: #9D9D9D;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.l-footer__menu__item:last-child::after {
  content: none;
}
.l-footer__menu__item a {
  text-decoration: none;
}

.l-footer__sub-link {
  font-size: 1.3rem;
}

.l-footer__copyright {
  width: 100%;
  font-family: var(--fontEn);
  letter-spacing: 0.02em;
}

.l-breadcrumb {
  margin-block: 0.5rem 2.8rem;
}

.l-breadcrumb__inner {
  overflow: auto;
}

.l-breadcrumb__list {
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.l-breadcrumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.3rem;
}
.l-breadcrumb__item:not(:last-child):after {
  content: "";
  display: block;
  width: 0.8rem;
  border-top: 1px solid currentColor;
  margin-inline: 0.8rem;
}

.l-breadcrumb__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding-block: 1rem;
}
.l-breadcrumb__item:last-child .l-breadcrumb__link {
  pointer-events: none;
}
@media (any-hover: hover) and (min-width: 768px){
  a:hover .l-header__menu__text::after {
    scale: 1 1;
    transform-origin: center left;
    opacity: 1;
  }
}
@media (min-width: 768px){
  .l-main {
    margin-top: var(--heightHeaderPc);
  }
  .u-only-sp {
    display: none !important;
  }
  .m-section-heading__en {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .m-section-heading__ja {
    font-size: 3.2rem;
  }
  .m-feature-heading {
    gap: 2.3rem;
  }
  .m-feature-heading::after {
    height: 0.4rem;
  }
  .m-feature-heading--small .m-feature-heading__text {
    font-size: 2.8rem;
  }
  .m-feature-heading__text {
    font-size: 3.2rem;
  }
  .m-feature-heading__sub-text {
    font-size: 2rem;
  }
  .m-context-heading {
    padding: 1rem 1.2rem 1.4rem;
  }
  .m-context-heading__text {
    font-size: 2.4rem;
  }
  .m-inner {
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    margin-inline: auto;
    padding-inline: var(--sidePaddingPc1);
  }
  .m-inner--pc-narrow {
    max-width: calc(84.8rem + var(--sidePaddingPc1) * 2);
  }
  .m-bg-inner {
    width: min(100% - var(--sidePaddingPc1) * 2, var(--widthDefault));
    padding-inline: clamp(var(--sidePaddingPc1), (100% - 84.8rem) / 2, 8.8rem);
    padding-block: 6.4rem;
  }
  .m-article-title {
    font-size: 2.8rem;
  }
  .m-article-back-button {
    margin-block: 5rem 8rem;
  }
  .m-article-categories {
    margin-bottom: 6.4rem;
  }
  .m-article-pagination {
    margin-top: 4.5rem;
    margin-bottom: 8rem;
  }
  .m-article-card__inner {
    padding-block: 1.6rem;
    gap: 2.4rem;
  }
  .m-article-card__meta {
    gap: 2.4rem;
  }
  .m-article-card__title {
    flex: 1 1;
    align-self: center;
    gap: 2.4rem;
  }
  .m-article-card:only-child .m-article-card__title {
    justify-content: flex-start;
  }
  .m-article-panel-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.2rem 3.2rem;
  }
  .m-article-panel__meta {
    margin-bottom: 0.3rem;
  }
  .m-article-post-content {
    margin-top: 5rem;
  }
  .m-article-post-content h3 {
    font-size: 2.6rem;
    padding-left: 2.6rem;
    margin-block: 5.5rem 2.5rem;
  }
  .m-article-post-content h4 {
    font-size: 2.4rem;
    margin-block: 2.5rem;
  }
  .m-article-post-content h5 {
    font-size: 2rem;
    margin-block: 2.5rem;
  }
  .m-article-post-content h5::before {
    width: 3.2rem;
  }
  .m-article-post-content h6 {
    font-size: 1.9rem;
    margin-block: 2.5rem;
  }
  .m-article-post-content blockquote {
    padding: 3.8rem 3.6rem;
    margin-block: 4.5rem;
  }
  .m-article-post-content blockquote::before, .m-article-post-content blockquote::after {
    width: 5.1rem;
  }
  .m-article-post-content blockquote::before {
    left: 2rem;
    top: -1.8rem;
  }
  .m-article-post-content blockquote::after {
    right: 2rem;
    bottom: -1.8rem;
  }
  .m-article-post-content figure {
    margin: 5rem 0;
  }
  .m-article-post-content .wp-block-image.size-large img {
    width: 64.8rem;
  }
  .m-article-post-content .wp-block-image.size-medium img {
    width: 48rem;
  }
  .m-article-post-content .wp-block-image.size-thumbnail img {
    width: 31.2rem;
  }
  .m-subpage-head {
    min-height: 28rem;
  }
  .m-subpage-head__heading__en {
    font-size: 1.4rem;
  }
  .m-subpage-head__heading__ja {
    font-size: 4rem;
  }
  .m-text-section:has(+ .l-contact) {
    margin-bottom: 8rem;
  }
  .m-text-section__block {
    margin-top: 5rem;
  }
  .m-text-section__text {
    font-size: 1.5rem;
  }
  .m-form-inner {
    max-width: calc(73.6rem + var(--sidePaddingPc1) * 2);
    margin-bottom: 8rem;
  }
  .m-form-head-message {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .m-form-flow {
    margin-bottom: 4.5rem;
  }
  .m-form-flow__item {
    font-size: 1.6rem;
    width: calc((100% + 2.6rem) / 3);
    height: 6rem;
    clip-path: polygon(calc(100% - 1.3rem) 0, 100% 50%, calc(100% - 1.3rem) 100%, 0 100%, 0 0);
  }
  .m-form-flow__item:nth-child(2) {
    margin-inline: -1.3rem;
  }
  .m-form-annotation {
    margin-bottom: 3rem;
  }
  .m-form-content {
    padding-top: 2.8rem;
  }
  .m-form-content--confirm {
    padding-top: 0;
  }
  .m-form-block {
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .m-form-label {
    min-height: 5.6rem;
    width: 25.4rem;
    flex: none;
  }
  .m-form-input__content {
    padding-inline: 2rem;
  }
  .m-form-input__content--textarea {
    max-height: 18rem;
  }
  .m-form-content .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
  .m-form-bottom-box {
    margin-top: 4.8rem;
  }
  .m-form-buttons {
    gap: 2.4rem;
  }
  .m-form-buttons__item--narrow {
    width: 14.4rem;
  }
  .m-form-confirm-block {
    align-items: flex-start;
    padding-block: 2.4rem 2.4rem;
  }
  .m-form-confirm-text {
    font-size: 1.6rem;
  }
  .m-form-finish__title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .m-form-finish__text {
    text-align: center;
  }
  .m-form-finish__contact {
    width: 38.4rem;
    margin-inline: auto;
  }
  .m-anchor-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem 2.4rem;
    width: 67.2rem;
    margin-inline: auto;
  }
  .m-anchor-menu--pc-column4 {
    width: auto;
    grid-template-columns: repeat(4, 20.8rem);
  }
  .m-modal__iframe {
    width: 73.6rem;
    margin-inline: auto;
  }
  .l-header {
    height: var(--heightHeaderPc);
    min-width: var(--widthMin);
  }
  .l-header__inner {
    margin-left: max((100% - 112rem) / 2, var(--sidePaddingPc1));
  }
  .l-header__logo__image {
    width: 13.4rem;
  }
  .l-header__hamburger {
    display: none;
  }
  .l-header__navi {
    margin-inline: auto;
    padding-right: 13.7rem;
  }
  .l-header__navi__bottom {
    display: none;
  }
  .l-header__cta {
    position: absolute;
    right: 0;
    top: 0;
  }
  .l-header__cta-button a {
    width: 13.7rem;
    height: var(--heightHeaderPc);
  }
  .l-header__menu {
    justify-content: center;
  }
  .l-header__menu__item a {
    font-size: 1.4rem;
    height: var(--heightHeaderPc);
    padding-inline: 1.2rem;
    white-space: nowrap;
  }
  .l-contact::after {
    height: calc(100% - 4.3rem);
  }
  .l-contact__inner {
    height: 18.4rem;
    width: min(var(--widthDefault), 100% - var(--sidePaddingPc1) * 2);
    padding-inline: 6.4rem;
  }
  .l-contact__inner::after {
    width: 6rem;
    right: 8.8rem;
  }
  .l-contact__text {
    margin-top: 1.6rem;
  }
  .l-footer {
    padding-block: 4.4rem 4.8rem;
  }
  .l-footer__info-area {
    align-items: center;
    gap: 2.4rem;
  }
  .l-footer__logo__image {
    width: 22.2rem;
  }
  .l-footer__menu-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding-top: 2.7rem;
    margin-top: 3rem;
  }
  .l-footer__menu__item {
    margin-right: 1.1rem;
    padding-right: 1.1rem;
  }
  .l-footer__copyright {
    font-size: 1.4rem;
  }
  .l-breadcrumb {
    margin-block: 0.5rem 4.7rem;
  }
  .l-breadcrumb__link {
    padding-block: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  html {
    font-size: 0.9775171065vw;
  }
}
@media (min-width: 1024px){
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px){
  .u-only-wide {
    display: none !important;
  }
  .m-article-card__inner {
    grid-template-rows: max-content 1fr;
    gap: 1rem;
    padding-block: 1.8rem;
  }
  .m-article-card__meta {
    grid-column: 1;
    gap: 1.2rem;
  }
  .m-article-card__title {
    grid-column: span 2;
    gap: 1.6rem;
  }
  .m-form-inner {
    box-shadow: none;
    width: 100%;
    padding-block: 0 6rem;
  }
  .m-form-buttons {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .m-form-confirm-block {
    flex-direction: column;
    gap: 0.4rem;
    padding-block: 1.8rem 2rem;
  }
  .l-header__logo__image {
    width: 12.8rem;
    margin-left: 1rem;
  }
  .l-header__hamburger {
    cursor: pointer;
    aspect-ratio: 1/1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .l-header__navi {
    position: fixed;
    right: 0;
    top: var(--heightHeaderSp);
    width: 100%;
    height: calc(var(--vh) - var(--heightHeaderSp));
    overflow: auto;
    pointer-events: none;
    visibility: hidden;
  }
  .drawer-open .l-header__navi {
    pointer-events: auto;
    visibility: visible;
  }
  .l-header__navi__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: 0.35s var(--easingBasic);
    opacity: 0;
    padding-inline: var(--sidePaddingSp1);
    padding-top: 1rem;
  }
  .drawer-open .l-header__navi__inner {
    translate: 0 0;
    opacity: 1;
  }
  .l-header__cta {
    gap: 0.1rem;
  }
  .l-header__menu {
    flex-direction: column;
    padding-inline: 1rem;
    padding-top: 1.8rem;
  }
  .l-header__menu__item {
    border-bottom: 1px solid var(--colorBorder1);
  }
  .l-header__menu__item a {
    color: var(--colorMain1);
    font-size: 1.5rem;
    height: 5rem;
    padding-left: 1rem;
  }
  .l-header__menu__item a::after {
    content: "";
    display: block;
    -webkit-mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
            mask: url("/assets/img/common/arrow.svg") no-repeat 0 0/contain;
    aspect-ratio: 8/11;
    width: 0.8rem;
    background: var(--colorText3);
    position: absolute;
    right: 1rem;
    top: 50%;
    translate: 0 -50%;
  }
  .l-footer__info-area {
    flex-direction: column;
    gap: 1.9rem;
  }
  .l-footer__logo__image {
    right: 0.6rem;
    width: 19.2rem;
    margin-inline: auto;
  }
  .l-footer__address {
    text-align: center;
  }
  .l-footer__menu {
    margin-bottom: 2rem;
  }
  .l-footer__copyright {
    text-align: center;
    margin-top: 3.9rem;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover){
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .m-primary-button:hover {
    opacity: 1;
  }
  .m-primary-button:hover::before {
    width: 170%;
  }
  .m-primary-button--border:hover {
    color: #fff;
  }
  .m-primary-button--border:hover::before {
    opacity: 1;
  }
  .m-info-button:hover {
    opacity: 1;
    color: #fff;
    background: var(--colorMain2);
  }
  .m-info-button:hover::after {
    background: #fff;
  }
  .m-article-pagination .first:hover,
  .m-article-pagination .last:hover,
  .m-article-pagination .previouspostslink:hover,
  .m-article-pagination .nextpostslink:hover {
    opacity: 1;
  }
  .m-article-pagination .first:hover::before, .m-article-pagination .first:hover::after,
  .m-article-pagination .last:hover::before,
  .m-article-pagination .last:hover::after,
  .m-article-pagination .previouspostslink:hover::before,
  .m-article-pagination .previouspostslink:hover::after,
  .m-article-pagination .nextpostslink:hover::before,
  .m-article-pagination .nextpostslink:hover::after {
    translate: calc(-50% + 0.3rem) -50%;
  }
  .m-article-pagination .page:hover {
    color: var(--colorMain1);
    border-color: currentColor;
    opacity: 1;
  }
  .m-article-card__inner:hover {
    opacity: 1;
  }
  a:hover .m-article-card__title {
    text-decoration: underline;
  }
  a:hover .m-article-card__title::after {
    translate: 0.3rem 0;
  }
  .m-article-panel__inner:hover {
    opacity: 1;
  }
  .m-article-panel__inner:hover .m-article-panel__image img {
    scale: 1.05;
  }
  .m-article-panel__inner:hover .m-article-panel__more::after {
    translate: 0.3rem 0;
  }
  .m-anchor-menu__link::after, .m-anchor-menu__link::before {
    transition: translate 0.2s ease-in-out;
  }
  .m-anchor-menu__link:hover {
    opacity: 1;
  }
  .m-anchor-menu__link:hover::after, .m-anchor-menu__link:hover::before {
    translate: 0 0.3rem;
  }
  .l-header__logo a:hover {
    opacity: 1;
  }
  .l-header__cta-button a:hover {
    opacity: 1;
  }
  .l-header__cta-button--recruit a:hover {
    background: color-mix(in srgb, var(--colorMain3) 85%, #FFF);
  }
  .l-header__cta-button--contact a:hover {
    background: color-mix(in srgb, var(--colorMain1) 85%, #FFF);
  }
  .l-header__menu__item a:hover {
    opacity: 1;
  }
  .l-contact__inner:hover {
    opacity: 1;
  }
  .l-contact__inner:hover::before {
    width: 150%;
  }
  .l-contact__inner:hover::after {
    translate: 0.9rem -50%;
  }
}
@media (prefers-color-scheme: dark){
  body.is-modal-active::after {
    background: #666;
  }
}